Don't display extruder count if you can't use it

If your printer can only handle one extruder, don't display this drop-down. Don't let users get confused.
This commit is contained in:
Ghostkeeper 2018-03-12 09:22:59 +01:00
parent 7312ed8e3c
commit aae8a31f00
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -244,6 +244,7 @@ Cura.MachineAction
height: childrenRect.height
width: childrenRect.width
text: machineExtruderCountProvider.properties.description
visible: extruderCountModel.count >= 2
Row
{