From 2f21fd6200f18f46abae274e525d2211a8aa6a57 Mon Sep 17 00:00:00 2001
From: jaknapper
Date: Wed, 6 Aug 2025 15:57:00 +0100
Subject: [PATCH] Describe expected behaviour in stage settings
---
.../settingsComponents/stageSettings.vue | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue b/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue
index 09ae23a3..454747a2 100644
--- a/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue
+++ b/webapp/src/components/tabContentComponents/settingsComponents/stageSettings.vue
@@ -8,12 +8,12 @@
Your z motor is currently {{ this.z_inverted }} inverted.
- If you notice that moving in +z moves your objective down,
- or causes your exposed z gear to turn clockwise,
- this is backwards.
-
-
- Click the button below to switch.
+ We expect that moving in +z:
+
+ - Moves your objective up, towards the sample and illumination
+ - Turns the exposed z gear anti-clockwise (when viewed from above)
+
+ If this is not the case, click the button below to switch.