mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Bugfix: wrong arguments supplied to Flow constructor (rarely used case)
This commit is contained in:
@@ -119,7 +119,7 @@ sub new {
|
|||||||
my ($class, %args) = @_;
|
my ($class, %args) = @_;
|
||||||
|
|
||||||
my $self = $class->_new(
|
my $self = $class->_new(
|
||||||
@args{qw(width spacing nozzle_diameter)},
|
@args{qw(width height nozzle_diameter)},
|
||||||
);
|
);
|
||||||
$self->set_bridge($args{bridge} // 0);
|
$self->set_bridge($args{bridge} // 0);
|
||||||
return $self;
|
return $self;
|
||||||
|
|||||||
Reference in New Issue
Block a user