Browse Source

Disable option. Enable for use/test.

Edward Patel 9 years ago
parent
commit
e983a5ab92
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

@@ -376,8 +376,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
376 376
 //============================ Manual Bed Leveling ==========================
377 377
 //===========================================================================
378 378
 
379
-#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
380
-#define MESH_BED_LEVELING    // Enable mesh bed leveling
379
+// #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
380
+// #define MESH_BED_LEVELING    // Enable mesh bed leveling
381 381
 
382 382
 #if defined(MESH_BED_LEVELING)
383 383
   #define MESH_MIN_X 10

Loading…
Cancel
Save