Added #error + mention not to enable ABL and Mesh at the same time
This commit is contained in:
parent
5360158545
commit
9a093b2e8f
12 changed files with 45 additions and 1 deletions
|
|
@ -417,6 +417,10 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
|
|||
|
||||
#ifdef ENABLE_AUTO_BED_LEVELING
|
||||
|
||||
#ifdef MESH_BED_LEVELING
|
||||
#error Select 'ENABLE_AUTO_BED_LEVELING' or 'MESH_BED_LEVELING', not both
|
||||
#endif // MESH_BED_LEVELING
|
||||
|
||||
// There are 2 different ways to specify probing locations
|
||||
//
|
||||
// - "grid" mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue