stop button
This commit is contained in:
@@ -284,7 +284,7 @@ script#control-view-template(type="text/x-template")
|
|||||||
img(src="images/play_gcode.png" style="height: 55px;")
|
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")
|
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).",
|
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")
|
@click="optional_pause", v-if="false", style="height:100px;width:100px;font-weight:normal")
|
||||||
|
|||||||
Reference in New Issue
Block a user