Estimates the time required for a gcode file to run
Go to file
2021-11-02 13:15:30 +02:00
gcode.cpp Added filament length estimation 2021-11-02 13:15:30 +02:00
gcode.h Added filament length estimation 2021-11-02 13:15:30 +02:00
LICENSE Initial commit 2021-06-13 20:28:21 +03:00
main.cpp Added filament length estimation 2021-11-02 13:15:30 +02:00
Makefile Added all code 2021-06-13 20:59:41 +03:00
Point.cpp Added all code 2021-06-13 20:59:41 +03:00
Point.h Added all code 2021-06-13 20:59:41 +03:00
README.md Create README.md 2021-06-13 20:41:09 +03:00

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