gcodestat icon indicating copy to clipboard operation
gcodestat copied to clipboard

Calculate real time needed to execute G-Code (so you know how long your 3D print will actually take), upload file directly to octoprint, postprocess file add progress report display M117 codes..

Results 5 gcodestat issues
Sort by recently updated
recently updated
newest added

Modified some files in order to compile and run under macosx Added some optional directive os dependentant in Makefile and gcodestat.c Now the code compile easily on macosx and run.

There is a good explanation of how jerk works here: http://www.printrbottalk.com/forum/viewtopic.php?f=22&t=7040#p46145 It shouldn't be too hard to adjust calcmove.c for this.

enhancement

Hello, thank you for this great tool, I want to use it to create M73 commands for my Prusa Printers out of simplify. Unfortunately the M73 command expects the remaining...

Any chance to work with a DXF file? Or with plugin can I try to integrate to get a time estimate firectly from DXF?

hello, modified to exclude malloc.h for osx compiling, I changed also the compile istructions, as you suggested in my past pull request. Compiled tested on M1 mac and X86.