aboutsummaryrefslogtreecommitdiff
path: root/marks.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-03 01:41:40 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-03 01:41:40 +0200
commitdcd51d01fb60a5ea3abd61d86e86c9509bb385e1 (patch)
tree837e1403d5e06bd97f5b58a9da57a60543d08697 /marks.go
parentae1aae235657f474eb7bec5ece5f8ee1fc8dfc8c (diff)
Search Marks
Diffstat (limited to 'marks.go')
-rw-r--r--marks.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/marks.go b/marks.go
index cd90baf..b2a891a 100644
--- a/marks.go
+++ b/marks.go
@@ -35,7 +35,7 @@ package main
+- -+
*/
-func (c Cutter) DrawMarks(offset, size Point) (string, error) {
+func (c Cutter) DrawMarks(offset, size Point, length int) {
c.Move(Point{600, 3800})
c.Draw(Point{200, 3800})
c.Draw(Point{200, 3400})
@@ -47,6 +47,4 @@ func (c Cutter) DrawMarks(offset, size Point) (string, error) {
c.Move(Point{4840, 200})
c.Draw(Point{5240, 200})
c.Draw(Point{5240, 600})
-
- return c.readResponse()
}