Recently, I have been trying different functions for the RP2040 control board, and every time it requires me to modify a lot of code. It is distributed in several places and often misses or writes incorrectly. Fluidnc and Klipper are very convenient in this regard. Is it possible to create a local program, select different MCUs, set the corresponding functions for different IOs, and then generate a file (json/yaml/cfg/txt) to modify and replace the existing source code by reading this file.
Recently, I have been trying different functions for the RP2040 control board, and every time it requires me to modify a lot of code. It is distributed in several places and often misses or writes incorrectly. Fluidnc and Klipper are very convenient in this regard. Is it possible to create a local program, select different MCUs, set the corresponding functions for different IOs, and then generate a file (json/yaml/cfg/txt) to modify and replace the existing source code by reading this file.