mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	More work for removing references to $Slic3r::Config
This commit is contained in:
		
							parent
							
								
									1157a7f859
								
							
						
					
					
						commit
						2956c1a2e5
					
				
					 4 changed files with 14 additions and 12 deletions
				
			
		|  | @ -25,7 +25,11 @@ has '_mm3_per_mm_cache'         => (is => 'ro', default => sub {{}}); | |||
| 
 | ||||
| sub _build_bridge_flow { | ||||
|     my $self = shift; | ||||
|     return Slic3r::Flow::Bridge->new(nozzle_diameter => $self->nozzle_diameter); | ||||
|      | ||||
|     return Slic3r::Flow::Bridge->new( | ||||
|         nozzle_diameter     => $self->nozzle_diameter, | ||||
|         bridge_flow_ratio   => $self->config->bridge_flow_ratio, | ||||
|     ); | ||||
| } | ||||
| 
 | ||||
| sub _build_e_per_mm3 { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci