klipper
tip
The firmware is pre-installed from 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 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 pulling down the screen.
- Format for one button sending multiple gcodes:
- 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
Using Object Exclusion
-
Requires replacing moonraker.
-
Please connect via SSH first and ensure normal internet access.
- Backup the moonraker file.
mv ~/moonraker ~/moonraker-bak
- Stop the moonraker service.
sudo systemctl restart moonraker
- Pull moonraker.
git clone https://cnb.cool/3dmellow/public/moonraker -b dev-flash moonraker
- Access the host machine in a browser, find
moonraker.conf, add the following, then restart the system.
[network]
- Then enter the address below 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...