From f77542110ed91aca8df1036f0f36eafa43f5a9eb Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Tue, 30 Jun 2026 14:20:41 +0100 Subject: [PATCH] Calibration wizard asks about motor direction --- .../modalComponents/calibrationWizard.vue | 10 ++ .../calibrationWizardTask.vue | 1 + .../zmotordirectionstep.vue | 99 +++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 webapp/src/components/modalComponents/calibrationWizardComponents/zmotordirectionstep.vue diff --git a/webapp/src/components/modalComponents/calibrationWizard.vue b/webapp/src/components/modalComponents/calibrationWizard.vue index 1e54ec6b..55618348 100644 --- a/webapp/src/components/modalComponents/calibrationWizard.vue +++ b/webapp/src/components/modalComponents/calibrationWizard.vue @@ -28,6 +28,7 @@ + + \ No newline at end of file