Skip to content
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

Closed
unnameduser2 opened this issue Aug 15, 2020 · 5 comments
Closed

optimize gcode for retraction tuning #23

unnameduser2 opened this issue Aug 15, 2020 · 5 comments

Comments

@unnameduser2
Copy link

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.

@bitfabrikken
Copy link
Contributor

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.

@unnameduser2
Copy link
Author

unnameduser2 commented Aug 16, 2020

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:
; layer 19, Z = 3.800
; feature inner perimeter
G1 Z4.000 F1200
G1 X135.202 Y111.994 F6000
G1 Z3.800 F1200
.
.
; feature inner perimeter
G1 Z4.200 F1200
G1 X90.798 Y111.994 F6000
G1 Z3.800 F1200
.
.
; layer 20, Z = 4.000
; feature inner perimeter
G1 Z4.200 F1200
G1 X90.798 Y111.994 F6000
G1 Z4.000 F1200

So z axis lifting could be used as separate test parameter (and probably should be set to 0 by default)

@bitfabrikken
Copy link
Contributor

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.

@firestrife23
Copy link

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.

@teachingtechYT
Copy link
Owner

Z hop is now removed, and will be made a user set feature shortly.
I agree it would make the print more efficient to have a thinner base, but a lot of manual changes have been made to the source gcode now which would make reslicing and preparing very laborious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants