klipper
tip
The firmware has been pre-flashed, but it is recommended to update it manually once.
Screen Firmware Download
- Click to download screen firmware
-
A memory card no larger than 32G is required. The transfer speed of the TF card must be class10 or higher. It is recommended to use a TF card from brands such as SanDisk.
WIFI Connection and Basic Operation
7-inch WiFi Capacitive Screen Control 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 = pid
pid_kp = 16.804
pid_ki = 0.794
pid_kd = 88.854
FAN Configuration
[fan_generic fan1]
pin: FAN1
[fan_generic fan2]
pin: FAN2
Custom Gcode
- After pulling down the screen, custom Gcode appears.
- Format for sending multiple gcode with one button:
- Example:
G91
G1 X10 F6000
G90
- Format for input on the screen: (starting from the second line, add \n before each command)
G91\nG1 X10 F6000\nG90
User Exclusion
-
Need to replace moonraker
-
Please connect via SSH and ensure that you can access the internet normally
- Backup moonraker files
mv ~/moonraker ~/moonraker-bak
- Stop moonraker service
sudo systemctl restart moonraker
- Pull moonraker
git clone https://e.coding.net/g-ofpa1390/3D-Printers/moonraker-dev.git -b flylcd-dev moonraker
- In the browser, find
moonraker.conf
and add it, then restart the system
[network]
- Then enter the address below in the browser, replacing IP with the host's IP
http://ip:7125/server/network/wifi/scan
-
This step indicates the operation is complete
Loading...