From ef87feb24341d3d176871fe5288b5fe786fcc53d Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Mon, 4 Nov 2024 22:39:30 +0530 Subject: [PATCH] minor fixes in probe-rotary --- src/svelte-components/src/components/SettingsView.svelte | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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}