mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Options to set extruder clearance for sequential printing and graphical preview of collisions
This commit is contained in:
parent
2c28d2f874
commit
5a78111efa
8 changed files with 113 additions and 18 deletions
|
@ -100,7 +100,7 @@ sub offset {
|
|||
$miterLimit ||= 2;
|
||||
|
||||
my $offsets = Math::Clipper::offset([$self], $distance, $scale, $joinType, $miterLimit);
|
||||
return @$offsets;
|
||||
return map Slic3r::Polygon->new($_), @$offsets;
|
||||
}
|
||||
|
||||
# this method subdivides the polygon segments to that no one of them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue