From 33e4f6ffb31ebbb0a9b3522e871e49449c2ceb7a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 7 Dec 2024 11:28:33 -0500 Subject: [PATCH] add cut script --- cut.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 cut.py 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...