loading g-codes,

This commit is contained in:
sanjayk03-dev
2024-01-22 01:45:57 +05:30
parent 293e1f7420
commit b8394d7266
2 changed files with 39 additions and 41 deletions

View File

@@ -77,6 +77,7 @@ script#macros-template(type="text/x-template")
.gcodeContainer
textarea.new-gcode( :value='newGcode[tab-1]' @input="updateNewGcode")
//- gcode-viewer(v-if="state.selected !== 'default'")
p.new-gcode {{newGcode[tab-1]}}
button.submit-macros(title="Save Macros",@click="confirmSave=true",
style="height:50px;width:140px;font-weight:normal;background-color:#add1ad;color:#fff;border:0;margin-top:30px") Save
button.submit-macros(title="Cancel Macros",@click="cancelMacros",