storing mach position to config

This commit is contained in:
sanjayk03-dev
2024-07-05 11:59:47 +05:30
parent 411619c2ee
commit 38373b8877
2 changed files with 41 additions and 0 deletions

View File

@@ -653,6 +653,39 @@
}
},
"axes": {
"x": {
"abs": {
"type": "string",
"default": "0"
},
"off": {
"type": "string",
"default": "0"
}
},
"y": {
"abs": {
"type": "string",
"default": "0"
},
"off": {
"type": "string",
"default": "0"
}
},
"z": {
"abs": {
"type": "string",
"default": "0"
},
"off": {
"type": "string",
"default": "0"
}
}
},
"admin": {
"auto-check-upgrade": {
"type": "bool",