Browse Source

Merge pull request #6282 from thinkyhead/rc_cleanup_and_5_extruders

Additional missed patches
Scott Lahteine 8 years ago
parent
commit
2f5e934a19
24 changed files with 64 additions and 48 deletions
  1. 2
    2
      Marlin/Configuration.h
  2. 2
    2
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 2
    2
      Marlin/example_configurations/Felix/Configuration.h
  4. 2
    2
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 2
    2
      Marlin/example_configurations/Hephestos/Configuration.h
  6. 2
    2
      Marlin/example_configurations/Hephestos_2/Configuration.h
  7. 2
    2
      Marlin/example_configurations/K8200/Configuration.h
  8. 2
    2
      Marlin/example_configurations/K8400/Configuration.h
  9. 2
    2
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  10. 2
    2
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  11. 2
    2
      Marlin/example_configurations/RigidBot/Configuration.h
  12. 2
    2
      Marlin/example_configurations/SCARA/Configuration.h
  13. 2
    2
      Marlin/example_configurations/TAZ4/Configuration.h
  14. 2
    2
      Marlin/example_configurations/TinyBoy2/Configuration.h
  15. 2
    2
      Marlin/example_configurations/WITBOX/Configuration.h
  16. 2
    2
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  17. 0
    1
      Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h
  18. 20
    3
      Marlin/example_configurations/delta/flsun_kossel_mini/Configuration_adv.h
  19. 2
    2
      Marlin/example_configurations/delta/generic/Configuration.h
  20. 2
    2
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  21. 2
    2
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  22. 2
    2
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  23. 2
    2
      Marlin/example_configurations/makibox/Configuration.h
  24. 2
    2
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

@@ -696,7 +696,7 @@
696 696
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
697 697
 
698 698
 
699
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
699
+// Enable Z Probe Repeatability test to see how accurate your probe is
700 700
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
701 701
 
702 702
 /**
@@ -716,7 +716,7 @@
716 716
 #define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
717 717
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
718 718
 
719
-/* For M851 give a range for adjusting the Z probe offset */
719
+// For M851 give a range for adjusting the Z probe offset
720 720
 #define Z_PROBE_OFFSET_RANGE_MIN -20
721 721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
722 722
 

+ 2
- 2
Marlin/example_configurations/Cartesio/Configuration.h View File

@@ -695,7 +695,7 @@
695 695
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
696 696
 
697 697
 
698
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
698
+// Enable Z Probe Repeatability test to see how accurate your probe is
699 699
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
700 700
 
701 701
 /**
@@ -715,7 +715,7 @@
715 715
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
716 716
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
717 717
 
718
-/* For M851 give a range for adjusting the Z probe offset */
718
+// For M851 give a range for adjusting the Z probe offset
719 719
 #define Z_PROBE_OFFSET_RANGE_MIN -20
720 720
 #define Z_PROBE_OFFSET_RANGE_MAX 20
721 721
 

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

@@ -679,7 +679,7 @@
679 679
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
680 680
 
681 681
 
682
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
682
+// Enable Z Probe Repeatability test to see how accurate your probe is
683 683
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
684 684
 
685 685
 /**
@@ -699,7 +699,7 @@
699 699
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
700 700
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
701 701
 
702
-/* For M851 give a range for adjusting the Z probe offset */
702
+// For M851 give a range for adjusting the Z probe offset
703 703
 #define Z_PROBE_OFFSET_RANGE_MIN -20
704 704
 #define Z_PROBE_OFFSET_RANGE_MAX 20
705 705
 

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

@@ -679,7 +679,7 @@
679 679
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
680 680
 
681 681
 
682
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
682
+// Enable Z Probe Repeatability test to see how accurate your probe is
683 683
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
684 684
 
685 685
 /**
@@ -699,7 +699,7 @@
699 699
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
700 700
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
701 701
 
702
-/* For M851 give a range for adjusting the Z probe offset */
702
+// For M851 give a range for adjusting the Z probe offset
703 703
 #define Z_PROBE_OFFSET_RANGE_MIN -20
