mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Implementation of "XY size Compensation for first layer"
https://github.com/prusa3d/Slic3r/issues/190
This commit is contained in:
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user