Browse Source

Merge pull request #4107 from thinkyhead/rc_fixup_M48_config

Clean up configs for Z_MIN_PROBE_REPEATABILITY_TEST
Scott Lahteine 9 years ago
parent
commit
67750d73ef

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

@@ -605,7 +605,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
605 605
 
606 606
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
607 607
 //#define DEBUG_LEVELING_FEATURE
608
-//
608
+
609 609
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
610 610
 
611 611
   // There are 2 different ways to specify probing locations:

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

@@ -603,7 +603,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
603 603
 
604 604
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
605 605
 //#define DEBUG_LEVELING_FEATURE
606
-//
606
+
607 607
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
608 608
 
609 609
   // There are 2 different ways to specify probing locations:

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

@@ -617,7 +617,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
617 617
 
618 618
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
619 619
 //#define DEBUG_LEVELING_FEATURE
620
-//
620
+
621 621
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
622 622
 
623 623
   // There are 2 different ways to specify probing locations:

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

@@ -631,7 +631,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
631 631
 
632 632
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
633 633
 //#define DEBUG_LEVELING_FEATURE
634
-//
634
+
635 635
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
636 636
 
637 637
   // There are 2 different ways to specify probing locations:

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

@@ -702,7 +702,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
702 702
 
703 703
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
704 704
 //#define DEBUG_LEVELING_FEATURE
705
-//
705
+
706 706
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
707 707
 
708 708
   // There are 2 different ways to specify probing locations:

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

@@ -696,7 +696,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
696 696
 
697 697
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
698 698
 //#define DEBUG_LEVELING_FEATURE
699
-//
699
+
700 700
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
701 701
 
702 702
   // There are 2 different ways to specify probing locations:

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

@@ -699,7 +699,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
699 699
 
700 700
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
701 701
 //#define DEBUG_LEVELING_FEATURE
702
-//
702
+
703 703
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
704 704
 
705 705
   // There are 2 different ways to specify probing locations:

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

@@ -693,7 +693,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
693 693
 
694 694
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
695 695
 //#define DEBUG_LEVELING_FEATURE
696
-//
696
+
697 697
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
698 698
 
699 699
   // There are 2 different ways to specify probing locations:

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

@@ -694,7 +694,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
694 694
 
695 695
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
696 696
 //#define DEBUG_LEVELING_FEATURE
697
-//
697
+
698 698
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
699 699
 
700 700
   // There are 2 different ways to specify probing locations:

Loading…
Cancel
Save