mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Thanks @stelgenhof Corrected units of measure that had exponents displayed with caret.
This commit is contained in:
parent
e0933786e3
commit
59cee4a3aa
3 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue