mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Stop the loop if any extruder is found
CURA-4188
This commit is contained in:
parent
72575eaf37
commit
3d75342a11
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ class VersionUpgrade25to26(VersionUpgrade):
|
|||
if machine_id != parser["metadata"]["machine"]:
|
||||
continue
|
||||
has_extruders = True
|
||||
break
|
||||
|
||||
return has_extruders
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue