mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Options to set extruder clearance for sequential printing and graphical preview of collisions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user