I'm trying to run repetitive tests on my axis movement. For example, I want to repeat the following sequence 100 times. The purpose for this is to see how my belts/axis movement behaves without trying to print.
G0 F1500 Y0
G0 Y250
What did you already try to solve it?
Tried to put in separate commands in Terminal, but can't string them together. I think it would be very stupid to have to manually create a g-code file with those lines repeated - that's now how programming works!