Browse Source

Followup to #12082

pull/1/head
Scott Lahteine 6 years ago
parent
commit
f5b31e218d
  1. 2
      Marlin/src/feature/leds/printer_event_leds.h

2
Marlin/src/feature/leds/printer_event_leds.h

@ -48,7 +48,7 @@ public:
#endif
#if HAS_TEMP_HOTEND || HAS_HEATED_BED
FORCE_INLINE static void onHeated() { leds.set_color(LEDColorWhite()); }
FORCE_INLINE static void onHeatingDone() { leds.set_color(LEDColorWhite()); }
FORCE_INLINE static void onPidTuningDone(LEDColor c) { leds.set_color(c); }
#endif

Loading…
Cancel
Save