Allow M600 when dryrun debugging
This commit is contained in:
parent
fe2ea2906f
commit
306c184b1a
2 changed files with 2 additions and 2 deletions
|
|
@ -829,7 +829,7 @@ void kill_screen(const char* lcd_msg) {
|
|||
|
||||
#if ENABLED(FILAMENT_CHANGE_FEATURE)
|
||||
void lcd_enqueue_filament_change() {
|
||||
if (thermalManager.tooColdToExtrude(active_extruder)) {
|
||||
if (!DEBUGGING(DRYRUN) && thermalManager.tooColdToExtrude(active_extruder)) {
|
||||
lcd_save_previous_screen();
|
||||
lcd_goto_screen(lcd_filament_change_toocold_menu);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue