KlipperScreen Extended Features
Method to Enable Cursor in KlipperScreen
- Open the
KlipperScreen.conf
file in the printer configuration, which is automatically generated after installing KlipperScreen. If it does not exist, please create it yourself. - Add the following code to the top of the configuration
[main]
show_cursor: True
- Save and restart to apply changes
Remote Connection to Other Host Machines
- Open the
KlipperScreen.conf
file in the printer configuration, which is automatically generated after installing KlipperScreen. If it does not exist, please create it yourself. - Add the following code to the top of the configuration
- You can modify the printer name
VORON-300
and the IP address192.168.6.217
of the machine you need to connect to. - Please note that the second
[printer KlipperScreen]
is for connecting to the remotely extended machine, which can be used for debugging or shutting down.
Note
- Ensure you are on the same local network
# Define printer and name. Name is anything after the first printer word
[printer VORON-300]
# Define the moonraker host/port if different from 127.0.0.1 and 7125
moonraker_host: 192.168.6.217
# ports 443 and 7130 will use https/wss
moonraker_port: 7125
# Moonraker API key if this is not connecting from a trusted client IP
moonraker_api_key: False
# Define printer and name. Name is anything after the first printer word
[printer KlipperScreen]
# Define the moonraker host/port if different from 127.0.0.1 and 7125
moonraker_host: 127.0.0.1
# ports 443 and 7130 will use https/wss
moonraker_port: 7125
# Moonraker API key if this is not connecting from a trusted client IP
moonraker_api_key: False