704 704
 #define Z_PROBE_OFFSET_RANGE_MAX 20
705 705
 

+ 2
- 2
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -687,7 +687,7 @@
687 687
 //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
688 688
 
689 689
 
690
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
690
+// Enable Z Probe Repeatability test to see how accurate your probe is
691 691
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
692 692
 
693 693
 /**
@@ -707,7 +707,7 @@
707 707
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
708 708
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
709 709
 
710
-/* For M851 give a range for adjusting the Z probe offset */
710
+// For M851 give a range for adjusting the Z probe offset
711 711
 #define Z_PROBE_OFFSET_RANGE_MIN -20
712 712
 #define Z_PROBE_OFFSET_RANGE_MAX 20
713 713
 

+ 2
- 2
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -690,7 +690,7 @@
690 690
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
691 691
 
692 692
 
693
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
693
+// Enable Z Probe Repeatability test to see how accurate your probe is
694 694
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
695 695
 
696 696
 /**
@@ -710,7 +710,7 @@
710 710
 #define Z_CLEARANCE_DEPLOY_PROBE   0 // Z Clearance for Deploy/Stow
711 711
 #define Z_CLEARANCE_BETWEEN_PROBES 2 // Z Clearance between probe points
712 712
 
713
-/* For M851 give a range for adjusting the Z probe offset */
713
+// For M851 give a range for adjusting the Z probe offset
714 714
 #define Z_PROBE_OFFSET_RANGE_MIN -2
715 715
 #define Z_PROBE_OFFSET_RANGE_MAX  0
716 716
 

+ 2
- 2
Marlin/example_configurations/K8200/Configuration.h View File

@@ -725,7 +725,7 @@
725 725
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
726 726
 
727 727
 
728
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
728
+// Enable Z Probe Repeatability test to see how accurate your probe is
729 729
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
730 730
 
731 731
 /**
@@ -745,7 +745,7 @@
745 745
 #define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
746 746
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
747 747
 
748
-/* For M851 give a range for adjusting the Z probe offset */
748
+// For M851 give a range for adjusting the Z probe offset
749 749
 #define Z_PROBE_OFFSET_RANGE_MIN -20
750 750
 #define Z_PROBE_OFFSET_RANGE_MAX 20
751 751
 

+ 2
- 2
Marlin/example_configurations/K8400/Configuration.h View File

@@ -696,7 +696,7 @@
696 696
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
697 697
 
698 698
 
699
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
699
+// Enable Z Probe Repeatability test to see how accurate your probe is
700 700
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
701 701
 
702 702
 /**
@@ -716,7 +716,7 @@
716 716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
717 717
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
718 718
 
719
-/* For M851 give a range for adjusting the Z probe offset */
719
+// For M851 give a range for adjusting the Z probe offset
720 720
 #define Z_PROBE_OFFSET_RANGE_MIN -20
721 721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
722 722
 

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

@@ -696,7 +696,7 @@
696 696
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
697 697
 
698 698
 
699
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
699
+// Enable Z Probe Repeatability test to see how accurate your probe is
700 700
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
701 701
 
702 702
 /**
@@ -716,7 +716,7 @@
716 716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
717 717
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
718 718
 
719
-/* For M851 give a range for adjusting the Z probe offset */
719
+// For M851 give a range for adjusting the Z probe offset
720 720
 #define Z_PROBE_OFFSET_RANGE_MIN -20
721 721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
722 722
 

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

@@ -696,7 +696,7 @@
696 696
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
697 697
 
698 698
 
699
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
699
+// Enable Z Probe Repeatability test to see how accurate your probe is
700 700
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
701 701
 
