-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
External perimeters not given adequate detail #4640
Comments
for the '#' : the thin area between the two '/' is too small for a 0.4 nozzle to do a U. But there should be an extrusion between 3,D,b If you disable the thin_wall option, you can have it. The "culprit" is done at perimetergenerator.cpp l85 vs l97. I didn't change it (i just added a little post-process for thin wall to relax the algo a bit if it creates too much ares). What i understand : If no thin wall, it lay every perimeter the best way possible. If thin wall, it exclude areas that can be too thin for 2 perimeters (you can se it, when 2 perimeter are almost one over another -> overextrusion), and pray for the thin walls to extrude these thin area. The problem is: sometimes, these areas are too tiny. I will try something. |
This is one of those situations where Cura, for example, would probably do those overlapped perimeters I mentioned. |
Looking much better with the latest updates on the thin walls PR (commit 44e7ec8): |
Describe the bug
This is Slic3r commit 21eb603 plus @supermerill's thin wall improvements PR (I'm at commit ca9f3f7 of that).
Slic3r's discarding small features in the model instead of trying to recreate them. Consider the nameplate on the back of a Benchy:
0.4 mm nozzle, 0.4 mm line width, 0.08 mm layer height (config: config-20181209.ini.zip ).
Compare to this photo I found on Hackaday. While the image and print quality are mediocre, it clearly shows all of the lettering's individual strokes. This was apparently also printed with a 0.4 mm nozzle, sliced with Cura (not sure about the layer height, but it looks to be about 0.1 mm).
(rotated, cropped, resized, and I painted-out a blob that was in the middle of the plate, for easier visual comparison; source: https://hackaday.com/2016/08/30/review-monoprice-maker-ultimate-3d-printer/ ).
The text was updated successfully, but these errors were encountered: