changes probe rotary width to -125

This commit is contained in:
sanjayk03-dev
2024-12-24 08:42:53 +05:30
parent 8146cc401d
commit ca0780ee99
2 changed files with 3 additions and 3 deletions

View File

@@ -530,9 +530,9 @@
"probe-xdim": { "probe-xdim": {
"type": "float", "type": "float",
"unit": "mm", "unit": "mm",
"min": 0, "min": -1000,
"max": 1000, "max": 1000,
"default": 125 "default": -125
}, },
"probe-ydim": { "probe-ydim": {
"type": "float", "type": "float",

View File

@@ -263,7 +263,7 @@
"probe-slow-seek": 25, "probe-slow-seek": 25,
"probe-fast-seek": 75, "probe-fast-seek": 75,
"probe-zdim": 35, "probe-zdim": 35,
"probe-xdim": 125 "probe-xdim": -125
}, },
"outputs": { "outputs": {
"load-1": "disabled", "load-1": "disabled",