slic3r / Slic3r

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

Feature request: modifier to set Vase mode #4114

Open VjyedSC0UFMc8z opened 7 years ago

VjyedSC0UFMc8z commented 7 years ago

I love Slic3r. I am working on a model now that would print great with vase mode, but need structural support on the bottom to work. I would like to be able to have the bottom of the print as normal, but switch to vase mode for the remaining Z height of the model. A modifier STL would be a great way to do this.

lordofhyphens commented 7 years ago

Vase mode is pretty intrusive when it comes to settings. You can, however, set more bottom solid layers to get that support.

chambm commented 6 years ago

I just had the same requirement. I have this model which I want to print with infill at the bottom, but vase mode at the top: image

EvilGremlin commented 4 years ago

I also want this feature badly. So bottom part will be printed as regular object, including top infill pattern, and then it switches to vase mode. Shouldn't be hard as vase mode is but a gcode postprocessor that works with external perimeter. But i'll need to redefine top layer location to be just below vase modifier and rewrite all setting checkups. Can you point me where i need to modify sources (so i won't miss something)?