Allow selecting material mapping on printer

CURA-12099
This commit is contained in:
Erwan MATHIEU 2025-04-16 15:08:58 +02:00
parent 09af18ec8f
commit f69d80f6a0
4 changed files with 148 additions and 35 deletions

View file

@ -402,6 +402,9 @@ class CuraContainerStack(ContainerStack):
return super().getProperty(key, property_name, context)
def getValue(self, key: str, context = None) -> Any:
return self.getProperty(key, "value", context)
class _ContainerIndexes:
"""Private helper class to keep track of container positions and their types."""