mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Implement default path for exporting all materials
It needs to be a removable drive if one is available, or else just the local file paths. Contributes to issue CURA-8055.
This commit is contained in:
parent
abba3bdd10
commit
e66783664b
2 changed files with 30 additions and 2 deletions
|
@ -388,7 +388,7 @@ Item
|
|||
title: catalog.i18nc("@title:window", "Export All Materials")
|
||||
selectExisting: false
|
||||
nameFilters: ["Material archives (*.zip)", "All files (*)"]
|
||||
folder: CuraApplication.getDefaultPath("dialog_material_path") //TODO: Implement preference for removable drives.
|
||||
folder: base.materialManagementModel.preferredExportAllPath
|
||||
//TODO: Implement onAccepted event to save the profiles.
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue