1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Merge branch 'master' into boost-optimizations

This commit is contained in:
Alessandro Ranellucci
2013-04-18 17:48:46 +02:00
19 changed files with 224 additions and 148 deletions
-5
View File
@@ -161,11 +161,6 @@ sub bounding_box_polygon {
]);
}
sub bounding_box_center {
my $self = shift;
return Slic3r::Geometry::bounding_box_center($self->contour);
}
sub clip_line {
my $self = shift;
my ($line) = @_; # line must be a Slic3r::Line object