From b0881b54f30c60314d14e6b6812d966f1a77936b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 16 May 2015 14:29:20 +0200 Subject: Rename StepDirection --- cutter.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cutter.go') diff --git a/cutter.go b/cutter.go index cff16c7..6c6b384 100644 --- a/cutter.go +++ b/cutter.go @@ -86,9 +86,9 @@ func (c Cutter) Esc(bytes ...byte) { c.Flush() } -func (c Cutter) Step(dir StepDirection) { - c.Esc(NUL, byte(dir)) -} +//func (c Cutter) Step(dir StepDirection) { +// c.Esc(NUL, byte(dir)) +//} func (c Cutter) TestCut() { c.Send("FH") -- cgit v1.2.3