aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
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")