Browse Source

Only show additional components info for the currently active printer

CURA-2276
fieldOfView 8 years ago
parent
commit
04ce21d48e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Preferences/MachinesPage.qml

+ 1 - 0
resources/qml/Preferences/MachinesPage.qml

@@ -207,6 +207,7 @@ UM.ManagementPage
             anchors.topMargin: UM.Theme.getSize("default_margin").width
 
             spacing: UM.Theme.getSize("default_margin").width
+            visible: base.currentItem && base.currentItem.id == Cura.MachineManager.activeMachineId
 
             Component.onCompleted:
             {