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:
authorAlessandro Ranellucci <aar@cpan.org>2013-05-13 22:15:45 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-05-13 22:15:45 +0400
commitccdb29ddc9eb1e383b98832a1a7ab225cebc016b (patch)
tree3a647d52f87310f234ae500af5759a948fcfb464 /slic3r.pl
parentbaa1a8c736e71c5c426437a8050108e88985c4dc (diff)
New --spiral-vase option to continously raise Z when printing single-walled vases. #997
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 9850a9916..b3dec4969 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -251,6 +251,8 @@ $j
--randomize-start Randomize starting point across layers (default: yes)
--avoid-crossing-perimeters Optimize travel moves so that no perimeters are crossed (default: no)
--external-perimeters-first Reverse perimeter order. (default: no)
+ --spiral-vase Experimental option to raise Z gradually when printing single-walled vases
+ (default: no)
--only-retract-when-crossing-perimeters
Disable retraction when travelling between infill paths inside the same island.
(default: no)