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-01-28 13:43:58 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-01-28 13:43:58 +0400
commita016a06fa604193bafaa9417a78834f17338c59a (patch)
tree87301d50625e76b94d18703d2c4b4557f072e925 /slic3r.pl
parent4c8c725eece1e6952262cac55dccf832eed8d8bd (diff)
parente8cb1f4528d3f0fa82ccd0c32ac8b86408ac3d2f (diff)
Merge branch 'avoid-crossing-perimeters'
Conflicts: lib/Slic3r/GCode.pm
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 aa6d26b32..c66277c58 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -238,6 +238,7 @@ $j
--toolchange-gcode Load tool-change G-code from the supplied file (default: nothing).
--extra-perimeters Add more perimeters when needed (default: yes)
--randomize-start Randomize starting point across layers (default: yes)
+ --avoid-crossing-perimeters Optimize travel moves so that no perimeters are crossed (default: no)
--only-retract-when-crossing-perimeters
Disable retraction when travelling between infill paths inside the same island.
(default: no)