diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-04-12 06:03:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 06:03:01 +0200 |
| commit | c2396081f0b8099da687ceef03b213a0c42dacd9 (patch) | |
| tree | 920707032804073af79bb6f47a9b54be8b106e85 /templates | |
| parent | 93b9c0fa6d35c2b4f7ea43c3bfc2ef142e193b3b (diff) | |
update pyembroidery (#3644)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/output_params_gcode.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/output_params_gcode.xml b/templates/output_params_gcode.xml index 1326527b..144e4f39 100644 --- a/templates/output_params_gcode.xml +++ b/templates/output_params_gcode.xml @@ -15,6 +15,8 @@ gui-description="Use '%X' for x-coordinate. Use '%Y' for y-coordinate and '%Z' for z-coordinate."></param> <param name="custom_color_change" type="string" appearance="multiline" gui-text="COLOR CHANGE" gui-description="Leave empty to use default value. Use 'none' to remove. Use %R %G %B for thread color values"></param> + <param name="custom_jump" type="string" appearance="multiline" gui-text="JUMP" + gui-description="Leave empty to ignore jumps. Use '%X' for x-coordinate and '%Y' for y-coordinate."></param> <param name="custom_stop" type="string" appearance="multiline" gui-text="STOP" gui-description="Leave empty to use default value. Use 'none' to remove."></param> <param name="custom_start" type="string" appearance="multiline" gui-text="START" |
