gcode-interpreter

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

ModeNameSize
-rw-r--r--.gitignore1L
-rw-r--r--LICENSE19L
-rw-r--r--Makefile11L
-rw-r--r--README.md16L
-rw-r--r--include/command.h43L
-rw-r--r--include/machine.h91L
-rw-r--r--include/timing.h22L
-rw-r--r--include/token.h56L
-rw-r--r--include/tui.h29L
-rw-r--r--src/command.c67L
-rw-r--r--src/machine.c297L
-rw-r--r--src/main.c226L
-rw-r--r--src/timing.c62L
-rw-r--r--src/token.c309L
-rw-r--r--src/tui.c62L