aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cutter.go4
1 files 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) {