Selaa lähdekoodia

motion section marker below homing speeds

Scott Lahteine 9 vuotta sitten
vanhempi
commit
e44b37cdc2

+ 5
- 7
Marlin/Configuration.h Näytä tiedosto

@@ -749,17 +749,15 @@
749 749
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
750 750
 #endif
751 751
 
752
-
753
-// @section motion
754
-
755
-/**
756
- * MOVEMENT SETTINGS
757
- */
758
-
759 752
 // Homing speeds (mm/m)
760 753
 #define HOMING_FEEDRATE_XY (50*60)
761 754
 #define HOMING_FEEDRATE_Z  (4*60)
762 755
 
756
+//
757
+// MOVEMENT SETTINGS
758
+// @section motion
759
+//
760
+
763 761
 // default settings
764 762
 
765 763
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,4000,500}  // default steps per unit for Ultimaker

+ 5
- 7
Marlin/example_configurations/Cartesio/Configuration.h Näytä tiedosto

@@ -749,17 +749,15 @@
749 749
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
750 750
 #endif
751 751
 
752
-
753
-// @section motion
754
-
755
-/**
756
- * MOVEMENT SETTINGS
757
- */
758
-
759 752
 // Homing speeds (mm/m)
760 753
 #define HOMING_FEEDRATE_XY (50*60)
761 754
 #define HOMING_FEEDRATE_Z  (10*60)
762 755
 
756
+//
757
+// MOVEMENT SETTINGS
758
+// @section motion
759
+//
760
+
763 761
 // default settings
764 762
 
765 763
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {71.128,71.128,640,152}

+ 5
- 7
Marlin/example_configurations/Felix/Configuration.h Näytä tiedosto

@@ -731,17 +731,15 @@
731 731
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
732 732
 #endif
733 733
 
734
-
735
-// @section motion
736
-
737
-/**
738
- * MOVEMENT SETTINGS
739
- */
740
-
741 734
 // Homing speeds (mm/m)
742 735
 #define HOMING_FEEDRATE_XY (50*60)
743 736
 #define HOMING_FEEDRATE_Z  (4*60)
744 737
 
738
+//
739
+// MOVEMENT SETTINGS
740
+// @section motion
741
+//
742
+
745 743
 // default settings
746 744
 
747 745
 // default steps per unit for Felix 2.0/3.0: 0.00249mm x/y rounding error with 3mm pitch HTD belt and 14 tooth pulleys. 0 z error.

+ 5
- 7
Marlin/example_configurations/Felix/DUAL/Configuration.h Näytä tiedosto

@@ -729,17 +729,15 @@
729 729
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
730 730
 #endif
731 731
 
732
-
733
-// @section motion
734
-
735
-/**
736
- * MOVEMENT SETTINGS
737
- */
738
-
739 732
 // Homing speeds (mm/m)
740 733
 #define HOMING_FEEDRATE_XY (50*60)
741 734
 #define HOMING_FEEDRATE_Z  (4*60)
742 735
 
736
+//
737
+// MOVEMENT SETTINGS
738
+// @section motion
739
+//
740
+
743 741
 // default settings
744 742
 
745 743
 // default steps per unit for Felix 2.0/3.0: 0.00249mm x/y rounding error with 3mm pitch HTD belt and 14 tooth pulleys. 0 z error.

+ 5
- 7
Marlin/example_configurations/Hephestos/Configuration.h Näytä tiedosto

@@ -741,17 +741,15 @@
741 741
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
742 742
 #endif
743 743
 
744
-
745
-// @section motion
746
-
747
-/**
748
- * MOVEMENT SETTINGS
749
- */
750
-
751 744
 // Homing speeds (mm/m)
752 745
 #define HOMING_FEEDRATE_XY 2000
753 746
 #define HOMING_FEEDRATE_Z  150
754 747
 
748
+//
749
+// MOVEMENT SETTINGS
750
+// @section motion
751
+//
752
+
755 753
 // default settings
756 754
 
757 755
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,4000,100.47095761381482}  // default steps per unit for Ultimaker

+ 5
- 7
Marlin/example_configurations/Hephestos_2/Configuration.h Näytä tiedosto

@@ -743,17 +743,15 @@
743 743
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
744 744
 #endif
745 745
 
746
-
747
-// @section motion
748
-
749
-/**
750
- * MOVEMENT SETTINGS
751
- */
752
-
753 746
 // Homing speeds (mm/m)
754 747
 #define HOMING_FEEDRATE_XY (150*60)
755 748
 #define HOMING_FEEDRATE_Z  200
756 749
 
750
+//
751
+// MOVEMENT SETTINGS
752
+// @section motion
753
+//
754
+
757 755
 // default settings
758 756
 
759 757
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {160, 160, 8000, 210.02}  // Steps per unit

+ 5
- 7
Marlin/example_configurations/K8200/Configuration.h Näytä tiedosto

@@ -766,17 +766,15 @@
766 766
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
767 767
 #endif
768 768
 
769
-
770
-// @section motion
771
-
772
-/**
773
- * MOVEMENT SETTINGS
774
- */
775
-
776 769
 // Homing speeds (mm/m)
777 770
 #define HOMING_FEEDRATE_XY (50*60)
778 771
 #define HOMING_FEEDRATE_Z  (4*60)
779 772
 
773
+//
774
+// MOVEMENT SETTINGS
775
+// @section motion
776
+//
777
+
780 778
 // default settings
781 779
 
782 780
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {64.25,64.25,2560,600}  // default steps per unit for K8200

+ 5
- 7
Marlin/example_configurations/K8400/Configuration.h Näytä tiedosto

@@ -749,17 +749,15 @@
749 749
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
750 750
 #endif
751 751
 
752
-
753
-// @section motion
754
-
755
-/**
756
- * MOVEMENT SETTINGS
757
- */
758
-
759 752
 // Homing speeds (mm/m)
760 753
 #define HOMING_FEEDRATE_XY (50*60)
761 754
 #define HOMING_FEEDRATE_Z  (8*60)
762 755
 
756
+//
757
+// MOVEMENT SETTINGS
758
+// @section motion
759
+//
760
+
763 761
 // default settings
764 762
 
765 763
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {134.74,134.74,4266.66,148.7}  // default steps per unit for Ultimaker

+ 5
- 7
Marlin/example_configurations/K8400/Dual-head/Configuration.h Näytä tiedosto

@@ -749,17 +749,15 @@
749 749
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
750 750
 #endif
751 751
 
752
-
753
-// @section motion
754
-
755
-/**
756
- * MOVEMENT SETTINGS
757
- */
758
-
759 752
 // Homing speeds (mm/m)
760 753
 #define HOMING_FEEDRATE_XY (50*60)
761 754
 #define HOMING_FEEDRATE_Z  (8*60)
762 755
 
756
+//
757
+// MOVEMENT SETTINGS
758
+// @section motion
759
+//
760
+
763 761
 // default settings
764 762
 
765 763
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {134.74,134.74,4266.66,148.7}  // default steps per unit for Ultimaker

+ 5
- 7
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Näytä tiedosto

@@ -749,17 +749,15 @@
749 749
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
750 750
 #endif
751 751
 
752
-
753
-// @section motion
754
-
755
-/**
756
- * MOVEMENT SETTINGS
757
- */
758
-
759 752
 // Homing speeds (mm/m)
760 753
 #define HOMING_FEEDRATE_XY (50*60)
761 754
 #define HOMING_FEEDRATE_Z  (4*60)
762 755
 
756
+//
757
+// MOVEMENT SETTINGS
758
+// @section motion
759
+//
760
+
763 761
 // default settings
764 762
 
765 763
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {78.7402*2,78.7402*2,5120.00,760*1*1.5}  // default steps per unit for Ultimaker

+ 5
- 7
Marlin/example_configurations/RigidBot/Configuration.h Näytä tiedosto

@@ -746,17 +746,15 @@
746 746
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
747 747
 #endif
748 748
 
749
-
750
-// @section motion
751
-
752
-/**
753
- * MOVEMENT SETTINGS
754
- */
755
-
756 749
 // Homing speeds (mm/m)
757 750
 #define HOMING_FEEDRATE_XY (50*60)
758 751
 #define HOMING_FEEDRATE_Z  (15*60)
759 752
 
753
+//
754
+// MOVEMENT SETTINGS
755
+// @section motion
756
+//
757
+
760 758
 // default settings
761 759
 
762 760
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {44.3090, 22.1545, 1600, 53.5}  // default steps per unit for RigidBot with standard hardware

+ 5
- 7
Marlin/example_configurations/SCARA/Configuration.h Näytä tiedosto

@@ -757,17 +757,15 @@
757 757
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
758 758
 #endif
759 759
 
760
-
761
-// @section motion
762
-
763
-/**
764
- * MOVEMENT SETTINGS
765
- */
766
-
767 760
 // Homing speeds (mm/m)
768 761
 #define HOMING_FEEDRATE_XY (40*60)
769 762
 #define HOMING_FEEDRATE_Z  (10*60)
770 763
 
764
+//
765
+// MOVEMENT SETTINGS
766
+// @section motion
767
+//
768
+
771 769
 // default settings
772 770
 
773 771
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {103.69,106.65,200/1.25,1000}  // default steps per unit for SCARA

+ 5
- 7
Marlin/example_configurations/TAZ4/Configuration.h Näytä tiedosto

@@ -770,17 +770,15 @@
770 770
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
771 771
 #endif
772 772
 
773
-
774
-// @section motion
775
-
776
-/**
777
- * MOVEMENT SETTINGS
778
- */
779
-
780 773
 // Homing speeds (mm/m)
781 774
 #define HOMING_FEEDRATE_XY (50*60)
782 775
 #define HOMING_FEEDRATE_Z  (8*60)
783 776
 
777
+//
778
+// MOVEMENT SETTINGS
779
+// @section motion
780
+//
781
+
784 782
 // default settings
785 783
 
786 784
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {100.5,100.5,400,850}  // default steps per unit for Ultimaker

+ 5
- 7
Marlin/example_configurations/WITBOX/Configuration.h Näytä tiedosto

@@ -741,17 +741,15 @@
741 741
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
742 742
 #endif
743 743
 
744
-
745
-// @section motion
746
-
747
-/**
748
- * MOVEMENT SETTINGS
749
- */
750
-
751 744
 // Homing speeds (mm/m)
752 745
 #define HOMING_FEEDRATE_XY (120*60)
753 746
 #define HOMING_FEEDRATE_Z  432
754 747
 
748
+//
749
+// MOVEMENT SETTINGS
750
+// @section motion
751
+//
752
+
755 753
 // default settings
756 754
 
757 755
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,600.0*8/3,102.073}  // default steps per unit for Ultimaker

+ 5
- 7
Marlin/example_configurations/adafruit/ST7565/Configuration.h Näytä tiedosto

@@ -749,17 +749,15 @@
749 749
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
750 750
 #endif
751 751
 
752
-
753
-// @section motion
754
-
755
-/**
756
- * MOVEMENT SETTINGS
757
- */
758
-
759 752
 // Homing speeds (mm/m)
760 753
 #define HOMING_FEEDRATE_XY (50*60)
761 754
 #define HOMING_FEEDRATE_Z  (4*60)
762 755
 
756
+//
757
+// MOVEMENT SETTINGS
758
+// @section motion
759
+//
760
+
763 761
 // default settings
764 762
 
765 763
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,4000,500}  // default steps per unit for Ultimaker

+ 5
- 6
Marlin/example_configurations/delta/biv2.5/Configuration.h Näytä tiedosto

@@ -842,15 +842,14 @@
842 842
 #endif
843 843
 
844 844
 
845
-// @section motion
846
-
847
-/**
848
- * MOVEMENT SETTINGS
849
- */
850
-
851 845
 // Delta only homes to Z
852 846
 #define HOMING_FEEDRATE_Z  (200*30)
853 847
 
848
+//
849
+// MOVEMENT SETTINGS
850
+// @section motion
851
+//
852
+
854 853
 // default settings
855 854
 // delta speeds must be the same on xyz
856 855
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {72.9, 72.9, 72.9, 291}  // default steps per unit for BI v2.5 (cable drive)

+ 5
- 6
Marlin/example_configurations/delta/generic/Configuration.h Näytä tiedosto

@@ -836,15 +836,14 @@
836 836
 #endif
837 837
 
838 838
 
839
-// @section motion
840
-
841
-/**
842
- * MOVEMENT SETTINGS
843
- */
844
-
845 839
 // Delta only homes to Z
846 840
 #define HOMING_FEEDRATE_Z  (200*60)
847 841
 
842
+//
843
+// MOVEMENT SETTINGS
844
+// @section motion
845
+//
846
+
848 847
 // default settings
849 848
 // delta speeds must be the same on xyz
850 849
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {80, 80, 80, 760*1.1}  // default steps per unit for Kossel (GT2, 20 tooth)

+ 5
- 6
Marlin/example_configurations/delta/kossel_mini/Configuration.h Näytä tiedosto

@@ -839,15 +839,14 @@
839 839
 #endif
840 840
 
841 841
 
842
-// @section motion
843
-
844
-/**
845
- * MOVEMENT SETTINGS
846
- */
847
-
848 842
 // Delta only homes to Z
849 843
 #define HOMING_FEEDRATE_Z  (200*60)
850 844
 
845
+//
846
+// MOVEMENT SETTINGS
847
+// @section motion
848
+//
849
+
851 850
 // default settings
852 851
 // delta speeds must be the same on xyz
853 852
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {80, 80, 80, 760*1.1}  // default steps per unit for Kossel (GT2, 20 tooth)

+ 5
- 6
Marlin/example_configurations/delta/kossel_pro/Configuration.h Näytä tiedosto

@@ -833,15 +833,14 @@
833 833
 #endif
834 834
 
835 835
 
836
-// @section motion
837
-
838
-/**
839
- * MOVEMENT SETTINGS
840
- */
841
-
842 836
 // Delta only homes to Z
843 837
 #define HOMING_FEEDRATE_Z  (200*60)
844 838
 
839
+//
840
+// MOVEMENT SETTINGS
841
+// @section motion
842
+//
843
+
845 844
 #define XYZ_FULL_STEPS_PER_ROTATION 200
846 845
 #define XYZ_MICROSTEPS 32
847 846
 #define XYZ_BELT_PITCH 2

+ 7
- 7
Marlin/example_configurations/delta/kossel_xl/Configuration.h Näytä tiedosto

@@ -833,16 +833,14 @@
833 833
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
834 834
 #endif
835 835
 
836
-
837
-// @section motion
838
-
839
-/**
840
- * MOVEMENT SETTINGS
841
- */
842
-
843 836
 // Delta only homes to Z
844 837
 #define HOMING_FEEDRATE_Z  (60*60)
845 838
 
839
+//
840
+// MOVEMENT SETTINGS
841
+// @section motion
842
+//
843
+
846 844
 // variables to calculate steps
847 845
 #define XYZ_FULL_STEPS_PER_ROTATION 200
848 846
 #define XYZ_MICROSTEPS 16
@@ -852,6 +850,8 @@
852 850
 // delta speeds must be the same on xyz
853 851
 #define XYZ_STEPS (XYZ_FULL_STEPS_PER_ROTATION * XYZ_MICROSTEPS / double(XYZ_BELT_PITCH) / double(XYZ_PULLEY_TEETH))
854 852
 
853
+// default settings
854
+
855 855
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {XYZ_STEPS, XYZ_STEPS, XYZ_STEPS, 158}   // default steps per unit for PowerWasp
856 856
 #define DEFAULT_MAX_FEEDRATE          {200, 200, 200, 25}    // (mm/sec)
857 857
 #define DEFAULT_MAX_ACCELERATION      {9000,9000,9000,10000}    // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.

+ 5
- 7
Marlin/example_configurations/makibox/Configuration.h Näytä tiedosto

@@ -752,17 +752,15 @@
752 752
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
753 753
 #endif
754 754
 
755
-
756
-// @section motion
757
-
758
-/**
759
- * MOVEMENT SETTINGS
760
- */
761
-
762 755
 // Homing speeds (mm/m)
763 756
 #define HOMING_FEEDRATE_XY 1500
764 757
 #define HOMING_FEEDRATE_Z  (2*60)
765 758
 
759
+//
760
+// MOVEMENT SETTINGS
761
+// @section motion
762
+//
763
+
766 764
 // default settings
767 765
 
768 766
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {400, 400, 400, 163}     // default steps per unit for ***** MakiBox A6 *****

+ 5
- 7
Marlin/example_configurations/tvrrug/Round2/Configuration.h Näytä tiedosto

@@ -739,17 +739,15 @@
739 739
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
740 740
 #endif
741 741
 
742
-
743
-// @section motion
744
-
745
-/**
746
- * MOVEMENT SETTINGS
747
- */
748
-
749 742
 // Homing speeds (mm/m)
750 743
 #define HOMING_FEEDRATE_XY (50*60)
751 744
 #define HOMING_FEEDRATE_Z  (4*60)
752 745
 
746
+//
747
+// MOVEMENT SETTINGS
748
+// @section motion
749
+//
750
+
753 751
 // default settings
754 752
 
755 753
 //#define DEFAULT_AXIS_STEPS_PER_UNIT   {79.87, 79.87, 2566, 563,78} // Al's TVRR

Loading…
Peruuta
Tallenna