This commit is contained in:
Michael Fogleman 2018-01-19 14:22:10 -05:00
parent 5bdab1bb23
commit b15396f65b
1 changed files with 3 additions and 3 deletions

View File

@ -21,12 +21,12 @@ PEN_UP_POSITION = 60
PEN_UP_SPEED = 150
PEN_UP_DELAY = 0
PEN_DOWN_POSITION = 50
PEN_DOWN_POSITION = 45
PEN_DOWN_SPEED = 150
PEN_DOWN_DELAY = 0
ACCELERATION = 8
MAX_VELOCITY = 2
ACCELERATION = 4
MAX_VELOCITY = 4
CORNER_FACTOR = 0.005
VID_PID = '04D8:FD92'