Browse Source

Update LEVEL_BED_CORNERS config option

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

+ 3
- 1
Marlin/Configuration.h View File

@@ -956,9 +956,11 @@
956 956
 #if ENABLED(LCD_BED_LEVELING)
957 957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958 958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
959
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
960 959
 #endif
961 960
 
961
+// Add a menu item to move between bed corners for manual bed adjustment
962
+#define LEVEL_BED_CORNERS
963
+
962 964
 /**
963 965
  * Commands to execute at the end of G29 probing.
964 966
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/default/Configuration.h View File

@@ -956,9 +956,11 @@
956 956
 #if ENABLED(LCD_BED_LEVELING)
957 957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958 958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
959
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
960 959
 #endif
961 960
 
961
+// Add a menu item to move between bed corners for manual bed adjustment
962
+#define LEVEL_BED_CORNERS
963
+
962 964
 /**
963 965
  * Commands to execute at the end of G29 probing.
964 966
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h View File

@@ -976,9 +976,11 @@
976 976
 #if ENABLED(LCD_BED_LEVELING)
977 977
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
978 978
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
979
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
980 979
 #endif
981 980
 
981
+// Add a menu item to move between bed corners for manual bed adjustment
982
+#define LEVEL_BED_CORNERS
983
+
982 984
 /**
983 985
  * Commands to execute at the end of G29 probing.
984 986
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h View File

@@ -956,9 +956,11 @@
956 956
 #if ENABLED(LCD_BED_LEVELING)
957 957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958 958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
959
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
960 959
 #endif
961 960
 
961
+// Add a menu item to move between bed corners for manual bed adjustment
962
+#define LEVEL_BED_CORNERS
963
+
962 964
 /**
963 965
  * Commands to execute at the end of G29 probing.
964 966
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Anet/A6/Configuration.h View File

@@ -1099,9 +1099,11 @@
1099 1099
 #if ENABLED(LCD_BED_LEVELING)
1100 1100
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1101 1101
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
1102
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
1103 1102
 #endif
1104 1103
 
1104
+// Add a menu item to move between bed corners for manual bed adjustment
1105
+#define LEVEL_BED_CORNERS
1106
+
1105 1107
 /**
1106 1108
  * Commands to execute at the end of G29 probing.
1107 1109
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Anet/A8/Configuration.h View File

@@ -962,9 +962,11 @@
962 962
 #if ENABLED(LCD_BED_LEVELING)
963 963
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
964 964
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
965
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
966 965
 #endif
967 966
 
967
+// Add a menu item to move between bed corners for manual bed adjustment
968
+#define LEVEL_BED_CORNERS
969
+
968 970
 /**
969 971
  * Commands to execute at the end of G29 probing.
970 972
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/BQ/Hephestos/Configuration.h View File

@@ -947,9 +947,11 @@
947 947
 #if ENABLED(LCD_BED_LEVELING)
948 948
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
949 949
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
950
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
951 950
 #endif
952 951
 
952
+// Add a menu item to move between bed corners for manual bed adjustment
953
+#define LEVEL_BED_CORNERS
954
+
953 955
 /**
954 956
  * Commands to execute at the end of G29 probing.
955 957
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h View File

@@ -957,9 +957,11 @@
957 957
 #if ENABLED(LCD_BED_LEVELING)
958 958
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
959 959
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
960
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
961 960
 #endif
962 961
 
962
+// Add a menu item to move between bed corners for manual bed adjustment
963
+#define LEVEL_BED_CORNERS
964
+
963 965
 /**
964 966
  * Commands to execute at the end of G29 probing.
965 967
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/BQ/WITBOX/Configuration.h View File

@@ -947,9 +947,11 @@
947 947
 #if ENABLED(LCD_BED_LEVELING)
948 948
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
949 949
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
950
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
951 950
 #endif
952 951
 
952
+// Add a menu item to move between bed corners for manual bed adjustment
953
+#define LEVEL_BED_CORNERS
954
+
953 955
 /**
954 956
  * Commands to execute at the end of G29 probing.
955 957
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Cartesio/Configuration.h View File

@@ -955,9 +955,11 @@
955 955
 #if ENABLED(LCD_BED_LEVELING)
956 956
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
957 957
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
958
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
959 958
 #endif
960 959
 
960
+// Add a menu item to move between bed corners for manual bed adjustment
961
+#define LEVEL_BED_CORNERS
962
+
961 963
 /**
962 964
  * Commands to execute at the end of G29 probing.
963 965
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Creality/CR-10/Configuration.h View File

@@ -966,9 +966,11 @@
966 966
 #if ENABLED(LCD_BED_LEVELING)
967 967
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
968 968
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
969
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
970 969
 #endif
971 970
 
971
+// Add a menu item to move between bed corners for manual bed adjustment
972
+#define LEVEL_BED_CORNERS
973
+
972 974
 /**
973 975
  * Commands to execute at the end of G29 probing.
974 976
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Felix/Configuration.h View File

@@ -938,9 +938,11 @@
938 938
 #if ENABLED(LCD_BED_LEVELING)
939 939
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
940 940
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
941
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
942 941
 #endif
943 942
 
943
+// Add a menu item to move between bed corners for manual bed adjustment
944
+#define LEVEL_BED_CORNERS
945
+
944 946
 /**
945 947
  * Commands to execute at the end of G29 probing.
946 948
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Felix/DUAL/Configuration.h View File

@@ -938,9 +938,11 @@
938 938
 #if ENABLED(LCD_BED_LEVELING)
939 939
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
940 940
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
941
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
942 941
 #endif
943 942
 
943
+// Add a menu item to move between bed corners for manual bed adjustment
944
+#define LEVEL_BED_CORNERS
945
+
944 946
 /**
945 947
  * Commands to execute at the end of G29 probing.
946 948
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Folger Tech/i3-2020/Configuration.h View File

@@ -961,9 +961,11 @@
961 961
 #if ENABLED(LCD_BED_LEVELING)
962 962
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
963 963
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
964
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
965 964
 #endif
966 965
 
966
+// Add a menu item to move between bed corners for manual bed adjustment
967
+#define LEVEL_BED_CORNERS
968
+
967 969
 /**
968 970
  * Commands to execute at the end of G29 probing.
969 971
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h View File

@@ -971,9 +971,11 @@
971 971
 #if ENABLED(LCD_BED_LEVELING)
972 972
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
973 973
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
974
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
975 974
 #endif
976 975
 
976
+// Add a menu item to move between bed corners for manual bed adjustment
977
+#define LEVEL_BED_CORNERS
978
+
977 979
 /**
978 980
  * Commands to execute at the end of G29 probing.
979 981
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h View File

@@ -956,9 +956,11 @@
956 956
 #if ENABLED(LCD_BED_LEVELING)
957 957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958 958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
959
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
960 959
 #endif
961 960
 
961
+// Add a menu item to move between bed corners for manual bed adjustment
962
+#define LEVEL_BED_CORNERS
963
+
962 964
 /**
963 965
  * Commands to execute at the end of G29 probing.
964 966
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h View File

@@ -960,9 +960,11 @@
960 960
 #if ENABLED(LCD_BED_LEVELING)
961 961
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
962 962
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
963
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
964 963
 #endif
965 964
 
965
+// Add a menu item to move between bed corners for manual bed adjustment
966
+#define LEVEL_BED_CORNERS
967
+
966 968
 /**
967 969
  * Commands to execute at the end of G29 probing.
968 970
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Malyan/M150/Configuration.h View File

@@ -984,9 +984,11 @@
984 984
 #if ENABLED(LCD_BED_LEVELING)
985 985
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
986 986
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
987
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
988 987
 #endif
989 988
 
989
+// Add a menu item to move between bed corners for manual bed adjustment
990
+#define LEVEL_BED_CORNERS
991
+
990 992
 /**
991 993
  * Commands to execute at the end of G29 probing.
992 994
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h View File

@@ -956,9 +956,11 @@
956 956
 #if ENABLED(LCD_BED_LEVELING)
957 957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958 958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
959
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
960 959
 #endif
961 960
 
961
+// Add a menu item to move between bed corners for manual bed adjustment
962
+#define LEVEL_BED_CORNERS
963
+
962 964
 /**
963 965
  * Commands to execute at the end of G29 probing.
964 966
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/RigidBot/Configuration.h View File

@@ -954,9 +954,11 @@
954 954
 #if ENABLED(LCD_BED_LEVELING)
955 955
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
956 956
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
957
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
958 957
 #endif
959 958
 
959
+// Add a menu item to move between bed corners for manual bed adjustment
960
+#define LEVEL_BED_CORNERS
961
+
960 962
 /**
961 963
  * Commands to execute at the end of G29 probing.
962 964
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/SCARA/Configuration.h View File

@@ -968,9 +968,11 @@
968 968
 #if ENABLED(LCD_BED_LEVELING)
969 969
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
970 970
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
971
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
972 971
 #endif
973 972
 
973
+// Add a menu item to move between bed corners for manual bed adjustment
974
+#define LEVEL_BED_CORNERS
975
+
974 976
 /**
975 977
  * Commands to execute at the end of G29 probing.
976 978
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Sanguinololu/Configuration.h View File

@@ -987,9 +987,11 @@
987 987
 #if ENABLED(LCD_BED_LEVELING)
988 988
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
989 989
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
990
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
991 990
 #endif
992 991
 
992
+// Add a menu item to move between bed corners for manual bed adjustment
993
+#define LEVEL_BED_CORNERS
994
+
993 995
 /**
994 996
  * Commands to execute at the end of G29 probing.
995 997
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/TinyBoy2/Configuration.h View File

@@ -1012,9 +1012,11 @@
1012 1012
 #if ENABLED(LCD_BED_LEVELING)
1013 1013
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1014 1014
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
1015
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
1016 1015
 #endif
1017 1016
 
1017
+// Add a menu item to move between bed corners for manual bed adjustment
1018
+#define LEVEL_BED_CORNERS
1019
+
1018 1020
 /**
1019 1021
  * Commands to execute at the end of G29 probing.
1020 1022
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Velleman/K8200/Configuration.h View File

@@ -985,9 +985,11 @@
985 985
 #if ENABLED(LCD_BED_LEVELING)
986 986
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
987 987
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
988
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
989 988
 #endif
990 989
 
990
+// Add a menu item to move between bed corners for manual bed adjustment
991
+#define LEVEL_BED_CORNERS
992
+
991 993
 /**
992 994
  * Commands to execute at the end of G29 probing.
993 995
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/Velleman/K8400/Configuration.h View File

@@ -956,9 +956,11 @@
956 956
 #if ENABLED(LCD_BED_LEVELING)
957 957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958 958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
959
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
960 959
 #endif
961 960
 
961
+// Add a menu item to move between bed corners for manual bed adjustment
962
+#define LEVEL_BED_CORNERS
963
+
962 964
 /**
963 965
  * Commands to execute at the end of G29 probing.
964 966
  * Useful to retract or move the Z probe out of the way.

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

@@ -956,9 +956,11 @@
956 956
 #if ENABLED(LCD_BED_LEVELING)
957 957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958 958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
959
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
960 959
 #endif
961 960
 
961
+// Add a menu item to move between bed corners for manual bed adjustment
962
+#define LEVEL_BED_CORNERS
963
+
962 964
 /**
963 965
  * Commands to execute at the end of G29 probing.
964 966
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/adafruit/ST7565/Configuration.h View File

@@ -956,9 +956,11 @@
956 956
 #if ENABLED(LCD_BED_LEVELING)
957 957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958 958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
959
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
960 959
 #endif
961 960
 
961
+// Add a menu item to move between bed corners for manual bed adjustment
962
+#define LEVEL_BED_CORNERS
963
+
962 964
 /**
963 965
  * Commands to execute at the end of G29 probing.
964 966
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h View File

@@ -1084,9 +1084,11 @@
1084 1084
 #if ENABLED(LCD_BED_LEVELING)
1085 1085
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1086 1086
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
1087
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
1088 1087
 #endif
1089 1088
 
1089
+// Add a menu item to move between bed corners for manual bed adjustment
1090
+#define LEVEL_BED_CORNERS
1091
+
1090 1092
 /**
1091 1093
  * Commands to execute at the end of G29 probing.
1092 1094
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h View File

@@ -1078,9 +1078,11 @@
1078 1078
 #if ENABLED(LCD_BED_LEVELING)
1079 1079
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1080 1080
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
1081
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
1082 1081
 #endif
1083 1082
 
1083
+// Add a menu item to move between bed corners for manual bed adjustment
1084
+#define LEVEL_BED_CORNERS
1085
+
1084 1086
 /**
1085 1087
  * Commands to execute at the end of G29 probing.
1086 1088
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/delta/generic/Configuration.h View File

@@ -1073,9 +1073,11 @@
1073 1073
 #if ENABLED(LCD_BED_LEVELING)
1074 1074
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1075 1075
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
1076
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
1077 1076
 #endif
1078 1077
 
1078
+// Add a menu item to move between bed corners for manual bed adjustment
1079
+#define LEVEL_BED_CORNERS
1080
+
1079 1081
 /**
1080 1082
  * Commands to execute at the end of G29 probing.
1081 1083
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration.h View File

@@ -1076,9 +1076,11 @@
1076 1076
 #if ENABLED(LCD_BED_LEVELING)
1077 1077
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1078 1078
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
1079
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
1080 1079
 #endif
1081 1080
 
1081
+// Add a menu item to move between bed corners for manual bed adjustment
1082
+#define LEVEL_BED_CORNERS
1083
+
1082 1084
 /**
1083 1085
  * Commands to execute at the end of G29 probing.
1084 1086
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration.h View File

@@ -1076,9 +1076,11 @@
1076 1076
 #if ENABLED(LCD_BED_LEVELING)
1077 1077
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1078 1078
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
1079
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
1080 1079
 #endif
1081 1080
 
1081
+// Add a menu item to move between bed corners for manual bed adjustment
1082
+#define LEVEL_BED_CORNERS
1083
+
1082 1084
 /**
1083 1085
  * Commands to execute at the end of G29 probing.
1084 1086
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration.h View File

@@ -1085,9 +1085,11 @@
1085 1085
 #if ENABLED(LCD_BED_LEVELING)
1086 1086
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1087 1087
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
1088
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
1089 1088
 #endif
1090 1089
 
1090
+// Add a menu item to move between bed corners for manual bed adjustment
1091
+#define LEVEL_BED_CORNERS
1092
+
1091 1093
 /**
1092 1094
  * Commands to execute at the end of G29 probing.
1093 1095
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h View File

@@ -970,9 +970,11 @@
970 970
 #if ENABLED(LCD_BED_LEVELING)
971 971
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
972 972
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
973
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
974 973
 #endif
975 974
 
975
+// Add a menu item to move between bed corners for manual bed adjustment
976
+#define LEVEL_BED_CORNERS
977
+
976 978
 /**
977 979
  * Commands to execute at the end of G29 probing.
978 980
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/makibox/Configuration.h View File

@@ -959,9 +959,11 @@
959 959
 #if ENABLED(LCD_BED_LEVELING)
960 960
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
961 961
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
962
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
963 962
 #endif
964 963
 
964
+// Add a menu item to move between bed corners for manual bed adjustment
965
+#define LEVEL_BED_CORNERS
966
+
965 967
 /**
966 968
  * Commands to execute at the end of G29 probing.
967 969
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/tvrrug/Round2/Configuration.h View File

@@ -951,9 +951,11 @@
951 951
 #if ENABLED(LCD_BED_LEVELING)
952 952
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
953 953
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
954
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
955 954
 #endif
956 955
 
956
+// Add a menu item to move between bed corners for manual bed adjustment
957
+#define LEVEL_BED_CORNERS
958
+
957 959
 /**
958 960
  * Commands to execute at the end of G29 probing.
959 961
  * Useful to retract or move the Z probe out of the way.

+ 3
- 1
Marlin/src/config/examples/wt150/Configuration.h View File

@@ -961,9 +961,11 @@
961 961
 #if ENABLED(LCD_BED_LEVELING)
962 962
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
963 963
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
964
-  #define LEVEL_BED_CORNERS   // Add an option to move between corners
965 964
 #endif
966 965
 
966
+// Add a menu item to move between bed corners for manual bed adjustment
967
+#define LEVEL_BED_CORNERS
968
+
967 969
 /**
968 970
  * Commands to execute at the end of G29 probing.
969 971
  * Useful to retract or move the Z probe out of the way.

Loading…
Cancel
Save