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

@@ -22,6 +22,11 @@
"max": 100000000,
"unit": "mm/min²",
"default": 200000
},
"probing-prompts": {
"help": "Enable or disable safety prompts during and after probing",
"type": "bool",
"default": true
}
},
"motors": {

View File

@@ -29,7 +29,8 @@
"settings": {
"junction-accel": 200000,
"max-deviation": 0.001,
"units": "METRIC"
"units": "METRIC",
"probing-prompts": true
},
"motors": [
{

View File

@@ -29,7 +29,8 @@
"settings": {
"junction-accel": 200000,
"max-deviation": 0.001,
"units": "METRIC"
"units": "METRIC",
"probing-prompts": true
},
"motors": [
{