I have a new FF creator pro and when it primes the left extruder it does so in a big blob on the bed which results in the nozzle getting coated in plastic. Is this a normal behavior? My other printer primes with a line.
Thanks for any thoughts.
That's what I thought. I'll look into figuring out an edit. Thanks for the tip.CompoundCarl wrote:Yup, that's just the starting script. You can easily edit it if you want.
Thanks, I'll give this a try. Hopefully this will be better than the blob it spurts out. That is the stupidest thing. It makes a huge blob, buries the nozzle in it then drags it all over the bed wreaking the start of every print.pauldebra wrote:In the gcode near the end I changed the G1 lines to:
G1 X110 Y-70 E4 F300 ; move nozzle
G1 X120 Y-70 Z0.15 F1200 ; slow wipe
G1 X110 Y-70 Z0.5 F1200 ; lift
This extrudes just a bit and draws it as a line.
wirlybird wrote:Thanks, I'll give this a try. Hopefully this will be better than the blob it spurts out. That is the stupidest thing. It makes a huge blob, buries the nozzle in it then drags it all over the bed wreaking the start of every print.pauldebra wrote:In the gcode near the end I changed the G1 lines to:
G1 X110 Y-70 E4 F300 ; move nozzle
G1 X120 Y-70 Z0.15 F1200 ; slow wipe
G1 X110 Y-70 Z0.5 F1200 ; lift
This extrudes just a bit and draws it as a line.
dorsai3d wrote:Might want to bump up the E value to create a thicker purge line that adheres to the bed better. The line not sticking sounds characteristic of being too far from the bed for the amount extruded.