Create README.md

This commit is contained in:
DocWibbleyWobbley 2021-06-13 20:41:09 +03:00 committed by GitHub
parent 4ebbe77ccc
commit 9dfac6f09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
README.md Normal file
View File

@ -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`