forked from slic3r/Slic3r-Manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Intro.tex
executable file
·32 lines (17 loc) · 1.57 KB
/
Intro.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%!TEX root = Slic3r-Manual.tex
\section{Overview} % (fold)
\label{sec:overview}
Slic3r is a tool which translates digital 3D models into instructions that are understood by a 3D printer. It slices the model into horizontal layers and generates suitable paths to fill them.
Slic3r is already bundled with the many of the most well-known host software packages: Pronterface, Repetier-Host, ReplicatorG, and can be used as a standalone program.
This manual will provide guidance on how to install, configure and utilise Slic3r in order to produce excellent prints.
% section overview (end)
\section{Goals \& Philosophy} % (fold)
\label{sec:goals_philosophy}
Slic3r is an original project started in 2011 by Alessandro Ranellucci (aka. Sound), who used his considerable knowledge of the Perl language to create a fast and easy to use application. Readability and maintainability of the code are among the design goals.
The program is under constant refinement, from Alessandro and the other contributors to the project, with new features and bug fixes being released on a regular basis.
% section goals_philosophy (end)
\section{Donating} % (fold)
\label{sec:donating}
Slic3r started as a one-man job, developed solely by Alessandro in his spare time, and as a freelance developer this has a direct cost for him. By generously releasing Slic3r to the public as open source software, under the GPL license, he has enabled many to benefit from his work.
The opportunity to say thank you via a donation exists. More details can be found at: \url{http://slic3r.org/donations}.
% section donating (end)