mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Remove outdated doc in QualityManager
This commit is contained in:
parent
e3e470cb96
commit
aa49b0131e
1 changed files with 0 additions and 15 deletions
|
@ -17,21 +17,6 @@ if TYPE_CHECKING:
|
|||
from cura.Settings.GlobalStack import GlobalStack
|
||||
from .QualityChangesGroup import QualityChangesGroup
|
||||
|
||||
#
|
||||
# Quality lookup tree structure:
|
||||
#
|
||||
# <machine_definition_id>------|
|
||||
# | |
|
||||
# <variant_name> <root_material_id>
|
||||
# |
|
||||
# <root_material_id>
|
||||
# |
|
||||
# <quality_type>
|
||||
# |
|
||||
# <quality_name>
|
||||
# + <quality_changes_name>
|
||||
#
|
||||
|
||||
|
||||
#
|
||||
# Similar to MaterialManager, QualityManager maintains a number of maps and trees for quality profile lookup.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue