wip
This commit is contained in:
parent
2b8fc80f1a
commit
8f0b4bffe6
|
@ -7,11 +7,11 @@ import time
|
|||
STEPS_PER_INCH = 2032
|
||||
STEPS_PER_MM = 80
|
||||
|
||||
PEN_UP_DELAY = 400
|
||||
PEN_DOWN_DELAY = 400
|
||||
PEN_UP_DELAY = 100
|
||||
PEN_DOWN_DELAY = 100
|
||||
|
||||
ACCELERATION = 10
|
||||
MAX_VELOCITY = 5
|
||||
ACCELERATION = 8
|
||||
MAX_VELOCITY = 4
|
||||
CORNER_FACTOR = 0.001
|
||||
|
||||
VID_PID = '04D8:FD92'
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue