-
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
Add a Zig Zag infill that works like the one in Cura (Line infill doesn't do the job) #12613
Comments
Great infill suggestion! Is there an update on when the Zig Zag infill feature will be implemented in PrusaSlicer? |
Same here!! still in waiting zigzag infill in pursaslicer!!!! |
@pyou2123 exactly! Thanks for the close-up pics! @josefprusa we need this so bad!:D |
Looking for this as well! |
@josefprusa yeah make it happen pls |
help plz!!! we need this feature updates :) @josefprusa |
@josefprusa please help us! |
Implemented in 2.8.1-rc1. Feedback is welcome. Closing. |
Is your feature request related to a problem? Please describe.
I'm working on 3D-printed shoes like Zellerfeld. They use 0 perimeters with Zig Zag infill. Cura generates nice patterns on the surface of the object, which, at the same time, keeps the holes in between infill, and those are used as ventilation holes in the shoes. Here is an example of the outcome:
If you want to reproduce this in PrusaSlicer using line infill, you will observe a resetting of the positioning of the infill pattern along the Z axis, which ruins the pattern and desirable effect of keeping the holes unblocked. Here is an example:
Describe the solution you'd like
Copy a ZigZag algorithm from Cura to reproduce the surface pattern while printing without a perimeter. I think it is coded the way it makes sure every node of infill stays on top of each other, whether in prusa it is prioritizing geometry representation
Describe how it would work
Create an additional infill pattern called zig zag
Describe alternatives you've considered
Switching to Cura
Additional context
Shoe 3D printing is a huge and fast-growing market. Many companies are exploring this, but very few are using Prusa just because this one feature is missing.
The text was updated successfully, but these errors were encountered: