mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 04:54:08 -06:00
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.
This commit is contained in:
parent
ce8973b33a
commit
420e387055
7 changed files with 50 additions and 41 deletions
|
@ -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})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue