Thanks @stelgenhof Corrected units of measure that had exponents displayed with caret.

This commit is contained in:
YuSanka 2018-02-15 18:06:37 +01:00
parent e0933786e3
commit 59cee4a3aa
3 changed files with 3 additions and 3 deletions

View file

@ -431,7 +431,7 @@ sub new {
$print_info_sizer->Add($grid_sizer, 0, wxEXPAND);
my @info = (
fil_m => "Used Filament (m)",
fil_mm3 => "Used Filament (mm^3)",
fil_mm3 => "Used Filament (mm\u00B3)",
fil_g => "Used Filament (g)",
cost => "Cost",
time => "Estimated printing time",