Added upgradeFirmware as machineAction

CURA-1385
This commit is contained in:
Jaime van Kessel 2016-06-21 17:00:26 +02:00
parent fb1313ceda
commit 6f6d70ad0f
4 changed files with 94 additions and 4 deletions

View file

@ -1,4 +1,4 @@
// Copyright (c) 2015 Ultimaker B.V.
// Copyright (c) 2016 Ultimaker B.V.
// Cura is released under the terms of the AGPLv3 or higher.
import QtQuick 2.2
@ -10,12 +10,11 @@ import UM 1.2 as UM
import Cura 1.0 as Cura
// The action items always need to be wrapped in a component.
Cura.MachineAction
{
Item
{
id: wizardPage
id: bedLevelMachineAction
anchors.fill: parent;
UM.I18nCatalog { id: catalog; name: "cura"; }