Merge pull request #1078 from brackendawson/Marlin_v1

Fix build for non-sled bed auto levelling
This commit is contained in:
galexander1 2014-09-19 15:05:34 -04:00
commit 5b66810580

View File

@ -1268,7 +1268,7 @@ void refresh_cmd_timeout(void)
} //retract
#endif //FWRETRACT
#ifdef ENABLE_AUTO_BED_LEVELING
#ifdef Z_PROBE_SLED
//
// Method to dock/undock a sled designed by Charles Bell.
//