receipts/cut.py

7 lines
142 B
Python
Raw Normal View History

2024-12-07 11:28:33 -05:00
#!/usr/bin/env python3
from printer import p
with p: pass
# Just in case I break something
# and want to get the printer to cut the paper...