aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cutter.go b/cutter.go
index dc3fb8e..9527ad7 100644
--- a/cutter.go
+++ b/cutter.go
@@ -223,6 +223,8 @@ const (
Off
)
+// TrackEnhancing moves paper back and forth for better traction
+// Not for thickness less then 19
func (c Cutter) TrackEnhancing(state OnOff) {
c.EOT()
fmt.Fprint(c, "FY", state)