继续把 interp_execute.cc、interp_queue.cc、interp_find.cc 等 LinuxCNC 源文件纳入直接编译/链接路径,逐步删除临时 convert_g() wrapper 行为
结论:已将核心 LinuxCNC interpreter 源接入 standalone native 编译链接路径,移除 minimal runtime 中的手写 convert_g 行为,并通过 native probe 验证。
This commit is contained in:
4
wasm-port/tests/fixtures/gcode/modal_incremental.ngc
vendored
Normal file
4
wasm-port/tests/fixtures/gcode/modal_incremental.ngc
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
G90 G0 X1.0 Y1.0
|
||||
G91 G1 X2.0 F60.0
|
||||
G1 Y3.0
|
||||
G90 G0 X0.0 Y0.0
|
||||
Reference in New Issue
Block a user