mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Add test for type of loaded container stacks
This tests if container stacks, when loading, get implemented with the correct class: Either an extruder stack or a global stack. Contributes to issue CURA-3497.
This commit is contained in:
parent
411e3a3976
commit
c91765c1ae
6 changed files with 90 additions and 0 deletions
7
tests/Settings/stacks/Global.stack.cfg
Normal file
7
tests/Settings/stacks/Global.stack.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
[general]
|
||||
version = 3
|
||||
name = Global
|
||||
id = Global
|
||||
|
||||
[containers]
|
||||
0 = empty_material
|
Loading…
Add table
Add a link
Reference in a new issue