Wiping and Firmware Retraction may result in too much retraction #2852
NameOfTheDragon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before opening a bug report for this, I thought some discussion might be useful in case there's something I'm missing.
I have noticed that it is possible to enable both
Two lots of retraction are then written to the gcode, but only one de-retraction. This means that there may be a net excess retraction.
For example, consider the following gcode generated with the above settings...
You can see the initial
G10
firmware retraction - this will retract by whatever the firmware setting is.Then in the wipe movement, the extruder position is further retracted in 3 steps by almost 0.4 mm
Finally there is a travel move with Z-hop, and then the
G11
unretract command is sent, which will unretract by the firmware setting.The print then continues with extrusion moves.
In my estimation, this results in too much retraction.
In this situation, shouldn't the wipe move be done without any further retraction?
I suppose, arguably, it shouldn't be possible to set this combination of settings, but it is. And in fact, I like that, because otherwise to use firmware retraction, one has to give up the benefits of wiping.
Beta Was this translation helpful? Give feedback.
All reactions