Browse Source

Apply NO_MOTION_BEFORE_HOMING to examples

Scott Lahteine 7 years ago
parent
commit
5ae390e240
29 changed files with 58 additions and 0 deletions
  1. 2
    0
      Marlin/src/config/default/Configuration.h
  2. 2
    0
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  3. 2
    0
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  4. 2
    0
      Marlin/src/config/examples/Anet/A6/Configuration.h
  5. 2
    0
      Marlin/src/config/examples/Anet/A8/Configuration.h
  6. 2
    0
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  7. 2
    0
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  8. 2
    0
      Marlin/src/config/examples/Cartesio/Configuration.h
  9. 2
    0
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  10. 2
    0
      Marlin/src/config/examples/Felix/Configuration.h
  11. 2
    0
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  12. 2
    0
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  13. 2
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  14. 2
    0
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  15. 2
    0
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  16. 2
    0
      Marlin/src/config/examples/RigidBot/Configuration.h
  17. 2
    0
      Marlin/src/config/examples/SCARA/Configuration.h
  18. 2
    0
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  19. 2
    0
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  20. 2
    0
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  21. 2
    0
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  22. 2
    0
      Marlin/src/config/examples/delta/generic/Configuration.h
  23. 2
    0
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  24. 2
    0
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  25. 2
    0
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  26. 2
    0
      Marlin/src/config/examples/makibox/Configuration.h
  27. 2
    0
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  28. 2
    0
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  29. 2
    0
      Marlin/src/config/examples/wt150/Configuration.h

+ 2
- 0
Marlin/src/config/default/Configuration.h View File

@@ -760,6 +760,8 @@
760 760
 
761 761
 // @section homing
762 762
 
763
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
764
+
763 765
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
764 766
                              // Be sure you have this distance over your Z_MAX_POS in case.
765 767
 

+ 2
- 0
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h View File

@@ -780,6 +780,8 @@
780 780
 
781 781
 // @section homing
782 782
 
783
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
784
+
783 785
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
784 786
                              // Be sure you have this distance over your Z_MAX_POS in case.
785 787
 

+ 2
- 0
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h View File

@@ -760,6 +760,8 @@
760 760
 
761 761
 // @section homing
762 762
 
763
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
764
+
763 765
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
764 766
                              // Be sure you have this distance over your Z_MAX_POS in case.
765 767
 

+ 2
- 0
Marlin/src/config/examples/Anet/A6/Configuration.h View File

@@ -844,6 +844,8 @@
844 844
 
845 845
 // @section homing
846 846
 
847
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
848
+
847 849
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
848 850
                              // Be sure you have this distance over your Z_MAX_POS in case.
849 851
 

+ 2
- 0
Marlin/src/config/examples/Anet/A8/Configuration.h View File

@@ -766,6 +766,8 @@
766 766
 
767 767
 // @section homing
768 768
 
769
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
770
+
769 771
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
770 772
                              // Be sure you have this distance over your Z_MAX_POS in case.
771 773
 

+ 2
- 0
Marlin/src/config/examples/BQ/Hephestos/Configuration.h View File

@@ -751,6 +751,8 @@
751 751
 
752 752
 // @section homing
753 753
 
754
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
755
+
754 756
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
755 757
                              // Be sure you have this distance over your Z_MAX_POS in case.
756 758
 

+ 2
- 0
Marlin/src/config/examples/BQ/WITBOX/Configuration.h View File

@@ -751,6 +751,8 @@
751 751
 
752 752
 // @section homing
753 753
 
754
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
755
+
754 756
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
755 757
                              // Be sure you have this distance over your Z_MAX_POS in case.
756 758
 

+ 2
- 0
Marlin/src/config/examples/Cartesio/Configuration.h View File

@@ -759,6 +759,8 @@
759 759
 
760 760
 // @section homing
761 761
 
762
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
763
+
762 764
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
763 765
                              // Be sure you have this distance over your Z_MAX_POS in case.
764 766
 

+ 2
- 0
Marlin/src/config/examples/Creality/CR-10/Configuration.h View File

@@ -770,6 +770,8 @@
770 770
 
771 771
 // @section homing
772 772
 
773
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
774
+
773 775
 //#define Z_HOMING_HEIGHT 5  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
774 776
                              // Be sure you have this distance over your Z_MAX_POS in case.
775 777
 

+ 2
- 0
Marlin/src/config/examples/Felix/Configuration.h View File

@@ -742,6 +742,8 @@
742 742
 
743 743
 // @section homing
744 744
 
745
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
746
+
745 747
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
746 748
                              // Be sure you have this distance over your Z_MAX_POS in case.
747 749
 

+ 2
- 0
Marlin/src/config/examples/Felix/DUAL/Configuration.h View File

@@ -742,6 +742,8 @@
742 742
 
743 743
 // @section homing
744 744
 
745
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
746
+
745 747
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
746 748
                              // Be sure you have this distance over your Z_MAX_POS in case.
747 749
 

+ 2
- 0
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h View File

@@ -775,6 +775,8 @@
775 775
 
776 776
 // @section homing
777 777
 
778
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
779
+
778 780
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
779 781
                              // Be sure you have this distance over your Z_MAX_POS in case.
780 782
 

+ 2
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h View File

@@ -764,6 +764,8 @@
764 764
 
765 765
 // @section homing
766 766
 
