mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:39:06 +08:00
Fix documentation of quality node class
It's a quality container, not a material container. This was a copy-paste mistake. Also added that this may be a global quality container, not always a per-extruder quality container. Found during testing & tooling.
This commit is contained in:
parent
4e8929a072
commit
900761b373
@ -12,7 +12,9 @@ if TYPE_CHECKING:
|
||||
from cura.Machines.MaterialNode import MaterialNode
|
||||
from cura.Machines.MachineNode import MachineNode
|
||||
|
||||
## Represents a material profile in the container tree.
|
||||
## Represents a quality profile in the container tree.
|
||||
#
|
||||
# This may either be a normal quality profile or a global quality profile.
|
||||
#
|
||||
# Its subcontainers are intent profiles.
|
||||
class QualityNode(ContainerNode):
|
||||
|
Loading…
x
Reference in New Issue
Block a user