OpenSCAD: Fix typo in prototype

This commit is contained in:
Chris Hennes
2022-05-19 10:12:30 -05:00
committed by GitHub
parent 3f6e2d1752
commit c0a7573dc0

View File

@@ -161,7 +161,7 @@ class Node:
p1.Placement = FreeCAD.Placement(\
FreeCAD.Vector(0.0,0.0,-h/2.0),FreeCAD.Rotation())
p2.Placement = FreeCAD.Placement(\
FreeCAD.Vector(0.0,0.0,h/2.0), F reeCAD.Rotation())
FreeCAD.Vector(0.0,0.0,h/2.0), FreeCAD.Rotation())
else:
p2.Placement = FreeCAD.Placement(\
FreeCAD.Vector(0.0,0.0,h),FreeCAD.Rotation())