mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
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:
parent
f749bbef46
commit
1c78452d39
2 changed files with 50 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue