slic3r / Slic3r

Open Source toolpath generator for 3D printers
https://slic3r.org/
GNU Affero General Public License v3.0
3.35k stars 1.29k forks source link

Support intersect with nested objects #4347

Open gege2b opened 6 years ago

gege2b commented 6 years ago

Version

Slic3r-master.2018.02.26.1627.ce6b7c8.64bit

Operating system type + version

Win10 but issue should be the same with all OSes

Behavior

Add a tall part with a pretty neat overhang, and put a smaller object underneath Check "generate support"

Well, it's a weirdo case I must agree.

a way to handle it is to make the support avoid the smaller part, creating a kind of hollow "bubble" around it, to still support the bigger part

Or forgiving the nesting of objects, more drastic but should be easier :)

image

STL/Config (.ZIP) where problem occurs

Not really needed but : Config and model

lordofhyphens commented 6 years ago

I'm not particularly surprised that it's doing this; each object is calculated independently of others.