gcode: set min and max for z value (#1509)

pull/1532/head
Kaalleen 2022-01-07 18:03:52 +01:00 zatwierdzone przez GitHub
rodzic 9ea5fda8ca
commit f3b0ea62b5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,7 @@
<option value="false">Z travel per stitch</option>
</param>
<param name="stitch_z_travel" type="float" gui-text="Z travel per stitch"
gui-description='increment z coordinate by this amount per stitch if "Z travel per stitch" is enabled'>5.0</param>
gui-description='increment z coordinate by this amount per stitch if "Z travel per stitch" is enabled' min="0" max="999">5.0</param>
</page>
<page name="custom-commands" gui-text="Custom Commands">
<param name="custom_stitch" type="string" appearance="multiline" gui-text="STITCH"