mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Bugfix: wrong arguments supplied to Flow constructor (rarely used case)
This commit is contained in:
		
							parent
							
								
									66b57a84de
								
							
						
					
					
						commit
						5435d88924
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue