Browse Source

Suppress Z_MIN_PROBE_REPEATABILITY_TEST for DELTA and SCARA configurations (PR#2747)

For now Z_MIN_PROBE_REPEATABILITY_TEST is not possible for DELTA or SCARA
configurations.
This PR comments the feature out, where it is commented in by default.
AnHardt 9 years ago
parent
commit
33addc52a1

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

452
 
452
 
453
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
453
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
454
 //#define DEBUG_LEVELING_FEATURE
454
 //#define DEBUG_LEVELING_FEATURE
455
-#define Z_MIN_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
455
+//#define Z_MIN_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
456
 
456
 
457
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
457
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
458
 
458
 

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

479
 
479
 
480
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
480
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
481
 //#define DEBUG_LEVELING_FEATURE
481
 //#define DEBUG_LEVELING_FEATURE
482
-#define Z_MIN_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
482
+//#define Z_MIN_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
483
 
483
 
484
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
484
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
485
 
485
 

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

480
 
480
 
481
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
481
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
482
 //#define DEBUG_LEVELING_FEATURE
482
 //#define DEBUG_LEVELING_FEATURE
483
-#define Z_MIN_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
483
+//#define Z_MIN_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
484
 
484
 
485
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
485
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
486
 
486
 

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

467
 
467
 
468
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
468
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
469
 //#define DEBUG_LEVELING_FEATURE
469
 //#define DEBUG_LEVELING_FEATURE
470
-#define Z_MIN_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
470
+//#define Z_MIN_PROBE_REPEATABILITY_TEST  // If not commented out, Z-Probe Repeatability test will be included if Auto Bed Leveling is Enabled.
471
 
471
 
472
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
472
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
473
 
473
 

Loading…
Cancel
Save