diff options
Diffstat (limited to 'templates/output_params_txt.xml')
| -rw-r--r-- | templates/output_params_txt.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/output_params_txt.xml b/templates/output_params_txt.xml new file mode 100644 index 00000000..3b78df3b --- /dev/null +++ b/templates/output_params_txt.xml @@ -0,0 +1,4 @@ + {# these parameters are for g-code files (*.txt) #} + <param name="flip_x" type="boolean" gui-description="{{ _("Negate x coordinates") }}">false</param> + <param name="flip_y" type="boolean" gui-description="{{ _("Negate y coordinates") }}">false</param> + <param name="stitch_z_travel" type="float" gui-description="{{ _("increment z coordinate by this amount per stitch") }}">5.0</param> |
