WIP. Adding bed leveling code.
This commit is contained in:
7
Marlin/mesh_bed_leveling.cpp
Normal file
7
Marlin/mesh_bed_leveling.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "mesh_bed_leveling.h"
|
||||
|
||||
#if defined(MESH_BED_LEVELING)
|
||||
|
||||
mesh_bed_leveling mbl;
|
||||
|
||||
#endif // MESH_BED_LEVELING
|
Reference in New Issue
Block a user