Skip to content

Calculate time + generate M117 to show real progress on LCD

Compare
Choose a tag to compare
@arhi arhi released this 24 Dec 02:10
· 30 commits to master since this release

Initial release,
The app is able to

  • calculate real time it takes to print G-Code
  • the calculation is ideal for G-Code printed on smoothieware or any other firmware that uses junction-deviation settings with acceleration
  • there's no support for jerk yet (marlin and co use that) but default junction deviation settings give timing very similar to jerk settings of 20
  • if give option to store output g-code the app will add M117 lines into code so LCD of your printer will display the real progress every X % of the print (step is also configurable)