Browse Source

Added change to example Configuration.h's

Edward Patel 10 years ago
parent
commit
61de6ecd54

+ 4
- 0
Marlin/configurator/config/Configuration.h View File

@@ -412,6 +412,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
412 412
 // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
413 413
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
414 414
 
415
+#ifdef MANUAL_BED_LEVELING
416
+  #define MBL_Z_STEP 0.025
417
+#endif  // MANUAL_BED_LEVELING
418
+
415 419
 #ifdef MESH_BED_LEVELING
416 420
   #define MESH_MIN_X 10
417 421
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)

+ 4
- 0
Marlin/example_configurations/Felix/Configuration.h View File

@@ -364,6 +364,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
364 364
 // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
365 365
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
366 366
 
367
+#ifdef MANUAL_BED_LEVELING
368
+  #define MBL_Z_STEP 0.025
369
+#endif  // MANUAL_BED_LEVELING
370
+
367 371
 #ifdef MESH_BED_LEVELING
368 372
   #define MESH_MIN_X 10
369 373
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)

+ 4
- 0
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -387,6 +387,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
387 387
 // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
388 388
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
389 389
 
390
+#ifdef MANUAL_BED_LEVELING
391
+  #define MBL_Z_STEP 0.025
392
+#endif  // MANUAL_BED_LEVELING
393
+
390 394
 #ifdef MESH_BED_LEVELING
391 395
   #define MESH_MIN_X 10
392 396
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)

+ 4
- 0
Marlin/example_configurations/K8200/Configuration.h View File

@@ -392,6 +392,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
392 392
 // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
393 393
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
394 394
 
395
+#ifdef MANUAL_BED_LEVELING
396
+  #define MBL_Z_STEP 0.025
397
+#endif  // MANUAL_BED_LEVELING
398
+
395 399
 #ifdef MESH_BED_LEVELING
396 400
   #define MESH_MIN_X 10
397 401
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)

+ 4
- 0
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -416,6 +416,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
416 416
 // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
417 417
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
418 418
 
419
+#ifdef MANUAL_BED_LEVELING
420
+  #define MBL_Z_STEP 0.025
421
+#endif  // MANUAL_BED_LEVELING
422
+
419 423
 #ifdef MESH_BED_LEVELING
420 424
   #define MESH_MIN_X 10
421 425
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)

+ 4
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -386,6 +386,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
386 386
 // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
387 387
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
388 388
 
389
+#ifdef MANUAL_BED_LEVELING
390
+  #define MBL_Z_STEP 0.025
391
+#endif  // MANUAL_BED_LEVELING
392
+
389 393
 #ifdef MESH_BED_LEVELING
390 394
   #define MESH_MIN_X 10
391 395
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)

+ 4
- 0
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -414,6 +414,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
414 414
 // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
415 415
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
416 416
 
417
+#ifdef MANUAL_BED_LEVELING
418
+  #define MBL_Z_STEP 0.025
419
+#endif  // MANUAL_BED_LEVELING
420
+
417 421
 #ifdef MESH_BED_LEVELING
418 422
   #define MESH_MIN_X 10
419 423
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)

+ 4
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -414,6 +414,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
414 414
 // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
415 415
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
416 416
 
417
+#ifdef MANUAL_BED_LEVELING
418
+  #define MBL_Z_STEP 0.025
419
+#endif  // MANUAL_BED_LEVELING
420
+
417 421
 #ifdef MESH_BED_LEVELING
418 422
   #define MESH_MIN_X 10
419 423
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)

+ 4
- 0
Marlin/example_configurations/makibox/Configuration.h View File

@@ -384,6 +384,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
384 384
 // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
385 385
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
386 386
 
387
+#ifdef MANUAL_BED_LEVELING
388
+  #define MBL_Z_STEP 0.025
389
+#endif  // MANUAL_BED_LEVELING
390
+
387 391
 #ifdef MESH_BED_LEVELING
388 392
   #define MESH_MIN_X 10
389 393
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)

+ 4
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -386,6 +386,10 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
386 386
 // #define MANUAL_BED_LEVELING  // Add display menu option for bed leveling
387 387
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
388 388
 
389
+#ifdef MANUAL_BED_LEVELING
390
+  #define MBL_Z_STEP 0.025
391
+#endif  // MANUAL_BED_LEVELING
392
+
389 393
 #ifdef MESH_BED_LEVELING
390 394
   #define MESH_MIN_X 10
391 395
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)

Loading…
Cancel
Save