Misc. typos
This commit is contained in:
@@ -25,8 +25,8 @@ __author__ = "Sebastian Hoogen"
|
||||
__url__ = ["http://www.freecadweb.org"]
|
||||
|
||||
'''
|
||||
This Script includes python functions to shift all placements down the
|
||||
feature tree to the most baisc objects
|
||||
This Script includes python functions to shift all placements down the
|
||||
feature tree to the most basic objects
|
||||
'''
|
||||
|
||||
import FreeCAD
|
||||
|
||||
@@ -68,7 +68,7 @@ def check_multmatrix(csg,ob,x,y,z):
|
||||
return 2 # center = true and no mm
|
||||
else:
|
||||
m = ob.Placement.toMatrix()
|
||||
# adjust position for center displacments
|
||||
# adjust position for center displacements
|
||||
csg.write("multmatrix([["+str(m.A11)+", "+str(m.A12)+", "+str(m.A13)+",\
|
||||
"+str(m.A14)+"], ["\
|
||||
+str(m.A21)+", "+str(m.A22)+", "+str(m.A23)+", "+str(m.A24)+"], ["\
|
||||
|
||||
Reference in New Issue
Block a user