mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Change to layer_height and layer_height_unit
This commit is contained in:
parent
b74e2553e7
commit
e87077802f
3 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ Menu
|
|||
|
||||
MenuItem
|
||||
{
|
||||
text: (model.layer_height != "") ? model.name + " - " + model.layer_height : model.name
|
||||
text: (model.layer_height != "") ? model.name + " - " + model.layer_height + model.layer_height_unit : model.name
|
||||
checkable: true
|
||||
checked: Cura.MachineManager.activeQualityOrQualityChangesName == model.name
|
||||
exclusiveGroup: group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue