mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Merge branch 'feature_intent_container_tree' into feature_intent_upgrade
This commit is contained in:
commit
8d21f75c40
19 changed files with 78 additions and 200 deletions
|
@ -14,8 +14,6 @@
|
|||
"has_materials": false,
|
||||
"has_machine_quality": true,
|
||||
"preferred_variant_name": "0.4 mm",
|
||||
"first_start_actions": ["UM2UpgradeSelection"],
|
||||
"supported_actions":["UM2UpgradeSelection"],
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "ultimaker2_extruder_0"
|
||||
|
|
12
resources/definitions/ultimaker2_extended_olsson.def.json
Normal file
12
resources/definitions/ultimaker2_extended_olsson.def.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Ultimaker 2 Extended with Olsson",
|
||||
"inherits": "ultimaker2_extended",
|
||||
"metadata": {
|
||||
"has_variants": true
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Ultimaker 2 Extended with Olsson" }
|
||||
}
|
||||
}
|
|
@ -11,7 +11,6 @@
|
|||
"platform": "ultimaker2go_platform.obj",
|
||||
"platform_texture": "Ultimaker2Gobackplate.png",
|
||||
"platform_offset": [0, 0, 0],
|
||||
"first_start_actions": [],
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "ultimaker2_go_extruder_0"
|
||||
|
|
13
resources/definitions/ultimaker2_olsson.def.json
Normal file
13
resources/definitions/ultimaker2_olsson.def.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Ultimaker 2 with Olsson Block",
|
||||
"inherits": "ultimaker2",
|
||||
"metadata": {
|
||||
"has_variants": true,
|
||||
"quality_definition": "ultimaker2"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Ultimaker 2 with Olsson Block" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue