Is there a tutorial on how to comment out those lines? My printer was working fine with large prints but now that I need some smaller ones I keep getting the error, I’ve had more than 8 print failed at the moment, unfortunately I don’t know how to do the process correctly and I don’t want to brick the printer.
I don’t have a SV08 so this is UNTESTED but won’t damage your printer and is reversable.
You will need https://winscp.net/eng/download.php or equivalent for your OS.
- Launch SCP program and connect to your printer. Same user and PW as Putty.
- Navigate to the folder ~/home/sovol/klipper/klippy/extras/
- Highlight and rename gcode_move.py to gcode_move.py.old
- Upload the attached gcode_move.py to the same folder.
- Restart your printer (will close SCP connection but you are done)
gcode_move.py (8.5 KB)
I tried this and it caused my printer to now be in continuous “printer is starting” mode. I can not get it to turn on. I ended up using github copilot for help with the problem. See mine started at the end of a large print that had a power outtage and had to be recovered. It turns out the sovol slicer names the gcode files with a % sign in front of the file. This caused the sovol macros to parse this info as a python script and caused it to throw an error. Once I renamed the file without the % in front it printed without an issue. I then tweeked the plr.cfg file to change the file name if it starts with a % by replacing it with a _. Hope this helps someone else who has the same issue I had with this error message