Attach the probe magnet to the collet.
Touch the probe block to the bit.
- {#if stage === "TestingProbe"} -Waiting for probe contact...
- {:else} + {#if $probeContacted}Probe contact detected!
+ {:else} +Waiting for probe contact...
{/if} - {:else if stage === "GetToolDiameter"} + {:else if step === "GetToolDiameter"} - {:else if stage === "Probing"} + {:else if step === "Probing"}Probing in progress...
- {:else if stage === "ProbingFailed"} + {:else if step === "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"} + {:else if step === "ProbingComplete"}Don't forget to put away the probe!
The machine will now move to the XY origin.
Watch your hands!
@@ -276,17 +288,19 @@