Merge pull request #1078 from brackendawson/Marlin_v1
Fix build for non-sled bed auto levelling
This commit is contained in:
commit
5b66810580
|
@ -1268,7 +1268,7 @@ void refresh_cmd_timeout(void)
|
||||||
} //retract
|
} //retract
|
||||||
#endif //FWRETRACT
|
#endif //FWRETRACT
|
||||||
|
|
||||||
#ifdef ENABLE_AUTO_BED_LEVELING
|
#ifdef Z_PROBE_SLED
|
||||||
//
|
//
|
||||||
// Method to dock/undock a sled designed by Charles Bell.
|
// Method to dock/undock a sled designed by Charles Bell.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue