add cut script
This commit is contained in:
parent
5c13522445
commit
33e4f6ffb3
1 changed files with 6 additions and 0 deletions
6
cut.py
Executable file
6
cut.py
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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...
|
Loading…
Reference in a new issue