

Make sure to change the start gcode in orcaslicer to home the machine first (SV06 Plus Ace)
I’m stupid for not changing this sooner. I knew it would be an issue for me to remember to manually home before every print and I should’ve fixed it earlier, but also, why is the default Sovol config* settings so janky for this machine? Homing is after start_print which I think(?) is the issue here?
Edit to add: I realize Sovol is uploading profiles and orca just includes them, doesn’t tweak them, so it’s obviously not on them to ensure profiles are correct. I changed some wording because it made it seem like I was blaming orca here, that was unintentional.
Looking at Sovol’s default profile here, they run the start_print macro like this:
- clear_pause
- clean-nozzle
- bed mesh calibrate adaptive
- THEN g28 home, not included in the start_print macro
So obviously this seems like an issue that Sovol should fix in their profiles?… there’s a possibility I downloaded an old profile without realizing it, I suppose, but anyway, when the printer moves to specific positions before g28, it’s moving without knowing where it’s at. Which is why Sovol’s screen says to home toolhead before you do anything. It’s running an entire bed mesh probe before knowing where exactly it’s at
This is, I believe, fixed by taking G28 from the machine start gcode and moving it above the start_print macro