767
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
768
+
767 769
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
768 770
                              // Be sure you have this distance over your Z_MAX_POS in case.
769 771
 

+ 2
- 0
Marlin/src/config/examples/Malyan/M150/Configuration.h View File

@@ -784,6 +784,8 @@
784 784
 
785 785
 // @section homing
786 786
 
787
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
788
+
787 789
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
788 790
                              // Be sure you have this distance over your Z_MAX_POS in case.
789 791
 

+ 2
- 0
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h View File

@@ -760,6 +760,8 @@
760 760
 
761 761
 // @section homing
762 762
 
763
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
764
+
763 765
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
764 766
                              // Be sure you have this distance over your Z_MAX_POS in case.
765 767
 

+ 2
- 0
Marlin/src/config/examples/RigidBot/Configuration.h View File

@@ -758,6 +758,8 @@
758 758
 
759 759
 // @section homing
760 760
 
761
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
762
+
761 763
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
762 764
                              // Be sure you have this distance over your Z_MAX_POS in case.
763 765
 

+ 2
- 0
Marlin/src/config/examples/SCARA/Configuration.h View File

@@ -772,6 +772,8 @@
772 772
 
773 773
 // @section homing
774 774
 
775
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
776
+
775 777
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
776 778
                              // Be sure you have this distance over your Z_MAX_POS in case.
777 779
 

+ 2
- 0
Marlin/src/config/examples/TinyBoy2/Configuration.h View File

@@ -811,6 +811,8 @@
811 811
 
812 812
 // @section homing
813 813
 
814
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
815
+
814 816
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
815 817
                              // Be sure you have this distance over your Z_MAX_POS in case.
816 818
 

+ 2
- 0
Marlin/src/config/examples/Velleman/K8400/Configuration.h View File

@@ -760,6 +760,8 @@
760 760
 
761 761
 // @section homing
762 762
 
763
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
764
+
763 765
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
764 766
                              // Be sure you have this distance over your Z_MAX_POS in case.
765 767
 

+ 2
- 0
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h View File

@@ -760,6 +760,8 @@
760 760
 
761 761
 // @section homing
762 762
 
763
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
764
+
763 765
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
764 766
                              // Be sure you have this distance over your Z_MAX_POS in case.
765 767
 

+ 2
- 0
Marlin/src/config/examples/adafruit/ST7565/Configuration.h View File

@@ -760,6 +760,8 @@
760 760
 
761 761
 // @section homing
762 762
 
763
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
764
+
763 765
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
764 766
                              // Be sure you have this distance over your Z_MAX_POS in case.
765 767
 

+ 2
- 0
Marlin/src/config/examples/delta/generic/Configuration.h View File

@@ -871,6 +871,8 @@
871 871
 
872 872
 // @section homing
873 873
 
874
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
875
+
874 876
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
875 877
                              // Be sure you have this distance over your Z_MAX_POS in case.
876 878
 

+ 2
- 0
Marlin/src/config/examples/delta/kossel_mini/Configuration.h View File

@@ -874,6 +874,8 @@
874 874
 
875 875
 // @section homing
876 876
 
877
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
878
+
877 879
 //#define Z_HOMING_HEIGHT 15 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
878 880
                              // Be sure you have this distance over your Z_MAX_POS in case.
879 881
 

+ 2
- 0
Marlin/src/config/examples/delta/kossel_pro/Configuration.h View File

@@ -874,6 +874,8 @@
874 874
 
875 875
 // @section homing
876 876
 
877
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
878
+
877 879
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
878 880
                              // Be sure you have this distance over your Z_MAX_POS in case.
879 881
 

+ 2
- 0
Marlin/src/config/examples/delta/kossel_xl/Configuration.h View File

@@ -883,6 +883,8 @@
883 883
 
884 884
 // @section homing
885 885
 
886
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
887
+
886 888
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
887 889
                              // Be sure you have this distance over your Z_MAX_POS in case.
888 890
 

+ 2
- 0
Marlin/src/config/examples/makibox/Configuration.h View File

@@ -763,6 +763,8 @@
763 763
 
764 764
 // @section homing
765 765
 
766
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
767
+
766 768
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
767 769
                              // Be sure you have this distance over your Z_MAX_POS in case.
768 770
 

+ 2
- 0
Marlin/src/config/examples/stm32f103ret6/Configuration.h View File

@@ -746,6 +746,8 @@
746 746
 
747 747
 // @section homing
748 748
 
749
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
750
+
749 751
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
750 752
                              // Be sure you have this distance over your Z_MAX_POS in case.
751 753
 

+ 2
- 0
Marlin/src/config/examples/tvrrug/Round2/Configuration.h View File

@@ -755,6 +755,8 @@
755 755
 
756 756
 // @section homing
757 757
 
758
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
759
+
758 760
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
759 761
                              // Be sure you have this distance over your Z_MAX_POS in case.
760 762
 

+ 2
- 0
Marlin/src/config/examples/wt150/Configuration.h View File

@@ -765,6 +765,8 @@
765 765
 
766 766
 // @section homing
767 767
 
768
+//#define NO_MOTION_BEFORE_HOMING  // Inhibit movement until all axes have been homed
769
+
768 770
 //#define Z_HOMING_HEIGHT 4  // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
769 771
                              // Be sure you have this distance over your Z_MAX_POS in case.
770 772
 

Loading…
Cancel
Save