mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07: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 $self = $class->_new(
|
||||
@args{qw(width spacing nozzle_diameter)},
|
||||
@args{qw(width height nozzle_diameter)},
|
||||
);
|
||||
$self->set_bridge($args{bridge} // 0);
|
||||
return $self;
|
||||
|
||||
Reference in New Issue
Block a user