fix step count correction
Haldean Brown
2 years ago
15 | 15 |
; if true, centers the stuff on the plotter in width
|
16 | 16 |
(defparameter *do-centering* nil)
|
17 | 17 |
|
18 | |
(defparameter *steps-per-mm* 92)
|
|
18 |
(defparameter *steps-per-mm* 46)
|
19 | 19 |
|
20 | 20 |
; these are the states that cncserver recognizes
|
21 | 21 |
(defparameter *pen-states* '("up" "draw"))
|