Path: Set CustomPoint2 and CustomPoint1 defaults equal
Setting these two default values equal will aid in code execution and error detection. Subsequent fixes will rely on this condition.
This commit is contained in:
@@ -159,7 +159,7 @@ class ObjectSlot(PathOp.ObjectOp):
|
||||
'CustomPoint1': FreeCAD.Vector(0.0, 0.0, 0.0),
|
||||
'ExtendPathStart': 0.0,
|
||||
'Reference1': 'Center of Mass',
|
||||
'CustomPoint2': FreeCAD.Vector(10.0, 10.0, 0.0),
|
||||
'CustomPoint2': FreeCAD.Vector(0.0, 0.0, 0.0),
|
||||
'ExtendPathEnd': 0.0,
|
||||
'Reference2': 'Center of Mass',
|
||||
'LayerMode': 'Multi-pass',
|
||||
|
||||
Reference in New Issue
Block a user