-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
optimize gcode for retraction tuning #23
Comments
I agree. Even two layers for the base would be enough for me. Also a bit worried that you can't input flow - in my case, I had a flow of 0.9 / 90% from the previous calibration step, and that won't be taken into account when calibrating the retraction. |
and now I also noticed that the gcode is using z lifting (by 0.2 on right tower/0.4mm on left tower) for retraction: So z axis lifting could be used as separate test parameter (and probably should be set to 0 by default) |
I concur @unnameduser2 - I did the retraction calibration earlier, and it came out perfect. But when I went back to my slicer and input those values (without z-hop), it was back to stringing. Am currently printing PETG, where I've heard that z-hop is a bad idea. |
Same here, I'm surprise to see Z-hop fixed my stringing issues too. |
Z hop is now removed, and will be made a user set feature shortly. |
I've generated (and printed) a gcode-file for retraction-tuning and noted that the towers start only at layer 11.
currently:
layers 1-3: solid
layers 4-7: infill
layers 8-11: solid
So lowering the "base plate" from 2mm to 1mm (or even 0.8mm) should be enough.
The text was updated successfully, but these errors were encountered: