aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go24
1 files changed, 0 insertions, 24 deletions
diff --git a/cutter.go b/cutter.go
index 5c5ba7e..b2f81a2 100644
--- a/cutter.go
+++ b/cutter.go
@@ -6,30 +6,6 @@ import (
"time"
)
-/*
- A4 Cutting area
-
- 10mm y 10mm
- +-----------------+
- | | 10mm
- | +-------------+ |
- | | | |
- . . . . x
- . . . .
- . . . .
- | | | |
- | +-------------+ |
- | |
- | | 20mm
- +-----------------+
-
- Default size: 20000, 4000
- 1000 pt == 50 mm
-
- A4: 210x297 mm => 4200x5940
- Usable: 4000x5440 pt
-*/
-
type Cutter struct {
*bufio.ReadWriter
}