+
+
Step {steps.indexOf(currentStep) + 1} of {steps.length}
+
+ {#each steps as step}
+ - {stepLabels[step]}
+ {/each}
+
+
+
+
+ {#if currentStep === "CheckProbe"}
+ Attach the probe magnet to the collet, then touch the probe block to
+ the bit.
+ {:else if currentStep === "BitDimensions"}
+
+
+ {:else if currentStep === "PlaceProbeBlock"}
+ {#if probeType === "xyz"}
+ Place the probe block face up, on the lower-left corner of your
+ workpiece.
+ {:else}
+ Place the probe block face down, with the bit above the recess.
+ {/if}
+ {:else if currentStep === "Probe"}
+ Probing in progress...
+ {:else if currentStep === "Done"}
+ {#if $probingFailed}
+ Could not find the probe block during probing!
+
+
+ Make sure the tip of the bit is less than {metric
+ ? "25mm"
+ : "1 in"} above the probe block, and try again.
+
+ {:else}
+ Don't forget to put away the probe!
+
+ {#if probeType === "xyz"}
+
The machine will now move to the XY origin.
+
+
Watch your hands!
+ {/if}
+ {/if}
+ {/if}
+
+
+
+
+