Skip to main content

Screen Wiring

Power Off Before Operation

Before starting, completely turn off the printer and disconnect the power supply. Do not plug or unplug cable harnesses, organize interface wiring, or touch terminals while the printer is powered on.

When connecting a TFT or HDMI screen, carefully confirm the direction of the FPC cable to avoid reverse insertion which may cause equipment failure.

TFT Resistive Screen Wiring

Tip
  • TFT screen cable specification: FPC 软排线-14P-反向-0.5mm-400mm
  • For resistive screens, be sure to use the 14P cable
  • TFT-V2 resistive touch screen wiring
Loading...
  • TFT-V1 resistive touch screen wiring
Loading...

Screen Configuration

FLYOS-FAST System Screen Configuration

  1. Access the device IP address via browser, for example: http://192.168.6.110/

fluidd interface operations: Uncheck "Filter hidden files and folders"

Loading...

mainsail interface operations: Check "Show hidden files"

Loading...
  1. Enter the displayed .flyos-config folder and find the sys-config.conf configuration file
Loading...
  1. Edit the sys-config.conf file and modify the corresponding configuration items according to the screen type
  • You need to change the part after screen= to fly-tft-v1
  • If you want to use FLY Screen, you need to set klipper_screen=0; if both klipper_screen=1 and fly_screen=1 are enabled, KlipperScreen is enabled by default
  • You need to change fly_screen=0 to fly_screen=1
  • Below is a reference after modification
screen=fly-tft-v1
  • At the same time, you need to modify
klipper_screen=0
fly_screen=1
Loading...
Configuration Notes
  • Please confirm the DIP switch on the back of the screen is set correctly: for resistive screens, set it to Resi
  • The configuration file format must be key=value, and there must be no spaces after the equals sign
  • Do not modify the configuration file format arbitrarily, otherwise the configuration will not take effect
  1. After saving the configuration
Important Note

After modifying the configuration, please restart the system to apply the changes

Loading...