mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Bugfix: infill direction wasn't correctly alternated when infilling every 2 layers. #1068
This commit is contained in:
@@ -28,7 +28,7 @@ sub new {
|
||||
my $self = [
|
||||
map delete $args{$_}, qw(expolygon surface_type thickness thickness_layers bridge_angle extra_perimeters),
|
||||
];
|
||||
$self->[S_THICKNESS_LAYERS] = 1;
|
||||
$self->[S_THICKNESS_LAYERS] //= 1;
|
||||
|
||||
bless $self, $class;
|
||||
$self;
|
||||
|
||||
Reference in New Issue
Block a user