stop button

This commit is contained in:
sanjayk03-dev
2024-08-13 10:03:14 +05:30
parent 238a216a45
commit a5157a89a5

View File

@@ -284,7 +284,7 @@ script#control-view-template(type="text/x-template")
img(src="images/play_gcode.png" style="height: 55px;")
button.pure-button(title="Stop program.", @click="stop", style="height:100px;width:100px;font-weight:normal")
img(src="images/stop.png" style="height: 70px;")
img(src="images/stop.png" style="height: 55px;")
button.pure-button(title="Pause program at next optional stop (M1).",
@click="optional_pause", v-if="false", style="height:100px;width:100px;font-weight:normal")