This commit is contained in:
samerbam 2023-08-23 12:43:03 -04:00
parent dfb282ea9e
commit 873b187ca4

View File

@ -80,6 +80,7 @@ class ThermalPrinter():
for o in output: for o in output:
self.p.text(o) self.p.text(o)
self.p.text("\n")
# # for s in range((32-this_line_width)): # # for s in range((32-this_line_width)):
# # self.p.text(" ") # # self.p.text(" ")