mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	More work for refactoring Flow/Extruder
This commit is contained in:
		
							parent
							
								
									8ed738d3f7
								
							
						
					
					
						commit
						a2cbb261cb
					
				
					 10 changed files with 48 additions and 21 deletions
				
			
		|  | @ -163,9 +163,8 @@ if (@ARGV) {  # slicing from command line | |||
|                 printf "Done. Process took %d minutes and %.3f seconds\n",  | ||||
|                     int($duration/60), ($duration - int($duration/60)*60);  # % truncates to integer | ||||
|             } | ||||
|             print map sprintf("Filament required: %.1fmm (%.1fcm3)\n", | ||||
|                 $_->absolute_E, $_->extruded_volume/1000), | ||||
|                 @{$sprint->extruders}; | ||||
|             printf "Filament required: %.1fmm (%.1fcm3)\n", | ||||
|                 $sprint->total_used_filament, $sprint->total_extruded_volume/1000; | ||||
|         } | ||||
|     } | ||||
| } else { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci