From ce0344a46828f40266569d9f28cfa6104b996313 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 23 Apr 2015 20:58:43 +0200 Subject: Add comment --- cutter.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cutter.go') 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) -- cgit v1.2.3