minor change
This commit is contained in:
@@ -63,16 +63,16 @@
|
||||
safety prompts, Onefinity cannot be held responsible.
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<h3>Probe Block</h3>
|
||||
|
||||
{#each Object.keys(configTemplate.probe) as key}
|
||||
{#if key !== "probe-diameter"}
|
||||
<ConfigTemplatedInput key={`probe.${key}`} />
|
||||
{/if}
|
||||
{#if key !== "probe-diameter"}
|
||||
<ConfigTemplatedInput key={`probe.${key}`} />
|
||||
{/if}
|
||||
{/each}
|
||||
|
||||
<br />
|
||||
|
||||
<h3>Probe Rotary</h3>
|
||||
|
||||
{#each Object.keys(configTemplate["probe-rotary"]) as key}
|
||||
|
||||
Reference in New Issue
Block a user