mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07:00
Merge branch 'master-reweight-stages' of https://github.com/thopiekar/Cura
This commit is contained in:
commit
984bee6f7e
3 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ def getMetaData():
|
||||||
return {
|
return {
|
||||||
"stage": {
|
"stage": {
|
||||||
"name": i18n_catalog.i18nc("@item:inmenu", "Monitor"),
|
"name": i18n_catalog.i18nc("@item:inmenu", "Monitor"),
|
||||||
"weight": 2
|
"weight": 30
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ def getMetaData():
|
||||||
return {
|
return {
|
||||||
"stage": {
|
"stage": {
|
||||||
"name": i18n_catalog.i18nc("@item:inmenu", "Prepare"),
|
"name": i18n_catalog.i18nc("@item:inmenu", "Prepare"),
|
||||||
"weight": 0
|
"weight": 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ def getMetaData():
|
||||||
return {
|
return {
|
||||||
"stage": {
|
"stage": {
|
||||||
"name": i18n_catalog.i18nc("@item:inmenu", "Preview"),
|
"name": i18n_catalog.i18nc("@item:inmenu", "Preview"),
|
||||||
"weight": 1
|
"weight": 20
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue