Skip to main content

klipper

WIFI Connection and Basic Operations

7-inch WiFi Capacitive Screen Controls 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 the screen is pulled down, custom Gcode appears,
  • One button sends multiple gcode formats:
  • 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

Use Object Exclusion

  • Need to replace moonraker

  • Please connect SSH first, and ensure you can access the internet normally

  1. Backup moonraker files
mv ~/moonraker ~/moonraker-bak
  1. Stop moonraker service
sudo systemctl restart moonraker
  1. Pull moonraker
git clone https://e.coding.net/g-ofpa1390/3D-Printers/moonraker-dev.git -b flylcd-dev moonraker
  1. Access the host computer in the browser to find moonraker.conf to add, then restart the system
[network]
  1. Then enter the following address in the browser, where IP needs to be replaced with the host computer's IP
http://ip:7125/server/network/wifi/scan
  • Appearance of this step indicates operation completion