mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00

In this stack, all profiles are filled in properly with an instance container. This required some magic to make the container registry always return the desired profiles. Contributes to issue CURA-3497.
13 lines
213 B
INI
13 lines
213 B
INI
[general]
|
|
version = 3
|
|
name = Complete
|
|
id = Complete
|
|
|
|
[containers]
|
|
0 = some_user_changes
|
|
1 = some_quality_changes
|
|
2 = some_quality
|
|
3 = some_material
|
|
4 = some_variant
|
|
5 = some_definition_changes
|
|
6 = some_definition
|