Scott Lahteine 6 years ago
parent
commit
f5b31e218d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/leds/printer_event_leds.h

+ 1
- 1
Marlin/src/feature/leds/printer_event_leds.h View File

48
   #endif
48
   #endif
49
 
49
 
50
   #if HAS_TEMP_HOTEND || HAS_HEATED_BED
50
   #if HAS_TEMP_HOTEND || HAS_HEATED_BED
51
-    FORCE_INLINE static void onHeated() { leds.set_color(LEDColorWhite()); }
51
+    FORCE_INLINE static void onHeatingDone() { leds.set_color(LEDColorWhite()); }
52
     FORCE_INLINE static void onPidTuningDone(LEDColor c) { leds.set_color(c); }
52
     FORCE_INLINE static void onPidTuningDone(LEDColor c) { leds.set_color(c); }
53
   #endif
53
   #endif
54
 
54
 

Loading…
Cancel
Save