Firstly, thank you for making your work available to everybody. Greatly appreciated, since I'm still new to compiling firmware! I've compiled your files and used it on my Creality CR-20 Pro with SKR Mini E3 V2 board and TFT35 E3 V3 display. It seems to work fine, however, when I boot I get the following error message and I don't know how to solve it.
"ERROR:FAILED TO ENABLE BED LEVELING"
I've checked the Configuration.h file. BLTouch is enabled. I've checked the Bed Leveling Section with my old configuration.h file and the only difference I can find is: in your file the option #define G26_MESH_VALIDATION is enabled while it was disabled in my setup. And the same is true for #define ABL_BILINEAR_SUBDIVISION.
Firmware 2.0.9.1 for Ender 3 with SKR Mini v2.0 and BL Touch
Hi
Firstly, thank you for making your work available to everybody. Greatly appreciated, since I'm still new to compiling firmware! I've compiled your files and used it on my Creality CR-20 Pro with SKR Mini E3 V2 board and TFT35 E3 V3 display. It seems to work fine, however, when I boot I get the following error message and I don't know how to solve it.
"ERROR:FAILED TO ENABLE BED LEVELING"
I've checked the Configuration.h file. BLTouch is enabled. I've checked the Bed Leveling Section with my old configuration.h file and the only difference I can find is: in your file the option #define G26_MESH_VALIDATION is enabled while it was disabled in my setup. And the same is true for #define ABL_BILINEAR_SUBDIVISION.
Could that be the reason? Thanks for your help