From 80f4f1560c33beb4045e00cd4ad142d68c104234 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 12 May 2015 00:14:45 +0200 Subject: Add another test cut --- cutter.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cutter.go') diff --git a/cutter.go b/cutter.go index d1b89ca..fd58346 100644 --- a/cutter.go +++ b/cutter.go @@ -112,6 +112,10 @@ func (c Cutter) TestCut() { c.Send("FH") } +func (c Cutter) TestCut2() { + c.Send("FI") +} + // GoHome returns carret to home on same line func (c Cutter) GoHome() { c.Send("TT") -- cgit v1.2.3