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 17:12:01 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-01-28 17:12:01 +0400
commit177f1a9bf08f4c30ce42b142b3f74edebd71ad12 (patch)
tree27f7b979e1eb82c0fbd09eda9702ef9df4d987ba /slic3r.pl
parenta016a06fa604193bafaa9417a78834f17338c59a (diff)
New raft_layers option. #123
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 c66277c58..a8a6386b0 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -257,6 +257,7 @@ $j
Spacing between pattern lines (mm, default: $config->{support_material_spacing})
--support-material-angle
Support material angle in degrees (range: 0-90, default: $config->{support_material_angle})
+ --raft-layers Number of layers to raise the printed objects by (range: 0+, default: $config->{raft_layers})
Retraction options:
--retract-length Length of retraction in mm when pausing extrusion (default: $config->{retract_length}[0])