uu
This commit is contained in:
parent
bba77fcfef
commit
33c1794c06
@ -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 = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user