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>2017-06-26 17:28:10 +0300
committerbubnikv <bubnikv@gmail.com>2017-06-26 17:28:10 +0300
commit8160db23ccd0cb9ffa1d03599e27a0bcd493e6b7 (patch)
treec4dec206352a2258e916d76ebafed3991f647809 /slic3r.pl
parent32fa84c5a576febe4fab04f0fb7ffa53aec530ff (diff)
Implementation of "XY size Compensation for first layer"
https://github.com/prusa3d/Slic3r/issues/190
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/slic3r.pl b/slic3r.pl
index e158da656..e62576ebe 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -495,9 +495,13 @@ $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
+ --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})";
+ --elefant-foot-compensation
+ Shrink the first layer by the configured value to compensate for the 1st layer squish
+ aka an Elefant Foot effect (mm, default: $config->{elefant_foot_compensation})
--xy-size-compensation
Grow/shrink objects by the configured absolute distance (mm, default: $config->{xy_size_compensation})