Merge branch 'master-reweight-stages' of https://github.com/thopiekar/Cura

This commit is contained in:
Jaime van Kessel 2019-09-24 11:14:42 +02:00
commit 984bee6f7e
No known key found for this signature in database
GPG Key ID: 3710727397403C91
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ def getMetaData():
return {
"stage": {
"name": i18n_catalog.i18nc("@item:inmenu", "Monitor"),
"weight": 2
"weight": 30
}
}

View File

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

View File

@ -11,7 +11,7 @@ def getMetaData():
return {
"stage": {
"name": i18n_catalog.i18nc("@item:inmenu", "Preview"),
"weight": 1
"weight": 20
}
}