mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Lots of changes and refactoring after testing with hollow objects
This commit is contained in:
		
							parent
							
								
									26b05ab155
								
							
						
					
					
						commit
						18c7aef1a7
					
				
					 15 changed files with 716 additions and 494 deletions
				
			
		|  | @ -68,7 +68,8 @@ GetOptions( | |||
|         if $Slic3r::nozzle_diameter < 0; | ||||
|     die "--layer-height can't be greater than --nozzle-diameter\n" | ||||
|         if $Slic3r::layer_height > $Slic3r::nozzle_diameter; | ||||
|     $Slic3r::flow_width = $Slic3r::layer_height * ($Slic3r::nozzle_diameter**2); | ||||
|     $Slic3r::flow_width = 4 * (($Slic3r::nozzle_diameter/2)**2) / $Slic3r::layer_height; | ||||
|     Slic3r::debugf "Flow width = $Slic3r::flow_width\n"; | ||||
|      | ||||
|     # --perimeters | ||||
|     die "Invalid value for --perimeters\n" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci