Fixed typo.

This commit is contained in:
Markus Lampert
2017-07-30 21:30:47 -07:00
committed by Yorik van Havre
parent a4766ba5dd
commit 5f40fb735c

View File

@@ -164,7 +164,7 @@ class ObjectDressup:
maxY = maxZ
# the assumption is that all helixes are in the xy-plane - in other words there is no
# intermittent point of a command that has a lower/higer Z-position than the start and
# intermittent point of a command that has a lower/higher Z-position than the start and
# and end positions of a command.
lastPt = FreeCAD.Vector(0, 0, 0)
for cmd in obj.Base.Path.Commands: