Added a setting to allow disabling probing prompts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user