Skip to content

Commit

Permalink
Merge pull request LinuxCNC#3162 from Eckeneckepen/fix/3161
Browse files Browse the repository at this point in the history
fix: QTVCP: help text for G43 is misleading LinuxCNC#3161
  • Loading branch information
c-morley authored Oct 24, 2024
2 parents 33d8807 + 7dc49a0 commit 8102217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/qtvcp/lib/mdi_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ def gcode_descriptions(gcode):
"""
G43 = """G43 Tool Length Offset
G43 H
H = tool number (optional)
G43 Hn
n = tool number, Hn is optional
G43 enables tool length compensation. G43 changes
subsequent motions by offsetting the axis
Expand Down

0 comments on commit 8102217

Please sign in to comment.