mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Better logging in quality profile model
This commit is contained in:
parent
1e467b66c0
commit
b4deb3e828
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ class QualityProfilesDropDownMenuModel(ListModel):
|
|||
|
||||
# Check for material compatibility
|
||||
if not self._machine_manager.activeMaterialsCompatible():
|
||||
Logger.log("d", "No active material compatibility, set quality profile model as empty.")
|
||||
self.setItems([])
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue