Browse Source

Document DEBUG_LEVELING_FEATURE

Scott Lahteine 9 years ago
parent
commit
bb9da6ebdd

+ 4
- 0
Marlin/Configuration.h View File

669
 // @section bedlevel
669
 // @section bedlevel
670
 
670
 
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
672
+
673
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
674
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
675
+// NOTE: Requires a huge amount of PROGMEM.
672
 //#define DEBUG_LEVELING_FEATURE
676
 //#define DEBUG_LEVELING_FEATURE
673
 
677
 
674
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
678
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

669
 // @section bedlevel
669
 // @section bedlevel
670
 
670
 
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
672
+
673
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
674
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
675
+// NOTE: Requires a huge amount of PROGMEM.
672
 //#define DEBUG_LEVELING_FEATURE
676
 //#define DEBUG_LEVELING_FEATURE
673
 
677
 
674
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
678
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

651
 // @section bedlevel
651
 // @section bedlevel
652
 
652
 
653
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
653
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
654
+
655
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
656
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
657
+// NOTE: Requires a huge amount of PROGMEM.
654
 //#define DEBUG_LEVELING_FEATURE
658
 //#define DEBUG_LEVELING_FEATURE
655
 
659
 
656
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
660
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

649
 // @section bedlevel
649
 // @section bedlevel
650
 
650
 
651
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
651
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
652
+
653
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
654
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
655
+// NOTE: Requires a huge amount of PROGMEM.
652
 //#define DEBUG_LEVELING_FEATURE
656
 //#define DEBUG_LEVELING_FEATURE
653
 
657
 
654
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
658
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

661
 // @section bedlevel
661
 // @section bedlevel
662
 
662
 
663
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
663
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
664
+
665
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
666
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
667
+// NOTE: Requires a huge amount of PROGMEM.
664
 //#define DEBUG_LEVELING_FEATURE
668
 //#define DEBUG_LEVELING_FEATURE
665
 
669
 
666
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
670
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

663
 // @section bedlevel
663
 // @section bedlevel
664
 
664
 
665
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
665
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
666
+
667
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
668
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
669
+// NOTE: Requires a huge amount of PROGMEM.
666
 //#define DEBUG_LEVELING_FEATURE
670
 //#define DEBUG_LEVELING_FEATURE
667
 
671
 
668
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
672
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

686
 // @section bedlevel
686
 // @section bedlevel
687
 
687
 
688
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
688
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
689
+
690
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
691
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
692
+// NOTE: Requires a huge amount of PROGMEM.
689
 //#define DEBUG_LEVELING_FEATURE
693
 //#define DEBUG_LEVELING_FEATURE
690
 
694
 
691
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
695
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

669
 // @section bedlevel
669
 // @section bedlevel
670
 
670
 
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
672
+
673
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
674
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
675
+// NOTE: Requires a huge amount of PROGMEM.
672
 //#define DEBUG_LEVELING_FEATURE
676
 //#define DEBUG_LEVELING_FEATURE
673
 
677
 
674
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
678
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

+ 4
- 0
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

669
 // @section bedlevel
669
 // @section bedlevel
670
 
670
 
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
672
+
673
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
674
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
675
+// NOTE: Requires a huge amount of PROGMEM.
672
 //#define DEBUG_LEVELING_FEATURE
676
 //#define DEBUG_LEVELING_FEATURE
673
 
677
 
674
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
678
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

669
 // @section bedlevel
669
 // @section bedlevel
670
 
670
 
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
672
+
673
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
674
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
675
+// NOTE: Requires a huge amount of PROGMEM.
672
 //#define DEBUG_LEVELING_FEATURE
676
 //#define DEBUG_LEVELING_FEATURE
673
 
677
 
674
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
678
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

666
 // @section bedlevel
666
 // @section bedlevel
667
 
667
 
668
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
668
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
669
+
670
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
671
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
672
+// NOTE: Requires a huge amount of PROGMEM.
669
 //#define DEBUG_LEVELING_FEATURE
673
 //#define DEBUG_LEVELING_FEATURE
670
 
674
 
671
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
675
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

677
 // @section bedlevel
677
 // @section bedlevel
678
 
678
 
679
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
679
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
680
+
681
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
682
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
683
+// NOTE: Requires a huge amount of PROGMEM.
680
 //#define DEBUG_LEVELING_FEATURE
684
 //#define DEBUG_LEVELING_FEATURE
681
 
685
 
682
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
686
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

690
 // @section bedlevel
690
 // @section bedlevel
691
 
691
 
692
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
692
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
693
+
694
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
695
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
696
+// NOTE: Requires a huge amount of PROGMEM.
693
 //#define DEBUG_LEVELING_FEATURE
697
 //#define DEBUG_LEVELING_FEATURE
694
 
698
 
695
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
699
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

661
 // @section bedlevel
661
 // @section bedlevel
662
 
662
 
663
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
663
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
664
+
665
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
666
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
667
+// NOTE: Requires a huge amount of PROGMEM.
664
 //#define DEBUG_LEVELING_FEATURE
668
 //#define DEBUG_LEVELING_FEATURE
665
 
669
 
666
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
670
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

669
 // @section bedlevel
669
 // @section bedlevel
670
 
670
 
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
671
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
672
+
673
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
674
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
675
+// NOTE: Requires a huge amount of PROGMEM.
672
 //#define DEBUG_LEVELING_FEATURE
676
 //#define DEBUG_LEVELING_FEATURE
673
 
677
 
674
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
678
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

758
 // @section bedlevel
758
 // @section bedlevel
759
 
759
 
760
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
760
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
761
+
762
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
763
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
764
+// NOTE: Requires a huge amount of PROGMEM.
761
 //#define DEBUG_LEVELING_FEATURE
765
 //#define DEBUG_LEVELING_FEATURE
762
 
766
 
763
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
767
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

752
 // @section bedlevel
752
 // @section bedlevel
753
 
753
 
754
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
754
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
755
+
756
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
757
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
758
+// NOTE: Requires a huge amount of PROGMEM.
755
 //#define DEBUG_LEVELING_FEATURE
759
 //#define DEBUG_LEVELING_FEATURE
756
 
760
 
757
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
761
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

755
 // @section bedlevel
755
 // @section bedlevel
756
 
756
 
757
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
757
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
758
+
759
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
760
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
761
+// NOTE: Requires a huge amount of PROGMEM.
758
 //#define DEBUG_LEVELING_FEATURE
762
 //#define DEBUG_LEVELING_FEATURE
759
 
763
 
760
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
764
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

749
 // @section bedlevel
749
 // @section bedlevel
750
 
750
 
751
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
751
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
752
+
753
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
754
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
755
+// NOTE: Requires a huge amount of PROGMEM.
752
 //#define DEBUG_LEVELING_FEATURE
756
 //#define DEBUG_LEVELING_FEATURE
753
 
757
 
754
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
758
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

750
 // @section bedlevel
750
 // @section bedlevel
751
 
751
 
752
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
752
 #define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
753
+
754
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
755
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
756
+// NOTE: Requires a huge amount of PROGMEM.
753
 //#define DEBUG_LEVELING_FEATURE
757
 //#define DEBUG_LEVELING_FEATURE
754
 
758
 
755
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
759
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

672
 // @section bedlevel
672
 // @section bedlevel
673
 
673
 
674
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
674
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
675
+
676
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
677
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
678
+// NOTE: Requires a huge amount of PROGMEM.
675
 //#define DEBUG_LEVELING_FEATURE
679
 //#define DEBUG_LEVELING_FEATURE
676
 
680
 
677
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
681
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

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

659
 // @section bedlevel
659
 // @section bedlevel
660
 
660
 
661
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
661
 //#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
662
+
663
+// Enable this feature to get detailed logging of G28, G29, M48, etc.
664
+// Logging is off by default. Enable this logging feature with 'M111 S32'.
665
+// NOTE: Requires a huge amount of PROGMEM.
662
 //#define DEBUG_LEVELING_FEATURE
666
 //#define DEBUG_LEVELING_FEATURE
663
 
667
 
664
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)
668
 #if ENABLED(AUTO_BED_LEVELING_FEATURE)

Loading…
Cancel
Save