small bugfix
parent
105b2df50a
commit
627979416e
|
|
@ -82,7 +82,7 @@ void KlipperClient::getPrinterJobResults() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Req 2
|
// Req 2
|
||||||
if (printerData.isPrinting = true) {
|
if (printerData.state == "printing") {
|
||||||
jsonDoc = this->jsonRequestClient->requestJson(
|
jsonDoc = this->jsonRequestClient->requestJson(
|
||||||
PRINTER_REQUEST_GET,
|
PRINTER_REQUEST_GET,
|
||||||
this->getInstanceServerTarget(),
|
this->getInstanceServerTarget(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue