notabucketofspam
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|
|