mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Spelling fix: Overriden -> Overridden
I think some of us got the spelling of this word wrong in their heads.
This commit is contained in:
parent
932a5c8fc9
commit
bd1712cb10
5 changed files with 13 additions and 13 deletions
|
@ -34,7 +34,7 @@ class PerObjectContainerStack(CuraContainerStack):
|
|||
if limit_to_extruder is not None:
|
||||
limit_to_extruder = str(limit_to_extruder)
|
||||
|
||||
# if this stack has the limit_to_extruder "not overriden", use the original limit_to_extruder as the current
|
||||
# if this stack has the limit_to_extruder "not overridden", use the original limit_to_extruder as the current
|
||||
# limit_to_extruder, so the values retrieved will be from the perspective of the original limit_to_extruder
|
||||
# stack.
|
||||
if limit_to_extruder == "-1":
|
||||
|
@ -42,7 +42,7 @@ class PerObjectContainerStack(CuraContainerStack):
|
|||
limit_to_extruder = context.context["original_limit_to_extruder"]
|
||||
|
||||
if limit_to_extruder is not None and limit_to_extruder != "-1" and limit_to_extruder in global_stack.extruders:
|
||||
# set the original limit_to_extruder if this is the first stack that has a non-overriden limit_to_extruder
|
||||
# set the original limit_to_extruder if this is the first stack that has a non-overridden limit_to_extruder
|
||||
if "original_limit_to_extruder" not in context.context:
|
||||
context.context["original_limit_to_extruder"] = limit_to_extruder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue