From a3d445e1c9d3706f8ad99fdf8f5902bae1bf3373 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 25 Jun 2023 02:11:47 +0000 Subject: [PATCH] Path: fix typo in source comments [skip ci] --- src/Mod/Path/PathScripts/PathUtils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathUtils.py b/src/Mod/Path/PathScripts/PathUtils.py index 3a172fc8e7..a584382027 100644 --- a/src/Mod/Path/PathScripts/PathUtils.py +++ b/src/Mod/Path/PathScripts/PathUtils.py @@ -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"]