mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:38:59 +08:00
Stop the loop if any extruder is found
CURA-4188
This commit is contained in:
parent
72575eaf37
commit
3d75342a11
@ -190,6 +190,7 @@ class VersionUpgrade25to26(VersionUpgrade):
|
||||
if machine_id != parser["metadata"]["machine"]:
|
||||
continue
|
||||
has_extruders = True
|
||||
break
|
||||
|
||||
return has_extruders
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user