added easy adapter in settings
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
"help": "Enable or disable safety prompts during and after probing",
|
||||
"type": "bool",
|
||||
"default": true
|
||||
},
|
||||
"easy-adapter": {
|
||||
"help": "Enable or disable Easy Adapter",
|
||||
"type": "bool",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"junction-accel": 200000,
|
||||
"max-deviation": 0.05,
|
||||
"units": "METRIC",
|
||||
"probing-prompts": true
|
||||
"probing-prompts": true,
|
||||
"easy-adapter": false
|
||||
},
|
||||
"tool": {
|
||||
"tool-reversed": false,
|
||||
|
||||
Reference in New Issue
Block a user