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-02-03 20:23:50 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-02-03 20:23:50 +0400
commit9222526e030fb26e56a93dda4bc5bcfd180cdbda (patch)
treed10e2132a38fe926a09166c31fba107198dbd360 /slic3r.pl
parentacada05068e3bbb5bebe372c52ffad0e447f38cd (diff)
Customizable number of interface layers for support material and raft
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index a8a6386b0..fcd33eccd 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -257,6 +257,10 @@ $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})
+ --support-material-interface-layers
+ Number of perpendicular layers between support material and object (0+, default: $config->{support_material_interface_layers})
+ --support-material-interface-spacing
+ Spacing between interface pattern lines (mm, set 0 to get a solid layer, default: $config->{support_material_interface_spacing})
--raft-layers Number of layers to raise the printed objects by (range: 0+, default: $config->{raft_layers})
Retraction options: