aboutsummaryrefslogtreecommitdiff
path: root/marks.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-02 00:27:00 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-02 00:27:00 +0200
commit12af401400969a9ef862161f4dc3a5253a7a6ce8 (patch)
treeda1f5754ea975adb79b3a1487a4aaae3fc3ef9f8 /marks.go
parentbcb911cd25c37eaa52675ace0e82a3930d836b39 (diff)
Bump timeouts
Diffstat (limited to 'marks.go')
-rw-r--r--marks.go26
1 files changed, 16 insertions, 10 deletions
diff --git a/marks.go b/marks.go
index 8a37b4d..5fee812 100644
--- a/marks.go
+++ b/marks.go
@@ -1,23 +1,29 @@
package main
-/*
- Marks
- +-- --+
- | |
-
-
-
- |
+/* Portrait
+--
+ | 3
+
+ | 1 2 |
+ +-- --+
Offset: 10mm (200 pt)
Length: 20mm (400 pt)
Width: 190mm (3800 pt)
Height: 262mm (5240 pt)
*/
-// 5440 x 4000
-// Origin: 200x200
+/* Landscape
+ +-- +
+ | 3
+
+ | 1 2 |
+ +-- --+
+ 1-2 262 mm
+ 1-3 190 mm
+ offset 10x10 mm
+ length 20 mm
+*/
func (c Cutter) DrawMarks() (string, error) {
c.Move(Point{600, 3800})