Don't wrap mbl.h in conditionals
This commit is contained in:
@@ -20,10 +20,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "mesh_bed_leveling.h"
|
||||
#include "MarlinConfig.h"
|
||||
|
||||
#if ENABLED(MESH_BED_LEVELING)
|
||||
|
||||
#include "mesh_bed_leveling.h"
|
||||
|
||||
mesh_bed_leveling mbl;
|
||||
|
||||
bool mesh_bed_leveling::has_mesh;
|
||||
|
||||
Reference in New Issue
Block a user