The Z_PROBE_FEEDRATE_SLOW is not setting right. It’s like it isn’t matching. I think it may have to do with the parenthesis, but I can’t figure out what it’s doing. It ends up at the bottom of Configuration.h.
There is a lot of stuff in the 3dp-repeat-config file. I think we should probably make a autolevel-3z file to capture some of that stuff. I think we could use a hemera config file too.
There are a lot of settings getting overwritten in the combination of configs. Things like the TMC driver current. I ended up just writing them again in the main V13RP file. I want to take a fresh look at those to decide if I can make those more general.
At a future date, I think some of the params need to be a combination of the config files loaded. The obvious one is steps per unit. In the TMC2209 file, we don’t know what all 4 of them should be. In the 3dp files, we don’t know which drivers we are using, and or which Z. I think it would be better to define things like $BASE_E0_STEPS_PER_MM and then multiply by 2 for 1/32 microstepping, or set it to something else if you enable the hemera print head.
Issues I know about: