This commit is contained in:
sanjayk03-dev
2023-12-30 12:29:13 +05:30
parent 785f97b0d9
commit f36ca2b785

View File

@@ -208,10 +208,10 @@ script#control-view-template(type="text/x-template")
.bar(:style="'width:' + (progress || 0) * 100 + '%'") .bar(:style="'width:' + (progress || 0) * 100 + '%'")
.macros-div .macros-div
.macros-buttons(v-if="this.config.macros!=undefined!=undefined") .macros-buttons(v-if="config.macros!=undefined")
if {{this.config.macros!=undefined}} if {{config.macros!=undefined}}
p there is a macro p there is a macro
each macros in this.config.macros || {id:0,name:"Macrostest",color:'#434242',gcode:"test.ngc"} each macros in 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