Closed jairbj closed 4 years ago
Hi @Stephan3, this shouldn't be the only one.
When I commented these 2 lines on web_dwc2.py it started Klipper but DWC showed other errors related to GCODE parsing (which I don't have the logs right now).
# prevent serial overflow if octoprint disconnects
if self.serial.in_waiting < 500:
os.write(self.gcode.fd, msg+"\n")
checkout corrent master
Hi friend, after spending this afternoon setting up for my first time a pure Raspian Lite + Klipper + DWC (on Zero W) I found that the script was not working.
According I could see this was due to Klipper latest updates on G-Code parser.
After testing I finally got it working when I checked out the commit b9f48e6 (which was submitted 2 days ago).