From f179f817bfcf26b1e51fcb1c576e1f09e85e1fd9 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 24 Apr 2015 00:13:59 +0200 Subject: Version string --- main.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'main.go') 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++ { -- cgit v1.2.3