Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2016-10-16 23:11:19 +0300
committerbubnikv <bubnikv@gmail.com>2016-10-16 23:11:19 +0300
commit47cc9687a0c883adf36570eb9c9c043e2d69c33b (patch)
treed2cc7151eb872bc16f81b79f1b7ff34b7613799a /slic3r.pl
parent7d7f093120df5fcdfd1f9b21fc6b0622636a7ff1 (diff)
Added a new switch: ensure_vertical_shell_thickness
This enables a zig-zag infill similar to Cura or Simplify3D on overhangs.
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 408ae4cb8..f320c3ab2 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -406,6 +406,7 @@ $j
Quality options (slower slicing):
--extra-perimeters Add more perimeters when needed (default: yes)
+ --ensure-vertical-shell-thickness Add solid infill near sloping surfaces to guarantee the vertical shell thickness (top+bottom solid layers). (default: no)
--avoid-crossing-perimeters Optimize travel moves so that no perimeters are crossed (default: no)
--thin-walls Detect single-width walls (default: yes)
--overhangs Experimental option to use bridge flow, speed and fan for overhangs