diff --git a/src/svelte-components/src/dialogs/ProbeDialog.svelte b/src/svelte-components/src/dialogs/ProbeDialog.svelte index 05f5c44..966f3ce 100644 --- a/src/svelte-components/src/dialogs/ProbeDialog.svelte +++ b/src/svelte-components/src/dialogs/ProbeDialog.svelte @@ -411,18 +411,33 @@ /> {/if} {:else if currentStep === "BitDimensions"} - + {#if probeType !== "xyz"} + - + + {:else} + + + + {/if} {:else if currentStep === "PlaceProbeBlock"}

{#if probeType === "xyz"}