Added a setting to allow disabling probing prompts
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
"settings": {
|
||||
"junction-accel": 200000,
|
||||
"max-deviation": 0.001,
|
||||
"units": "METRIC"
|
||||
"units": "METRIC",
|
||||
"probing-prompts": true
|
||||
},
|
||||
"motors": [
|
||||
{
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
"settings": {
|
||||
"junction-accel": 200000,
|
||||
"max-deviation": 0.001,
|
||||
"units": "METRIC"
|
||||
"units": "METRIC",
|
||||
"probing-prompts": true
|
||||
},
|
||||
"motors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user