mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Fixed Print.xsp
This commit is contained in:
		
							parent
							
								
									25c3552555
								
							
						
					
					
						commit
						510e787bc7
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -76,10 +76,10 @@ _constant() | |||
|         %code%{ RETVAL = const_cast<ExtrusionEntityCollection*>(&THIS->skirt()); %}; | ||||
|     Ref<ExtrusionEntityCollection> brim() | ||||
|         %code%{ RETVAL = const_cast<ExtrusionEntityCollection*>(&THIS->brim()); %}; | ||||
|     std::string estimated_normal_print_time() | ||||
|         %code%{ RETVAL = THIS->print_statistics().estimated_normal_print_time; %}; | ||||
|     std::string estimated_silent_print_time() | ||||
|         %code%{ RETVAL = THIS->print_statistics().estimated_silent_print_time; %}; | ||||
| //    std::string estimated_normal_print_time() | ||||
| //        %code%{ RETVAL = THIS->print_statistics().estimated_normal_print_time; %}; | ||||
| //    std::string estimated_silent_print_time() | ||||
| //        %code%{ RETVAL = THIS->print_statistics().estimated_silent_print_time; %}; | ||||
|     double total_used_filament() | ||||
|         %code%{ RETVAL = THIS->print_statistics().total_used_filament; %}; | ||||
|     double total_extruded_volume() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 enricoturri1966
						enricoturri1966