Skip to main content

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

  1. Access the device IP address via a browser, for example: http://192.168.6.110/
  2. Enter the file management interface and show hidden files.
  3. Open .flyos-config/sys-config.conf and modify the corresponding configuration items according to the screen type.
screen=fly-tft-v1
klipper_screen=0
fly_screen=1
Configuration Notes
  • To use FLY Screen, you need to set klipper_screen=0 and fly_screen=1.
  • If both klipper_screen=1 and fly_screen=1 are 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...