klipper
Tip
The firmware is pre-flashed at the factory, but it is recommended to manually update it 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
- Pull down the screen to display custom Gcode.
- Format for sending multiple Gcodes 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
-
Moonraker needs to be replaced.
-
Please connect via SSH first and ensure internet access is available.
- Backup the Moonraker files
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, find
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 the operation is complete
Loading...
Loading...