mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Thanks @stelgenhof Corrected units of measure that had exponents displayed with caret.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user