Create README.md
This commit is contained in:
parent
4ebbe77ccc
commit
9dfac6f09d
19
README.md
Normal file
19
README.md
Normal 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`
|
||||
Loading…
Reference in New Issue
Block a user