

Slic3r, being a true non-profit community project, allowed the people to experiment with several original new features that have become common thereafter such as multiple extruders, brim, microlayering, bridge detection, command line slicing, variable layer heights, sequential printing (one object at time), honeycomb infill, mesh cutting, object splitting into parts, AMF support, avoid crossing perimeters, distinct extrusion widths, modifiers, and much more. Readability and maintainability of the code are among the design goals. The code and the algorithms are not based on any other previous work. The Slic3r project was born in 2011 within the RepRap community as an effort to provide the growing 3D printing technology with an open and flexible toolchain. It cuts the model into horizontal slices (layers), generates toolpaths to fill them and calculates the amount of material to be extruded. Slic3r is the tool you need to convert a 3D model into printing instructions for your 3D printer.
