Incorrect extrusion amount on slow and/or small axis moves
-
@tfjield said in Incorrect extrusion amount on slow and/or small axis moves:
@fcwilt Or he could use firmware retraction.
How does that handle the speed issue?
Thanks.
Frederick
-
@fcwilt Oh, you're right, I was thinking backwards. I forgot that he wants to limit extrusion to below the max, not retraction.
-
Does your slicer have a place you can enter code during a retraction? Some of them do.
@fcwilt I don't believe PrusaSlicer has custom G-code for retraction.
That would solve the speed problem as you could set the extruder speed to the max for extrusion and in the retraction handler up the speed during retraction and then put it back to normal.
I don't really see doing the above as too big a problem in any case since it's only for these specific priming moves which already have a fairly large amount of Gcode scripting around them, so it's just a few extra lines.