Don't show `Print from SD` when host print is paused

This commit is contained in:
3d-gussner 2023-12-28 12:53:26 +01:00
parent c9aba688e3
commit d1b88e1684
1 changed files with 1 additions and 0 deletions

View File

@ -5292,6 +5292,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