gcode-interpreter

A gcode interpreter I use to control lasers.
git clone git://git.christianermann.dev/gcode-interpreter
Log | Files | Refs | README | LICENSE

README.md (338B)


      1 # GCode Interpreter
      2 
      3 This is a gcode interpreter I wrote to control a laser galvo system.
      4 
      5 ## Build
      6 
      7 Run `make`
      8 
      9 ## Usage
     10 
     11 Run `./gcode-interpreter INPUT_FILE`
     12 
     13 The current state of the interpreter is shown in the terminal, positioning
     14 information that would be sent to the laser is stored in `out`, and errors
     15 are saved to `error.log`.
     16