mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Print solid infill without cutting an internal surface under small regions such as pillars. #39
This commit is contained in:
@@ -65,4 +65,9 @@ sub rotate {
|
||||
@$self = rotate_points($angle, $center, @$self);
|
||||
}
|
||||
|
||||
sub area {
|
||||
my $self = shift;
|
||||
return Slic3r::Geometry::Clipper::area($self);
|
||||
}
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user