Don't show `Print from SD` when host print is paused
This commit is contained in:
parent
c9aba688e3
commit
d1b88e1684
|
|
@ -5292,6 +5292,7 @@ static void lcd_main_menu()
|
||||||
|
|
||||||
// only allow starting SD print if hardware errors (temperature or fan) are cleared
|
// only allow starting SD print if hardware errors (temperature or fan) are cleared
|
||||||
if(!get_temp_error()
|
if(!get_temp_error()
|
||||||
|
&& !printer_active()
|
||||||
#ifdef FANCHECK
|
#ifdef FANCHECK
|
||||||
&& fan_check_error != EFCE_REPORTED
|
&& fan_check_error != EFCE_REPORTED
|
||||||
#endif //FANCHECK
|
#endif //FANCHECK
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue