From 8b6dc501e48be4491081467248ef1cd2c8ff60f2 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 11 May 2015 18:31:33 +0200 Subject: Add FPGRFCC1 --- cutter.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cutter.go') 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) -- cgit v1.2.3