WIP. Adding bed leveling code.
This commit is contained in:
parent
d0d12962e0
commit
0e51e53813
6 changed files with 184 additions and 13 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue