removing assets for probe rotary dialog

This commit is contained in:
sanjayk03-dev
2024-12-09 23:24:18 +05:30
parent a271360d1c
commit 9f348a119c

View File

@@ -344,12 +344,13 @@
Attach the probe magnet to the collet, then touch the probe Attach the probe magnet to the collet, then touch the probe
block to the bit. block to the bit.
</p> </p>
<!-- TODO: change asset for a axis --> {#if probeType !== "a"}
<Icon <Icon
data={probeType === "xyz" ? CheckXYZ : CheckZ} data={probeType === "xyz" ? CheckXYZ : CheckZ}
size="300px" size="300px"
class="probe-icon-svg" class="probe-icon-svg"
/> />
{/if}
{:else if currentStep === "BitDimensions"} {:else if currentStep === "BitDimensions"}
<TextFieldWithOptions <TextFieldWithOptions
label="Cutter diameter" label="Cutter diameter"
@@ -364,7 +365,6 @@
<Icon data={BitDiameter} size="150px" class="probe-icon-svg" /> <Icon data={BitDiameter} size="150px" class="probe-icon-svg" />
{:else if currentStep === "PlaceProbeBlock"} {:else if currentStep === "PlaceProbeBlock"}
<!-- TODO: change asset for a axis -->
<p> <p>
{#if probeType === "xyz"} {#if probeType === "xyz"}
Place the probe block face up, on the lower-left corner Place the probe block face up, on the lower-left corner
@@ -377,12 +377,14 @@
{/if} {/if}
</p> </p>
<Icon {#if probeType !== "a"}
data={probeType === "xyz" ? PlaceXYZ : PlaceZ} <Icon
width="304px" data={probeType === "xyz" ? PlaceXYZ : PlaceZ}
height="129px" width="304px"
class="probe-icon-svg" height="129px"
/> class="probe-icon-svg"
/>
{/if}
<p> <p>
The probing procedure will begin as soon as you click The probing procedure will begin as soon as you click
@@ -412,13 +414,15 @@
Don't forget to put away the probe! Don't forget to put away the probe!
{/if} {/if}
</p> </p>
<!-- TODO: change asset for a axis -->
<Icon {#if probeType !== "a"}
data={probeType === "xyz" ? PutAwayXYZ : PutAwayZ} <Icon
width="329px" data={probeType === "xyz" ? PutAwayXYZ : PutAwayZ}
height="256px" width="329px"
class="probe-icon-svg" height="256px"
/> class="probe-icon-svg"
/>
{/if}
{#if probeType === "xyz"} {#if probeType === "xyz"}
<p>The machine will now move to the XY origin.</p> <p>The machine will now move to the XY origin.</p>