klipper
tip
The firmware is pre-installed at the factory, but it is recommended to manually update it once.
Screen Firmware Download
- Click on the download link below
-
Loading...
- A memory card with no more than 32GB capacity must be used. The TF card's transfer speed must be Class10 or higher. It is recommended to use TF cards from brands such as SanDisk.
WIFI Connection and Basic Operations
7-inch WiFi Capacitive Screen Controlling Multiple Machines
Klipper Configuration
LED Configuration
[led LED]
white_pin:PA15
PTC Configuration
[heater_generic warehouse]
heater_pin:E_CS
sensor_type:ATC Semitec 104GT-2
sensor_pin:PA1
min_temp:-270
max_temp:600
control:watermark
FAN Configuration
[fan_generic fan1]
pin: FAN1
[fan_generic fan2]
pin: FAN2
Custom Gcode
- After pulling down the screen, custom Gcode will appear.
- Format for sending multiple Gcode commands with one button:
- Example:
G91
G1 X10 F6000
G90
- Input format on the screen: (Starting from the second line, add \n before each command)
G91\nG1 X10 F6000\nG90
Object Avoidance Usage
-
Moonraker needs to be replaced.
-
Please connect via SSH first and ensure internet access.
- Backup moonraker files
mv ~/moonraker ~/moonraker-bak
- Stop the moonraker service
sudo systemctl restart moonraker
- Clone moonraker
git clone https://e.coding.net/g-ofpa1390/3D-Printers/moonraker-dev.git -b flylcd-dev moonraker
- Access the host computer through a browser and find
moonraker.confto add, then restart the system
[network]
- Then enter the following address in your browser, replacing "ip" with the IP address of the host computer
http://ip:7125/server/network/wifi/scan
-
Seeing this step indicates the operation is complete

Loading...