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

Infill bug in vase mode #2654

Closed
btthrt opened this issue Apr 7, 2022 · 4 comments
Closed

Infill bug in vase mode #2654

btthrt opened this issue Apr 7, 2022 · 4 comments
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.

Comments

@btthrt
Copy link

btthrt commented Apr 7, 2022

What happened?

No infill in these areas
bug

Project file & How to reproduce

Slice this file in vase mode with 6 bottom layers and whatever infill pattern you want.
Get almost no infill in tight areas, only bottom and top layer hanging.
VaseV649.zip

Version

2.3.57.12

Operating system

windows 11

Printer model

voron 2.4

@btthrt
Copy link
Author

btthrt commented Apr 8, 2022

Ok, small clarification, set external perimeter to something close to 0.6-0.7mm for .4 nozzle
Then try slicing

@supermerill
Copy link
Owner

supermerill commented Apr 9, 2022

And why not giving me your project (as requested in the issue template) instead of the stl, so I can have your settings?

@btthrt
Copy link
Author

btthrt commented Apr 9, 2022

@supermerill sorry, I'm a little bit retarded

Here, please verify my stupidity. :)

VaseV649 bugged.zip

@supermerill supermerill added bug Something isn't working as intended and removed could not reproduce labels Apr 11, 2022
@supermerill
Copy link
Owner

That comes from a code that prevent too much solid infill when sparse infill is set at 0. Will deactivate it for spiral vase.
comment from code, for reference:

                            // if we're printing a hollow object we discard any solid shell thinner
                            // than a perimeter width, since it's probably just crossing a sloping wall
                            // and it's not wanted in a hollow print even if it would make sense when
                            // obeying the solid shell count option strictly (DWIM!)

@supermerill supermerill added the fixed for the next version That means that you should be able to test it in the latest nightly build label Apr 11, 2022
supermerill added a commit that referenced this issue Apr 15, 2022
also set solid_over_perimeters to 0 for spiral_vase
#2654
@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.
Projects
None yet
Development

No branches or pull requests

2 participants