added easy adapter in settings

This commit is contained in:
sanjayk03-dev
2025-09-20 23:36:33 +05:30
parent 6192afd532
commit 668a116de7
3 changed files with 12 additions and 1 deletions

View File

@@ -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
}
},

View File

@@ -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,

View File

@@ -54,6 +54,11 @@
</div>
</fieldset>
<h2>Easy Adapter</h2>
<fieldset>
<ConfigTemplatedInput key={`settings.easy-adapter`} />
</fieldset>
<h2>Probing</h2>
<fieldset>
<ConfigTemplatedInput key={`settings.probing-prompts`} />