FAST System Configuration Modification
Important Notice
Read this
- Settings in the
part
of the configuration file will only take effect when the system starts for the first time after burning. - Due to the complicated configuration process, it is strongly recommended to configure via a network connection and through a browser after connecting to the machine.
- This tutorial only provides modifiable options.
Note
- It is recommended to use
mainsail
orfluidd
to modify the configuration. - Do not open web page translation, otherwise the system may not start after saving.
- Do not input Chinese or special characters in the configuration file.
- After modifying the configuration file, the system needs to be restarted to take effect.
dangerous
- Do not modify the content under
######### PLEASE DO NOT EDIT THE FOLLOWING #########
in the configuration file.
How to Modify the Configuration File
Modify the Configuration File After Burning
- Configuration items that only take effect on the
first startup
must be modified by opening the configuration fileconfig.txt
in the removable diskFlyOS-Conf
using a professional text editor after burning.
Online Configuration Modification After System Startup
-
For ordinary configuration items, they will take effect after modifying them on the system's web configuration page and restarting the system.
- Open the device's IP address in a browser, for example:
192.168.1.2/
- For fluidd, uncheck as shown on the left in the picture.
- For mainsail, check as shown on the right in the picture to display hidden files.
- At this point, you can see the
.flyos-config
folder. Enter this folder to find thesys-config.conf
file. - The
sys-config.conf
file is a soft link to the configuration fileconfig.txt
in the removable diskFlyOS-Conf
.
- Open the
sys-config.conf
file, modify the configuration items you need to change, thensave
->close
and restart.
- Note: The format of configuration items in the
sys-config.conf
file iskey=value
, do not change it tokey: value
. - After modification and saving, restart the system to take effect.
- Open the device's IP address in a browser, for example:
Configuration Items
Wireless Network Configuration
- The following configuration items take effect every time the system starts.
Configuration Item | Default Value | Valid Values | Description |
---|---|---|---|
WIFI_SSID | empty | Any WIFI name | WIFI name, if filled, the system will automatically connect to this WIFI first when starting |
WIFI_PASS | empty | Leave empty if no password | WIFI password, if filled, the system will connect to the WIFI with the password |
Printer Default Configuration
tip
- The following configuration items only take effect on the
first startup
.
Configuration Item | Default Value | Valid Values | Description |
---|---|---|---|
language | zh-CN | Click to expand detailszh-CN , zh-HK , en , de , cz , es , hu , ja , nl , pt , se , uk , da , fr , it , ko , pl , ru , tr | Set the default language for fluidd and mainsail during the first startup |
printer_name | empty | Any string | Set the default printer name for fluidd and mainsail during the first startup |
System Configuration
- The following configuration items take effect every time the system starts.
- Below are the modifiable options
Configuration Item | Default Value | Valid Values | Description |
---|---|---|---|
board | fly-pi-v2 | fly-pi-v2 | Board model, do not modify configurations other than the valid values |
localtime | Asia/Shanghai | World Time Zone Table | Set the default time zone of the system, the system will automatically synchronize time after connecting to the network |
canbus_bitrate | 1000000 | 1000000 500000 250000 | Set the default rate for all can devices in the FAST system, can only be modified here, default is 1M |
Screen Display Configuration
- The following configuration items take effect every time the system starts.
Configuration Item | Default Value | Valid Values | Description |
---|---|---|---|
screen | hdmi | none ,hdmi fly-tft-v1 fly-tft-v2-r fly-tft-v2-c
| Set the screen, none means turn off all displays |
rotate | 90 | 0 , 90 , 180 , 270 | Set the rotation angle of FLY-TFT, invalid for hdmi |
klipper_screen | 0 | 0 , 1 | Set whether to enable KlipperScreen 1: Enable 0: Disable Effective when printer=klipper |
moon2uart | 0 | 0 , 1 | Set whether to enable moon2uart 1: Enable 0: Disable Effective when printer=klipper |
Klipper Related Configuration
- The following configuration items take effect every time the system starts.
Configuration Item | Default Value | Valid Values | Description |
---|---|---|---|
klipper_webui | fluidd | fluidd , mainsail | Set the default klipper front-end ui Does not affect the online one-click switching function Effective when printer=klipper |
canbus_bitrate | 1000000 | 1000000 , 500000 , 250000 | Set the default rate for all can devices in the FAST system, can only be modified here, default is 1M |
crowsnest | 0 | 0 , 1 | Set whether to enable Crowsnest 1: Enable 0: Disable Can be used in both klipper and rrf modes |
Printer Type Configuration
- The following configuration items take effect every time the system starts.
Configuration Item | Default Value | Valid Values | Description |
---|---|---|---|
printer | klipper | klipper , rrf | Configure the service to start the systemklipper : klipper, moonraker, etc.rrf : RRF DSF, DWC, etc. |
Power Off Shutdown
- The following configuration items take effect every time the system starts.
- To use power-off printing, disable the power-off shutdown function.
Configuration Item | Default Value | Valid Values | Description |
---|---|---|---|
shutdown_pin_state | 1 | 0 , 1 | Set the level state of the shutdown button 1: Low level repeated 0: High level trigger |
shutdown_pin | PA21 | PA21 | Set the trigger pin of the shutdown button, set to none to disable |
RRF Related Configuration
- The following configuration items take effect every time the system starts.
Configuration Item | Default Value | Valid Values | Description |
---|---|---|---|
rrf2uart | 0 | 0 , 1 | Temporarily invalid, will be updated in subsequent versions |
tip
- The following configuration items only take effect on the
first startup
.
Configuration Item | Default Value | Valid Values | Description |
---|---|---|---|
firmware | empty | Valid firmware file path | Set to automatically burn the firmware at startup, currently effective for C8, Gemini-V3 and C5 |
dangerous
- Do not modify the content under
######### PLEASE DO NOT EDIT THE FOLLOWING #########
in the configuration file.
Loading...