Skip to content

Commit

Permalink
CAM: Add missing doctring to Path/Geom.py
Browse files Browse the repository at this point in the history
Help make CAM source easier to understand and limit the docstring lint warnings
  • Loading branch information
luzpaz authored Dec 16, 2024
1 parent b2619f3 commit 77afae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/CAM/Path/Geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ def xy(point):


def speedBetweenPoints(p0, p1, hSpeed, vSpeed):
"""speedBetweenPoints(p0, p1, hSpeed, vSpeed)
TODO: Needs docstring description here."""
if isRoughly(hSpeed, vSpeed):
return hSpeed

Expand Down

0 comments on commit 77afae7

Please sign in to comment.