Cura/resources/qml/AddMachineWizard.qml
Tamara Hogenhout b4a8973975 cleanup
2015-07-30 19:36:05 +02:00

17 lines
344 B
QML

// Copyright (c) 2015 Ultimaker B.V.
// Cura is released under the terms of the AGPLv3 or higher.
import QtQuick 2.2
import QtQuick.Controls 1.1
import QtQuick.Layouts 1.1
import QtQuick.Window 2.1
import UM 1.0 as UM
UM.Wizard{
id: base
property bool printer: true
file: "ultimaker2.json"
firstRun: printer ? false : true
}