mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Document why we're only returning full profiles
It's a limitation of the quality manager that would require major refactoring there to fix. Contributes to issue CURA-4243.
This commit is contained in:
parent
430f3dad27
commit
097cc72d89
3 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ class ProfilesModel(InstanceContainersModel):
|
|||
not_supported_container = ContainerRegistry.getInstance().findContainers(id = "empty_quality")[0]
|
||||
result.append(not_supported_container)
|
||||
|
||||
return {item.getId():item for item in result}, {}
|
||||
return {item.getId():item for item in result}, {} #Only return true profiles for now, no metadata. The quality manager is not able to get only metadata yet.
|
||||
|
||||
## Re-computes the items in this model, and adds the layer height role.
|
||||
def _recomputeItems(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue