mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 11:47:50 -06:00
Align documentation better
I just couldn't stand it... 'I have to sort my books', she cried With self-indulgent glee With senseless, narcissistic pride: 'I'm just so OCD' 'How random, guys', I smiled and said Then left without a peep And washed my hands until they bled And cried myself to sleep Contributes to issue CURA-844.
This commit is contained in:
parent
68afd08afd
commit
c1b738953b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def getMetaData():
|
||||||
"api": 2
|
"api": 2
|
||||||
},
|
},
|
||||||
"version_upgrade": {
|
"version_upgrade": {
|
||||||
# From To Upgrade function
|
# From To Upgrade function
|
||||||
("profile", 1): ("instance_container", 2, upgrade.upgradeProfile),
|
("profile", 1): ("instance_container", 2, upgrade.upgradeProfile),
|
||||||
("machine_instance", 1): ("container_stack", 2, upgrade.upgradeMachineInstance),
|
("machine_instance", 1): ("container_stack", 2, upgrade.upgradeMachineInstance),
|
||||||
("preferences", 1): ("preferences", 2, upgrade.upgradePreferences)
|
("preferences", 1): ("preferences", 2, upgrade.upgradePreferences)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue