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
       #if FAN_COUNT > 1
65
       #if FAN_COUNT > 1
66
         active_extruder < FAN_COUNT ? active_extruder :
66
         active_extruder < FAN_COUNT ? active_extruder :
67
       #endif
67
       #endif
68
-      0), ui.preheat_fan_speed[m]
68
+      0), ui.preheat_fan_speed[indh]
69
     );
69
     );
70
   #endif
70
   #endif
71
   ui.return_to_status();
71
   ui.return_to_status();

Loading…
Cancel
Save