mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Use definition.id to check if printer is factor 4
This commit is contained in:
parent
81a6988785
commit
9f78b2a23c
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ class MachineManager(QObject):
|
|||
result = True
|
||||
if not self._global_container_stack:
|
||||
return result
|
||||
if not self.activeMachine.id.startswith("UltiMaker Factor 4"):
|
||||
if self.activeMachine.definition.id != "ultimaker_factor4":
|
||||
return result
|
||||
|
||||
for extruder_container in self._global_container_stack.extruderList:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue