Added a setting to allow disabling probing prompts

This commit is contained in:
David Carley
2021-03-15 19:21:06 -07:00
parent 77d064badc
commit 437772c908
6 changed files with 21 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ class Config(object):
if version < (1, 0, 7):
config['settings']['max-deviation'] = 0.001
config['settings']['junction-accel'] = 200000
config['settings']['probing-prompts'] = True
for motor in config['motors']:
motor['stall-microstep'] = 8
motor['stall-current'] = 1