From 53a0f7518880a067311da988b384a6552701bec9 Mon Sep 17 00:00:00 2001 From: David Carley Date: Wed, 24 Aug 2022 05:41:05 +0000 Subject: [PATCH] Added a message informing the user when the probing will begin. --- src/svelte-components/src/dialogs/ProbeDialog.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/svelte-components/src/dialogs/ProbeDialog.svelte b/src/svelte-components/src/dialogs/ProbeDialog.svelte index d6c57d2..07056ae 100644 --- a/src/svelte-components/src/dialogs/ProbeDialog.svelte +++ b/src/svelte-components/src/dialogs/ProbeDialog.svelte @@ -103,7 +103,7 @@ "Done", ].filter(isStep); - // await stepCompleted("CheckProbe", probeContacted); + await stepCompleted("CheckProbe", probeContacted); if (probeType === "xyz") { await stepCompleted("BitDimensions", userAcknowledged); @@ -318,6 +318,8 @@ {:else} Place the probe block face down, with the bit above the recess. {/if} + +

The probing procedure will begin as soon as you click 'Next'.

{:else if currentStep === "Probe"} Probing in progress... {:else if currentStep === "Done"}