Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#1078 from brackendawson/Marlin_v1
Browse files Browse the repository at this point in the history
Fix build for non-sled bed auto levelling
  • Loading branch information
galexander1 committed Sep 19, 2014
2 parents bf0eced + 01e9b53 commit 5b66810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 5b66810

Please sign in to comment.