aboutsummaryrefslogtreecommitdiff
path: root/cmd/testpattern/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-01-03 01:12:39 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-01-03 01:12:39 +0100
commit7be9bf7db367afe66387588f4bacd772ac0c2c05 (patch)
tree0eff95661c862ef3b5df05f63cb5191c8228bdf2 /cmd/testpattern/main.go
parent670f94252c2f0bb66ebb025a726ef51f8c1fc59f (diff)
testpattern
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()
}