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-04 14:54:10 +0300
committerbubnikv <bubnikv@gmail.com>2016-10-04 14:54:10 +0300
commit5bb37ad2c4f61a072282177e9a445b997bff3db1 (patch)
tree63b3ae5104a8faf0ff17b47b2c35577aea9a888b /slic3r.pl
parentae2bae137a5c57c1f3d22d1c8c0ac90986a364e9 (diff)
A new feature "support_material_buildplate_only" implemented.
Also a bug has been fixed for zero interface layers. Before slic3r would put infinite number of interface layers over top surfaces, if the number of interface layers was set to zero.
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 466263f66..573d01068 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -432,6 +432,8 @@ $j
--support-material-enforce-layers
Enforce support material on the specified number of layers from bottom,
regardless of --support-material and threshold (0+, default: $config->{support_material_enforce_layers})
+ --support-material-buildplate-only
+ Only create support if it lies on a build plate. Don't create support on a print. (default: no)
--dont-support-bridges
Experimental option for preventing support material from being generated under bridged areas (default: yes)