teachingtechYT / teachingtechYT.github.io

Creative Commons Attribution Share Alike 4.0 International
341 stars 126 forks source link

Comment out MESH_BED_LEVELING when using your recommended optional #define #445

Open Yatsugiri opened 1 year ago

Yatsugiri commented 1 year ago

Great videos. Making good progress as a beginner. Compiled fine prior to BL Touch changes. However, after editing to enable BL Touch and adding your recommended optional changes for bed leveling, I was a little disconcerted to get an error, and failure, when attempting to compile. The error refers to a conflict with MESH_BED_LEVELING: Marlin/src/HAL/STM32/../../inc/SanityCheck.h:1042:6: error: #error "MESH_BED_LEVELING and BABYSTEP_ZPROBE_OFFSET is not a valid combination"

What I think is going on is that MESH_BED_LEVELING is un-commented as a default in this build, so if I want to enable BABYSTEPPING, I need to Comment out MESH_BED_LEVELING. I confirmed that #define MESH_BED_LEVELING was not commented out. I commented it (leaving your recommended #define AUTO_BED_LEVELING_BILINEAR un-commented). Recompiled. It seemed to compile without error. I will try it on the Ender 3 (with BTT SKR Mini E3 V3) tomorrow.