702 702
 /**
@@ -716,7 +716,7 @@
716 716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
717 717
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
718 718
 
719
-/* For M851 give a range for adjusting the Z probe offset */
719
+// For M851 give a range for adjusting the Z probe offset
720 720
 #define Z_PROBE_OFFSET_RANGE_MIN -20
721 721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
722 722
 

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

@@ -695,7 +695,7 @@
695 695
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
696 696
 
697 697
 
698
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
698
+// Enable Z Probe Repeatability test to see how accurate your probe is
699 699
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
700 700
 
701 701
 /**
@@ -715,7 +715,7 @@
715 715
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
716 716
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
717 717
 
718
-/* For M851 give a range for adjusting the Z probe offset */
718
+// For M851 give a range for adjusting the Z probe offset
719 719
 #define Z_PROBE_OFFSET_RANGE_MIN -20
720 720
 #define Z_PROBE_OFFSET_RANGE_MAX 20
721 721
 

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

@@ -711,7 +711,7 @@
711 711
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
712 712
 
713 713
 
714
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
714
+// Enable Z Probe Repeatability test to see how accurate your probe is
715 715
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
716 716
 
717 717
 /**
@@ -731,7 +731,7 @@
731 731
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
732 732
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
733 733
 
734
-/* For M851 give a range for adjusting the Z probe offset */
734
+// For M851 give a range for adjusting the Z probe offset
735 735
 #define Z_PROBE_OFFSET_RANGE_MIN -20
736 736
 #define Z_PROBE_OFFSET_RANGE_MAX 20
737 737
 

+ 2
- 2
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -716,7 +716,7 @@
716 716
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
717 717
 
718 718
 
719
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
719
+// Enable Z Probe Repeatability test to see how accurate your probe is
720 720
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
721 721
 
722 722
 /**
@@ -736,7 +736,7 @@
736 736
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
737 737
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
738 738
 
739
-/* For M851 give a range for adjusting the Z probe offset */
739
+// For M851 give a range for adjusting the Z probe offset
740 740
 #define Z_PROBE_OFFSET_RANGE_MIN -20
741 741
 #define Z_PROBE_OFFSET_RANGE_MAX 20
742 742
 

+ 2
- 2
Marlin/example_configurations/TinyBoy2/Configuration.h View File

@@ -747,7 +747,7 @@
747 747
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
748 748
 
749 749
 
750
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
750
+// Enable Z Probe Repeatability test to see how accurate your probe is
751 751
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
752 752
 
753 753
 /**
@@ -767,7 +767,7 @@
767 767
 #define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
768 768
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
769 769
 
770
-/* For M851 give a range for adjusting the Z probe offset */
770
+// For M851 give a range for adjusting the Z probe offset
771 771
 #define Z_PROBE_OFFSET_RANGE_MIN -20
772 772
 #define Z_PROBE_OFFSET_RANGE_MAX 20
773 773
 

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -687,7 +687,7 @@
687 687
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
688 688
 
689 689
 
690
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
690
+// Enable Z Probe Repeatability test to see how accurate your probe is
691 691
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
692 692
 
693 693
 /**
@@ -707,7 +707,7 @@
707 707
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
708 708
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
709 709
 
710
-/* For M851 give a range for adjusting the Z probe offset */
710
+// For M851 give a range for adjusting the Z probe offset
711 711
 #define Z_PROBE_OFFSET_RANGE_MIN -20
712 712
 #define Z_PROBE_OFFSET_RANGE_MAX 20
713 713
 

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

@@ -696,7 +696,7 @@
696 696
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
697 697
 
698 698
 
699
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
699
+// Enable Z Probe Repeatability test to see how accurate your probe is
700 700
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
701 701
 
702 702
 /**
@@ -716,7 +716,7 @@
716 716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
717 717
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
718 718
 
719
-/* For M851 give a range for adjusting the Z probe offset */
719
+// For M851 give a range for adjusting the Z probe offset
720 720
 #define Z_PROBE_OFFSET_RANGE_MIN -20
721 721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
722 722
 

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

