14 lines
411 B
Markdown
14 lines
411 B
Markdown
### Philips CNC6600 NC System Interpreter
|
|
This is an interpreter for programs written for the MAHO MH-C 700.
|
|
It basically creates a state-machine that represents the Philips NC system.
|
|
|
|
Written in PHP, because why not?
|
|
|
|
#### Usage
|
|
Put parts programs (plain text) in `/programs/part`, put subpart programs (plain text) in `/programs/sub`.
|
|
|
|
To see what's working so far; run
|
|
```bash
|
|
php bin/app.php
|
|
```
|