-
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
Overriding number of perimeters around a hole using modifier volume adds extra perimeters #3846
Comments
The way the modifier volumes work is they split the object into pieces, which are sliced independently. Thus if you changed the number of perimeters, this part gets its perimeters, which number is different from the main object configuration. The way you expect PrusaSlicer to override number of perimeters is significantly more involved to implement than what we currently have. |
@bubnikv Thanks for explaining the why. It might be expected as Prusa Slicer developer, but I'd argue it is unexpected from the normal user's POV. I don't know how the algorithm works - but is there maybe a way to differentiate between an inner and an outer wall? If so the perimeter for outer walls could be set to 0, while the perimeter of inner walls could be set to the desired value. |
@bubnikv Instead of separating the original part into pieces using the modifier as a cutter, you could just use logic that if any perimeters are detected within the bounds of the modifier, that those areas only get X amount of perimeters. I see no need to separate the part given that logic already exists where perimeters are to be placed and whether they connect. Seems the wrong approach was applied for this particular type of modifier. I see no use case where the current feature is even remotely satisfactory if it always adds unneeded perimeters. The layers and perimeter modifier type should be removed from PS until solved. I mean can you think of a use case where the current behavior gives the expected result? |
I've used it around holes that I want extra perimeters on. When for example I need to screw to hold in the plastic itself. I can drop a cylinder over the hole and set a different perimeter value and it then gives me lots. More than I expected initially but once you know what it does and plan accordingly its not a problem. |
I disagree that it can be worked around in all cases. Sure, for simple holes you can - with trial and error - get it to almost do what you want. But that isn't how CAD tools should work. I've gone so far as to place a modifier so that top and bottom margins are within a part, to keep the extra perimeters it adds hidden for the top surface, but that took a lot more time than is reasonable. These days if one area of a part needs 4 perimeters, I just use 4 perimeters in the first place. Yep - I avoid using this 'feature' because of it's side effects. Should the 'feature' be removed? Probably not. As Neo said - there are extremely rare circumstances it can still be used. ps: one reason it can be problematic is when you need linear extrusions over an area for strength. This 'feature' cuts the part, and leaves a lower strength shear line of parallel perimeters when you really wanted crosshatch. |
@rtyr I noticed this was closed to reduce duplicate issues. Has a decision been made to investigate and implement a solution? edit: crud. Just realized you have the repository set to automatically reopen an issue on new comment. My apologies. |
Duplicate of #3370 |
Would love to see this capability. When printing a vertical threaded hole, adjusting the number of perimeters can dramatically reduce internal infill and improve time. In the attached image, the model on the left has an inset cylinder modifier meant to increase the number of perimeters in the hole to 4. As you can see in the sliced image, 6 extra perimeters are added at the edge of the modifier. The second/center object has its perimeters set to 4, eliminating the massive amount of internal infill shown in the unmodified object. However, it also prints the extra perimeter on the outer parts of the object where only 2 perimeters are required. The goal is to have only the threaded hole have 4 perimeters, creating the fastest-printing part. There is another issue requesting paint-on perimeter modifiers. Perhaps this would be easier to implement. |
@itrmc A workaround - make the modifier's diameter just slightly bigger than the hole so you will not have the perimeters in the middle of the model, and also make the modifier slightly shorter than the model so it's not crossing the shell on top/bottom, making the top/bottom layers with 2 perimeters and looking normal as the rest of the model. |
Nice Tip. I’ll try it out. |
Version
2.1.0
Operating system type + version
Win 10 1909
3D printer brand / version + firmware version (if known)
Prusa Mk3
Behavior
Using a cylindrical modifier to increase number of perimeters at holes in a part, the modifer acts more like it is a part, adding perimeters around the modifier rather than the actual hole in the part.
See attached .3mf for an example. The goal was to increase the hole perimeters to 3, but the modifier is behaving oddly.
The hole should have 3 perimeter instead of the 2 set for the entire part in Printer Settings.
Six or more perimeters are being created...
Bug, not Feature
Project File (.3MF) where problem occurs
3MF.zip
The text was updated successfully, but these errors were encountered: