Path: fix typo in source comments
[skip ci]
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
1ba3c12472
commit
a3d445e1c9
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user