Merge branch 'master' into feature_zhop_over_other_material

This commit is contained in:
Tim Kuipers 2016-06-24 13:30:59 +02:00
commit 3e67291e41
59 changed files with 1739 additions and 1414 deletions

View file

@ -12,7 +12,8 @@
"icon": "icon_ultimaker2.png",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2backplate.png",
"platform_offset": [9, 0, 0]
"platform_offset": [9, 0, 0],
"supported_actions":["UpgradeFirmware"]
},
"overrides": {
"machine_start_gcode" : {

View file

@ -10,7 +10,8 @@
"file_formats": "text/x-gcode",
"icon": "icon_ultimaker2.png",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2Extendedbackplate.png"
"platform_texture": "Ultimaker2Extendedbackplate.png",
"supported_actions": ["UpgradeFirmware"]
},
"overrides": {

View file

@ -9,7 +9,8 @@
"category": "Ultimaker",
"file_formats": "text/x-gcode",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png"
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
"supported_actions":["UpgradeFirmware"]
},
"overrides": {

View file

@ -11,7 +11,8 @@
"icon": "icon_ultimaker2.png",
"platform": "ultimaker2go_platform.obj",
"platform_texture": "Ultimaker2Gobackplate.png",
"platform_offset": [0, 0, 0]
"platform_offset": [0, 0, 0],
"supported_actions":["UpgradeFirmware"]
},
"overrides": {

View file

@ -16,7 +16,8 @@
"has_variants": true,
"has_materials": true,
"has_machine_materials": true,
"has_machine_quality": true
"has_machine_quality": true,
"supported_actions":["UpgradeFirmware"]
},
"overrides": {

View file

@ -14,12 +14,7 @@
"has_materials": true,
"preferred_material": "*pla*",
"preferred_quality": "*normal*",
"pages": [
"SelectUpgradedParts",
"UpgradeFirmware",
"UltimakerCheckup",
"BedLeveling"
]
"supported_actions":["UMOCheckup", "UpgradeFirmware", "BedLevel"]
},
"overrides": {

View file

@ -11,11 +11,7 @@
"icon": "icon_ultimaker.png",
"platform": "ultimaker2_platform.obj",
"platform_texture": "UltimakerPlusbackplate.png",
"pages": [
"UpgradeFirmware",
"UltimakerCheckup",
"BedLeveling"
]
"supported_actions":["UMOCheckup", "UpgradeFirmware", "BedLevel"]
},
"overrides": {