condition fix
This commit is contained in:
@@ -395,10 +395,10 @@
|
|||||||
{/if}
|
{/if}
|
||||||
{:else if currentStep === "PlaceProbeBlock"}
|
{:else if currentStep === "PlaceProbeBlock"}
|
||||||
<p>
|
<p>
|
||||||
{#if probeType === "xyz"}
|
{#if probeType === "xyz" && !isRotaryActive}
|
||||||
Place the probe block face up, on the lower-left corner
|
Place the probe block face up, on the lower-left corner
|
||||||
of your workpiece.
|
of your workpiece.
|
||||||
{:else if isRotaryActive}
|
{:else if probeType === "xyz" && isRotaryActive}
|
||||||
You are about to start the probing of rotary. <br/><br/> <strong>Note: </strong><br/>Position the bit above the probe and attach the probe magnet.
|
You are about to start the probing of rotary. <br/><br/> <strong>Note: </strong><br/>Position the bit above the probe and attach the probe magnet.
|
||||||
{:else}
|
{:else}
|
||||||
Place the probe block face down, with the bit above the
|
Place the probe block face down, with the bit above the
|
||||||
|
|||||||
Reference in New Issue
Block a user