按推荐建议,继续执行
结论:已接入 LinuxCNC canonical 坐标系边界事件记录,并新增 G55、G10 L2、G92、G92.1、G54 回归 fixture;原生 probe 验证通过。
This commit is contained in:
12
wasm-port/tests/fixtures/canon/coordinate_offsets.events
vendored
Normal file
12
wasm-port/tests/fixtures/canon/coordinate_offsets.events
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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_G5X_OFFSET index=2 x=0 y=0 z=0 a=0 b=0 c=0 u=0 v=0 w=0
|
||||
canon_event=SET_G92_OFFSET x=0 y=0 z=0 a=0 b=0 c=0 u=0 v=0 w=0
|
||||
canon_event=SET_XY_ROTATION rotation=0
|
||||
canon_event=SET_G5X_OFFSET index=2 x=4 y=5 z=6 a=0 b=0 c=0 u=0 v=0 w=0
|
||||
canon_event=SET_XY_ROTATION rotation=0
|
||||
canon_event=SET_G92_OFFSET x=-14 y=-25 z=-36 a=0 b=0 c=0 u=0 v=0 w=0
|
||||
canon_event=SET_G92_OFFSET x=0 y=0 z=0 a=0 b=0 c=0 u=0 v=0 w=0
|
||||
canon_event=SET_G5X_OFFSET index=1 x=0 y=0 z=0 a=0 b=0 c=0 u=0 v=0 w=0
|
||||
canon_event=SET_G92_OFFSET x=0 y=0 z=0 a=0 b=0 c=0 u=0 v=0 w=0
|
||||
canon_event=SET_XY_ROTATION rotation=0
|
||||
6
wasm-port/tests/fixtures/gcode/coordinate_offsets.ngc
vendored
Normal file
6
wasm-port/tests/fixtures/gcode/coordinate_offsets.ngc
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
G90 G17 G0 X0 Y0 Z0
|
||||
G55
|
||||
G10 L2 P2 X4 Y5 Z6
|
||||
G92 X10 Y20 Z30
|
||||
G92.1
|
||||
G54
|
||||
Reference in New Issue
Block a user