mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Prefill material sync file name
CURA-10174
This commit is contained in:
parent
04c5f42cfd
commit
1f1353802a
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ UM.Window
|
|||
{
|
||||
if(!materialsSyncDialog.hasExportedUsb)
|
||||
{
|
||||
exportUsbDialog.currentFolder = syncModel.getPreferredExportAllPath();
|
||||
exportUsbDialog.currentFolder = `${syncModel.getPreferredExportAllPath()}/materials.umm`;
|
||||
exportUsbDialog.open();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue