I want to test a piece of GCode, so I need repeat 50 to 100 times, does TinyG support O codes. I send O codes to tinyg, it indicates that it doesn’t support.
If TinyG doesn’t support, does it have another way to implement this function?
I recommend just doing a macro inside ChiliPeppr to repeat your Gcode over and over. Combine some of the sample macros, i.e. listen for the “done” pubsub and then re-send the “play” pubsub command.