Skip to main content

klipper

Tip

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

WIFI Connection and Basic Operations

7-inch WiFi Capacitive Screen Controlling Multiple Machines

Klipper Configuration

LED Configuration

[led LED]
white_pin:PA15

PTC/Thermistor 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

  • Custom Gcode appears after swiping down on the screen,
  • Format for one button sending multiple gcodes:
  • 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

Multi-Device Connection

  • Requires replacing moonraker

  • First, connect via SSH and ensure normal internet access

  1. Backup the moonraker file
mv ~/moonraker ~/moonraker-bak
  1. Stop the moonraker service
sudo systemctl stop moonraker
  1. Pull moonraker
git clone https://cnb.cool/3dmellow/public/moonraker -b dev-flyos moonraker
  1. In the browser, access the host machine, find moonraker.conf and add the following, then restart the system
[network]
  1. Then enter the following address in the browser, replacing IP with the host machine's IP
http://ip:7125/server/network/wifi/scan
  • This step indicates the operation is complete

    Loading...
Loading...