Ver código fonte

Disable option. Enable for use/test.

Edward Patel 9 anos atrás
pai
commit
e983a5ab92
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar