KlipperScreen Extended Functions
Method to Enable Mouse Cursor in KlipperScreen
- Open the
KlipperScreen.conffile in the printer configuration. This file is usually automatically generated after installing KlipperScreen. If it does not exist, create it manually.
Loading...
- Add the following code to the top of the configuration.
[main]
show_cursor: True
Loading...
- Save and restart.
Remote Connection to Another Host Computer
- Open the
KlipperScreen.conffile in the printer configuration.
Loading...
- Add the following code to the top of the configuration.
- You can modify
<printer_name>(printer name) and<moonraker_host>(target machine IP address). - The second
[printer KlipperScreen]is used to connect to a remote extended machine, allowing debugging or shutdown through this configuration.
Note
Please ensure both devices are on the same local network.
[printer <printer_name>]
moonraker_host: <moonraker_host>
moonraker_port: 7125
moonraker_api_key: False
[printer KlipperScreen]
moonraker_host: 127.0.0.1
moonraker_port: 7125
moonraker_api_key: False
Loading...