[skip ci] fix follow-up typos

This commit is contained in:
luz.paz
2020-03-05 14:01:26 -05:00
committed by Bernd Hahnebach
parent ebe194a9e9
commit c8cb520887
18 changed files with 19 additions and 19 deletions

View File

@@ -939,7 +939,7 @@ class ObjectTagDressup:
PathLog.debug("previousTag = %d [%s]" % (i, prev))
else:
disabled.append(i)
tag.nr = i # assigne final nr
tag.nr = i # assign final nr
tags.append(tag)
positions.append(tag.originAt(self.pathData.minZ))
return (tags, positions, disabled)

View File

@@ -163,7 +163,7 @@ class DressupPathBoundary(object):
flip = PathGeom.pointsCoincide(pos, ptL)
newPos = e.valueAt(e.FirstParameter) if flip else ptL
# outside edges are never taken at this point (see swap of
# inside/oustide above) - so just move along ...
# inside/outside above) - so just move along ...
outside.remove(e)
pos = newPos
else:

View File

@@ -212,7 +212,7 @@ def offsetWire(wire, base, offset, forward):
# Of the remaining edges we take the longest wire to be the engraving side
# Looking for a circle with the start vertex as center marks and end
# starting from there follow the edges until a circle with the end vertex as center is found
# if the traversed edges include any oof the remainig from above, all those edges are remaining
# if the traversed edges include any of the remaining from above, all those edges are remaining
# this is to also include edges which might partially be inside shape
# if they need to be discarded, split, that should happen in a post process
# Depending on the Axis of the circle, and which side remains we know if the wire needs to be flipped