Browse Source

The plural of 'axis' is 'axes'

Scott Lahteine 6 years ago
parent
commit
393ceb28fc
38 changed files with 80 additions and 80 deletions
  1. 2
    2
      Marlin/Configuration.h
  2. 2
    2
      Marlin/example_configurations/AlephObjects/TAZ4/Configuration.h
  3. 2
    2
      Marlin/example_configurations/AliExpress/CL-260/Configuration.h
  4. 6
    6
      Marlin/example_configurations/Anet/A6/Configuration.h
  5. 2
    2
      Marlin/example_configurations/Anet/A8/Configuration.h
  6. 2
    2
      Marlin/example_configurations/BQ/Hephestos/Configuration.h
  7. 2
    2
      Marlin/example_configurations/BQ/Hephestos_2/Configuration.h
  8. 2
    2
      Marlin/example_configurations/BQ/WITBOX/Configuration.h
  9. 2
    2
      Marlin/example_configurations/Cartesio/Configuration.h
  10. 2
    2
      Marlin/example_configurations/Creality/CR-10/Configuration.h
  11. 2
    2
      Marlin/example_configurations/Felix/Configuration.h
  12. 2
    2
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  13. 2
    2
      Marlin/example_configurations/FolgerTech/i3-2020/Configuration.h
  14. 2
    2
      Marlin/example_configurations/Geeetech/GT2560/Configuration.h
  15. 2
    2
      Marlin/example_configurations/Geeetech/I3_Pro_X-GT2560/Configuration.h
  16. 2
    2
      Marlin/example_configurations/Infitary/i3-M508/Configuration.h
  17. 2
    2
      Marlin/example_configurations/Malyan/M150/Configuration.h
  18. 2
    2
      Marlin/example_configurations/Micromake/C1/basic/Configuration.h
  19. 2
    2
      Marlin/example_configurations/Micromake/C1/enhanced/Configuration.h
  20. 2
    2
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  21. 2
    2
      Marlin/example_configurations/RigidBot/Configuration.h
  22. 2
    2
      Marlin/example_configurations/SCARA/Configuration.h
  23. 2
    2
      Marlin/example_configurations/Sanguinololu/Configuration.h
  24. 2
    2
      Marlin/example_configurations/TinyBoy2/Configuration.h
  25. 2
    2
      Marlin/example_configurations/Velleman/K8200/Configuration.h
  26. 2
    2
      Marlin/example_configurations/Velleman/K8400/Configuration.h
  27. 2
    2
      Marlin/example_configurations/Velleman/K8400/Dual-head/Configuration.h
  28. 2
    2
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  29. 2
    2
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h
  30. 2
    2
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h
  31. 2
    2
      Marlin/example_configurations/delta/generic/Configuration.h
  32. 2
    2
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  33. 2
    2
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  34. 2
    2
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  35. 2
    2
      Marlin/example_configurations/gCreate/gMax1.5+/Configuration.h
  36. 2
    2
      Marlin/example_configurations/makibox/Configuration.h
  37. 2
    2
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  38. 2
    2
      Marlin/example_configurations/wt150/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

@@ -1014,8 +1014,8 @@
1014 1014
 //#define Z_SAFE_HOMING
1015 1015
 
1016 1016
 #if ENABLED(Z_SAFE_HOMING)
1017
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1018
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1017
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1018
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1019 1019
 #endif
1020 1020
 
1021 1021
 // Homing speeds (mm/m)

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

@@ -1034,8 +1034,8 @@
1034 1034
 //#define Z_SAFE_HOMING
1035 1035
 
1036 1036
 #if ENABLED(Z_SAFE_HOMING)
1037
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1038
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1037
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1038
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1039 1039
 #endif
1040 1040
 
1041 1041
 // Homing speeds (mm/m)

+ 2
- 2
Marlin/example_configurations/AliExpress/CL-260/Configuration.h View File

@@ -1014,8 +1014,8 @@
1014 1014
 //#define Z_SAFE_HOMING
1015 1015
 
1016 1016
 #if ENABLED(Z_SAFE_HOMING)
1017
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1018
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1017
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1018
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1019 1019
 #endif
1020 1020
 
1021 1021
 // Homing speeds (mm/m)

+ 6
- 6
Marlin/example_configurations/Anet/A6/Configuration.h View File

@@ -1162,16 +1162,16 @@
1162 1162
 #define Z_SAFE_HOMING
1163 1163
 
1164 1164
 #if ENABLED(Z_SAFE_HOMING)
1165
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1166
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1165
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1166
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1167 1167
 
1168 1168
   //Anet A6 with new X-Axis
