mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Merge remote-tracking branch 'origin/gui_translate_to_cpp'
This commit is contained in:
		
						commit
						7436d58045
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -443,7 +443,7 @@ sub new { | ||||||
|             $print_info_sizer->Add($grid_sizer, 0, wxEXPAND); |             $print_info_sizer->Add($grid_sizer, 0, wxEXPAND); | ||||||
|             my @info = ( |             my @info = ( | ||||||
|                 fil_m   => "Used Filament (m)", |                 fil_m   => "Used Filament (m)", | ||||||
|                 fil_mm3 => "Used Filament (mm\u00B3)", |                 fil_mm3 => "Used Filament (mm\x{00B3})", | ||||||
|                 fil_g   => "Used Filament (g)", |                 fil_g   => "Used Filament (g)", | ||||||
|                 cost    => "Cost", |                 cost    => "Cost", | ||||||
|                 time    => "Estimated printing time", |                 time    => "Estimated printing time", | ||||||
|  |  | ||||||
|  | @ -25,7 +25,7 @@ while (<>) { | ||||||
|                 my $mm_per_mm   = $e_length / $dist;  # dE/dXY |                 my $mm_per_mm   = $e_length / $dist;  # dE/dXY | ||||||
|                 my $mm3_per_mm  = ($filament_diameter[$T] ** 2) * PI/4 * $mm_per_mm; |                 my $mm3_per_mm  = ($filament_diameter[$T] ** 2) * PI/4 * $mm_per_mm; | ||||||
|                 my $vol_speed   = $F/60 * $mm3_per_mm; |                 my $vol_speed   = $F/60 * $mm3_per_mm; | ||||||
|                 my $comment = sprintf ' ; dXY = %.3fmm ; dE = %.5fmm ; dE/XY = %.5fmm/mm; volspeed = %.5fmm\u00B3/sec', |                 my $comment = sprintf ' ; dXY = %.3fmm ; dE = %.5fmm ; dE/XY = %.5fmm/mm; volspeed = %.5fmm\x{00B3}/sec', | ||||||
|                     $dist, $e_length, $mm_per_mm, $vol_speed; |                     $dist, $e_length, $mm_per_mm, $vol_speed; | ||||||
|                 s/(\R+)/$comment$1/; |                 s/(\R+)/$comment$1/; | ||||||
|             } |             } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv