Browse Source

Fix build for non-sled bed auto levelling

This function should only be used with sled, not all bed auto
levelling.
pull/1/head
Bracken Dawson 10 years ago
parent
commit
01e9b536cb
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -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…
Cancel
Save