This commit is contained in:
sanjayk03-dev
2023-12-30 13:04:28 +05:30
parent 75353079ba
commit 5c839ea55f

View File

@@ -209,7 +209,7 @@ script#control-view-template(type="text/x-template")
.macros-div .macros-div
.macros-buttons(v-if="this.config.macros!=undefined") .macros-buttons(v-if="this.config.macros!=undefined")
each macros in config.macros || {id:0,name:"Macrostest",color:'#434242',gcode:"test.ngc"} each macros in (this.config.macros!=undefined)? this.config.macros : {id:0,name:"Macrostest",color:'#434242',gcode:"test.ngc"}
p macros.id p macros.id
p macros.name p macros.name
p macros.color p macros.color