Misc. typos
This commit is contained in:
@@ -522,7 +522,7 @@ class PathData:
|
||||
return self.baseWire is not None
|
||||
|
||||
def findZLimits(self, edges):
|
||||
# not considering arcs and spheres in Z direction, find the highes and lowest Z values
|
||||
# not considering arcs and spheres in Z direction, find the highest and lowest Z values
|
||||
minZ = 99999999999
|
||||
maxZ = -99999999999
|
||||
for e in edges:
|
||||
|
||||
Reference in New Issue
Block a user