mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 20:50:37 +08:00
Better logging in quality profile model
This commit is contained in:
parent
1e467b66c0
commit
b4deb3e828
@ -57,6 +57,7 @@ class QualityProfilesDropDownMenuModel(ListModel):
|
|||||||
|
|
||||||
# Check for material compatibility
|
# Check for material compatibility
|
||||||
if not self._machine_manager.activeMaterialsCompatible():
|
if not self._machine_manager.activeMaterialsCompatible():
|
||||||
|
Logger.log("d", "No active material compatibility, set quality profile model as empty.")
|
||||||
self.setItems([])
|
self.setItems([])
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user