Slic3r

From RepRap
Revision as of 10:57, 23 February 2013 by Danielpublic (talk | contribs) (Added note about lulzbot's sponsership of the development.)
Jump to: navigation, search
Crystal Clear action run.png
Slic3r

Release status: working

Slic3r screenshot 092.png
Description
STL-to-GCODE translator
License
AGPLv3
Author
Contributors
Based-on
[[]]
Categories
CAD Models
External Link


Slic3r is the tool you need to convert a digital 3D model into printing instructions for your 3D printer. It cuts the model into horizontal slices (layers), generates toolpaths to fill them and calculates the amount of material to be extruded. The project was started in 2011 from scratch: the code and the algorithms are not based on any other previous work. Readability and maintainability of the code are among the design goals.

Slic3r is bundled with the most important host software packages: Pronterface, Repetier-Host, ReplicatorG and has been supported/funded by almost all the main 3D printing companies in the world.

Availability

Slic3r is available in precompiled packages for MacOS X, Windows and Linux.
It's also possible to git clone and run Slic3r from there to stay current; a single script is provided to automatically install all dependencies via CPAN.
For more information check its Homepage (Download).

Support

Check it's homerage support section for resources.
A .pdf manual can be downloaded here from Lulzbot (which is one of the companys supporting development).

Tech Details

Slic3r is written in Perl! Check out the source code over at GitHub.