aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index f9a3982..f15fcc7 100644
--- a/main.go
+++ b/main.go
@@ -7,7 +7,8 @@ func main() {
cu := NewCutter(dev.Handle(), Portrait)
defer cu.Home()
- defer cu.LineType(Solid)
+ //defer cu.LineType(Solid)
+ //cu.Raw([]string{"L100,1,400,100"})
//cu.TestCut()
//cu.TestPattern()