aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.go b/main.go
index 42c7494..9fd92f0 100644
--- a/main.go
+++ b/main.go
@@ -10,7 +10,7 @@ func main() {
p := pens["pen"]
v, _ := cu.Version()
- fmt.Println("Version:", v)
+ fmt.Println("Craft ROBO Ver.", v)
cu.Orientation(Portrait)
cu.WriteUpperRight(A4)
@@ -20,11 +20,8 @@ func main() {
defer cu.Home()
defer cu.LineType(Solid)
- cu.Orientation(Landscape)
cu.TestCut()
//cu.TestPattern()
- cu.Move(Point{1000, 1000})
- cu.Home()
/*
for i := 0; i < 9; i++ {