高效率推进 LinuxCNC 源码对齐流程
说明:集中 LinuxCNC 源码清单与 wasm/native probe 的路径解析,补强 manifest、shim、source-link 检查,并保持 LinuxCNC 源码后端对齐验证流程可复用。 验证:./test-native.sh;./test-linuxcnc-source-link.sh;./test-all-native.sh;wasm source/probe 相关脚本。
This commit is contained in:
3
tests/gcode/linuxcnc_canned_cycle_g98_retract_error.ngc
Normal file
3
tests/gcode/linuxcnc_canned_cycle_g98_retract_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G41 D1
|
||||
G98
|
||||
3
tests/gcode/linuxcnc_cutter_comp_g71_error.ngc
Normal file
3
tests/gcode/linuxcnc_cutter_comp_g71_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G18
|
||||
G41.1 D1
|
||||
G71 Q1
|
||||
4
tests/gcode/linuxcnc_cutter_comp_tool_change_error.ngc
Normal file
4
tests/gcode/linuxcnc_cutter_comp_tool_change_error.ngc
Normal file
@@ -0,0 +1,4 @@
|
||||
G21 G90 G17
|
||||
T1
|
||||
G41 D1
|
||||
M6
|
||||
3
tests/gcode/linuxcnc_cutter_comp_wait_input_error.ngc
Normal file
3
tests/gcode/linuxcnc_cutter_comp_wait_input_error.ngc
Normal file
@@ -0,0 +1,3 @@
|
||||
G21 G90 G17
|
||||
G41 D1
|
||||
M66 P0 L0
|
||||
Reference in New Issue
Block a user