This just happened for a second time… I’m running octoprint on a windows desktop computer that lives next to the printer (no raspberry pi for me yet).
Twice now, it has disconnected mid-print. The printer and PC are both online and physically connected. Disconnecting and reconnecting in octoprint works, and I have been manually checking the last gcode sent successfully in the terminal and copying the remaining code out of the file from there and printing that - it works but if it has been disconnected for a while before I notice, the spot where the extruder was sitting gets a little melty and there are some artifacts in the print.
Is there any octoprint plug in that can automate this process so I don’t have to manually edit the gcode? Or any tips on preventing disconnects?
I’m pretty new to this whole world of 3d printing and even newer to octoprint so I may be missing something obvious.
Thanks!
You need high quality USB cable, not too long and try not to guide it next to stepper motor or stepper motor cable. Just rerouting the cable might fix the problem
I had the same issue and I think it happened because of a cheap USB cable. It sometimes even disconnected when I touched the cable. So I switched back to printing from sd card.
I had a similar issue on a Pi and switched USB cables, which resolved my issues.
Why are you using Octoprint instead of Klipper?
Octoprint is a software to manage a printer running marlin firmware.
Klipper is a different printer firmware, and is not something you can use to manage a printer running marlin.
I do want to look at flashing klipper to my sv06 someday but right now I’m just trying to print stuff without manually moving an SD card every time.