Browse Source

Merge pull request #1078 from brackendawson/Marlin_v1

Fix build for non-sled bed auto levelling
galexander1 9 years ago
parent
commit
5b66810580
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

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

Loading…
Cancel
Save