dump-stl
G-code generator for 3D printers
Install
- All systems
-
curl cmd.cat/dump-stl.sh
- Debian
-
apt-get install slic3r
- Ubuntu
-
apt-get install slic3r
- Kali Linux
-
apt-get install slic3r
- Fedora
-
dnf install slic3r
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install slic3r
- Raspbian
-
apt-get install slic3r
- Dockerfile
- dockerfile.run/dump-stl
slic3r
G-code generator for 3D printers
Slic3r converts digital 3D models into printing instructions (G-code) 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. Slic3r supports input in the STL, AMF and OBJ formats, and can output G-code for several series of 3D printers, including RepRap, Ultimaker, Makerbot, as well as SVG files for DLP printers. It can be used with a graphical interface, or in batch mode via the command-line.