Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinkhill/ncstat
NC Static Analyzer
https://github.com/kevinkhill/ncstat
gcode-parser
Last synced: 25 days ago
JSON representation
NC Static Analyzer
- Host: GitHub
- URL: https://github.com/kevinkhill/ncstat
- Owner: kevinkhill
- Created: 2020-11-26T00:00:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T11:45:24.000Z (over 3 years ago)
- Last Synced: 2024-10-14T22:09:05.401Z (2 months ago)
- Topics: gcode-parser
- Language: TypeScript
- Homepage: https://ncstat.netlify.app/
- Size: 6.71 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NC Static Analyzer
Work in CNC? Read G Code alot? I do and I love programming, so I started to make a parser and analyzer for nc programs. I want to be able to pull as much information as possible from the file without a machine to execute it.## Packages
- [@ncstat/cli](https://github.com/kevinkhill/ncstat/cli)
- [@ncstat/parser](https://github.com/kevinkhill/ncstat/parser)
- [@ncstat/koa-server](https://github.com/kevinkhill/ncstat/server-koa)
- [Vue Website](https://github.com/kevinkhill/ncstat/webui-vue)
- [React Website](https://github.com/kevinkhill/ncstat/webui-react)