From 8151f00bf27ba7387843e4398fc35b69da26fa24 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Thu, 5 Nov 2020 17:29:47 -0500 Subject: [PATCH 1/2] refactor(app): add more information on xy jog In user testing, it's not entirely clear why you would want to enable xy jog when jogging to the deck, or where you would want to jog to. This adds more information. --- app/src/components/CalibrationPanels/SaveZPoint.js | 8 ++++++-- .../CalibrationPanels/__tests__/SaveZPoint.test.js | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/src/components/CalibrationPanels/SaveZPoint.js b/app/src/components/CalibrationPanels/SaveZPoint.js index a74ec8ddefe..cf26f31771a 100644 --- a/app/src/components/CalibrationPanels/SaveZPoint.js +++ b/app/src/components/CalibrationPanels/SaveZPoint.js @@ -64,8 +64,9 @@ const TO_USE_Z = 'button to use this z position for the rest of deck calibration' const CALIBRATION_HEALTH_TO_DETERMINE = 'button to determine how this position compares to the previously saved z-axis calibration coordinate' -const ALLOW_HORIZONTAL_TEXT = - 'Need to jog across the deck to align the pipette in slot 5?' +const ALLOW_HORIZONTAL_TEXT = 'Reveal XY jog controls to move across deck' +const ALLOW_XY_JOG_INSTRUCTIONS = + 'If the pipette is over the embossed 5, on the ridge of the slot, or hard to see, reveal the jog controls to move the pipette across the deck.' const contentsBySessionType: { [SessionType]: { @@ -180,6 +181,9 @@ export function SaveZPoint(props: CalibrationPanelProps): React.Node { {THEN} {` '${buttonText}' `} {isHealthCheck ? CALIBRATION_HEALTH_TO_DETERMINE : TO_USE_Z}. +
+
+ {ALLOW_XY_JOG_INSTRUCTIONS}