there is a new maslow.yaml in the releases, but not in the firmware.bin
@ronlawrence3 how hard would it be to split the maslow.yaml to put the Maslow_* variables in a frame.yaml file? (or leave them in maslow.yaml and put all the rest of the stuff in fluidnc.yaml like it originally used)
Well, the way fluid seems to initialize these they all need to be in one file when the system starts up. That is not to say we could not change it for things that don’t need to be set right at startup. Probably worth a github issue to keep track of?
Well, the way fluid seems to initialize these they all need to be in one file
when the system starts up. That is not to say we could not change it for
things that don’t need to be set right at startup. Probably worth a github
issue to keep track of?
makes sense, and that matches what I was thinking of, all the pin assignment
stuff in one file, and the frame details in a second one.