mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +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)
|
if (state == nullptr)
|
||||||
{
|
{
|
||||||
printer_state = PRINTER_STATE_ERROR;
|
// Continue
|
||||||
}
|
}
|
||||||
else if (strcmp(state, "printing") == 0)
|
else if (strcmp(state, "printing") == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user