Initial project snapshot

This commit is contained in:
cnc
2026-05-22 15:11:33 +08:00
commit dcdbe4019a
4 changed files with 12711 additions and 0 deletions

File diff suppressed because it is too large Load Diff

12
inputtext.txt Normal file
View File

@@ -0,0 +1,12 @@
目标:对标 LinuxCNC分阶段完善 Web 版数控系统仿真的 WASM 程序,逐步补齐完整功能并严格测试。
近期重点:
- 刀补
- 坐标系
- 固定循环
- 五轴 / RTCP
- M428、M429、M430
- 子程序调用
实现约束:若 WASM 编译后涉及文件读写,可考虑使用 OPFS 满足文件处理需求。
继续进一步完善程序步步为营。G代码语法与linuxcnc一致。程序主要来源于linuxcnc项目中的源程序。功能和G代码与linuxcnc对标。

1
linuxcnc Submodule

Submodule linuxcnc added at 60597ee071

1
wasm-simulator Submodule

Submodule wasm-simulator added at 0ff0058417