mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
Show extruder tabs only in custom mode. CURA-2763
This commit is contained in:
parent
3efc5d63ef
commit
f916c9b4cf
2 changed files with 4 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ Column
|
|||
{
|
||||
id: extruderSelectionRow
|
||||
height: UM.Theme.getSize("sidebar_tabs").height
|
||||
visible: machineExtruderCount.properties.value > 1 && !sidebar.monitoringPrint
|
||||
visible: showExtruderTabs && machineExtruderCount.properties.value > 1 && !sidebar.monitoringPrint
|
||||
|
||||
anchors
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue