mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -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"]:
|
if machine_id != parser["metadata"]["machine"]:
|
||||||
continue
|
continue
|
||||||
has_extruders = True
|
has_extruders = True
|
||||||
|
break
|
||||||
|
|
||||||
return has_extruders
|
return has_extruders
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue