Update pyembroidery (gcode) to allow customized setting for rgb values (#3530)

pull/3538/head
Kaalleen 2025-02-25 06:10:35 +01:00 zatwierdzone przez GitHub
rodzic ff073a4bd6
commit 6ca13f1126
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 4 dodań i 3 usunięć

@ -1 +1 @@
Subproject commit b603b8d2b2bf91b5b0823a8a619562de5fd756e7
Subproject commit afe103b49a1750c5aabe612dbdc6793ef21951b0

Wyświetl plik

@ -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">