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