diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-02-25 06:10:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 06:10:35 +0100 |
| commit | 6ca13f11261f2feaae607df47f50dfc2d74c92f2 (patch) | |
| tree | 2fcdf464600adda915165af614d1e8694f029917 /templates | |
| parent | ff073a4bd6172200fe79e0c080751a23afea4ec1 (diff) | |
Update pyembroidery (gcode) to allow customized setting for rgb values (#3530)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/output_params_gcode.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/output_params_gcode.xml b/templates/output_params_gcode.xml index 97e6cacf..1326527b 100644 --- a/templates/output_params_gcode.xml +++ b/templates/output_params_gcode.xml @@ -14,10 +14,11 @@ <param name="custom_stitch" type="string" appearance="multiline" gui-text="STITCH" 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."></param> + gui-description="Leave empty to use default value. Use 'none' to remove. Use %R %G %B for thread color values"></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"></param> + <param name="custom_start" type="string" appearance="multiline" gui-text="START" + gui-description="Use %R %G %B for inital color thread color values"></param> <param name="custom_end" type="string" appearance="multiline" gui-text="END"></param> </page> <page name="laser" gui-text="Laser Settings"> |
