Remove z key invert option

More space between invert options and Zero button

Rename Step Size to Keyboard Step Size
This commit is contained in:
jaknapper 2025-08-06 14:21:49 +01:00
parent 5edf15ca7a
commit 772a4c4301

View file

@ -5,7 +5,7 @@
<li>
<a class="uk-accordion-title" href="#">Configure</a>
<div class="uk-accordion-content">
<b>Step Size</b>
<b>Keyboard Step Size</b>
<div class="uk-grid-small uk-child-width-1-3" uk-grid>
<div>
<label class="uk-form-label" for="form-stacked-text">x</label>
@ -57,17 +57,9 @@
name="inputStepZz"
/>
</div>
<label
><input
v-model="invert.z"
class="uk-checkbox"
type="checkbox"
/>
Invert z</label
>
</div>
</div>
<br>
<action-button
thing="stage"
action="set_zero_position"