Is there any way to get data about the current printing from smootheiware via a serial link or something similar, lets say that i wanted to hook up a very nice big analog needle gauge that show the current extrusion volume per second etc via a arduino connected by serial to the smoothieboard?
You can get print progress via the âprogressâ command, but it wonât show volume per second we donât have a way to get that sort of info. The host program would be able to analyze the gcode itâs sending and control the gauge so thatâs maybe a possibility.
OK, we just had this crazy idea of making a steampunk-looking printer with lots of analogue gauges to show everything from extrusion volume per second to temperatures to progress, but it might not be that simple then
Do it as an octoprint plugin. Thatâs always the answer.