Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-02-14 14:36:04 +0300
committerbubnikv <bubnikv@gmail.com>2017-02-14 14:36:04 +0300
commit420e38705524bb49c15020d4a0b05f21e85a7f9c (patch)
treedcdf5cbad60def17171f6199d61321745131e5d7 /slic3r.pl
parentce8973b33a5b1422ad3f896378391cdf5e03ab23 (diff)
new feature: Clip multi-part objects one by the other.
This works the same way as if the XY compensation was set to a tiny value before, but without the overhead of an offset.
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index bb7006a25..c1371472f 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -497,6 +497,9 @@ $j
--dont-arrange Don't arrange the objects on the build plate. The model coordinates
define the absolute positions on the build plate.
The option --print-center will be ignored.
+ --clip_multipart_objects When printing multi-material objects, this settings will make slic3r to clip the overlapping
+ object parts one by the other (2nd part will be clipped by the 1st, 3rd part will be clipped
+ by the 1st and 2nd etc). (default: $config->{clip_multipart_objects})";
--xy-size-compensation
Grow/shrink objects by the configured absolute distance (mm, default: $config->{xy_size_compensation})