Skip to content

Commit

Permalink
Don't show Print from SD when host print is paused
Browse files Browse the repository at this point in the history
  • Loading branch information
3d-gussner committed Dec 28, 2023
1 parent 3973310 commit e3e906d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5258,6 +5258,7 @@ static void lcd_main_menu()

// only allow starting SD print if hardware errors (temperature or fan) are cleared
if(!get_temp_error()
&& !printer_active()
#ifdef FANCHECK
&& fan_check_error != EFCE_REPORTED
#endif //FANCHECK
Expand Down

0 comments on commit e3e906d

Please sign in to comment.