1169
-  //#define Z_SAFE_HOMING_X_POINT 113    // X point for Z homing when homing all axis (G28).
1170
-  //#define Z_SAFE_HOMING_Y_POINT 112    // Y point for Z homing when homing all axis (G28).
1169
+  //#define Z_SAFE_HOMING_X_POINT 113    // X point for Z homing when homing all axes (G28).
1170
+  //#define Z_SAFE_HOMING_Y_POINT 112    // Y point for Z homing when homing all axes (G28).
1171 1171
 
1172 1172
   //Anet A6 with new X-Axis and defined X_HOME_POS -7, Y_HOME_POS -6
1173
-  //#define Z_SAFE_HOMING_X_POINT 107    // X point for Z homing when homing all axis (G28).
1174
-  //#define Z_SAFE_HOMING_Y_POINT 107    // Y point for Z homing when homing all axis (G28).
1173
+  //#define Z_SAFE_HOMING_X_POINT 107    // X point for Z homing when homing all axes (G28).
1174
+  //#define Z_SAFE_HOMING_Y_POINT 107    // Y point for Z homing when homing all axes (G28).
1175 1175
 
1176 1176
 #endif
1177 1177
 

+ 2
- 2
Marlin/example_configurations/Anet/A8/Configuration.h View File

@@ -1020,8 +1020,8 @@
1020 1020
 //#define Z_SAFE_HOMING
1021 1021
 
1022 1022
 #if ENABLED(Z_SAFE_HOMING)
1023
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1024
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1023
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1024
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1025 1025
 #endif
1026 1026
 
1027 1027
 // Homing speeds (mm/m)

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

@@ -1005,8 +1005,8 @@
1005 1005
 //#define Z_SAFE_HOMING
1006 1006
 
1007 1007
 #if ENABLED(Z_SAFE_HOMING)
1008
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1009
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1008
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1009
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1010 1010
 #endif
1011 1011
 
1012 1012
 // Homing speeds (mm/m)

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

@@ -1015,8 +1015,8 @@
1015 1015
 #define Z_SAFE_HOMING
1016 1016
 
1017 1017
 #if ENABLED(Z_SAFE_HOMING)
1018
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1019
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1018
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1019
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1020 1020
 #endif
1021 1021
 
1022 1022
 // Homing speeds (mm/m)

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

@@ -1005,8 +1005,8 @@
1005 1005
 //#define Z_SAFE_HOMING
1006 1006
 
1007 1007
 #if ENABLED(Z_SAFE_HOMING)
1008
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1009
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1008
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1009
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1010 1010
 #endif
1011 1011
 
1012 1012
 // Homing speeds (mm/m)

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

@@ -1013,8 +1013,8 @@
1013 1013
 //#define Z_SAFE_HOMING
1014 1014
 
1015 1015
 #if ENABLED(Z_SAFE_HOMING)
1016
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1017
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1016
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1017
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1018 1018
 #endif
1019 1019
 
1020 1020
 // Homing speeds (mm/m)

+ 2
- 2
Marlin/example_configurations/Creality/CR-10/Configuration.h View File

@@ -1024,8 +1024,8 @@
1024 1024
 //#define Z_SAFE_HOMING
1025 1025
 
1026 1026
 #if ENABLED(Z_SAFE_HOMING)
1027
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1028
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1027
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1028
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1029 1029
 #endif
1030 1030
 
1031 1031
 // Homing speeds (mm/m)

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

@@ -996,8 +996,8 @@
996 996
 //#define Z_SAFE_HOMING
997 997
 
998 998
 #if ENABLED(Z_SAFE_HOMING)
999
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1000
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
999
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1000
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1001 1001
 #endif
1002 1002
 
1003 1003
 // Homing speeds (mm/m)

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

@@ -996,8 +996,8 @@
996 996
 //#define Z_SAFE_HOMING
997 997
 
998 998
 #if ENABLED(Z_SAFE_HOMING)
999
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1000
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
999
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1000
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1001 1001
 #endif
1002 1002
 
1003 1003
 // Homing speeds (mm/m)

+ 2
- 2
Marlin/example_configurations/FolgerTech/i3-2020/Configuration.h View File

@@ -1019,8 +1019,8 @@
1019 1019
 #define Z_SAFE_HOMING
1020 1020
 
1021 1021
 #if ENABLED(Z_SAFE_HOMING)
1022
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1023
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1022
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1023
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1024 1024
 #endif
1025 1025
 
1026 1026
 // Homing speeds (mm/m)

+ 2
- 2
Marlin/example_configurations/Geeetech/GT2560/Configuration.h View File

@@ -1029,8 +1029,8 @@
1029 1029
 //#define Z_SAFE_HOMING
1030 1030
 
1031 1031
 #if ENABLED(Z_SAFE_HOMING)
