commit
6ef71c3d5f
@ -2412,7 +2412,7 @@ void kill_screen(const char* lcd_msg) {
|
||||
// Change filament
|
||||
//
|
||||
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||
if (!thermalManager.tooColdToExtrude(active_extruder))
|
||||
if (!thermalManager.tooColdToExtrude(active_extruder) && !card.sdprinting)
|
||||
MENU_ITEM(function, MSG_FILAMENTCHANGE, lcd_enqueue_filament_change);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user