aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-11 18:31:33 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-11 18:31:33 +0200
commit8b6dc501e48be4491081467248ef1cd2c8ff60f2 (patch)
tree67e0c32356a5b97d5ea51e688b12fa07b787bbce
parent17d9154a0bc416504d27d5e075c8c97bcc9fbbff (diff)
Add FPGRFCC1
-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)