按建议继续完成后续工作
结论:native 兼容性验证已接入 interpreter init、rotary indexer、canonical 边界 fixture,并新增 upstream rs274 side-by-side 基线;完整 verify_native_probes.sh 已通过。
This commit is contained in:
4
wasm-port/tests/fixtures/gcode/comment_logging.ngc
vendored
Normal file
4
wasm-port/tests/fixtures/gcode/comment_logging.ngc
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
(LOGOPEN,session.log)
|
||||
(LOG,feed log line)
|
||||
(LOGAPPEND,append log line)
|
||||
(LOGCLOSE)
|
||||
1
wasm-port/tests/fixtures/gcode/file_open_reset.ngc
vendored
Normal file
1
wasm-port/tests/fixtures/gcode/file_open_reset.ngc
vendored
Normal file
@@ -0,0 +1 @@
|
||||
G0 X1
|
||||
3
wasm-port/tests/fixtures/gcode/percent_file_finish.ngc
vendored
Normal file
3
wasm-port/tests/fixtures/gcode/percent_file_finish.ngc
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
%
|
||||
G0 X1
|
||||
%
|
||||
2
wasm-port/tests/fixtures/gcode/state_tag_motion.ngc
vendored
Normal file
2
wasm-port/tests/fixtures/gcode/state_tag_motion.ngc
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
G90 G17 G0 X1 Y2
|
||||
G1 X3 Y4 F120
|
||||
1
wasm-port/tests/fixtures/gcode/tool_reload.ngc
vendored
Normal file
1
wasm-port/tests/fixtures/gcode/tool_reload.ngc
vendored
Normal file
@@ -0,0 +1 @@
|
||||
G10 L0
|
||||
Reference in New Issue
Block a user