fixing config template

This commit is contained in:
sanjayk03-dev
2024-01-22 03:52:46 +05:30
parent 5bee98edef
commit 3859393086
3 changed files with 8 additions and 15 deletions

View File

@@ -109,12 +109,13 @@ module.exports = new Vue({
template: require("../resources/config-template.json"),
config: {
settings: { units: "METRIC" },
motors: [{}, {}, {}, {},{}, {}, {}, {}],
motors: [{}, {}, {}, {}],
version: "<loading>",
full_version: "<loading>",
ip: "<>",
wifiName: "not connected",
macros:[{},{},{}]
macros:[{},{},{},{},{},{},{},{}],
macrosList:[]
},
state: {
messages: [],

View File

@@ -645,7 +645,9 @@
}
},
"macrosList": [
"macrosList": {
"type":"list",
"default":[
"FireLaser.ngc",
"GoHomeXYZ.ngc",
"ParkRearRightWW.ngc",
@@ -654,7 +656,8 @@
"TurnOffSpindleAndLaser.ngc",
"VacOn.ngc",
"TurnOffVac.ngc"
],
]
},
"admin": {
"auto-check-upgrade": {

View File

@@ -1,11 +0,0 @@
[
{
},
{
},
{
}
]