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

@@ -436,7 +436,7 @@ module.exports = new Vue({
if (this.state.cycle === 'idle') {
if (this.state.wait_for_probing_complete) {
Vue.set(this.state, "wait_for_probing_complete", false);
Vue.set(this.state, "show_probe_complete_modal", true);
this.$broadcast("probing_complete");
}
}