按推荐建议,继续执行

结论:已接入 LinuxCNC NURBS G5 canonical 边界事件记录,并新增 G5.2、G5.3 回归 fixture;原生 probe 验证通过。
This commit is contained in:
2026-06-07 16:38:40 +08:00
parent 58d627ab6e
commit 5e31847d6c
4 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
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=40
canon_event=NURBS_G5_FEED line=5 order=3 plane=1 points=3 p0=(0,0,1) p1=(1,0,1) p2=(1,1,1)

View File

@@ -0,0 +1,5 @@
G90 G17 G0 X0 Y0 Z0
F40
G5.2 X1 Y0 P1
G5.2 X1 Y1 P1
G5.3