-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Slicing in vase mode not honoured and failure to honour not detected #1029
Comments
Slic3r ignores gaps narrower than 0.1 mm, see #520. The gaps in this model are only 0.075 mm, which is why it works when scaling above 133.33%. |
Slic3r remove gaps that are below a threshold, I think that's your problem. You have to create bigger gaps in the stl. edit: ninja by DrLex0 ;p |
This is not my model and only the stl is published, so I'm not able to change the gap width. It seems though that this would be fixed if the gap threshold were configurable, or probably easier if vase mode forced a lower threshold. This latter option (cf the options mentioed in #520 of lowering it wholesale or making it configurable) seems better since the user is providing an assertion that the model is a single manifold surface. Add in a check that this is true and you have both this issue and #520 solved. |
Even some documentation of the limit within Slic3r would be valuable. |
@kortschak: because I'm curious how well this will print, I have modified the model in Blender to make the gaps 100 micron wide. Perimeter extrusion width must be set to 0.4mm for vase mode to work. ParacordVaseSpool-Slic3rCompatible.stl.zip |
@DrLex0, thanks. |
By the way, I have introduced a new parameter "slice_closing_radius", which is set to 0.049 by default, leading to the same results as in 1.41.3. If you need to maintain the thin gaps, starting with Slic3r-1.42.0-alpha7 you will need to lower the new "slice_closing_radius" value. Implemented with e3cba0a This parameter and the return to the 1.41.3 behavior by default was made as we have discovered some models with cracks, which were handled correctly by 1.41.3, but which were full of spurious perimeters in 1.42.0-alpha5. We find it safer to revert to the 1.41.3 behavior while giving you the parameter to tinker with. |
Version
1.40.1-beta+linux64
Operating system type + version
Ubuntu Linux 16.04.4
Behavior
This is not a feature request
STL/Config (.ZIP) where problem occurs
The only change to the config from stock is to set spiral vase. The STL is available from https://www.thingiverse.com/download:3618392. I can upload a zip of these if given a location that will accept large zip files - github rightly do not.
The text was updated successfully, but these errors were encountered: