-
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
Concentric infil has gaps that can be filled with straight lines #1461
Comments
Duplicate of #577 |
The concentric infill is missing a final gap fill. |
if you want the code for "final gap fill": supermerill/SuperSlicer@60442ba Note that it uses some code i added with the ironing infill (making the no_sort parameter working) |
I appreciate your offer. I am looking forward into merging your extensions,
but we have to roll the current build out of the door first.
…On Tue, Jan 29, 2019 at 4:19 PM Merill ***@***.***> wrote:
if you want the code for "final gap fill": ***@***.***
<supermerill@60442ba>
I can make a pr also.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1461 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFj5IxoGeJxW1Gc4Daw1jwjmctSFhwu5ks5vIGaUgaJpZM4ZJ8_B>
.
|
Awesome!! |
@bubnikv Is this still on your radar? Concentric infill is not really usable in its current state. |
It is on the radar, together with the other 938 issues. |
@supermerill I think a pull request would push for a fix in an official release a bit faster than not having one. In the mean time i am using arch curves and faking the center position |
@supermerill Is that commit the only one needed to fix? I'm thinking of cherry picking and compiling myself because I need this for printing ear savers for local hospitals as fast as possible. |
@stephen304 i don't know, fill.cpp has changed in the meantime. The basic idea is to transpose the way gapfill is made for perimeters into this. And then add these gap fill extrusions after (and only after) the fill was performed. But i also improved the gap fil a lot in my fork .... currently in prusasicer, gap fill can have some issues. There are a lot of code to merge to be able to get a good result. |
If I copy-paste two lines, they don't fit (but not by much). |
superslicer offers a solution for this issue -> "concentric (filled)". Maybe its possible to merge this feature back? |
It needs to have my new Fill api, to be able to output multiple extrusion types, ordered. Not a very big deal. But IMO, it's still a bit subpar and needs a bit of improvement to be able to 'merge' the gapfill lines into the loops to reduce the travels, I'm working on it. |
Implemented in PrusaSlicer 2.5.0-alpha2. In PrusaSlicer 2.5.0-alpha2 we have ported the Arachne perimeter generator from Cura. Thanks Ultimaker and Cura team for keeping Cura open and for their dedication. Closing. |
Version
1.41.2+win64
Operating system type + version
Windows Server 2016 x64
Behavior
When using concentric infill for top+bottom, some times (depending on shape) the concentric infill leaves gaps as shown here:
It looks like concentric fill needs to check that the layer if full as in the above example clearly shows gaps that should have been filled.
Looking forward to a solution, keep up the good work.
The text was updated successfully, but these errors were encountered: