gerritv / Grbl-Panel

A control panel for Grbl
MIT License
180 stars 102 forks source link

Feature Request: Job Timer #126

Closed NeoMorph closed 6 years ago

NeoMorph commented 6 years ago

One thing I would like to do is time a job from start to finish and then log it with the file name of the G-Code so I know how long multiple jobs of the same part will take. Should be pretty simple... take the time code of when a job starts, take another time stamp when it finishes, calculate the time and then append the data to the file.

Heck you could probably add it to the G-code file as a comment.

gerritv commented 6 years ago

GrblPanel presently displays elapsed time, that should give you the info you need.

gerritv commented 6 years ago

I would not like to code anything that modifies the Gcode file.