This commit is contained in:
Michael Fogleman 2017-01-06 23:24:45 -05:00
parent 2b8fc80f1a
commit 8f0b4bffe6
2 changed files with 7 additions and 8 deletions

View File

@ -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