Browse Source

motion section marker below homing speeds

Scott Lahteine 9 years ago
parent
commit
e44b37cdc2

+ 5
- 7
Marlin/Configuration.h View File

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

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

+ 5
- 7
Marlin/example_configurations/Felix/Configuration.h View File

731
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
732
 #endif
733
 
733
 
734
-
735
-// @section motion
736
-
737
-/**
738
- * MOVEMENT SETTINGS
739
- */
740
-
741
 // Homing speeds (mm/m)
734
 // Homing speeds (mm/m)
742
 #define HOMING_FEEDRATE_XY (50*60)
735
 #define HOMING_FEEDRATE_XY (50*60)
743
 #define HOMING_FEEDRATE_Z  (4*60)
736
 #define HOMING_FEEDRATE_Z  (4*60)
744
 
737
 
738
+//
739
+// MOVEMENT SETTINGS
740
+// @section motion
741
+//
742
+
745
 // default settings
743
 // default settings
746
 
744
 
747
 // 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.
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 View File

729
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
730
 #endif
731
 
731
 
732
-
733
-// @section motion
734
-
735
-/**
736
- * MOVEMENT SETTINGS
737
- */
738
-
739
 // Homing speeds (mm/m)
732
 // Homing speeds (mm/m)
740
 #define HOMING_FEEDRATE_XY (50*60)
733
 #define HOMING_FEEDRATE_XY (50*60)
741
 #define HOMING_FEEDRATE_Z  (4*60)
734
 #define HOMING_FEEDRATE_Z  (4*60)
742
 
735
 
736
+//
737
+// MOVEMENT SETTINGS
738
+// @section motion
739
+//
740
+
743
 // default settings
741
 // default settings
744
 
742
 
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.
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 View File

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

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

+ 5
- 7
Marlin/example_configurations/K8200/Configuration.h View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

833
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
834
 #endif
835
 
835
 
836
-
837
-// @section motion
838
-
839
-/**
840
- * MOVEMENT SETTINGS
841
- */
842
-
843
 // Delta only homes to Z
836
 // Delta only homes to Z
844
 #define HOMING_FEEDRATE_Z  (60*60)
837
 #define HOMING_FEEDRATE_Z  (60*60)
845
 
838
 
839
+//
840
+// MOVEMENT SETTINGS
841
+// @section motion
842
+//
843
+
846
 // variables to calculate steps
844
 // variables to calculate steps
847
 #define XYZ_FULL_STEPS_PER_ROTATION 200
845
 #define XYZ_FULL_STEPS_PER_ROTATION 200
848
 #define XYZ_MICROSTEPS 16
846
 #define XYZ_MICROSTEPS 16
852
 // delta speeds must be the same on xyz
850
 // delta speeds must be the same on xyz
853
 #define XYZ_STEPS (XYZ_FULL_STEPS_PER_ROTATION * XYZ_MICROSTEPS / double(XYZ_BELT_PITCH) / double(XYZ_PULLEY_TEETH))
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
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {XYZ_STEPS, XYZ_STEPS, XYZ_STEPS, 158}   // default steps per unit for PowerWasp
855
 #define DEFAULT_AXIS_STEPS_PER_UNIT   {XYZ_STEPS, XYZ_STEPS, XYZ_STEPS, 158}   // default steps per unit for PowerWasp
856
 #define DEFAULT_MAX_FEEDRATE          {200, 200, 200, 25}    // (mm/sec)
856
 #define DEFAULT_MAX_FEEDRATE          {200, 200, 200, 25}    // (mm/sec)
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.
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 View File

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

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

Loading…
Cancel
Save