Validate LinuxCNC tool length offsets
This commit is contained in:
@@ -157,7 +157,7 @@ if not any(
|
||||
event["type"] == "comment" and
|
||||
event["line"] == 2 and
|
||||
event["reserved"] == 430 and
|
||||
event["start"]["z"] == 0
|
||||
event["start"]["z"] == 12.5
|
||||
for event in tool_length
|
||||
):
|
||||
raise SystemExit("missing G43 H1 tool length offset event")
|
||||
|
||||
Reference in New Issue
Block a user