Skip to main content

KlipperScreen Extended Functions

How to Enable KlipperScreen Mouse Cursor

  • Open the KlipperScreen.conf file in the printer configuration. This file is automatically generated after installing KlipperScreen. If it doesn't exist, please create it yourself.
  • Add the following code to the top of the configuration.
    [main]
    show_cursor: True
  • Save and restart.

Remote Connection to Other Host Machines

  • Open the KlipperScreen.conf file in the printer configuration. This file is automatically generated after installing KlipperScreen. If it doesn't 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 address 192.168.6.217 of the machine you want to connect to.
  • Please note that the second [printer KlipperScreen] is for connecting to remote extended machines, 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