Update Path to py3-compatible printing
This commit is contained in:
@@ -165,8 +165,8 @@ class ObjectProfile:
|
||||
curve = PathKurveUtils.makeAreaCurve(edgelist, obj.Direction, startpoint, endpoint)
|
||||
|
||||
'''The following line uses a profile function written for use with FreeCAD. It's clean but incomplete. It doesn't handle
|
||||
print "x = " + str(point.x)
|
||||
print "y - " + str(point.y)
|
||||
print("x = " + str(point.x))
|
||||
print("y - " + str(point.y))
|
||||
holding tags
|
||||
start location
|
||||
CRC
|
||||
|
||||
Reference in New Issue
Block a user