-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Thin Wall Problem #328
Comments
The slicer is avoiding the overlap of the two external perimeters from the hole and the outside of the part, where they become so close as to require this. As @supermerill mentions in the issue linked, you need to enable the option to allow overlap of perimeters. On the topic of the overlap of perimeters, Slic3r default behaviour is indeed to overlap all paths slightly. From Slic34 Manual — Flow Math:
Is this behaviour still present in SuperSlicer? I'm not actually familiar with coding enough to understand everything and determine this answer myself. Sorry if this is a stupid question. |
yes it's the same, |
Oh, nice! I guess this is what is meant by this note on the release page:
Would you be able to point me to the area in the source code that this is done? Just the general direction if it's complex. I'm just curious, I don't have any intention on modifying anything. |
perimetergenerator.cpp (in the begining) for the use of it. edit: you can modify if you want, it's open source! |
Version
Current revision + 2.2.52.0_win64_20200623
Operating system type + version
Windows 10
Behavior
See Screenshots
a_drive_frame_lower.3mf.zip
The text was updated successfully, but these errors were encountered: