Fix typos [skip ci]

Found via `codespell v2.1.dev0`
This commit is contained in:
luz paz
2020-12-22 22:12:39 -05:00
parent 5cc43c0306
commit 439bf8960d
5 changed files with 10 additions and 10 deletions

View File

@@ -490,8 +490,8 @@ def HEIDEN_End(ActualJob): #use Label for program name
program_id = "NEW"
return "END PGM " + program_id + " " + UNITS
#def HEIDEN_ToolDef(tool_id, tool_lenght, tool_radius): # old machines don't have tool table, need tooldef list
# return "TOOL DEF " + tool_id + " R" + "{:.3f}".format(tool_lenght) + " L" + "{:.3f}".format(tool_radius)
#def HEIDEN_ToolDef(tool_id, tool_length, tool_radius): # old machines don't have tool table, need tooldef list
# return "TOOL DEF " + tool_id + " R" + "{:.3f}".format(tool_length) + " L" + "{:.3f}".format(tool_radius)
def HEIDEN_ToolCall(tool_Params):
global MACHINE_SPINDLE_DIRECTION