@@ -836,7 +836,6 @@
836 836
 #define Z_PROBE_OFFSET_RANGE_MIN -20
837 837
 #define Z_PROBE_OFFSET_RANGE_MAX 20
838 838
 
839
-
840 839
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
841 840
 // :{ 0:'Low', 1:'High' }
842 841
 #define X_ENABLE_ON 0

+ 20
- 3
Marlin/example_configurations/delta/flsun_kossel_mini/Configuration_adv.h View File

@@ -421,10 +421,10 @@
421 421
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
422 422
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
423 423
 
424
-/*  5DPRINT & AZTEEG_X3_PRO */
425
-//#define DIGIPOT_I2C  // uncomment to enable
424
+// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
425
+//#define DIGIPOT_I2C
426 426
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
427
-/* actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS */
427
+// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
428 428
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
429 429
 
430 430
 //===========================================================================
@@ -650,6 +650,11 @@
650 650
   #define MESH_MAX_X (X_MAX_POS - (MESH_INSET))
651 651
   #define MESH_MIN_Y (Y_MIN_POS + MESH_INSET)
652 652
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_INSET))
653
+#elif ENABLED(AUTO_BED_LEVELING_UBL)
654
+  #define UBL_MESH_MIN_X (X_MIN_POS + UBL_MESH_INSET)
655
+  #define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
656
+  #define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
657
+  #define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
653 658
 #endif
654 659
 
655 660
 // @section extras
@@ -804,6 +809,7 @@
804 809
   //#define E1_IS_TMC
805 810
   //#define E2_IS_TMC
806 811
   //#define E3_IS_TMC
812
+  //#define E4_IS_TMC
807 813
 
808 814
   #define X_MAX_CURRENT     1000 // in mA
809 815
   #define X_SENSE_RESISTOR    91 // in mOhms
@@ -845,6 +851,10 @@
845 851
   #define E3_SENSE_RESISTOR   91
846 852
   #define E3_MICROSTEPS       16
847 853
 
854
+  #define E4_MAX_CURRENT    1000
855
+  #define E4_SENSE_RESISTOR   91
856
+  #define E4_MICROSTEPS       16
857
+
848 858
 #endif
849 859
 
850 860
 // @section TMC2130
@@ -886,6 +896,7 @@
886 896
   //#define E1_IS_TMC2130
887 897
   //#define E2_IS_TMC2130
888 898
   //#define E3_IS_TMC2130
899
+  //#define E4_IS_TMC2130
889 900
 
890 901
   /**
891 902
    * Stepper driver settings
@@ -971,6 +982,7 @@
971 982
   //#define E1_IS_L6470
972 983
   //#define E2_IS_L6470
973 984
   //#define E3_IS_L6470
985
+  //#define E4_IS_L6470
974 986
 
975 987
   #define X_MICROSTEPS      16 // number of microsteps
976 988
   #define X_K_VAL           50 // 0 - 255, Higher values, are higher power. Be careful not to go too high
@@ -1022,6 +1034,11 @@
1022 1034
   #define E3_OVERCURRENT  2000
1023 1035
   #define E3_STALLCURRENT 1500
1024 1036
 
1037
+  #define E4_MICROSTEPS     16
1038
+  #define E4_K_VAL          50
1039
+  #define E4_OVERCURRENT  2000
1040
+  #define E4_STALLCURRENT 1500
1041
+
1025 1042
 #endif
1026 1043
 
1027 1044
 /**

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

@@ -798,7 +798,7 @@
798 798
 //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
799 799
 
800 800
 
801
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
801
+// Enable Z Probe Repeatability test to see how accurate your probe is
802 802
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
803 803
 
804 804
 /**
@@ -818,7 +818,7 @@
818 818
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
819 819
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
820 820
 
821
-/* For M851 give a range for adjusting the Z probe offset */
821
+// For M851 give a range for adjusting the Z probe offset
822 822
 #define Z_PROBE_OFFSET_RANGE_MIN -20
