aboutsummaryrefslogtreecommitdiff
path: root/marks.go
diff options
context:
space:
mode:
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})