diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a807db --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Gcode Estimator +C/C++ Gcode Estimator + +### Prerequisites +`g++ make` + +### Building +1. Go to the directory +2. Execute `make` + +### Usage +`./gcode_time [file]` + +**file** - a file containing gcode + +### Example output +`Estimation - 05:20:10` + +`Adding 10% - 05:52:11`