modified config struct

This commit is contained in:
sanjayk03-dev
2024-07-08 22:54:11 +05:30
parent 49efa31281
commit 16d3898f7f
3 changed files with 49 additions and 48 deletions

View File

@@ -654,35 +654,29 @@
},
"axes": {
"x": {
"abs": {
"type": "string",
"default": "0"
},
"off": {
"type": "string",
"default": "0"
}
"xp": {
"type": "int",
"default": 0
},
"y": {
"abs": {
"type": "string",
"default": "0"
},
"off": {
"type": "string",
"default": "0"
}
"yp": {
"type": "int",
"default": 0
},
"z": {
"abs": {
"type": "string",
"default": "0"
},
"off": {
"type": "string",
"default": "0"
}
"zp": {
"type": "int",
"default": 0
},
"offset_x": {
"type": "int",
"default": 0
},
"offset_y": {
"type": "int",
"default": 0
},
"offset_z": {
"type": "int",
"default": 0
}
},