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
 
605
 
606
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
606
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
607
 //#define DEBUG_LEVELING_FEATURE
607
 //#define DEBUG_LEVELING_FEATURE
608
-//
608
+
609
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
609
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
610
 
610
 
611
   // There are 2 different ways to specify probing locations:
611
   // There are 2 different ways to specify probing locations:

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

603
 
603
 
604
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
604
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
605
 //#define DEBUG_LEVELING_FEATURE
605
 //#define DEBUG_LEVELING_FEATURE
606
-//
606
+
607
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
607
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
608
 
608
 
609
   // There are 2 different ways to specify probing locations:
609
   // There are 2 different ways to specify probing locations:

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

617
 
617
 
618
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
618
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
619
 //#define DEBUG_LEVELING_FEATURE
619
 //#define DEBUG_LEVELING_FEATURE
620
-//
620
+
621
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
621
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
622
 
622
 
623
   // There are 2 different ways to specify probing locations:
623
   // There are 2 different ways to specify probing locations:

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

631
 
631
 
632
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
632
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
633
 //#define DEBUG_LEVELING_FEATURE
633
 //#define DEBUG_LEVELING_FEATURE
634
-//
634
+
635
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
635
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
636
 
636
 
637
   // There are 2 different ways to specify probing locations:
637
   // There are 2 different ways to specify probing locations:

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

702
 
702
 
703
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
703
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
704
 //#define DEBUG_LEVELING_FEATURE
704
 //#define DEBUG_LEVELING_FEATURE
705
-//
705
+
706
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
706
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
707
 
707
 
708
   // There are 2 different ways to specify probing locations:
708
   // There are 2 different ways to specify probing locations:

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

696
 
696
 
697
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
697
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
698
 //#define DEBUG_LEVELING_FEATURE
698
 //#define DEBUG_LEVELING_FEATURE
699
-//
699
+
700
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
700
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
701
 
701
 
702
   // There are 2 different ways to specify probing locations:
702
   // There are 2 different ways to specify probing locations:

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

699
 
699
 
700
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
700
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
701
 //#define DEBUG_LEVELING_FEATURE
701
 //#define DEBUG_LEVELING_FEATURE
702
-//
702
+
703
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
703
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
704
 
704
 
705
   // There are 2 different ways to specify probing locations:
705
   // There are 2 different ways to specify probing locations:

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

693
 
693
 
694
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
694
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
695
 //#define DEBUG_LEVELING_FEATURE
695
 //#define DEBUG_LEVELING_FEATURE
696
-//
696
+
697
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
697
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
698
 
698
 
699
   // There are 2 different ways to specify probing locations:
699
   // There are 2 different ways to specify probing locations:

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

694
 
694
 
695
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
695
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
696
 //#define DEBUG_LEVELING_FEATURE
696
 //#define DEBUG_LEVELING_FEATURE
697
-//
697
+
698
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
698
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
699
 
699
 
700
   // There are 2 different ways to specify probing locations:
700
   // There are 2 different ways to specify probing locations:

Loading…
Cancel
Save