mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Document new requirement that there must always be one child
Contributes to issue CURA-6600.
This commit is contained in:
parent
46cf7aafa9
commit
d06ce211ff
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ if TYPE_CHECKING:
|
||||||
#
|
#
|
||||||
# The tree starts at the machine definitions. For every distinct definition
|
# The tree starts at the machine definitions. For every distinct definition
|
||||||
# there will be one machine node here.
|
# there will be one machine node here.
|
||||||
|
#
|
||||||
|
# All of the fallbacks for material choices, quality choices, etc. should be
|
||||||
|
# encoded in this tree. There must always be at least one child node (for
|
||||||
|
# nodes that have children) but that child node may be a node representing the
|
||||||
|
# empty instance container.
|
||||||
class ContainerTree:
|
class ContainerTree:
|
||||||
__instance = None
|
__instance = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue