mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
🚸 LED Default may toggle On
This commit is contained in:
parent
20f71fafa7
commit
c84bea7110
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
|||
}
|
||||
|
||||
#if ENABLED(LED_COLOR_PRESETS)
|
||||
ACTION_ITEM(MSG_SET_LEDS_DEFAULT, leds.set_default);
|
||||
ACTION_ITEM(MSG_SET_LEDS_DEFAULT, [] { leds.set_default(); ui.refresh(); } );
|
||||
#endif
|
||||
|
||||
#if ENABLED(NEOPIXEL2_SEPARATE)
|
||||
|
|
Loading…
Reference in a new issue