Fix order of machine actions on manage printers page

MachineActionManager now uses lists instead of dicts because dicts don't maintain the order.
This commit is contained in:
fieldOfView 2016-07-29 17:13:30 +02:00
parent 0a75aa7496
commit 228f5be35a
2 changed files with 7 additions and 5 deletions

View file

@ -15,7 +15,7 @@
"preferred_material": "*pla*",
"preferred_quality": "*normal*",
"first_start_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel"],
"supported_actions": ["UMOCheckup", "UpgradeFirmware", "BedLevel", "UMOUpgradeSelection"]
"supported_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel", "UpgradeFirmware"]
},
"overrides": {