+ {#if stage === "TestingProbe" || stage === "TestingProbeComplete"}
+ Attach the probe magnet to the collet.
+ Touch the probe block to the bit.
+
+ {#if stage === "TestingProbe"}
+ Waiting for probe contact...
+ {:else}
+ Probe contact detected!
+ {/if}
+ {:else if stage === "GetToolDiameter"}
+
+
+ {:else if stage === "Probing"}
+ Probing in progress...
+ {:else if stage === "ProbingFailed"}
+ Could not find the probe block during probing!
+
+ Make sure the tip of the bit is about 1/4" (6mm) above the probe block,
+ and try again.
+
+ {:else if stage === "ProbingComplete"}
+ Don't forget to put away the probe!
+ The machine will now move to the XY origin.
+ Watch your hands!
+ {/if}
+
+
+