No "probing complete" modal if disabled
This commit is contained in:
@@ -406,7 +406,9 @@ module.exports = {
|
|||||||
M2
|
M2
|
||||||
`);
|
`);
|
||||||
|
|
||||||
|
if (this.config.settings['probing-prompts']) {
|
||||||
setTimeout(() => Vue.set(this.state, "wait_for_probing_complete", true), 1000);
|
setTimeout(() => Vue.set(this.state, "wait_for_probing_complete", true), 1000);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
probe_z() {
|
probe_z() {
|
||||||
@@ -436,7 +438,9 @@ module.exports = {
|
|||||||
M2
|
M2
|
||||||
`);
|
`);
|
||||||
|
|
||||||
|
if (this.config.settings['probing-prompts']) {
|
||||||
setTimeout(() => Vue.set(this.state, "wait_for_probing_complete", true), 1000);
|
setTimeout(() => Vue.set(this.state, "wait_for_probing_complete", true), 1000);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
jog_fn: function (x_jog,y_jog,z_jog,a_jog) {
|
jog_fn: function (x_jog,y_jog,z_jog,a_jog) {
|
||||||
|
|||||||
Reference in New Issue
Block a user