Browse Source

Merge pull request #3911 from epatel/marlin/mbl_3903_example_configs

MBL: Apply PR 3903 to example_configurations
Scott Lahteine 8 years ago
parent
commit
5a8918c9ec

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

@@ -501,10 +501,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
501 501
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
502 502
 
503 503
 #if ENABLED(MESH_BED_LEVELING)
504
-  #define MESH_MIN_X 10
505
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
506
-  #define MESH_MIN_Y 10
507
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
504
+  #define MESH_INSET 10        // Mesh inset margin on print area
508 505
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
509 506
   #define MESH_NUM_Y_POINTS 3
510 507
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

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

@@ -499,10 +499,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
499 499
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
500 500
 
501 501
 #if ENABLED(MESH_BED_LEVELING)
502
-  #define MESH_MIN_X 10
503
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
504
-  #define MESH_MIN_Y 10
505
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
502
+  #define MESH_INSET 10        // Mesh inset margin on print area
506 503
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
507 504
   #define MESH_NUM_Y_POINTS 3
508 505
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

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

@@ -511,10 +511,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
511 511
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
512 512
 
513 513
 #if ENABLED(MESH_BED_LEVELING)
514
-  #define MESH_MIN_X 10
515
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
516
-  #define MESH_MIN_Y 10
517
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
514
+  #define MESH_INSET 10        // Mesh inset margin on print area
518 515
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
519 516
   #define MESH_NUM_Y_POINTS 3
520 517
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

+ 1
- 4
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -513,10 +513,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
513 513
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
514 514
 
515 515
 #if ENABLED(MESH_BED_LEVELING)
516
-  #define MESH_MIN_X 10
517
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
518
-  #define MESH_MIN_Y 10
519
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
516
+  #define MESH_INSET 10        // Mesh inset margin on print area
520 517
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
521 518
   #define MESH_NUM_Y_POINTS 3
522 519
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

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

@@ -536,10 +536,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
536 536
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
537 537
 
538 538
 #if ENABLED(MESH_BED_LEVELING)
539
-  #define MESH_MIN_X 10
540
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
541
-  #define MESH_MIN_Y 10
542
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
539
+  #define MESH_INSET 10        // Mesh inset margin on print area
543 540
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
544 541
   #define MESH_NUM_Y_POINTS 3
545 542
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

+ 1
- 4
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -519,10 +519,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
519 519
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
520 520
 
521 521
 #if ENABLED(MESH_BED_LEVELING)
522
-  #define MESH_MIN_X 10
523
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
524
-  #define MESH_MIN_Y 10
525
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
522
+  #define MESH_INSET 10        // Mesh inset margin on print area
526 523
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
527 524
   #define MESH_NUM_Y_POINTS 3
528 525
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

+ 1
- 4
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -513,10 +513,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
513 513
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
514 514
 
515 515
 #if ENABLED(MESH_BED_LEVELING)
516
-  #define MESH_MIN_X 10
517
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
518
-  #define MESH_MIN_Y 10
519
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
516
+  #define MESH_INSET 10        // Mesh inset margin on print area
520 517
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
521 518
   #define MESH_NUM_Y_POINTS 3
522 519
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

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

@@ -527,10 +527,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
527 527
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
528 528
 
529 529
 #if ENABLED(MESH_BED_LEVELING)
530
-  #define MESH_MIN_X 10
531
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
532
-  #define MESH_MIN_Y 10
533
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
530
+  #define MESH_INSET 10        // Mesh inset margin on print area
534 531
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
535 532
   #define MESH_NUM_Y_POINTS 3
536 533
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

+ 1
- 4
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -540,10 +540,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
540 540
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
541 541
 
542 542
 #if ENABLED(MESH_BED_LEVELING)
543
-  #define MESH_MIN_X 10
544
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
545
-  #define MESH_MIN_Y 10
546
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
543
+  #define MESH_INSET 10        // Mesh inset margin on print area
547 544
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
548 545
   #define MESH_NUM_Y_POINTS 3
549 546
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

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

@@ -511,10 +511,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
511 511
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
512 512
 
513 513
 #if ENABLED(MESH_BED_LEVELING)
514
-  #define MESH_MIN_X 10
515
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
516
-  #define MESH_MIN_Y 10
517
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
514
+  #define MESH_INSET 10        // Mesh inset margin on print area
518 515
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
519 516
   #define MESH_NUM_Y_POINTS 3
520 517
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

+ 1
- 4
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -519,10 +519,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
519 519
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
520 520
 
521 521
 #if ENABLED(MESH_BED_LEVELING)
522
-  #define MESH_MIN_X 10
523
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
524
-  #define MESH_MIN_Y 10
525
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
522
+  #define MESH_INSET 10        // Mesh inset margin on print area
526 523
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
527 524
   #define MESH_NUM_Y_POINTS 3
528 525
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

+ 1
- 4
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -561,10 +561,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
561 561
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
562 562
 
563 563
 #if ENABLED(MESH_BED_LEVELING)
564
-  #define MESH_MIN_X 10
565
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
566
-  #define MESH_MIN_Y 10
567
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
564
+  #define MESH_INSET 10        // Mesh inset margin on print area
568 565
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
569 566
   #define MESH_NUM_Y_POINTS 3
570 567
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

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

@@ -561,10 +561,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
561 561
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
562 562
 
563 563
 #if ENABLED(MESH_BED_LEVELING)
564
-  #define MESH_MIN_X 10
565
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
566
-  #define MESH_MIN_Y 10
567
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
564
+  #define MESH_INSET 10        // Mesh inset margin on print area
568 565
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
569 566
   #define MESH_NUM_Y_POINTS 3
570 567
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

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

@@ -561,10 +561,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
561 561
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
562 562
 
563 563
 #if ENABLED(MESH_BED_LEVELING)
564
-  #define MESH_MIN_X 10
565
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
566
-  #define MESH_MIN_Y 10
567
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
564
+  #define MESH_INSET 10        // Mesh inset margin on print area
568 565
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
569 566
   #define MESH_NUM_Y_POINTS 3
570 567
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

+ 1
- 4
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -550,10 +550,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
550 550
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
551 551
 
552 552
 #if ENABLED(MESH_BED_LEVELING)
553
-  #define MESH_MIN_X 10
554
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
555
-  #define MESH_MIN_Y 10
556
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
553
+  #define MESH_INSET 10        // Mesh inset margin on print area
557 554
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
558 555
   #define MESH_NUM_Y_POINTS 3
559 556
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

+ 1
- 4
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -559,10 +559,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
559 559
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
560 560
 
561 561
 #if ENABLED(MESH_BED_LEVELING)
562
-  #define MESH_MIN_X 10
563
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
564
-  #define MESH_MIN_Y 10
565
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
562
+  #define MESH_INSET 10        // Mesh inset margin on print area
566 563
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
567 564
   #define MESH_NUM_Y_POINTS 3
568 565
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

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

@@ -522,10 +522,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
522 522
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
523 523
 
524 524
 #if ENABLED(MESH_BED_LEVELING)
525
-  #define MESH_MIN_X 10
526
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
527
-  #define MESH_MIN_Y 10
528
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
525
+  #define MESH_INSET 10        // Mesh inset margin on print area
529 526
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
530 527
   #define MESH_NUM_Y_POINTS 3
531 528
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

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

@@ -509,10 +509,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
509 509
 //#define MESH_BED_LEVELING    // Enable mesh bed leveling.
510 510
 
511 511
 #if ENABLED(MESH_BED_LEVELING)
512
-  #define MESH_MIN_X 10
513
-  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
514
-  #define MESH_MIN_Y 10
515
-  #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
512
+  #define MESH_INSET 10        // Mesh inset margin on print area
516 513
   #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
517 514
   #define MESH_NUM_Y_POINTS 3
518 515
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.

Loading…
Cancel
Save