FW enhancement - eliminate need to array inputs on M codes
-
I think this belongs in a firmware feature request category, but I didn't find one.
There are several M codes that need to supply an array of parameters. One example is M584, used to define extruder motors. In my multi-tool setup, each tool has a fairly long setup sequence, and I set up each tool in it's own section in my config.g file (eventually, each tool will have it's own file, called from config.g). But I need to have a single M584 command that assigns all the extruder drivers. And there are also array inputs required for M92, M201, M203, M566 (and more).
My request is that I'd like to be able to write a self contained tool file that eliminated the need for these arrayed inputs.
I hope this makes sense.