Implement stage model in top bar

This commit is contained in:
ChrisTerBeke 2017-12-06 09:58:50 +01:00
parent 9b4b6b2eae
commit 0e1c9146cf
5 changed files with 23 additions and 3 deletions

View file

@ -10,7 +10,7 @@ def getMetaData():
return {
"stage": {
"name": i18n_catalog.i18nc("@item:inmenu", "Monitor"),
"weight": 0,
"weight": 1,
"icon": ""
}
}

View file

@ -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"
}