mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07: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
|
id = ExtruderLegacy
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
type = extruder
|
type = extruder_train
|
||||||
|
|
||||||
[containers]
|
[containers]
|
||||||
3 = some_instance
|
3 = some_instance
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,9 @@ version = 3
|
||||||
name = Global
|
name = Global
|
||||||
id = Global
|
id = Global
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = machine
|
||||||
|
|
||||||
[containers]
|
[containers]
|
||||||
3 = some_instance
|
3 = some_instance
|
||||||
6 = some_definition
|
6 = some_definition
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue