commit 5c924ea2af2d851db5463d2c5987627ccbf89b5d parent 3a71b23e11df84aa6a8a9121e111e1431f7af8bf Author: Christian Ermann <christianermann@gmail.com> Date: Wed, 23 Oct 2024 16:25:09 -0700 Add README Diffstat:
A | README.md | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,16 @@ +# GCode Interpreter + +This is a gcode interpreter I wrote to control a laser galvo system. + +## Build + +Run `make` + +## Usage + +Run `./gcode-interpreter INPUT_FILE` + +The current state of the interpreter is shown in the terminal, positioning +information that would be sent to the laser is stored in `out`, and errors +are saved to `error.log`. +