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:
Russell Johnson
2021-02-21 14:13:03 -06:00
parent 58b0dd38c2
commit de866634e2

View File

@@ -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',