Added a "watch your hands" message before moving machine to (0,0) after probing

This commit is contained in:
David Carley
2021-05-24 20:35:13 -07:00
parent a00c8f7dfd
commit ea6a153e51
3 changed files with 119 additions and 103 deletions

View File

@@ -117,9 +117,15 @@ script#control-view-template(type="text/x-template")
div(slot="body")
.pure-form
p Don't forget to put away the probe!
div(v-if="state.goto_xy_zero_after_probe")
p
| The machine will now move
br
| to the X-Y zero point.
p Watch your hands!
div(slot="footer")
button.pure-button.button-success(@click=`state.show_probe_complete_modal = false`)
button.pure-button.button-success(@click=`$emit("finalize_probe")`)
| Done
table(style="table-layout: fixed; width: 100%;")