Browse Source

LCD preheat followup

Scott Lahteine 5 years ago
parent
commit
fec416f9db
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/menu/menu_temperature.cpp

+ 1
- 1
Marlin/src/lcd/menu/menu_temperature.cpp View File

@@ -65,7 +65,7 @@ void Temperature::lcd_preheat(const int16_t e, const int8_t indh, const int8_t i
65 65
       #if FAN_COUNT > 1
66 66
         active_extruder < FAN_COUNT ? active_extruder :
67 67
       #endif
68
-      0), ui.preheat_fan_speed[m]
68
+      0), ui.preheat_fan_speed[indh]
69 69
     );
70 70
   #endif
71 71
   ui.return_to_status();

Loading…
Cancel
Save