Add basis for a new material sync wizard

Just the set-up with a basic page to test the window with.

Contributes to issue CURA-8609.
This commit is contained in:
Ghostkeeper 2021-10-01 17:54:01 +02:00
parent f749bbef46
commit 1c78452d39
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 50 additions and 2 deletions

View file

@ -201,8 +201,7 @@ Item
onClicked:
{
forceActiveFocus();
exportAllMaterialsDialog.folder = base.materialManagementModel.getPreferredExportAllPath();
exportAllMaterialsDialog.open();
materialsSyncDialog.show();
}
visible: Cura.MachineManager.activeMachine.supportsMaterialExport
}
@ -400,4 +399,9 @@ Item
{
id: messageDialog
}
MaterialsSyncDialog
{
id: materialsSyncDialog
}
}