forked from CreatBot/CreatBotKlipperScreen
include
sections when validating the config (#720)
* Don't validate `include` sections. We need a `continue` here because `include` sections are not 'standard', and don't have any keys to validate. `include` sections are tangentially validated later via `_include_config()`. * Move checks for non-validated sections to start Rather than looping through the whole if..elif.. block, fail fast if we're not actually going to validate the section.
KlipperScreen
KlipperScreen is a touchscreen GUI that interfaces with Klipper via Moonraker. It can switch between multiple printers to access them from a single location, and it doesn't even need to run on the same host, you can install it on another device and configure the IP address to access the printer.
Documentation 
Click here to access the documentation.
Inspiration
KlipperScreen was inspired by OctoScreen and the need for a touchscreen GUI that will natively work with Klipper and Moonraker.
Languages
Python
93.2%
CSS
3.7%
Shell
3.1%