Skip to content

The display repeats: "Printer Online \ nWake up ... , Printer Offline \ nSleep Mode ... #131

@Fredy-1

Description

@Fredy-1

Hi Qrome!

The display repeats: "Printer Online \ nWake up ..., Printer Offline \ nSleep Mode ... if in webserver "Display Clock when printer is off" is diabled. (and printer is online)

The problem is probably caused by the following line:
if (displayOn && !printerClient.isPrinting() && !DISPLAYCLOCK) {
instead of this line I think it should:
if (displayOn && !printerClient.isOperational() && !DISPLAYCLOCK) {

Please check if you have time.

if (displayOn && !printerClient.isPrinting() && !DISPLAYCLOCK) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions