Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjen Hiemstra <ahiemstra@heimr.nl>2015-07-15 11:11:19 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2015-07-15 11:15:02 +0300
commita84a5d784ae6eb44e71540368bf11dadc06d837b (patch)
tree20a3d700d3a31e92044c52d74a4170e67d59e1c6 /resources
parentc1d8e204b7051561e610bc4d1ad6a6a9391519c4 (diff)
Fix the platform activity check15.06.021.15.06.02
Contributes to #128
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/Cura.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index f8e80367eb..6f8a39b53a 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -43,7 +43,6 @@ UM.MainWindow {
}
onTriggered: {
UM.MeshFileHandler.readLocalFile(modelData);
- Printer.setPlatformActivity(true)
}
}
onObjectAdded: fileMenu.insertItem(index, object)
@@ -415,7 +414,6 @@ UM.MainWindow {
onAccepted:
{
UM.MeshFileHandler.readLocalFile(fileUrl)
- Printer.setPlatformActivity(true)
}
}