gcode-estimator/README.md
DocWibbleyWobbley 9dfac6f09d
Create README.md
2021-06-13 20:41:09 +03:00

20 lines
263 B
Markdown

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