minor change
This commit is contained in:
@@ -62,17 +62,17 @@
|
|||||||
enabled. If you choose to live dangerously, and disable the
|
enabled. If you choose to live dangerously, and disable the
|
||||||
safety prompts, Onefinity cannot be held responsible.
|
safety prompts, Onefinity cannot be held responsible.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h3>Probe Block</h3>
|
||||||
|
|
||||||
|
{#each Object.keys(configTemplate.probe) as key}
|
||||||
|
{#if key !== "probe-diameter"}
|
||||||
|
<ConfigTemplatedInput key={`probe.${key}`} />
|
||||||
|
{/if}
|
||||||
|
{/each}
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<h3>Probe Block</h3>
|
|
||||||
|
|
||||||
{#each Object.keys(configTemplate.probe) as key}
|
|
||||||
{#if key !== "probe-diameter"}
|
|
||||||
<ConfigTemplatedInput key={`probe.${key}`} />
|
|
||||||
{/if}
|
|
||||||
{/each}
|
|
||||||
|
|
||||||
<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