diff --git a/src/svelte-components/src/components/SettingsView.svelte b/src/svelte-components/src/components/SettingsView.svelte index 78c07d8..5a46408 100644 --- a/src/svelte-components/src/components/SettingsView.svelte +++ b/src/svelte-components/src/components/SettingsView.svelte @@ -67,8 +67,6 @@

Probe Block

-
- {#each Object.keys(configTemplate.probe) as key} {#if key !== "probe-diameter"} @@ -77,11 +75,9 @@

Probe Rotary

-
- {#each Object.keys(configTemplate["probe-rotary"]) as key} {#if key !== "probe-diameter"} - + {/if} {/each}