Validate LinuxCNC tool length offsets

This commit is contained in:
cnc
2026-05-22 16:19:55 +08:00
parent ca03981d3f
commit 874610560a
5 changed files with 26 additions and 2 deletions

View File

@@ -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")