From fa55b068aa6eaad05b5fa13ef031b95c709338f4 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Tue, 30 Jun 2026 14:48:55 +0100 Subject: [PATCH] Just say clockwise / anti clockwise --- .../zmotordirectionstep.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/webapp/src/components/modalComponents/calibrationWizardComponents/zmotordirectionstep.vue b/webapp/src/components/modalComponents/calibrationWizardComponents/zmotordirectionstep.vue index 3b122294..e04d3711 100644 --- a/webapp/src/components/modalComponents/calibrationWizardComponents/zmotordirectionstep.vue +++ b/webapp/src/components/modalComponents/calibrationWizardComponents/zmotordirectionstep.vue @@ -20,17 +20,17 @@ @@ -80,10 +80,8 @@ export default { } this.invokeAction("stage", "jog", { stop: true }); }, - selectRightToLeft() { - this.$emit("advance"); - }, - selectLeftToRight() { + // Once a direction is selected, advance + selectDir() { this.$emit("advance"); }, },