Remove conditional wrap from ubl.h
This commit is contained in:
parent
8f6a5d538f
commit
1617798287
1 changed files with 303 additions and 306 deletions
|
|
@ -25,8 +25,6 @@
|
||||||
|
|
||||||
#include "MarlinConfig.h"
|
#include "MarlinConfig.h"
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
|
|
||||||
//#define UBL_DEVEL_DEBUGGING
|
//#define UBL_DEVEL_DEBUGGING
|
||||||
|
|
||||||
#include "Marlin.h"
|
#include "Marlin.h"
|
||||||
|
|
@ -373,5 +371,4 @@
|
||||||
|
|
||||||
FORCE_INLINE void gcode_G29() { ubl.G29(); }
|
FORCE_INLINE void gcode_G29() { ubl.G29(); }
|
||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_UBL
|
|
||||||
#endif // UNIFIED_BED_LEVELING_H
|
#endif // UNIFIED_BED_LEVELING_H
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue