even more debug

main
samerbam 1 year ago
parent 850477fd39
commit 48e1a52da8

@ -68,7 +68,7 @@ class ThermalPrinter():
# print(x) # print(x)
this_line_width = len(x[0])+len(x[1]) this_line_width = len(x[0])+len(x[1])
# self.p.charcode("cp437") self.p.charcode("CP437")
self.p.set(align="left") self.p.set(align="left")
self.p.text(x[0]) self.p.text(x[0])
@ -96,6 +96,7 @@ class ThermalPrinter():
# self.p.text(t + "\n") # self.p.text(t + "\n")
print(output)
for l in output: for l in output:
print(l) print(l)
self.p.text(l) self.p.text(l)

Loading…
Cancel
Save