C/C++ Gcode Estimator
JSON Library Used - https://github.com/nlohmann/json v3.11.2
g++ make
- Go to the directory
- Execute
make
- Use without printer config to use linear moves. You should look at +10% Estimation. It's not reliable on prints with lots of infill.
- Alternatively copy
config_example.jsontoconfig.jsonand edit based on your printer settings. You should look at -12.5% Estimation
./gcode_time [file] ...
file - a file containing gcode
Estimation - 05:20:10
+10% - 05:52:11
-12.5% - 04:40:09