Could please post a link to the gcode so I can have nose around, thanks.
Thanks for the gcode - I've found the bug (it's not one of mine!), it's triggered by the combination of retract before outer wall and outer wall printed before inner walls both being enabled and the end of one layer being some distance away from the start of the new layer. I will submit a PR that should fix the problem to the Cura devs.
PR raised, see https://github.com/Ultimaker/CuraEngine/pull/610
Really appreciated @smartavionics
ghostkeeper 105
And it's merged. Thanks for the debugging, guys.
- 1 month later...
Hi @ghostkeeper,
The issue with the "Retract at Layer Change" that is happeing in the same x y position where the outter perimeter will start (that contribute for the loose of the pressure in the extruder) was not solved, only the "Rectract Before Outer Wall" was corrected.
As you can see in the image, after the last extrusion (and here is where the retraction must occour) there's a long travel move, then a retraction happens, goes to new layer and prime, all this on the exact same place.
-
Here's the gcode: https://www.dropbox.com/s/z6dqigty8etkdqk/3DBenchy_print2.gcode?dl=0
Hmm, I thought that was sorted, obviously not. Let's take another look at that...
Edit - no, I was wrong it's actually working OK (duhh, I forgot to turn on the retract before outer wall setting!) So at the moment, it's working OK for me.
Edited by burtoogleAnd, guess what? You made the same mistake! In your gcode file it has the evidence:
travel_retract_before_outer_wall = False
In this gcode I was not using the "Retract before_outer_wall" option (but I know that it's already working), I was testing only the "Retract at Layer Change".
Edited by GuestAh, sorry, I misunderstood (should have read your posting more carefully!)
I have modified the mod we made earlier to take into account the retract at layer change setting. A quick test appears to do the right thing so I will create a PR and then the Cura devs can decide whether to incorporate it or do something different.
Recommended Posts
amagro 3
It seems that the "Rectract Before Outer Wall" sometimes is made.
Link to post
Share on other sites