Skip to main content

klipper

tip

The firmware has been pre-flashed at the factory, but it is recommended to manually update once.

Screen Firmware Download

  • Click to download screen firmware
  • A memory card with a capacity not exceeding 32GB must be used, and the transmission speed of the TF card must be Class10 or above. 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 = 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

  • Custom Gcode appears after pulling down the screen,
  • A button can send multiple Gcode formats:
  • Example:
G91 
G1 X10 F6000
G90
  • Input format on the screen (add \n before each command starting from the second line):
G91\nG1 X10 F6000\nG90

Exclusion of Usage Objects

  • Moonraker needs to be replaced.

  • Connect via SSH and ensure normal internet access first.

  1. Backup the moonraker file
mv ~/moonraker ~/moonraker-bak
  1. Stop the moonraker service
sudo systemctl restart moonraker
  1. Pull the moonraker repository
git clone https://e.coding.net/g-ofpa1390/3D-Printers/moonraker-dev.git -b flylcd-dev moonraker
  1. Access the host machine in the browser and add the moonraker.conf file, then restart the system.
[network]
  1. Then enter the address below in the browser, replacing IP with the IP of the host machine.
http://ip:7125/server/network/wifi/scan
  • This step indicates that the operation is complete.