1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Speed boost for new infill patterns. #20

This commit is contained in:
Alessandro Ranellucci
2011-11-14 10:54:04 +01:00
parent 86f3e4fcd2
commit 12b06b0ab0
2 changed files with 16 additions and 2 deletions
+7
View File
@@ -118,6 +118,13 @@ sub has_segment {
return 0;
}
sub clip_with_polygon {
my $self = shift;
my ($polygon) = @_;
return $self->clip_with_expolygon(Slic3r::ExPolygon->new($polygon));
}
sub clip_with_expolygon {
my $self = shift;
my ($expolygon) = @_;