klipper
Tip
Firmware has been pre-flashed before shipping, but a manual update is recommended.
Wi-Fi Connection and Basic Operations
7-inch Wi-Fi Capacitive Touch Screen Controls 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 G-code
- Pull down the screen to access custom G-code.
- Format for sending multiple G-code commands with one button:
- 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 internet access.
- Back up the Moonraker file
mv ~/moonraker ~/moonraker-bak
- Stop the Moonraker service
sudo systemctl stop moonraker
- Pull Moonraker
git clone https://cnb.cool/3dmellow/public/moonraker -b dev-flyos moonraker
- Access the host via browser, locate
moonraker.conf, add the following, then restart the system
[network]
- Then enter the following address in the browser, replacing IP with the host's IP
http://ip:7125/server/network/wifi/scan
- This step indicates completion
Loading...
Loading...