mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix spelling
Help, I'm forced to do this by the Apostrophe Protection Society!
This commit is contained in:
parent
2108d408e4
commit
f02d4f5e43
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
container_info = ContainerInfo(None, None, None)
|
||||
quality_changes_info.extruder_info_dict["0"] = container_info
|
||||
# If the global stack we're "targeting" has never been active, but was updated from Cura 3.4,
|
||||
# it might not have it's extruders set properly.
|
||||
# it might not have its extruders set properly.
|
||||
if not global_stack.extruders:
|
||||
ExtruderManager.getInstance().fixSingleExtrusionMachineExtruderDefinition(global_stack)
|
||||
extruder_stack = global_stack.extruders["0"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue