mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Fix units for density and diameter
This commit is contained in:
parent
a11e2a56a6
commit
bb92c0d7fa
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ TabView
|
|||
width: base.secondColumnWidth;
|
||||
value: properties.density;
|
||||
decimals: 2
|
||||
suffix: "g/cm"
|
||||
suffix: "g/cm³"
|
||||
stepSize: 0.01
|
||||
readOnly: !base.editingEnabled;
|
||||
|
||||
|
@ -128,7 +128,7 @@ TabView
|
|||
width: base.secondColumnWidth;
|
||||
value: properties.diameter;
|
||||
decimals: 2
|
||||
suffix: "mm³"
|
||||
suffix: "mm"
|
||||
stepSize: 0.01
|
||||
readOnly: !base.editingEnabled;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue