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
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
700
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
701
 
701
 
702
 /**
702
 /**
716
 #define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
716
 #define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
717
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
720
 #define Z_PROBE_OFFSET_RANGE_MIN -20
721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
722
 
722
 

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

695
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
699
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
700
 
700
 
701
 /**
701
 /**
715
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
715
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
716
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
719
 #define Z_PROBE_OFFSET_RANGE_MIN -20
720
 #define Z_PROBE_OFFSET_RANGE_MAX 20
720
 #define Z_PROBE_OFFSET_RANGE_MAX 20
721
 
721
 

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

679
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
683
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
684
 
684
 
685
 /**
685
 /**
699
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
699
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
700
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
703
 #define Z_PROBE_OFFSET_RANGE_MIN -20
704
 #define Z_PROBE_OFFSET_RANGE_MAX 20
704
 #define Z_PROBE_OFFSET_RANGE_MAX 20
705
 
705
 

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

679
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
683
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
684
 
684
 
685
 /**
685
 /**
699
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
699
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
700
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
703
 #define Z_PROBE_OFFSET_RANGE_MIN -20
704
 #define Z_PROBE_OFFSET_RANGE_MAX 20
704
 #define Z_PROBE_OFFSET_RANGE_MAX 20
705
 
705
 

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

687
 //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
691
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
692
 
692
 
693
 /**
693
 /**
707
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
707
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
708
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
711
 #define Z_PROBE_OFFSET_RANGE_MIN -20
712
 #define Z_PROBE_OFFSET_RANGE_MAX 20
712
 #define Z_PROBE_OFFSET_RANGE_MAX 20
713
 
713
 

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

690
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
694
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
695
 
695
 
696
 /**
696
 /**
710
 #define Z_CLEARANCE_DEPLOY_PROBE   0 // Z Clearance for Deploy/Stow
710
 #define Z_CLEARANCE_DEPLOY_PROBE   0 // Z Clearance for Deploy/Stow
711
 #define Z_CLEARANCE_BETWEEN_PROBES 2 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -2
714
 #define Z_PROBE_OFFSET_RANGE_MIN -2
715
 #define Z_PROBE_OFFSET_RANGE_MAX  0
715
 #define Z_PROBE_OFFSET_RANGE_MAX  0
716
 
716
 

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

725
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
729
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
730
 
730
 
731
 /**
731
 /**
745
 #define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
745
 #define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
746
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
749
 #define Z_PROBE_OFFSET_RANGE_MIN -20
750
 #define Z_PROBE_OFFSET_RANGE_MAX 20
750
 #define Z_PROBE_OFFSET_RANGE_MAX 20
751
 
751
 

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

696
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
700
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
701
 
701
 
702
 /**
702
 /**
716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
717
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
720
 #define Z_PROBE_OFFSET_RANGE_MIN -20
721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
722
 
722
 

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

696
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
700
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
701
 
701
 
702
 /**
702
 /**
716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
717
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
720
 #define Z_PROBE_OFFSET_RANGE_MIN -20
721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
722
 
722
 

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

696
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
700
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
701
 
701
 
702
 /**
702
 /**
716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
717
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
720
 #define Z_PROBE_OFFSET_RANGE_MIN -20
721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
722
 
722
 

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

695
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
699
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
700
 
700
 
701
 /**
701
 /**
715
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
715
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
716
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
719
 #define Z_PROBE_OFFSET_RANGE_MIN -20
720
 #define Z_PROBE_OFFSET_RANGE_MAX 20
720
 #define Z_PROBE_OFFSET_RANGE_MAX 20
721
 
721
 

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

711
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
715
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
716
 
716
 
717
 /**
717
 /**
731
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
731
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
732
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
735
 #define Z_PROBE_OFFSET_RANGE_MIN -20
736
 #define Z_PROBE_OFFSET_RANGE_MAX 20
736
 #define Z_PROBE_OFFSET_RANGE_MAX 20
737
 
737
 

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

716
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
720
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
721
 
721
 
722
 /**
722
 /**
736
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
736
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
737
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
740
 #define Z_PROBE_OFFSET_RANGE_MIN -20
741
 #define Z_PROBE_OFFSET_RANGE_MAX 20
741
 #define Z_PROBE_OFFSET_RANGE_MAX 20
742
 
742
 

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

747
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
751
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
752
 
752
 
753
 /**
753
 /**
767
 #define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
767
 #define Z_CLEARANCE_DEPLOY_PROBE   10 // Z Clearance for Deploy/Stow
768
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
771
 #define Z_PROBE_OFFSET_RANGE_MIN -20
772
 #define Z_PROBE_OFFSET_RANGE_MAX 20
772
 #define Z_PROBE_OFFSET_RANGE_MAX 20
773
 
773
 

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

687
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
691
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
692
 
692
 
693
 /**
693
 /**
707
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
707
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
708
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
711
 #define Z_PROBE_OFFSET_RANGE_MIN -20
712
 #define Z_PROBE_OFFSET_RANGE_MAX 20
712
 #define Z_PROBE_OFFSET_RANGE_MAX 20
713
 
713
 

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

696
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
700
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
701
 
701
 
702
 /**
702
 /**
716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
716
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
717
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
720
 #define Z_PROBE_OFFSET_RANGE_MIN -20
721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
721
 #define Z_PROBE_OFFSET_RANGE_MAX 20
722
 
722
 

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

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

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

421
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
421
 //#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
422
 //#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
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
 #define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4     AZTEEG_X3_PRO: 8
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
 #define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0}  //  AZTEEG_X3_PRO
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
   #define MESH_MAX_X (X_MAX_POS - (MESH_INSET))
650
   #define MESH_MAX_X (X_MAX_POS - (MESH_INSET))
651
   #define MESH_MIN_Y (Y_MIN_POS + MESH_INSET)
651
   #define MESH_MIN_Y (Y_MIN_POS + MESH_INSET)
652
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_INSET))
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
 #endif
658
 #endif
654
 
659
 
655
 // @section extras
660
 // @section extras
804
   //#define E1_IS_TMC
809
   //#define E1_IS_TMC
805
   //#define E2_IS_TMC
810
   //#define E2_IS_TMC
806
   //#define E3_IS_TMC
811
   //#define E3_IS_TMC
812
+  //#define E4_IS_TMC
807
 
813
 
808
   #define X_MAX_CURRENT     1000 // in mA
814
   #define X_MAX_CURRENT     1000 // in mA
809
   #define X_SENSE_RESISTOR    91 // in mOhms
815
   #define X_SENSE_RESISTOR    91 // in mOhms
845
   #define E3_SENSE_RESISTOR   91
851
   #define E3_SENSE_RESISTOR   91
846
   #define E3_MICROSTEPS       16
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
 #endif
858
 #endif
849
 
859
 
850
 // @section TMC2130
860
 // @section TMC2130
886
   //#define E1_IS_TMC2130
896
   //#define E1_IS_TMC2130
887
   //#define E2_IS_TMC2130
897
   //#define E2_IS_TMC2130
888
   //#define E3_IS_TMC2130
898
   //#define E3_IS_TMC2130
899
+  //#define E4_IS_TMC2130
889
 
900
 
890
   /**
901
   /**
891
    * Stepper driver settings
902
    * Stepper driver settings
971
   //#define E1_IS_L6470
982
   //#define E1_IS_L6470
972
   //#define E2_IS_L6470
983
   //#define E2_IS_L6470
973
   //#define E3_IS_L6470
984
   //#define E3_IS_L6470
985
+  //#define E4_IS_L6470
974
 
986
 
975
   #define X_MICROSTEPS      16 // number of microsteps
987
   #define X_MICROSTEPS      16 // number of microsteps
976
   #define X_K_VAL           50 // 0 - 255, Higher values, are higher power. Be careful not to go too high
988
   #define X_K_VAL           50 // 0 - 255, Higher values, are higher power. Be careful not to go too high
1022
   #define E3_OVERCURRENT  2000
1034
   #define E3_OVERCURRENT  2000
1023
   #define E3_STALLCURRENT 1500
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
 #endif
1042
 #endif
1026
 
1043
 
1027
 /**
1044
 /**

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

798
 //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
802
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
803
 
803
 
804
 /**
804
 /**
818
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
818
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
819
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
822
 #define Z_PROBE_OFFSET_RANGE_MIN -20
823
 #define Z_PROBE_OFFSET_RANGE_MAX 20
823
 #define Z_PROBE_OFFSET_RANGE_MAX 20
824
 
824
 

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

793
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
797
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
798
 
798
 
799
 /**
799
 /**
813
 #define Z_CLEARANCE_DEPLOY_PROBE   50 // Z Clearance for Deploy/Stow
813
 #define Z_CLEARANCE_DEPLOY_PROBE   50 // Z Clearance for Deploy/Stow
814
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
817
 #define Z_PROBE_OFFSET_RANGE_MIN -20
818
 #define Z_PROBE_OFFSET_RANGE_MAX 20
818
 #define Z_PROBE_OFFSET_RANGE_MAX 20
819
 
819
 

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

800
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
804
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
805
 
805
 
806
 /**
806
 /**
820
 #define Z_CLEARANCE_DEPLOY_PROBE   100 // Z Clearance for Deploy/Stow
820
 #define Z_CLEARANCE_DEPLOY_PROBE   100 // Z Clearance for Deploy/Stow
821
 #define Z_CLEARANCE_BETWEEN_PROBES   5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -15
825
 #define Z_PROBE_OFFSET_RANGE_MIN -15
826
 #define Z_PROBE_OFFSET_RANGE_MAX   5
826
 #define Z_PROBE_OFFSET_RANGE_MAX   5

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

809
 //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
813
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
814
 
814
 
815
 /**
815
 /**
829
 #define Z_CLEARANCE_DEPLOY_PROBE   20 // Z Clearance for Deploy/Stow
829
 #define Z_CLEARANCE_DEPLOY_PROBE   20 // Z Clearance for Deploy/Stow
830
 #define Z_CLEARANCE_BETWEEN_PROBES 10 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
833
 #define Z_PROBE_OFFSET_RANGE_MIN -20
834
 #define Z_PROBE_OFFSET_RANGE_MAX 20
834
 #define Z_PROBE_OFFSET_RANGE_MAX 20
835
 
835
 

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

699
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
703
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
704
 
704
 
705
 /**
705
 /**
719
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
719
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
720
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
723
 #define Z_PROBE_OFFSET_RANGE_MIN -20
724
 #define Z_PROBE_OFFSET_RANGE_MAX 20
724
 #define Z_PROBE_OFFSET_RANGE_MAX 20
725
 
725
 

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

692
 #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
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
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
696
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
697
 
697
 
698
 /**
698
 /**
712
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
712
 #define Z_CLEARANCE_DEPLOY_PROBE   15 // Z Clearance for Deploy/Stow
713
 #define Z_CLEARANCE_BETWEEN_PROBES  5 // Z Clearance between probe points
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
 #define Z_PROBE_OFFSET_RANGE_MIN -20
716
 #define Z_PROBE_OFFSET_RANGE_MIN -20
717
 #define Z_PROBE_OFFSET_RANGE_MAX 20
717
 #define Z_PROBE_OFFSET_RANGE_MAX 20
718
 
718
 

Loading…
Cancel
Save