mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -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
|
@ -446,7 +446,7 @@ PrintConfigDef::PrintConfigDef()
|
|||
def->tooltip = _L("Enter your filament density here. This is only for statistical information. "
|
||||
"A decent way is to weigh a known length of filament and compute the ratio "
|
||||
"of the length to volume. Better is to calculate the volume directly through displacement.");
|
||||
def->sidetext = _L("g/cm^3");
|
||||
def->sidetext = _L("g/cm\u00B3");
|
||||
def->cli = "filament-density=f@";
|
||||
def->min = 0;
|
||||
def->default_value = new ConfigOptionFloats { 0. };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue