aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-12 00:14:45 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-12 00:14:45 +0200
commit80f4f1560c33beb4045e00cd4ad142d68c104234 (patch)
treeec205a9d49b6fdb2cda7253573fe881d2064f81e /cutter.go
parent57d345a0d27f5897651ae5f6131a5b27b46a288d (diff)
Add another test cut
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go4
1 files changed, 4 insertions, 0 deletions
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")