Browse Source

Change file extension to .umm

Because that's apparently what the firmware is looking for.

Contributes to issue CURA-8055.
Ghostkeeper 3 years ago
parent
commit
56db7f7144
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Preferences/Materials/MaterialsPage.qml

+ 1 - 1
resources/qml/Preferences/Materials/MaterialsPage.qml

@@ -387,7 +387,7 @@ Item
         id: exportAllMaterialsDialog
         title: catalog.i18nc("@title:window", "Export All Materials")
         selectExisting: false
-        nameFilters: ["Material archives (*.zip)", "All files (*)"]
+        nameFilters: ["Material archives (*.umm)", "All files (*)"]
         folder: base.materialManagementModel.preferredExportAllPath
         onAccepted:
         {