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
 #if ENABLED(LCD_BED_LEVELING)
956
 #if ENABLED(LCD_BED_LEVELING)
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
965
  * Commands to execute at the end of G29 probing.
964
  * Useful to retract or move the Z probe out of the way.
966
  * Useful to retract or move the Z probe out of the way.

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

956
 #if ENABLED(LCD_BED_LEVELING)
956
 #if ENABLED(LCD_BED_LEVELING)
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
965
  * Commands to execute at the end of G29 probing.
964
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
976
 #if ENABLED(LCD_BED_LEVELING)
977
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
977
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
978
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
985
  * Commands to execute at the end of G29 probing.
984
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
956
 #if ENABLED(LCD_BED_LEVELING)
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
965
  * Commands to execute at the end of G29 probing.
964
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
1099
 #if ENABLED(LCD_BED_LEVELING)
1100
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1100
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1101
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
1108
  * Commands to execute at the end of G29 probing.
1107
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
962
 #if ENABLED(LCD_BED_LEVELING)
963
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
963
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
964
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
971
  * Commands to execute at the end of G29 probing.
970
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
947
 #if ENABLED(LCD_BED_LEVELING)
948
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
948
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
949
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
956
  * Commands to execute at the end of G29 probing.
955
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
957
 #if ENABLED(LCD_BED_LEVELING)
958
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
959
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
966
  * Commands to execute at the end of G29 probing.
965
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
947
 #if ENABLED(LCD_BED_LEVELING)
948
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
948
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
949
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
956
  * Commands to execute at the end of G29 probing.
955
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
955
 #if ENABLED(LCD_BED_LEVELING)
956
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
956
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
957
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
964
  * Commands to execute at the end of G29 probing.
963
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
966
 #if ENABLED(LCD_BED_LEVELING)
967
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
967
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
968
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
975
  * Commands to execute at the end of G29 probing.
974
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
938
 #if ENABLED(LCD_BED_LEVELING)
939
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
939
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
940
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
947
  * Commands to execute at the end of G29 probing.
946
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
938
 #if ENABLED(LCD_BED_LEVELING)
939
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
939
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
940
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
947
  * Commands to execute at the end of G29 probing.
946
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
961
 #if ENABLED(LCD_BED_LEVELING)
962
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
962
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
963
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
970
  * Commands to execute at the end of G29 probing.
969
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
971
 #if ENABLED(LCD_BED_LEVELING)
972
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
972
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
973
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
980
  * Commands to execute at the end of G29 probing.
979
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
956
 #if ENABLED(LCD_BED_LEVELING)
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
965
  * Commands to execute at the end of G29 probing.
964
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
960
 #if ENABLED(LCD_BED_LEVELING)
961
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
961
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
962
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
969
  * Commands to execute at the end of G29 probing.
968
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
984
 #if ENABLED(LCD_BED_LEVELING)
985
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
985
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
986
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
993
  * Commands to execute at the end of G29 probing.
992
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
956
 #if ENABLED(LCD_BED_LEVELING)
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
965
  * Commands to execute at the end of G29 probing.
964
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
954
 #if ENABLED(LCD_BED_LEVELING)
955
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
955
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
956
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
963
  * Commands to execute at the end of G29 probing.
962
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
968
 #if ENABLED(LCD_BED_LEVELING)
969
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
969
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
970
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
977
  * Commands to execute at the end of G29 probing.
976
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
987
 #if ENABLED(LCD_BED_LEVELING)
988
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
988
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
989
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
996
  * Commands to execute at the end of G29 probing.
995
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
1012
 #if ENABLED(LCD_BED_LEVELING)
1013
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1013
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1014
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
1021
  * Commands to execute at the end of G29 probing.
1020
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
985
 #if ENABLED(LCD_BED_LEVELING)
986
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
986
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
987
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
994
  * Commands to execute at the end of G29 probing.
993
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
956
 #if ENABLED(LCD_BED_LEVELING)
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
965
  * Commands to execute at the end of G29 probing.
964
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
956
 #if ENABLED(LCD_BED_LEVELING)
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
965
  * Commands to execute at the end of G29 probing.
964
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
956
 #if ENABLED(LCD_BED_LEVELING)
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
957
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
958
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
965
  * Commands to execute at the end of G29 probing.
964
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
1084
 #if ENABLED(LCD_BED_LEVELING)
1085
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1085
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1086
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
1093
  * Commands to execute at the end of G29 probing.
1092
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
1078
 #if ENABLED(LCD_BED_LEVELING)
1079
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1079
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1080
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
1087
  * Commands to execute at the end of G29 probing.
1086
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
1073
 #if ENABLED(LCD_BED_LEVELING)
1074
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1074
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1075
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
1082
  * Commands to execute at the end of G29 probing.
1081
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
1076
 #if ENABLED(LCD_BED_LEVELING)
1077
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1077
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1078
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
1085
  * Commands to execute at the end of G29 probing.
1084
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
1076
 #if ENABLED(LCD_BED_LEVELING)
1077
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1077
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1078
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
1085
  * Commands to execute at the end of G29 probing.
1084
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
1085
 #if ENABLED(LCD_BED_LEVELING)
1086
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1086
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
1087
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
1094
  * Commands to execute at the end of G29 probing.
1093
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
970
 #if ENABLED(LCD_BED_LEVELING)
971
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
971
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
972
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
979
  * Commands to execute at the end of G29 probing.
978
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
959
 #if ENABLED(LCD_BED_LEVELING)
960
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
960
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
961
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
968
  * Commands to execute at the end of G29 probing.
967
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
951
 #if ENABLED(LCD_BED_LEVELING)
952
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
952
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
953
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
960
  * Commands to execute at the end of G29 probing.
959
  * Useful to retract or move the Z probe out of the way.
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
 #if ENABLED(LCD_BED_LEVELING)
961
 #if ENABLED(LCD_BED_LEVELING)
962
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
962
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
963
   #define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
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
 #endif
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
  * Commands to execute at the end of G29 probing.
970
  * Commands to execute at the end of G29 probing.
969
  * Useful to retract or move the Z probe out of the way.
971
  * Useful to retract or move the Z probe out of the way.

Loading…
Cancel
Save