Commit Graph

152 Commits

Author SHA1 Message Date
9f498b05ce 按推荐建议,继续执行
结论:已新增 LinuxCNC vendored interp_cycles.cc canned-cycle 回归覆盖,验证 G81/G82/G83/G80、dwell、peck drilling 和增量 L repeats 的 canonical 事件输出,原生 probe 验证通过。
2026-06-07 16:18:04 +08:00
5025b0c1a1 继续把 interp_execute.cc、interp_queue.cc、interp_find.cc 等 LinuxCNC 源文件纳入直接编译/链接路径,逐步删除临时 convert_g() wrapper 行为
结论:已将核心 LinuxCNC interpreter 源接入 standalone native 编译链接路径,移除 minimal runtime 中的手写 convert_g 行为,并通过 native probe 验证。
2026-06-06 23:49:01 +08:00