mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Align rectilinear and line infill across layers (new implementation). #712
This commit is contained in:
parent
c723c07f8c
commit
430c825918
7 changed files with 57 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue