mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fix getContainerMetaDataEntry()
CURA-5408
This commit is contained in:
parent
4dcb6c685e
commit
e5a11c1f7b
2 changed files with 7 additions and 7 deletions
|
@ -408,7 +408,7 @@ Column
|
|||
{
|
||||
return false;
|
||||
}
|
||||
return Cura.ContainerManager.getContainerMetaDataEntry(activeExtruder.material.id, "compatible") == "True"
|
||||
return Cura.ContainerManager.getContainerMetaDataEntry(activeExtruder.material.id, "compatible", "") == "True"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue