mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Fix type metadata of some of the test container stacks
This commit is contained in:
parent
1f0f8cd6ea
commit
e6adca7dd3
2 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@ name = Legacy Extruder Stack
|
|||
id = ExtruderLegacy
|
||||
|
||||
[metadata]
|
||||
type = extruder
|
||||
type = extruder_train
|
||||
|
||||
[containers]
|
||||
3 = some_instance
|
||||
|
|
|
@ -3,6 +3,9 @@ version = 3
|
|||
name = Global
|
||||
id = Global
|
||||
|
||||
[metadata]
|
||||
type = machine
|
||||
|
||||
[containers]
|
||||
3 = some_instance
|
||||
6 = some_definition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue