Reinstate UMO wizard

CURA-1732
This commit is contained in:
fieldOfView 2016-07-25 18:00:17 +02:00
parent 5f26372b96
commit 4014cb11f9
2 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Cura.MachineAction
{
id: pageTitle
width: parent.width
text: catalog.i18nc("@title", "Check Printer")
text: catalog.i18nc("@title", "Select Printer Upgrades")
wrapMode: Text.WordWrap
font.pointSize: 18;
}

View File

@ -14,7 +14,8 @@
"has_materials": true,
"preferred_material": "*pla*",
"preferred_quality": "*normal*",
"supported_actions":["UMOCheckup", "UpgradeFirmware", "BedLevel", "UMOUpgradeSelection"]
"first_start_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel"],
"supported_actions": ["UMOCheckup", "UpgradeFirmware", "BedLevel", "UMOUpgradeSelection"]
},
"overrides": {