-
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
No top layer generated... #35
Comments
In addition to my initial posting: Lowering the perimeters count from 4 to 2 seems to work, but rising it up again makes the problem appear again. The layer preview shows also the solid layer problem as seen in picture 7 and picture 7b at a layer height of 1.80 mm. |
Martin, do you see any problem, if you enable the "ensure vertical wall thickness" feature? It seems that if I enable this feature, I cannot reproduce this problem anymore. If it is so, then at least I have identified a function, where this problem happens. Thanks, |
I went through the OSX builds and found the culprit check-in. I can reproduce it on OSX, but not on Windows. This drives me crazy. Thanks for the catch anyway. |
So this bug has something to do with the technique Alessandro used to not having to restart calculation from scratch if some parameter changes. The idea is good, but the implementation has some rough edges, one of them being the way some polygonal slices are reconstructed after they were split to pieces by classification into top/bottom/inside regions. Unfortunately with the Clipper library this will never get you the initial polygon. The only real fix is to keep the initial polygon saved, or to restart the calculation from the scratch. To keep the initial polygon is also important for future parallelization. There is a quick fix for a single extruder print settings. |
Sorry, haven't got any notification of your response, so I missed it. The "Watching" / "Subscribe" feature of github is somehow suboptimal... Thank you for your efforts to investigate on this on your own! 👍 I will try your quick fix as soon as a new build is available (I gave up on building slicer on my mac due to all the perl-wx-struggle). |
I think I got the same result today with Windows. |
I have commited a quick fix for a single extruder no-modifier meshes case. I would like to push the release out to our customers as soon as possible, so I am considering to leave this issue open for now. With the upcoming parallelization, I will have to make more changes around the layer storage, so I would fix it along the way. |
By the way, alexrj build exhibits another problem It leaves tiny tiny triangle gaps in the fill surfaces, which then cause issues with bridging for example. I believe I caused the current issue by fixing these tiny gaps, but as stated before, the real solution is to not try to reconstruct initial data from pre-processed slices as this could never be stable, at least with the Clipper library, which Sli3r heavily depends upon. |
ok, so I verified that the quick fix, which is already comitted. I am happy that original issue by @MartinMajewski seems to be solved by the quick fix. |
This bug has already been solved. I will close this issue in framework of improving the clarity of the issues list. |
Version
1.31.5
Operating system type + version
macOS Sierra 10.12.2 Beta 3 (16C48b)
Behavior
This issue relates to the stl files found here: http://www.thingiverse.com/thing:1646474
So I assume there is no problem with the model itself but with the intermediate solid layer generation routine.
The text was updated successfully, but these errors were encountered: