Macro> Error: Max open file count exceeded.
-
Hi gents,
I've written a small test macro to torture my harmonic drive gearbox. To make it run repeatedly, I made it call itself after a M400.
But I got the message above after ~10 reps.
I guess I have to dig deeper into meta commands and use a while loop , but I was too lazy yet.Just wanted to let you , how it can't be done...
g92 a90 g1 a180 g1a60 g1a180 g1a60 g1a90 m400 m98 p"/macros/gearbox-test"
-
@o_lampe this is hardly surprising! Why not use a loop to test it?