mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 04:02:52 -06:00 
			
		
		
		
	Revert 4099c3a8cf
				
					
				
			Presenting detailed statistics about a given slice needs rethinking, as this solution will not scale.
This commit is contained in:
		
							parent
							
								
									63e77fcfd8
								
							
						
					
					
						commit
						640c07a233
					
				
					 2 changed files with 2 additions and 12 deletions
				
			
		|  | @ -151,12 +151,7 @@ sub do_slice { | |||
|             $message .= sprintf " %d minutes and", $minutes if $minutes; | ||||
|             $message .= sprintf " %.1f seconds", $print->processing_time - $minutes*60; | ||||
|         } | ||||
|         $message .= ".\n"; | ||||
|          | ||||
|         # Filament required | ||||
|         $message .= sprintf "Filament required: %.1fmm (%.1fcm3).", | ||||
|             $print->total_extrusion_length, $print->total_extrusion_volume; | ||||
| 
 | ||||
|         $message .= "."; | ||||
|         &Wx::wxTheApp->notify($message); | ||||
|         Wx::MessageDialog->new($self, $message, 'Slicing Done!',  | ||||
|             wxOK | wxICON_INFORMATION)->ShowModal; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Henrik Brix Andersen
						Henrik Brix Andersen