mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7
This commit is contained in:
commit
e42369179f
62 changed files with 186 additions and 176 deletions
|
@ -62,7 +62,8 @@ class CuraStackBuilder:
|
|||
for position in extruder_dict:
|
||||
try:
|
||||
cls.createExtruderStackWithDefaultSetup(new_global_stack, position)
|
||||
except IndexError:
|
||||
except IndexError as e:
|
||||
Logger.logException("e", "Failed to create an extruder stack for position {pos}: {err}".format(pos = position, err = str(e)))
|
||||
return None
|
||||
|
||||
for new_extruder in new_global_stack.extruderList: # Only register the extruders if we're sure that all of them are correct.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue