mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Finish porting the Extruder class to libslic3r
This commit is contained in:
		
							parent
							
								
									f82e92f498
								
							
						
					
					
						commit
						71ec90a1dd
					
				
					 6 changed files with 40 additions and 46 deletions
				
			
		|  | @ -946,9 +946,8 @@ sub write_gcode { | |||
|     $self->total_used_filament(0); | ||||
|     $self->total_extruded_volume(0); | ||||
|     foreach my $extruder (@{$gcodegen->extruders}) { | ||||
|         # the final retraction doesn't really count as "used filament" | ||||
|         my $used_filament = $extruder->absolute_E + $extruder->retract_length; | ||||
|         my $extruded_volume = $extruder->extruded_volume($used_filament); | ||||
|         my $used_filament = $extruder->used_filament; | ||||
|         my $extruded_volume = $extruder->extruded_volume; | ||||
|          | ||||
|         printf $fh "; filament used = %.1fmm (%.1fcm3)\n", | ||||
|             $used_filament, $extruded_volume/1000; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci