mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +08:00
Prefill material sync file name
CURA-10174
This commit is contained in:
parent
04c5f42cfd
commit
1f1353802a
@ -714,7 +714,7 @@ UM.Window
|
||||
{
|
||||
if(!materialsSyncDialog.hasExportedUsb)
|
||||
{
|
||||
exportUsbDialog.currentFolder = syncModel.getPreferredExportAllPath();
|
||||
exportUsbDialog.currentFolder = `${syncModel.getPreferredExportAllPath()}/materials.umm`;
|
||||
exportUsbDialog.open();
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user