MatterHackers / MatterSlice

MatterSlice is a C# console application that generates GCode (hardware control) for 3D printing. It was originally ported from CuraEngine (another great open source 3D printing engine). It is the primary slicing engine for MatterSlice and under constant development.
164 stars 69 forks source link

"Support Everywhere" is not honored correctly #420

Open unlimitedbacon opened 5 years ago

unlimitedbacon commented 5 years ago

Even with "Support Everywhere" turned off, internal support structures are being generated on the left side of these parts.

screenshot from 2018-12-19 10-48-02

This has been an issue for a very long time. I remember having exactly the same problem with the same print using 1.7, but I cannot find an old bug report.

larsbrubaker commented 5 years ago

There is likely some tiny part of the mesh that is over the bed in these parts and as it is extended down to the bed it gets clipped away by the xy distance to the bottom of the part.

This is a complex issue and will ultimately be fixed when we add more support for auto creating supports directly in MC, rather than MS.