mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Update the active extruder index when the global container changes. This
fixes a problem when Cura starts with a single extruder printer but the user then choose a multiextruder printer - CURA-4386 Also added a quality definition in UM3E extruder with the ids of the UM3 extruders, so that the profiles for UM3 are also valid for UM3E and viceversa - CURA-4389 All are related issues with profiles and multiextruder printers
This commit is contained in:
parent
61e65d5cb0
commit
afb83fac88
8 changed files with 37 additions and 36 deletions
|
@ -5,7 +5,8 @@
|
|||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "ultimaker3_extended",
|
||||
"position": "0"
|
||||
"position": "0",
|
||||
"quality_definition": "ultimaker3_extruder_left"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "ultimaker3_extended",
|
||||
"position": "1"
|
||||
"position": "1",
|
||||
"quality_definition": "ultimaker3_extruder_right"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "ultimaker3",
|
||||
"position": "0"
|
||||
"position": "0",
|
||||
"quality_definition": "ultimaker3_extruder_left"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "ultimaker3",
|
||||
"position": "1"
|
||||
"position": "1",
|
||||
"quality_definition": "ultimaker3_extruder_right"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue