Path: fix typo in source comments

[skip ci]
This commit is contained in:
luzpaz
2023-06-25 02:11:47 +00:00
committed by Adrián Insaurralde Avalos
parent 1ba3c12472
commit a3d445e1c9

View File

@@ -841,7 +841,7 @@ def RtoIJ(startpoint, command):
def getPathWithPlacement(pathobj):
"""
Applies the rotation, and then postition of the obj's Placement
Applies the rotation, and then position of the obj's Placement
to the obj's path
"""
@@ -852,7 +852,7 @@ def getPathWithPlacement(pathobj):
def applyPlacementToPath(placement, path):
"""
Applies the rotation, and then postition of the placement to path
Applies the rotation, and then position of the placement to path
"""
CmdMoveRapid = ["G0", "G00"]