supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.15k stars 523 forks source link

Feature "Make Overhangs Printable" like in Cura #2874

Open Dominik-1980 opened 2 years ago

Dominik-1980 commented 2 years ago

Is your feature request related to a problem? Please describe. No.

Describe the solution you'd like Add the possibility to "make overhangs printable" like the option in Cura.

Would be great if this will be implemented. This is the only thing I am missing in SuperSlicer. But I'm missing it very much! It is a game changer.

inspectionsbybob commented 2 years ago

I will second the request.

theschles commented 2 years ago

Duplicate of #3201 -- please close this or the other one?

inspectionsbybob commented 2 years ago

I closed my Duplicate, just making sure this one is still open.

odie5533 commented 1 year ago

Would really appreciate having this option!

Cura has this feature in their CuraEngine. They configure the setting as conical_overhang_enabled (which they show in the interface as "Make Overhangs Printable") https://github.com/Ultimaker/CuraEngine/blob/main/src/FffPolygonGenerator.cpp#L233

And the actual ConicalOverhang function is in https://github.com/Ultimaker/CuraEngine/blob/main/src/ConicalOverhang.cpp

TheAnimatrix commented 8 months ago

Notsure what the demand is for this feature. Would love to have it. Please work on it if possible. Thank you.

kozross commented 8 months ago

There's a similar feature in OrcaSlicer as well, which might make it easier to port.

Oh, and add my voice to the list of people who want this.