mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-20 21:23:25 +00:00
Don't show error screen on null'd status
This commit is contained in:
@@ -223,7 +223,7 @@ void fetch_printer_data()
|
||||
|
||||
if (state == nullptr)
|
||||
{
|
||||
printer_state = PRINTER_STATE_ERROR;
|
||||
// Continue
|
||||
}
|
||||
else if (strcmp(state, "printing") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user