Browse Source

Fix "'ubl' not declared" error (#18541)

vanilla_fb_2.0.x
notabucketofspam 4 years ago
committed by GitHub
parent
commit
6eb19cef11
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/gcode/control/M17_M18_M84.cpp

2
Marlin/src/gcode/control/M17_M18_M84.cpp

@ -25,7 +25,7 @@
#include "../../lcd/ultralcd.h" #include "../../lcd/ultralcd.h"
#include "../../module/stepper.h" #include "../../module/stepper.h"
#if BOTH(AUTO_BED_LEVELING_UBL, ULTRA_LCD) #if ENABLED(AUTO_BED_LEVELING_UBL)
#include "../../feature/bedlevel/bedlevel.h" #include "../../feature/bedlevel/bedlevel.h"
#endif #endif

Loading…
Cancel
Save