From 18399348eef8bed9fcb0b5510f429d758003f08b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 6 May 2015 21:45:23 +0200 Subject: Probably not a point --- cutter.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cutter.go b/cutter.go index cc65cd0..0b42fb3 100644 --- a/cutter.go +++ b/cutter.go @@ -164,8 +164,8 @@ func (c Cutter) SetCurrentOrigin() { c.Send("FJ") } -func (c Cutter) SetOrigin(p Point) { - c.Send("SO", p) +func (c Cutter) SetOrigin(n int) { + c.Send("SO", n) } func (c Cutter) Draw(p Point) { -- cgit v1.2.3