mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 05:33:15 +08: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
@ -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…
x
Reference in New Issue
Block a user