823 823
 #define Z_PROBE_OFFSET_RANGE_MAX 20
824 824
 

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

@@ -793,7 +793,7 @@
793 793
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
794 794
 
795 795
 
796
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
796
+// Enable Z Probe Repeatability test to see how accurate your probe is
797 797
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
798 798
 
799 799
 /**
@@ -813,7 +813,7 @@
813 813
 #define Z_CLEARANCE_DEPLOY_PROBE   50 // Z Clearance for Deploy/Stow
814 814
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
815 815
 
816
-/* For M851 give a range for adjusting the Z probe offset */
816
+// For M851 give a range for adjusting the Z probe offset
817 817
 #define Z_PROBE_OFFSET_RANGE_MIN -20
818 818
 #define Z_PROBE_OFFSET_RANGE_MAX 20
819 819
 

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

@@ -800,7 +800,7 @@
800 800
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
801 801
 
802 802
 
803
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
803
+// Enable Z Probe Repeatability test to see how accurate your probe is
804 804
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
805 805
 
806 806
 /**
@@ -820,7 +820,7 @@
820 820
 #define Z_CLEARANCE_DEPLOY_PROBE   100 // Z Clearance for Deploy/Stow
821 821
 #define Z_CLEARANCE_BETWEEN_PROBES   5 // Z Clearance between probe points
822 822
  
823
-/* For M851 give a range for adjusting the Z probe offset */
823
+// For M851 give a range for adjusting the Z probe offset
824 824
 
825 825
 #define Z_PROBE_OFFSET_RANGE_MIN -15
826 826
 #define Z_PROBE_OFFSET_RANGE_MAX   5

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

@@ -809,7 +809,7 @@
809 809
 //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
810 810
 
811 811
 
812
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
812
+// Enable Z Probe Repeatability test to see how accurate your probe is
813 813
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
814 814
 
815 815
 /**
@@ -829,7 +829,7 @@
829 829
 #define Z_CLEARANCE_DEPLOY_PROBE   20 // Z Clearance for Deploy/Stow
830 830
 #define Z_CLEARANCE_BETWEEN_PROBES 10 // Z Clearance between probe points
831 831
 
832
-/* For M851 give a range for adjusting the Z probe offset */
832
+// For M851 give a range for adjusting the Z probe offset
833 833
 #define Z_PROBE_OFFSET_RANGE_MIN -20
834 834
 #define Z_PROBE_OFFSET_RANGE_MAX 20
835 835
 

+ 2
- 2
Marlin/example_configurations/makibox/Configuration.h View File

@@ -699,7 +699,7 @@
699 699
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
700 700
 
701 701
 
702
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
702
+// Enable Z Probe Repeatability test to see how accurate your probe is
703 703
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
704 704
 
705 705
 /**
@@ -719,7 +719,7 @@
719 719
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
720 720
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
721 721
 
722
-/* For M851 give a range for adjusting the Z probe offset */
722
+// For M851 give a range for adjusting the Z probe offset
723 723
 #define Z_PROBE_OFFSET_RANGE_MIN -20
724 724
 #define Z_PROBE_OFFSET_RANGE_MAX 20
725 725
 

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

@@ -692,7 +692,7 @@
692 692
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
693 693
 
694 694
 
695
-/* Enable Z Probe Repeatability test to see how accurate your probe is  */
695
+// Enable Z Probe Repeatability test to see how accurate your probe is
696 696
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
697 697
 
698 698
 /**
@@ -712,7 +712,7 @@
712 712
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
713 713
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
714 714
 
715
-/* For M851 give a range for adjusting the Z probe offset */
715
+// For M851 give a range for adjusting the Z probe offset
716 716
 #define Z_PROBE_OFFSET_RANGE_MIN -20
717 717
 #define Z_PROBE_OFFSET_RANGE_MAX 20
718 718
 

Loading…
Cancel
Save