Changed the shutdown button to power off a power device setup in moonraker.conf and printer.cfg.
Example Using for BBT Manta M8P with CB1 and BTT Relay.
-------add to to printer.cfg-----
[output_pin _power]
pin: PD14
value: 1
shutdown_value: 1
[gcode_macro SHUTDOWN]
gcode:
SET_PIN PIN=_power VALUE=0
{action_call_remote_method("shutdown_machine")}
-------add to to moonraker.conf-----
[power Qidi X-CF Pro]
type: klipper_device
object_name: gcode_macro SHUTDOWN
# The option below locks out requests to toggle the flare
# when Klipper is printing, however it cannot prevent a
# direct call to the SET_FLARE gcode macro.
locked_while_printing: True
KlipperScreen is a touchscreen GUI that interfaces with Klipper via Moonraker. It allows you to switch between multiple printers and access them from a single location. Notably, it doesn't need to run on the same host as your printer; you can install it on another device and configure the IP address to connect to the printer.
For detailed information, click here to access the documentation.
KlipperScreen draws inspiration from OctoScreen and was developed to provide a native touchscreen GUI compatible with Klipper and Moonraker.
Explore more screenshots here.
Translations for KlipperScreen are hosted on Weblate. Thanks to the Weblate team for supporting the open-source community.
Click the widget below to access the translation platform:
KlipperScreen was created by Jordan Ruthe in 2020.
| Donate to Jordan |
|---|
| Patreon |
| Ko-fi |
Since 2021, the project has been maintained by Alfredo Monclus (alfrix).
| Donate to Alfrix |
|---|
| Ko-fi |
We extend our gratitude to all contributors who have helped along the way. Meet the contributors.
Special thanks to LDO and YUMI for sponsoring KlipperScreen and the open-source community.


