Merge pull request #47 from dacarley/fusion-motion-control

Fixed issues with fusion gcode motion control
This commit is contained in:
OneFinityCNC
2021-03-31 23:29:33 -04:00
committed by GitHub
7 changed files with 21 additions and 9 deletions

View File

@@ -164,6 +164,10 @@ class Config(object):
motor['max-jerk'] = 1000
motor['zero-backoff'] = 1
if version < (1, 0, 8):
config['settings']['max-deviation'] = 0.05
config['settings']['junction-accel'] = 200000
config['version'] = self.version.split('b')[0]
config['full_version'] = self.version