-
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 is not generated when "Ensure vertical shell thickness" is on #14
Comments
Sorry, I cannot reproduce the problem with g3fc57ba, built from scratch on a build server for win64. |
By the way, ensure vertical wall thickness is a competing feature to the extra perimeters when needed. I think of the two as exclusive or. |
@bubnikv Good to know that, thanks. I also built the mentioned revision on Windows 64 from scratch. There I couldn't reproduce the issue no matter how hard I tried.. On Linux I also built from scratch and even created an entirely new profile. Still I could reliably reproduce the issue. Here's one screenshot that might be of interest. It seems the solid infill between the perimeter and sparse infill is generated. |
Thanks, I will try with Linux then. On Fri, Nov 4, 2016 at 3:26 PM, Sakari Kapanen [email protected]
|
Still testing further. It appears that compiling with C++98 standard enabled ( |
Ok, the traces seem to lead to this method. Disabling it seems to resolve the issue. |
Thanks a lot! Thinking about it, this construct does not make sense and the compiler has no way to know about the ownership of the pointers stored in the array. The correct solution is simply to delete this function. Thanks again. |
A to_polygons(SurfacePtrs &&) method does not make sense as the ownership of the Surfaces stored in the pointer array is not known. Thanks to @flannelhead for precisely pinpointing this issue.
Fixed, thanks to @flannelhead |
Version
Version of Slic3r used goes here
git master @ 3fc57ba
Operating system type + version
What OS are you using, and state any version #s
Arch Linux
Behavior
Infill is not generated when the "Ensure vertical shell thickness" option is on.
Infill is expected to be seen in preview.
Infill is not seen in preview.
The infill appears again after unchecking "Ensure vertical shell thickness" and changing infill density to trigger regeneration of infill.
Reverting 61d82b0 fixes the issue.
STL/Config (.ZIP) where problem occurs
Upload a zipped copy of an STL and your config (
File -> Export Config
)config.zip
STL: http://www.thingiverse.com/download:648838
The text was updated successfully, but these errors were encountered: