mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Add tests for deserialising extruders with material
Contributes to issue CURA-3497.
This commit is contained in:
parent
9cb7c30fcb
commit
bbd0ca7b9f
3 changed files with 36 additions and 0 deletions
7
tests/Settings/stacks/OnlyDefinition.extruder.cfg
Normal file
7
tests/Settings/stacks/OnlyDefinition.extruder.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Only Definition
|
||||
id = OnlyDefinition
|
||||
|
||||
[containers]
|
||||
5 = some_definition
|
8
tests/Settings/stacks/OnlyMaterial.extruder.cfg
Normal file
8
tests/Settings/stacks/OnlyMaterial.extruder.cfg
Normal file
|
@ -0,0 +1,8 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Only Material
|
||||
id = OnlyMaterial
|
||||
|
||||
[containers]
|
||||
3 = some_instance
|
||||
5 = some_definition
|
Loading…
Add table
Add a link
Reference in a new issue