-
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
Feature Request: Option to combine results of 'support from build plate only' and 'support enforcers only' #2801
Comments
Either way, I can come up with other situations where your solution wouldn't solve it. A boolean OR operation on enforcers and build plate only would be quite useful to me I think. |
My workaround wasn't to refute the feature request, its a good one. I meant it as alternate way to deal with it with less work in the mean time for anybody that hits this thread. Plus once the feature drops you can still use it to save time and get the build plate only to do more initial work. |
That's fair, sorry for misunderstanding. |
Hi, in the latest version of PrusaSlicer is possible to combine support on build plate only with support enforcers. |
I support this feature request. I am trying to print 1:1 models of human brains (based on MRI scans) and "build plate only" generates most of the supports needed for a successful print, but in 2-3 places the auto-generated supports are not sufficient and the resulting print has ugly strings/blobs in these places. Thus I would like to be able to add manual supports - in addition to the "build plate only" generated ones - in these specific places. Having to manually reproduce all the "build plate only" supports (either by using "everywhere - support blockers" or "support enforcers only") would be extremely tedious, as the 3D model is quite complex. I might start playing around with the suggested "overhang threshold" workaround, but this seems rather time and filament intensive for each try (69h, 600g), although I might be able to make testing easier by just cutting up the model and printing the affected areas only. A "build plate + support enforcers" option would probably solve all these issues for me. Maybe it could also make sense to think about a "build plate - support blockers" option for other peoples use cases? @JohnnyDeer Is your post a question or a statement? In the release notes I didn't see any mention of this feature actually being added. |
After looking at src/libslic3r/SupportMaterial.cpp and trying in PrusaSlicer 2.1.1, i can confirm that this already works. Just add support enforcers to your model, select "Support on build plate only" and Slice. Thus suggesting that the wording in the GUI should be changed to say "Support on build plate" (without the "only"), so that it is clear to the user that support enforcers will still be added. The word "only" kind of implies to the user that nothing else gets added to the build plate supports. Actually, this "only" word is what made me look for a fix / workaround - and discovering this open feature request - without even trying. I just assumed from the GUI that i could not add anything to "build plate only" supports. @Blargedy: Can this issue be closed? (In that case i can then open a separate feature request for the GUI improvement) |
@MikePfaff I am unable to replicate your results of getting both enforced and build plate supports. I am on PrusaSlicer 2.1.1. Attached is the 3mf file for a part I am currently printing, used to test your claim. |
Combination of "support on build plate only" with enforcers are not working ideally right now. We know about it and it is on our to do list. |
Bump! Much Needed feature. Very annoying not to have the option and- to me anyways- seems like a large oversight to not include this option to begin with..... |
1) If "support on build plate only" is enabled, the support columns are newly trimmed to not land on top of an object. However this may make the column too small to be stable. 2) Support enforcers newly take precedence over "supports on build plate only" and over "don't support bridges". 3) Some refactoring of the support generator code for clarity: Reduced some of the worst spagetti offenders. Fixes Support generated even if support on build only activated #915 Fixes Bug: supports on build plate only #1340 Fixes Bottom interface layer is not generated , support on build plate only. (long open defect) #4199 Fixes option "supports on build plate only" does not work #3980 Fixes No support interface layers generated #1997 Fixes Feature Request: Option to combine results of 'support from build plate only' and 'support enforcers only' #2801 Fixes Support interface isn't generated: build plate only + blocked by model + support enforcer #3831 Fixes Support Enforcer don't create interface layers #5748 Fixes Support Enforcers Don't Have Top Loops/Raft #1870 Fixes Don't cancel support enforcers with "don't support bridges" #5105
Fixed with 9f09f03 |
So this got closed... but I was having this same thought today, and actually found this thread, and then noticed that my prusaslicer was still on 2.2 and wasn't updating to 2.3 (had to install it fresh from the website) and got it all installed and transferred over...... But support enforcers still don't work, or at least they don't override the 'support bed only' option. |
@bubnikv I don't know why people keep closing this when it is definitely not implemented. Take any stl, set it to support from buildplate only, then add a support enforcer somewhere and see how it doesn't add them there. |
@nirurin @Blargedy Nobody "keeps closing this", it was only closed once - on 19 Mar 2021, after the issue was fixed with 9f09f03. It should not be surprising that version 2.3 (which was released in January) did not magically fix itself. You'll have to wait for 2.4 release or compile the source yourself. 2.3.1 is a minor patch release which was never supposed to include all the fixes. I just checked that the 3MF posted in the first post does work in current master (!). If you compiled it yourself and it does not work, we'll be glad if report it (send a 3MF and exact commit so we can reproduce it). The issue will be reopened in that case. |
@lukasmatena that's quite the sass you have. I've personally never seen a program with the feature organization as prusa slicer so when it was said the issue is solved and the newest edition doesn't share this solved issue it isn't immediately obvious that you have to be on an unofficial release to see the feature. |
Version
2.1.0-alpha1
Operating system type + version
Windows 10 64-bit
3D printer brand / version + firmware version (if known)
Prusa i3 mk3s MMU2s
Behavior
I would like to be able to add a couple spots of support in addition to the supports generated when I select "from build plate". Currently I'd have to either do support everywhere with support blockers, or support enforcers everywhere I want supports, both of which are tedious for the two parts I want extra.
This is the part I want to print
These are the two spots supported with support enforcers
This unfortunately leaves the bottom unsupported
It is quite complex so I don't want to use 6 different support enforcers or 4-6 support blockers with support all selected.
I would need the support enforcer generated supports plus the build plate only supports
project file for reference
The text was updated successfully, but these errors were encountered: