mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Use the same bridging logic for "reverse bridges" (top surfaces)
This commit is contained in:
@@ -70,4 +70,9 @@ sub area {
|
||||
return Slic3r::Geometry::Clipper::area($self);
|
||||
}
|
||||
|
||||
sub safety_offset {
|
||||
my $self = shift;
|
||||
return (ref $self)->new(Slic3r::Geometry::Clipper::safety_offset([$self])->[0]);
|
||||
}
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user