From b06159cfcab27b33e250a8164a11b769f95314be Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sat, 30 Dec 2023 12:19:33 +0530 Subject: [PATCH] test --- src/pug/templates/control-view.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index 9b5e17e..26e2007 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -210,7 +210,7 @@ script#control-view-template(type="text/x-template") .macros-div .macros-buttons(v-if="this.config.macros!=undefined!=undefined") p there is a macro - each macros in this.config.macros + each macros in this.config.macros || {id:0,name:"Macrostest",color:'#434242',gcode:"test.ngc"} p macros.id p macros.name p macros.color