mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Changed filament density to use g/cm^3. Extended tooltip to indicate calculation methods.
This commit is contained in:
parent
90d3535520
commit
61c0ae4e94
2 changed files with 3 additions and 3 deletions
|
@ -338,8 +338,8 @@ PrintConfigDef::PrintConfigDef()
|
|||
|
||||
def = this->add("filament_density", coFloats);
|
||||
def->label = "Density";
|
||||
def->tooltip = "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.";
|
||||
def->sidetext = "g/mm^3";
|
||||
def->tooltip = "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 = "g/cm^3";
|
||||
def->cli = "filament-density=f@";
|
||||
def->min = 0;
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue