按推荐建议,继续执行

结论:已接入 LinuxCNC probe canonical 边界事件记录,并新增 G38.2、G38.3、G38.4、G38.5 回归 fixture;原生 probe 验证通过。
This commit is contained in:
2026-06-07 16:30:13 +08:00
parent cf34d6894b
commit b3809a6674
4 changed files with 50 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
canon_event=SELECT_PLANE plane=1
canon_event=STRAIGHT_TRAVERSE line=1 x=0 y=0 z=0 a=0 b=0 c=0 u=0 v=0 w=0
canon_event=SET_FEED_RATE rate=25
canon_event=TURN_PROBE_ON
canon_event=STRAIGHT_PROBE line=3 x=0 y=0 z=-1 a=0 b=0 c=0 u=0 v=0 w=0 probe_type=0
canon_event=TURN_PROBE_OFF
canon_event=TURN_PROBE_ON
canon_event=STRAIGHT_PROBE line=4 x=1 y=0 z=0 a=0 b=0 c=0 u=0 v=0 w=0 probe_type=1
canon_event=TURN_PROBE_OFF
canon_event=TURN_PROBE_ON
canon_event=STRAIGHT_PROBE line=5 x=0 y=1 z=0 a=0 b=0 c=0 u=0 v=0 w=0 probe_type=2
canon_event=TURN_PROBE_OFF
canon_event=TURN_PROBE_ON
canon_event=STRAIGHT_PROBE line=6 x=0 y=0 z=1 a=0 b=0 c=0 u=0 v=0 w=0 probe_type=3
canon_event=TURN_PROBE_OFF

View File

@@ -0,0 +1,6 @@
G90 G17 G0 X0 Y0 Z0
F25
G38.2 Z-1
G38.3 X1
G38.4 Y1
G38.5 Z1