Skip to content

Commit

Permalink
Update KlippyGcodes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Feb 9, 2025
1 parent 5bb885e commit 2952ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ks_includes/KlippyGcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ def set_led_color(led, color):
return (
f'SET_LED LED="{led}" '
f'RED={color[0]} GREEN={color[1]} BLUE={color[2]} WHITE={color[3]} '
f'SYNC=0 TRANSMIT=1'
f'SYNC=0 DISABLE_TEMPLATE=1 TRANSMIT=1'
)

0 comments on commit 2952ad1

Please sign in to comment.