mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 13:56:24 +00:00
8 lines
117 B
C++
8 lines
117 B
C++
|
#include "mesh_bed_leveling.h"
|
||
|
|
||
|
#if defined(MESH_BED_LEVELING)
|
||
|
|
||
|
mesh_bed_leveling mbl;
|
||
|
|
||
|
#endif // MESH_BED_LEVELING
|