Added a message informing the user when the probing will begin.
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
"Done",
|
"Done",
|
||||||
].filter<Step>(isStep);
|
].filter<Step>(isStep);
|
||||||
|
|
||||||
// await stepCompleted("CheckProbe", probeContacted);
|
await stepCompleted("CheckProbe", probeContacted);
|
||||||
|
|
||||||
if (probeType === "xyz") {
|
if (probeType === "xyz") {
|
||||||
await stepCompleted("BitDimensions", userAcknowledged);
|
await stepCompleted("BitDimensions", userAcknowledged);
|
||||||
@@ -318,6 +318,8 @@
|
|||||||
{:else}
|
{:else}
|
||||||
Place the probe block face down, with the bit above the recess.
|
Place the probe block face down, with the bit above the recess.
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
<p>The probing procedure will begin as soon as you click 'Next'.</p>
|
||||||
{:else if currentStep === "Probe"}
|
{:else if currentStep === "Probe"}
|
||||||
Probing in progress...
|
Probing in progress...
|
||||||
{:else if currentStep === "Done"}
|
{:else if currentStep === "Done"}
|
||||||
|
|||||||
Reference in New Issue
Block a user