Fix build for non-sled bed auto levelling

This function should only be used with sled, not all bed auto
levelling.
This commit is contained in:
Bracken Dawson 2014-09-19 19:42:32 +01:00
parent bf0ecedf60
commit 01e9b536cb

View File

@ -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.
// //