How to Install slic3r in Ubuntu 18.04



Install slic3r by entering the following commands in the terminal:

sudo apt update
sudo apt install slic3r

Description:

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.

Homepage: http://slic3r.org/

Version: 1.2.9+dfsg-9

Section: universe/perl