I’m working on programmatically sending gcode to my TinyG, sort of similar to what vonnieda is working on in the thread
“Wait for command to finish”. Basically my program generates a line of gcode, sends it to the TinyG, and waits for the response prompt.
I’m working in inches, so the default response prompt should be:
tinyg [inch] ok>
For the most part things are working, but when I issue a homing command (“g28.2 x0 y0 z0”) I get back:
tinyg [mm] ok>
This looks like it’s a cosmetic error — the TinyG does actually stay in inches, and subsequent response prompts are back to the normal “[inch]”.
For now I can code around this bug, but thought you guys should be aware of it.
Chris