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"}