You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions on this github to try and install DWC2 for Klipper, but I can't seem to get it working. I updated the dwc2.cfg file with the IP address and a port that isn't being used for Mainsail, but when I try to connect to the printer's IP on the specified port, the page doesn't open up. Any help would be appreciated.
PS: The klipper.service file was not updated since the -a argument was already updated to point to the klipper unix socket
Klipper.Service
[Unit]
Description=Klipper 3D Printer Firmware SV1
Documentation=https://www.klipper3d.org/
After=network-online.target
Before=moonraker.service
Wants=udev.target
I followed the instructions on this github to try and install DWC2 for Klipper, but I can't seem to get it working. I updated the dwc2.cfg file with the IP address and a port that isn't being used for Mainsail, but when I try to connect to the printer's IP on the specified port, the page doesn't open up. Any help would be appreciated.
PS: The klipper.service file was not updated since the -a argument was already updated to point to the klipper unix socket
Klipper.Service
[Unit]
Description=Klipper 3D Printer Firmware SV1
Documentation=https://www.klipper3d.org/
After=network-online.target
Before=moonraker.service
Wants=udev.target
[Install]
Alias=klippy
WantedBy=multi-user.target
[Service]
Type=simple
User=pi
RemainAfterExit=yes
WorkingDirectory=/home/pi/klipper
EnvironmentFile=/home/pi/printer_data/systemd/klipper.env
ExecStart=/home/pi/klippy-env/bin/python $KLIPPER_ARGS
Restart=always
RestartSec=10
Klipper.env
KLIPPER_ARGS="/home/pi/klipper/klippy/klippy.py /home/pi/printer_data/config/printer.cfg -l /home/pi/printer_data/logs/klippy.log -I /home/pi/printer_data/comms/klippy.serial -a /home/pi/printer_data/comms/klippy.sock"
dwc2.cfg
will make the webif reachable at http://192.168.10.130:4750
adress can 0.0.0.0 too which make it listen on all interfaces.
[webserver]
listen_adress: 192.168.1.81
web_root: ~/sdcard/web
port: 82
one can filter gcode replys.
That is usefull if you set acceleraions midprint.
on longer prints it prevents you log from that spam.
[reply_filters]
regex:
max_accel: \d+.\d+
max_accel_to_decel: \d+.\d+
square_corner_velocity: \d+.\d+
max_velocity: \d+.\d+
The text was updated successfully, but these errors were encountered: