aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutter.go b/cutter.go
index 87be6ee..ff2f0a5 100644
--- a/cutter.go
+++ b/cutter.go
@@ -60,7 +60,7 @@ func NewCutter(io *bufio.ReadWriter, o Orientation, rmlen Unit) Cutter {
c.UnknownFE(0)
fmt.Println("Calibration", c.GetCalibration())
- fmt.Println("Correction", c.DistanceCorrection())
+ fmt.Println("Correction ", c.DistanceCorrection())
if rmlen > 0 {
c.RegMarkLen(rmlen)
}