Screen Wiring and Configuration
Power Off Operation
Before starting, completely shut down the printer and disconnect the power supply. Do not plug or unplug wiring harnesses, arrange interface wiring, or touch terminals while the power is on.
Screen Configuration
- Access the device IP address via a browser, for example:
http://192.168.6.110/ - Enter the file management interface and show hidden files.
- Open
.flyos-config/sys-config.confand modify the corresponding configuration items according to the screen type.
- TFT Screen Configuration
- HDMI Screen Configuration
screen=fly-tft-v1
klipper_screen=0
fly_screen=1
screen=hdmi
klipper_screen=0
fly_screen=1
Configuration Notes
- To use FLY Screen, you need to set
klipper_screen=0andfly_screen=1. - If both
klipper_screen=1andfly_screen=1are enabled, KlipperScreen will be used by default. - The configuration file format must be
key=value, with no spaces after the equals sign.
After saving the configuration, please restart the system for the changes to take effect.
Loading...