mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Get rid of max_print_dimension in filler objects
This commit is contained in:
parent
6c97e588b1
commit
20e73face2
4 changed files with 9 additions and 23 deletions
|
@ -144,6 +144,11 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue