Browse Source

Fix Default Configuration so Auto Bed Leveling is off

This snapshot has the Auto Bed Leveling turned off because most Marlin
users do not have that feature.
Roxy-3DPrintBoard 11 years ago
parent
commit
0adbc79571
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

@@ -375,8 +375,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
375 375
 #define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
376 376
 //============================= Bed Auto Leveling ===========================
377 377
 
378
-#define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line)
379
-#define Z_PROBE_REPEATABILITY_TEST  // Delete the comment to enable (remove // at the start of the line)
378
+//#define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line)
379
+#define Z_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
380 380
 
381 381
 #ifdef ENABLE_AUTO_BED_LEVELING
382 382
 

Loading…
Cancel
Save