mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Added supported actions to all UM machines
CURA-1385
This commit is contained in:
parent
4e854700f1
commit
b62118dc1c
7 changed files with 12 additions and 16 deletions
|
@ -12,7 +12,8 @@
|
||||||
"icon": "icon_ultimaker2.png",
|
"icon": "icon_ultimaker2.png",
|
||||||
"platform": "ultimaker2_platform.obj",
|
"platform": "ultimaker2_platform.obj",
|
||||||
"platform_texture": "Ultimaker2backplate.png",
|
"platform_texture": "Ultimaker2backplate.png",
|
||||||
"platform_offset": [9, 0, 0]
|
"platform_offset": [9, 0, 0],
|
||||||
|
"supported_actions":["UpgradeFirmware"]
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_start_gcode" : {
|
"machine_start_gcode" : {
|
||||||
|
|
|
@ -10,7 +10,8 @@
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"icon": "icon_ultimaker2.png",
|
"icon": "icon_ultimaker2.png",
|
||||||
"platform": "ultimaker2_platform.obj",
|
"platform": "ultimaker2_platform.obj",
|
||||||
"platform_texture": "Ultimaker2Extendedbackplate.png"
|
"platform_texture": "Ultimaker2Extendedbackplate.png",
|
||||||
|
"supported_actions": ["UpgradeFirmware"]
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
|
@ -9,7 +9,8 @@
|
||||||
"category": "Ultimaker",
|
"category": "Ultimaker",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"platform": "ultimaker2_platform.obj",
|
"platform": "ultimaker2_platform.obj",
|
||||||
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png"
|
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
|
||||||
|
"supported_actions":["UpgradeFirmware"]
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
|
@ -11,7 +11,8 @@
|
||||||
"icon": "icon_ultimaker2.png",
|
"icon": "icon_ultimaker2.png",
|
||||||
"platform": "ultimaker2go_platform.obj",
|
"platform": "ultimaker2go_platform.obj",
|
||||||
"platform_texture": "Ultimaker2Gobackplate.png",
|
"platform_texture": "Ultimaker2Gobackplate.png",
|
||||||
"platform_offset": [0, 0, 0]
|
"platform_offset": [0, 0, 0],
|
||||||
|
"supported_actions":["UpgradeFirmware"]
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
|
@ -16,7 +16,8 @@
|
||||||
"has_variants": true,
|
"has_variants": true,
|
||||||
"has_materials": true,
|
"has_materials": true,
|
||||||
"has_machine_materials": true,
|
"has_machine_materials": true,
|
||||||
"has_machine_quality": true
|
"has_machine_quality": true,
|
||||||
|
"supported_actions":["UpgradeFirmware"]
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
|
@ -14,12 +14,7 @@
|
||||||
"has_materials": true,
|
"has_materials": true,
|
||||||
"preferred_material": "*pla*",
|
"preferred_material": "*pla*",
|
||||||
"preferred_quality": "*normal*",
|
"preferred_quality": "*normal*",
|
||||||
"pages": [
|
"supported_actions":[ "UMOCheckup", "UpgradeFirmware"]
|
||||||
"SelectUpgradedParts",
|
|
||||||
"UpgradeFirmware",
|
|
||||||
"UltimakerCheckup",
|
|
||||||
"BedLeveling"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
|
@ -11,11 +11,7 @@
|
||||||
"icon": "icon_ultimaker.png",
|
"icon": "icon_ultimaker.png",
|
||||||
"platform": "ultimaker2_platform.obj",
|
"platform": "ultimaker2_platform.obj",
|
||||||
"platform_texture": "UltimakerPlusbackplate.png",
|
"platform_texture": "UltimakerPlusbackplate.png",
|
||||||
"pages": [
|
"supported_actions":[ "UMOCheckup", "UpgradeFirmware", "BedLevel"]
|
||||||
"UpgradeFirmware",
|
|
||||||
"UltimakerCheckup",
|
|
||||||
"BedLeveling"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue