Merge pull request #30 from dacarley/max-jerk-1000
Changed the default max-jerk to 1000 on x and y
This commit is contained in:
@@ -151,7 +151,7 @@ class Config(object):
|
||||
if motor['axis'] == 'X' or motor['axis'] == 'Y':
|
||||
motor['search-velocity'] = 1.688
|
||||
motor['max-velocity'] = 10
|
||||
motor['max-jerk'] = 15000
|
||||
motor['max-jerk'] = 1000
|
||||
motor['zero-backoff'] = 1.5
|
||||
if motor['axis'] == 'Z':
|
||||
motor['search-velocity'] = 0.675
|
||||
|
||||
Reference in New Issue
Block a user