Probing dialog

This commit is contained in:
sanjayk03-dev
2024-12-05 15:50:13 +05:30
parent eb389cb1dd
commit 5682f25d2b

View File

@@ -117,7 +117,9 @@
"Done",
].filter<Step>(isStep);
if(probeType != "a"){
await stepCompleted("CheckProbe", probeContacted);
}
if (probeType === "xyz") {
await stepCompleted("BitDimensions", userAcknowledged);
@@ -367,6 +369,8 @@
{#if probeType === "xyz"}
Place the probe block face up, on the lower-left corner
of your workpiece.
{:else if probeType === "a"}
You are about to start the probing of rotary.
{:else}
Place the probe block face down, with the bit above the
recess.
@@ -401,7 +405,13 @@
above the probe block, and try again.
</p>
{:else}
<p>Don't forget to put away the probe!</p>
<p>
{#if probeType === "a"}
Probing complete
{:else}
Don't forget to put away the probe!
{/if}
</p>
<!-- TODO: change asset for a axis -->
<Icon
data={probeType === "xyz" ? PutAwayXYZ : PutAwayZ}