diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-01-07 18:03:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-07 18:03:52 +0100 |
| commit | f3b0ea62b5b55a285f19fd834a0cef509cfc44b3 (patch) | |
| tree | 40a6a1d77fa2779d438771d39043d7f0a971ec7f /templates | |
| parent | 9ea5fda8ca19efc90d279751ea497c56ac1fc01e (diff) | |
gcode: set min and max for z value (#1509)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/output_params_txt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/output_params_txt.xml b/templates/output_params_txt.xml index 0522e887..97e6cacf 100644 --- a/templates/output_params_txt.xml +++ b/templates/output_params_txt.xml @@ -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" |
