seho85 / klipper-dgus

A python project to connect a DGUS display to Klipper
GNU General Public License v3.0
44 stars 12 forks source link

Lock display on startup mask when klippy is not ready #19

Closed seho85 closed 2 years ago

seho85 commented 2 years ago

The Display will now show only the "Startup Mask" when Klippy is not ready.

The Startup Mask:

For the implementation the WebsocketInterface was extended that changes of the klippy state can be subscribed.

Also changed startup routine that a proper error message is now shown when reading on of the configuration files has failed.

Fixes #16