storing mach position to config
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user