Estimates the time required for a gcode file to run
| gcode.cpp | ||
| gcode.h | ||
| LICENSE | ||
| main.cpp | ||
| Makefile | ||
| Point.cpp | ||
| Point.h | ||
| README.md | ||
Gcode Estimator
C/C++ Gcode Estimator
Prerequisites
g++ make
Building
- Go to the directory
- Execute
make
Usage
./gcode_time [file]
file - a file containing gcode
Example output
Estimation - 05:20:10
Adding 10% - 05:52:11