Hi guys, in the absence of m97/98/99 and O-codes for running subroutines, do you have any suggestions for what might work well?
For example I would like to run a parametric program that will dragknife cut a large rectangle, step over by a given offset, and repeat that same shape. I was hoping to use some type of subroutine call so that I can cut down on the total G-Code usage in various programs like this.
If this kind of parametric program can’t be done with TinyG I will do the old copy paste routine within a G10 offset each time I guess, but then I am limited to the 6 “Pn” coordinate systems right?