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:
OneFinityCNC
2021-03-10 13:11:22 -05:00
committed by GitHub

View File

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