setup remote printing
This commit is contained in:
parent
77c8dd7fe6
commit
2630a56162
1 changed files with 2 additions and 1 deletions
|
@ -104,4 +104,5 @@ class ReceiptPrinter(CupsPrinter):
|
||||||
with self.set(align="center", double_height=True, double_width=True):
|
with self.set(align="center", double_height=True, double_width=True):
|
||||||
p.textln(text)
|
p.textln(text)
|
||||||
|
|
||||||
p = ReceiptPrinter("EPSON-TM-m30", profile="default")
|
#p = ReceiptPrinter("EPSON-TM-m30", profile="default")
|
||||||
|
p = ReceiptPrinter("EPSON-TM-m30-remote", profile="default")
|
||||||
|
|
Loading…
Reference in a new issue