aboutsummaryrefslogtreecommitdiff
path: root/cmd/testpattern/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/testpattern/main.go')
-rw-r--r--cmd/testpattern/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/testpattern/main.go b/cmd/testpattern/main.go
index 1bdae5c..c4ccc40 100644
--- a/cmd/testpattern/main.go
+++ b/cmd/testpattern/main.go
@@ -12,9 +12,8 @@ func main() {
log.Fatal(err)
}
defer dev.Close()
- defer dev.Home()
dev.Initialize(robo.MediaPen, robo.Portrait)
dev.UpperRight(robo.A4)
- //dev.TestPattern(handle.Writer)
+ dev.TestPattern()
}