Can anyone recommend a super basic scriptable gcode sender, with console?
Essentially what I need is Repetier Host’s Scripts 1-5 functionality where I can load some lines of gCode and then have buttons to run it. Would be nice to have an RH style console there as well, and the communications obviously so it can talk to smoothie over USB.
We’re going to have the assembler do a functional test for each C3D Mini board so I’d really like to have a prepackaged program I can send them and tell them, press button 1 and verify each motor spins. Press button 2 and watch for this… etc…
At the bottomest of the scale, the old, good Printrun / Pronterface? I remember doing a dirty fix in python to allow multiline calls in buttons, but I was told you can attach buttons to macros (which I did not test).