-
-
Notifications
You must be signed in to change notification settings - Fork 968
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
Wall artifacts on clean STLs #8012
Comments
This is due to the fact that the apparently flat surface has a very shallow curvature. |
@discip Yes, but that is intentional. These artifacts are definitely not. Any way to fix this, or is it a bug? |
The curvature is shallow enough to sometimes make the slicer 'think' it is a straight line, while in other cases it interprets it as a curve. |
@discip Understood, thanks for the explanation. Any way to fix it? This curvature is required, as well as a high quality STL. Are there any Orca settings that I could change that would fix this without hurting print quality? |
I've tried it myself in the past but haven't found a solution yet. If I remember correctly, the root cause is much deeper in the core. |
@discip Understood. Let's hope devs notice this and could comment further. |
Is there an existing issue for this problem?
OrcaSlicer Version
2.3.0-dev
Operating System (OS)
Windows
OS Version
Windows 10
Additional system information
No response
Printer
Voron 2.4
How to reproduce
With some STL files, OrcaSlicer produces weird horizontal artifacts on some of the walls:
These artifacts are very much visible with Arachne (above), but with Classic, they are reduced - yet still there (below):
Normally one would suspect that the artifacts are in the STL, however, analyzing the STL shows no triangle lines/ends on the location of these artifacts. There are many lines there, but all of them vertical, and since STL triangles are flat, it means that these horizontal indentations cannot possibly exist in the STL.
This suggests that the STL is fine, but something happens during the slicing process. This is made evident by the Arachne making these artifacts far worse. Making the STL more coarse in CAD software seems to reduce these artifacts somewhat, which indicates that it is still at least partially related to the STL quality. The exact cause is unknown though. I suspect it has to do something with the perimeter lines crossing through so many triangles in such a short distance. Such high STL resolution is required for other model features though, making the use of coarser STL impractical.
To recreate the issue:
Actual results
The wall beneath the thin rib should be smooth, as in the STL.
Expected results
The wall has strange horizontal artifacts.
Project file & Debug log uploads
A00001091.zip
Checklist of files to include
Anything else?
No response
The text was updated successfully, but these errors were encountered: