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