按推荐建议,继续执行
结论:已接入 LinuxCNC NURBS G5 canonical 边界事件记录,并新增 G5.2、G5.3 回归 fixture;原生 probe 验证通过。
This commit is contained in:
4
wasm-port/tests/fixtures/canon/nurbs_g5_semantics.events
vendored
Normal file
4
wasm-port/tests/fixtures/canon/nurbs_g5_semantics.events
vendored
Normal 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)
|
||||
5
wasm-port/tests/fixtures/gcode/nurbs_g5_semantics.ngc
vendored
Normal file
5
wasm-port/tests/fixtures/gcode/nurbs_g5_semantics.ngc
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
G90 G17 G0 X0 Y0 Z0
|
||||
F40
|
||||
G5.2 X1 Y0 P1
|
||||
G5.2 X1 Y1 P1
|
||||
G5.3
|
||||
Reference in New Issue
Block a user