fixing config template
This commit is contained in:
@@ -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: [],
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
[
|
||||
{
|
||||
|
||||
},
|
||||
{
|
||||
|
||||
},
|
||||
{
|
||||
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user