MatterHackers / MatterControl

3D printing software for Windows, Mac and Linux
http://www.mattercontrol.com/
BSD 2-Clause "Simplified" License
459 stars 185 forks source link

Add sequential printing option to slice settings for Slic3r and Cura #702

Open unlimitedbacon opened 8 years ago

unlimitedbacon commented 8 years ago

Cura and Slic3r both support sequential printing (printing one item at a time when you have a plate of many items) however, this option is not exposed in the slice settings UI.

It would be nice to have this feature implemented in MatterSlice as well.

johnlewin commented 8 years ago

Need a description of best practices for how to achieve this. How are other open source solutions doing this?

unlimitedbacon commented 8 years ago

The option to enable this is complete_objects = 1.

It doesn't work when given multiple objects in a single STL, though. This is why its been hidden in the UI until now. Slic3r needs to be given an AMF file. Unfortunately, slic3r does not support compressed AMFs, which is what MatterControl creates.