diff --git a/cut.py b/cut.py new file mode 100755 index 0000000..330e35e --- /dev/null +++ b/cut.py @@ -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...