1032
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1033
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1032
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1033
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1034 1034
 #endif
1035 1035
 
1036 1036
 // Homing speeds (mm/m)

+ 2
- 2
Marlin/example_configurations/Geeetech/I3_Pro_X-GT2560/Configuration.h View File

@@ -1014,8 +1014,8 @@
1014 1014
 //#define Z_SAFE_HOMING
1015 1015
 
1016 1016
 #if ENABLED(Z_SAFE_HOMING)
1017
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1018
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1017
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1018
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1019 1019
 #endif
1020 1020
 
1021 1021
 // Homing speeds (mm/m)

+ 2
- 2
Marlin/example_configurations/Infitary/i3-M508/Configuration.h View File

@@ -1018,8 +1018,8 @@
1018 1018
 //#define Z_SAFE_HOMING
1019 1019
 
1020 1020
 #if ENABLED(Z_SAFE_HOMING)
1021
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1022
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1021
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1022
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1023 1023
 #endif
1024 1024
 
1025 1025
 // Homing speeds (mm/m)

+ 2
- 2
Marlin/example_configurations/Malyan/M150/Configuration.h View File

@@ -1042,8 +1042,8 @@
1042 1042
 //#define Z_SAFE_HOMING
1043 1043
 
1044 1044
 #if ENABLED(Z_SAFE_HOMING)
1045
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1046
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1045
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1046
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1047 1047
 #endif
1048 1048
 
1049 1049
 // Homing speeds (mm/m)

+ 2
- 2
Marlin/example_configurations/Micromake/C1/basic/Configuration.h View File

@@ -1018,8 +1018,8 @@
1018 1018
 //#define Z_SAFE_HOMING
1019 1019
 
1020 1020
 #if ENABLED(Z_SAFE_HOMING)
1021
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1022
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1021
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1022
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1023 1023
 #endif
1024 1024
 
1025 1025
 // Homing speeds (mm/m)

+ 2
- 2
Marlin/example_configurations/Micromake/C1/enhanced/Configuration.h View File

@@ -1018,8 +1018,8 @@
1018 1018
 //#define Z_SAFE_HOMING
1019 1019
 
1020 1020
 #if ENABLED(Z_SAFE_HOMING)
1021
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1022
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1021
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1022
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1023 1023
 #endif
1024 1024
 
1025 1025
 // Homing speeds (mm/m)

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

@@ -1014,8 +1014,8 @@
1014 1014
 //#define Z_SAFE_HOMING
1015 1015
 
1016 1016
 #if ENABLED(Z_SAFE_HOMING)
1017
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1018
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1017
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1018
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1019 1019
 #endif
1020 1020
 
1021 1021
 // Homing speeds (mm/m)

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

@@ -1012,8 +1012,8 @@
1012 1012
 //#define Z_SAFE_HOMING
1013 1013
 
1014 1014
 #if ENABLED(Z_SAFE_HOMING)
1015
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1016
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1015
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1016
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1017 1017
 #endif
1018 1018
 
1019 1019
 // Homing speeds (mm/m)

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

@@ -1026,8 +1026,8 @@
1026 1026
 //#define Z_SAFE_HOMING
1027 1027
 
1028 1028
 #if ENABLED(Z_SAFE_HOMING)
1029
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1030
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1029
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1030
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1031 1031
 #endif
1032 1032
 
1033 1033
 // Homing speeds (mm/m)

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

@@ -1045,8 +1045,8 @@
1045 1045
 //#define Z_SAFE_HOMING
1046 1046
 
1047 1047
 #if ENABLED(Z_SAFE_HOMING)
1048
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1049
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1048
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1049
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1050 1050
 #endif
1051 1051
 
1052 1052
 // Homing speeds (mm/m)

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

@@ -1070,8 +1070,8 @@
1070 1070
 //#define Z_SAFE_HOMING
1071 1071
 
1072 1072
 #if ENABLED(Z_SAFE_HOMING)
1073
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1074
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1073
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1074
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1075 1075
 #endif
1076 1076
 
1077 1077
 // Homing speeds (mm/m)

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

@@ -1044,8 +1044,8 @@
1044 1044
 //#define Z_SAFE_HOMING
1045 1045
 
1046 1046
 #if ENABLED(Z_SAFE_HOMING)
1047
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1048
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1047
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1048
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1049 1049
 #endif
1050 1050
 
1051 1051
 // Homing speeds (mm/m)

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

@@ -1014,8 +1014,8 @@
1014 1014
 //#define Z_SAFE_HOMING
1015 1015
 
1016 1016
 #if ENABLED(Z_SAFE_HOMING)
1017
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1018
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1017
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1018
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1019 1019
 #endif
1020 1020
 
