forked from slic3r/Slic3r-Manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Skirt.tex
executable file
·28 lines (23 loc) · 1.51 KB
/
Skirt.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
%!TEX root = Slic3r-Manual.tex
\section{Skirt} % (fold)
\label{sec:skirt}
\index{skirt}
\index{Print Settings!Skirt and brim!Skirt}
The \texttt{Skirt} setting adds an extrusion a short distance away from the perimiter of the object. This can ensure that the material is flowing smoothly from the extruder before it starts on the model proper.
\begin{figure}[H]
\centering
\includegraphics[keepaspectratio=true,width=1.0\textwidth]{expertmode/skirt_settings.png}
\caption{Skirt settings.}
\label{fig:skirt_settings}
\end{figure}
\begin{itemize}
\index{Print Settings!Skirt and brim!Skirt!Loops}
\item \texttt{Loops} - How many circuits should be completed before starting on the model. One loop is usually sufficient.
\index{Print Settings!Skirt and brim!Skirt!Distance from object}
\item \texttt{Distance from object} - The millimeters between the object and the skirt. The default of 6mm is usually sufficient.
\index{Print Settings!Skirt and brim!Skirt!Skirt height}
\item \texttt{Skirt height} - The number of layers to lay down a skirt for. For ensuring the material is flowing smoothly, one layer is sufficient, however the skirt function can also be used to build walls around the object in case it should be protected from draughts.
\index{Print Settings!Skirt and brim!Skirt!Minimum extrusion length}
\item \texttt{Minimum extrusion length} - Dictates a minimum number of millimeters that the skirt should be, should the loop around the object not be enough.
\end{itemize}
% section skirt (end)