-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Infill with transparent materials #19
Comments
As commented in the pull request, link_max_length shall be set to a small but nonzero value to effectively diable the infill lines fusing with the inner perimeters.
The rectilinear / grid infills are completely rewritten in the Prusa3D fork, the triangle and cubic infillls are new in the prusa3d fork. |
This problem has already been solved. I will close this issue in framework of improving the clarity of the issues list. |
Version
89cf290
Operating system type + version
Linux (ArchLinux)
Behavior
Is this a new feature request?
Probably yes
Why is the expected result better for transparent materials ?
Because it doesn't change the width of the perimeter.
How was the expected result screenshot generated ?
I quickly hacked some values..
FillRectilinear2.cpp@1324: bool skip = true
andFillRectilinear2.cpp@1386: bool skip = true
That said, it looked like I might be able to get this behavior by changing the
link_max_length
value somehow.. (but 0 is not allowed)I might be able to create a patch for this...
I suppose
emit_perimeter_segment_on_vertical_line
andemit_perimeter_prev_next_segment
generate these perimeter lines.. just need to check how to make them conditional by a config parameter.. (but do the perimeter lines for solid infills)If the original slic3r-repro is better for this issue.. let me know I will recreate it there..
But i think the infill code here is different then the one in the original slic3r-repro..
The text was updated successfully, but these errors were encountered: