mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Bugfix: model with rounded walls had small useless infill regions. #177
This commit is contained in:
parent
7893480fd7
commit
ad8c9d4ea1
3 changed files with 12 additions and 1 deletions
|
@ -37,6 +37,14 @@ sub group {
|
|||
return values %unique_types;
|
||||
}
|
||||
|
||||
sub offset {
|
||||
my $self = shift;
|
||||
return (ref $self)->new(
|
||||
expolygon => $self->expolygon->offset_ex(@_),
|
||||
map { $_ => $self->$_ } qw(surface_type depth_layers bridge_angle),
|
||||
);
|
||||
}
|
||||
|
||||
sub add_hole {
|
||||
my $self = shift;
|
||||
my ($hole) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue