fixing template

This commit is contained in:
sanjayk03-dev
2024-01-22 03:35:53 +05:30
parent 05d47f33fc
commit 5bee98edef
3 changed files with 7 additions and 5 deletions

View File

@@ -226,5 +226,8 @@ module.exports = {
printState: function () {
console.log(this.state);
},
printConfig: function () {
console.log(this.config);
},
},
};

View File

@@ -295,3 +295,5 @@ script#macros-template(type="text/x-template")
button.submit-macros(title="Cancel Macros",@click="printState",
style="height:50px;width:140px;font-weight:normal;margin-left:5px;background-color:#f6f6f6;color:#000;border:0;margin-top:30px") Print State
button.submit-macros(title="Cancel Macros",@click="printConfig",
style="height:50px;width:140px;font-weight:normal;margin-left:5px;background-color:#f6f6f6;color:#000;border:0;margin-top:30px") Print Config

View File

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