1021 1021
 // Homing speeds (mm/m)

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

@@ -1014,8 +1014,8 @@
1014 1014
 //#define Z_SAFE_HOMING
1015 1015
 
1016 1016
 #if ENABLED(Z_SAFE_HOMING)
1017
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1018
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1017
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1018
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1019 1019
 #endif
1020 1020
 
1021 1021
 // Homing speeds (mm/m)

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

@@ -1014,8 +1014,8 @@
1014 1014
 //#define Z_SAFE_HOMING
1015 1015
 
1016 1016
 #if ENABLED(Z_SAFE_HOMING)
1017
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1018
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1017
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1018
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1019 1019
 #endif
1020 1020
 
1021 1021
 // Homing speeds (mm/m)

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

@@ -1148,8 +1148,8 @@
1148 1148
 //#define Z_SAFE_HOMING
1149 1149
 
1150 1150
 #if ENABLED(Z_SAFE_HOMING)
1151
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1152
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1151
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1152
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1153 1153
 #endif
1154 1154
 
1155 1155
 // Delta only homes to Z

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

@@ -1142,8 +1142,8 @@
1142 1142
 //#define Z_SAFE_HOMING
1143 1143
 
1144 1144
 #if ENABLED(Z_SAFE_HOMING)
1145
-  #define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2)    // X point for Z homing when homing all axis (G28).
1146
-  #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
1145
+  #define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2)    // X point for Z homing when homing all axes (G28).
1146
+  #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axes (G28).
1147 1147
 #endif
1148 1148
 
1149 1149
 // Delta only homes to Z

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

@@ -1137,8 +1137,8 @@
1137 1137
 //#define Z_SAFE_HOMING
1138 1138
 
1139 1139
 #if ENABLED(Z_SAFE_HOMING)
1140
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1141
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1140
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1141
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1142 1142
 #endif
1143 1143
 
1144 1144
 // Delta only homes to Z

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

@@ -1140,8 +1140,8 @@
1140 1140
 //#define Z_SAFE_HOMING
1141 1141
 
1142 1142
 #if ENABLED(Z_SAFE_HOMING)
1143
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1144
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1143
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1144
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1145 1145
 #endif
1146 1146
 
1147 1147
 // Delta only homes to Z

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

@@ -1140,8 +1140,8 @@
1140 1140
 #define Z_SAFE_HOMING
1141 1141
 
1142 1142
 #if ENABLED(Z_SAFE_HOMING)
1143
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1144
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1143
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1144
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1145 1145
 #endif
1146 1146
 
1147 1147
 // Delta only homes to Z

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

@@ -1149,8 +1149,8 @@
1149 1149
 //#define Z_SAFE_HOMING
1150 1150
 
1151 1151
 #if ENABLED(Z_SAFE_HOMING)
1152
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1153
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1152
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1153
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1154 1154
 #endif
1155 1155
 
1156 1156
 // Delta only homes to Z

+ 2
- 2
Marlin/example_configurations/gCreate/gMax1.5+/Configuration.h View File

@@ -1028,8 +1028,8 @@
1028 1028
 #define Z_SAFE_HOMING
1029 1029
 
1030 1030
 #if ENABLED(Z_SAFE_HOMING)
1031
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2 - 4) // X point for Z homing when homing all axis (G28).
1032
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2 + 4) // Y point for Z homing when homing all axis (G28).
1031
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2 - 4) // X point for Z homing when homing all axes (G28).
1032
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2 + 4) // Y point for Z homing when homing all axes (G28).
1033 1033
 #endif
1034 1034
 
1035 1035
 // Homing speeds (mm/m)

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

@@ -1017,8 +1017,8 @@
1017 1017
 //#define Z_SAFE_HOMING
1018 1018
 
1019 1019
 #if ENABLED(Z_SAFE_HOMING)
1020
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1021
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1020
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1021
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1022 1022
 #endif
1023 1023
 
1024 1024
 // Homing speeds (mm/m)

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

@@ -1009,8 +1009,8 @@
1009 1009
 //#define Z_SAFE_HOMING
1010 1010
 
1011 1011
 #if ENABLED(Z_SAFE_HOMING)
1012
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1013
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1012
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1013
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1014 1014
 #endif
1015 1015
 
1016 1016
 // Homing speeds (mm/m)

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

@@ -1019,8 +1019,8 @@
1019 1019
 //#define Z_SAFE_HOMING
1020 1020
 
1021 1021
 #if ENABLED(Z_SAFE_HOMING)
1022
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axis (G28).
1023
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axis (G28).
1022
+  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1023
+  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1024 1024
 #endif
1025 1025
 
1026 1026
 // Homing speeds (mm/m)

Loading…
Cancel
Save