Skip to main content

Screen Configuration

Screen Type Identification

Loading...

FLYOS-FAST System Screen Configuration

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

In the fluidd interface: uncheck "Filter hidden files and folders"

Loading...

In the mainsail interface: check "Show hidden files"

Loading...
  1. Enter the displayed .flyos-config folder and locate 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
  • Change the value after screen= to fly-minipad-r
  • To use FLY Screen, set klipper_screen=0; if both klipper_screen=1 and fly_screen=1 are enabled, KlipperScreen will be enabled by default
  • Change fly_screen=0 to fly_screen=1
  • Below is a reference after modification
screen=fly-minipad-r
  • Additionally, modify the following
klipper_screen=0
fly_screen=1
Configuration Notes
  • The configuration file format must be key=value, with 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 Notice

After modifying the configuration, please restart the system for the changes to take effect.

Loading...