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:
authorChrisTerBeke <c.terbeke@ultimaker.com>2017-12-06 11:58:50 +0300
committerChrisTerBeke <c.terbeke@ultimaker.com>2017-12-06 11:58:50 +0300
commit0e1c9146cfa62209d09b71424bc8831e5f2a6ab6 (patch)
tree1c8a08c63dfe112981403007eb8e45d6f9712dde /plugins
parent9b4b6b2eaeb986c7592f59cea6e8c8bac1806c0f (diff)
Implement stage model in top bar
Diffstat (limited to 'plugins')
-rw-r--r--plugins/MonitorStage/__init__.py2
-rw-r--r--plugins/MonitorStage/plugin.json8
-rw-r--r--plugins/PrepareStage/plugin.json8
3 files changed, 17 insertions, 1 deletions
diff --git a/plugins/MonitorStage/__init__.py b/plugins/MonitorStage/__init__.py
index c1f7cf0f6b..e18ecba7f9 100644
--- a/plugins/MonitorStage/__init__.py
+++ b/plugins/MonitorStage/__init__.py
@@ -10,7 +10,7 @@ def getMetaData():
return {
"stage": {
"name": i18n_catalog.i18nc("@item:inmenu", "Monitor"),
- "weight": 0,
+ "weight": 1,
"icon": ""
}
}
diff --git a/plugins/MonitorStage/plugin.json b/plugins/MonitorStage/plugin.json
new file mode 100644
index 0000000000..cb3f55a80d
--- /dev/null
+++ b/plugins/MonitorStage/plugin.json
@@ -0,0 +1,8 @@
+{
+ "name": "Monitor Stage",
+ "author": "Ultimaker B.V.",
+ "version": "1.0.0",
+ "description": "Provides a monitor stage in Cura.",
+ "api": 4,
+ "i18n-catalog": "cura"
+} \ No newline at end of file
diff --git a/plugins/PrepareStage/plugin.json b/plugins/PrepareStage/plugin.json
new file mode 100644
index 0000000000..4fd55e955e
--- /dev/null
+++ b/plugins/PrepareStage/plugin.json
@@ -0,0 +1,8 @@
+{
+ "name": "Prepare Stage",
+ "author": "Ultimaker B.V.",
+ "version": "1.0.0",
+ "description": "Provides a prepare stage in Cura.",
+ "api": 4,
+ "i18n-catalog": "cura"
+} \ No newline at end of file