The purge at the start of printing is interfering with the brim.
I would like to know how to change the position and length of the purge at the start.
Hello,
You can do it in the starting gcode of your slicer.
My slicer is Cura5.0.0, which I downloaded from SOVOL’s official website.
How can I change the purge settings on the slicer?
Purges are not displayed in slice result previews. I think if the purge was generated by a slicer, it would show up in the slicer preview.
So, I think the purge was generated by the SV06’s firmware, not the slicer software.
You are wrong.
There are always sequences named start and end gcode which are not visible in the preview and executed as their name indicates at the start and end of the print. These sequences are defined in the slicer and depend on the printer.
Here are the explanations :
Look at this video to modify yours :
Thank you.
After watching the video, I was able to understand how to set it up.
The default purge positions were 10.1mm and 10.4mm, so I changed them to 0.1mm and 0.4mm.
Then the purge position changed to near the left edge of the plate.
This will reduce interference with the model.
Glad this was able to help you.
Anyway, don’t put your purge line too close to the edge as you do.
That’s what I did to get rid of annoying PETG blobs:
G28;
G1 Z4.0 F3000 ;Move Z Axis up
G92 E0 ;Reset Extruder
G1 X4.0 Y20 Z0.28 F5000.0 ;Move to start position
G1 X4.0 Y30.0 Z0.28 F1500.0 E1 ;Draw a short bit in case the extruder turns in the wrong direction
G1 X4.0 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X4.3 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X4.3 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G1 X4.0 Y20 Z0.28 F5000.0 ;Move behing the line
G1 X4.0 Y50 Z0.28 F5000.0 ;Move behing the line step 2
G1 X5.0 Y60 Z0.28 F5000.0 ;Move across the line
G92 E0 ;Reset Extruder