This commit is contained in:
sanjayk03-dev
2023-12-30 05:51:32 +05:30
parent 6432510785
commit 72ed2f7390
4 changed files with 8 additions and 7 deletions

View File

@@ -207,8 +207,9 @@ script#control-view-template(type="text/x-template")
label {{(progress || 0) | percent}}
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
.macros-buttons(v-if="this.config.macros!=undefined")
<p>there is a macro
.macros-div
.macros-buttons(v-if="isMacrosPresent")
<p> there is a macro
.tabs

View File

@@ -14,6 +14,6 @@ script#macros-template(type="text/x-template")
v-model="state.selected", @change="load", :disabled="!is_ready",
style="max-width:100%")
option(v-for="file in state.files", :value="file") {{file}}
button.submit-macros(title="Save Macros",@click="saveMacros",style="height:100px;width:100px;font-weight:normal")
button.submit-macros(title="Save Macros",@click="saveMacros",style="height:100px;width:100px;font-weight:normal") Save Macros
gcode-viewer