This commit is contained in:
aihe 2024-06-22 00:30:08 +08:00
parent bba77fcfef
commit 33c1794c06

View File

@ -64,7 +64,7 @@ var tanexPrinter = {
var width = parseInt((res.width + 7) / 8 * 8 / 8)
var height = res.height;
// console.log(width + "--" + height)
data = "CG " + width + " " + height + " " + x + " " + y + " "
data = `CG ${width} ${height} ${x} ${y} `
tanexPrinter.addCommand(data)
// console.log(command)
var r = []