Browse Source

Show simple extruder names in Printers menu

fieldOfView 8 years ago
parent
commit
790ad4a09e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Cura.qml

+ 1 - 1
resources/qml/Cura.qml

@@ -140,7 +140,7 @@ UM.MainWindow
 
                 Instantiator
                 {
-                    model: Cura.ExtrudersModel { }
+                    model: Cura.ExtrudersModel { simpleNames: true }
                     Menu {
                         title: model.name
                         visible: machineExtruderCount.properties.value > 1