aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cutter.go b/cutter.go
index 77fd739..798da23 100644
--- a/cutter.go
+++ b/cutter.go
@@ -298,6 +298,11 @@ func (c Cutter) Upgrade() (bool, error) {
return ans == string(NUL), err
}
+// Educated Guss, not tested
+func (c Cutter) EnableDebug() {
+ c.Send("FPGRFCC1")
+}
+
// Initialize ???
func (c Cutter) Initialize() {
c.Esc(4)