macrosList default config
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = {
|
||||
"default",
|
||||
],
|
||||
newGcode: ["", "", "", "", "", "", "", ""],
|
||||
macrosList: this.config.macros.map((item) => item.name),
|
||||
macrosList: this.config.macros.map((item) => item.gcode_file_name),
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
||||
@@ -645,6 +645,20 @@
|
||||
}
|
||||
},
|
||||
|
||||
"macrosList": {
|
||||
"type": "list",
|
||||
"default": [
|
||||
"FireLaser.ngc",
|
||||
"GoHomeXYZ.ngc",
|
||||
"ParkRearRightWW.ngc",
|
||||
"SpindleWarmUp1Minute.ngc",
|
||||
"TurnOnSpindle.ngc",
|
||||
"TurnOffSpindleAndLaser.ngc",
|
||||
"VacOn.ngc",
|
||||
"TurnOffVac.ngc"
|
||||
]
|
||||
},
|
||||
|
||||
"admin": {
|
||||
"auto-check-upgrade": {
|
||||
"type": "bool",
|
||||
|
||||
Reference in New Issue
Block a user