Skip to content

Commit

Permalink
Add a better description to the tools channel
Browse files Browse the repository at this point in the history
Update gcode_properties.py
  • Loading branch information
TurBoss committed Dec 3, 2023
1 parent 61a66ed commit 57f5c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qtpyvcp/plugins/gcode_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ def tool_calls_num(self, chan):

@DataChannel
def tools(self, chan):
"""The total tools used by a program.
"""The list of tool calls by a program, as tooldata indexes not T numbers.
Args:
None
Returns:
The total tools used
The list of all tools called (Tx M6), as tooldata indexes not T numbers.
Channel syntax::
Expand Down

0 comments on commit 57f5c79

Please sign in to comment.