Browse Source

Patch configs UBL followup

Scott Lahteine 7 years ago
parent
commit
2512871a36
24 changed files with 216 additions and 216 deletions
  1. 9
    9
      Marlin/Configuration.h
  2. 9
    9
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 9
    9
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  4. 9
    9
      Marlin/example_configurations/Hephestos/Configuration.h
  5. 9
    9
      Marlin/example_configurations/Hephestos_2/Configuration.h
  6. 9
    9
      Marlin/example_configurations/K8200/Configuration.h
  7. 9
    9
      Marlin/example_configurations/K8400/Configuration.h
  8. 9
    9
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  9. 9
    9
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  10. 9
    9
      Marlin/example_configurations/RigidBot/Configuration.h
  11. 9
    9
      Marlin/example_configurations/Roxys_printers/Folger_Tech_i3_2020/Configuration.h
  12. 9
    9
      Marlin/example_configurations/Roxys_printers/gMax_1.5+/Configuration.h
  13. 9
    9
      Marlin/example_configurations/Roxys_printers/original_release_files/Configuration.h
  14. 9
    9
      Marlin/example_configurations/SCARA/Configuration.h
  15. 9
    9
      Marlin/example_configurations/TAZ4/Configuration.h
  16. 9
    9
      Marlin/example_configurations/WITBOX/Configuration.h
  17. 9
    9
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  18. 9
    9
      Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h
  19. 9
    9
      Marlin/example_configurations/delta/generic/Configuration.h
  20. 9
    9
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  21. 9
    9
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  22. 9
    9
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  23. 9
    9
      Marlin/example_configurations/makibox/Configuration.h
  24. 9
    9
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

+ 9
- 9
Marlin/Configuration.h View File

@@ -843,28 +843,28 @@
843 843
 
844 844
 #elif ENABLED(MESH_BED_LEVELING)
845 845
 
846
-//===========================================================================
847
-//=================================== Mesh ==================================
848
-//===========================================================================
846
+  //===========================================================================
847
+  //=================================== Mesh ==================================
848
+  //===========================================================================
849 849
 
850
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
850
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
851 851
   #define MESH_INSET 10          // Mesh inset margin on print area
852 852
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
853 853
   #define MESH_NUM_Y_POINTS 3
854 854
 
855
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
855
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
856 856
 
857 857
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
858 858
 
859 859
   #if ENABLED(MANUAL_BED_LEVELING)
860 860
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
861
-  #endif  // MANUAL_BED_LEVELING
861
+  #endif
862 862
 
863 863
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
864 864
 
865
-//===========================================================================
866
-//========================= Unified Bed Leveling ============================
867
-//===========================================================================
865
+  //===========================================================================
866
+  //========================= Unified Bed Leveling ============================
867
+  //===========================================================================
868 868
 
869 869
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
870 870
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -843,28 +843,28 @@
843 843
 
844 844
 #elif ENABLED(MESH_BED_LEVELING)
845 845
 
846
-//===========================================================================
847
-//=================================== Mesh ==================================
848
-//===========================================================================
846
+  //===========================================================================
847
+  //=================================== Mesh ==================================
848
+  //===========================================================================
849 849
 
850
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
850
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
851 851
   #define MESH_INSET 10          // Mesh inset margin on print area
852 852
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
853 853
   #define MESH_NUM_Y_POINTS 3
854 854
 
855
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
855
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
856 856
 
857 857
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
858 858
 
859 859
   #if ENABLED(MANUAL_BED_LEVELING)
860 860
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
861
-  #endif  // MANUAL_BED_LEVELING
861
+  #endif
862 862
 
863 863
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
864 864
 
865
-//===========================================================================
866
-//========================= Unified Bed Leveling ============================
867
-//===========================================================================
865
+  //===========================================================================
866
+  //========================= Unified Bed Leveling ============================
867
+  //===========================================================================
868 868
 
869 869
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
870 870
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -826,28 +826,28 @@
826 826
 
827 827
 #elif ENABLED(MESH_BED_LEVELING)
828 828
 
829
-//===========================================================================
830
-//=================================== Mesh ==================================
831
-//===========================================================================
829
+  //===========================================================================
830
+  //=================================== Mesh ==================================
831
+  //===========================================================================
832 832
 
833
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
833
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
834 834
   #define MESH_INSET 10          // Mesh inset margin on print area
835 835
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
836 836
   #define MESH_NUM_Y_POINTS 3
837 837
 
838
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
838
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
839 839
 
840 840
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
841 841
 
842 842
   #if ENABLED(MANUAL_BED_LEVELING)
843 843
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
844
-  #endif  // MANUAL_BED_LEVELING
844
+  #endif
845 845
 
846 846
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
847 847
 
848
-//===========================================================================
849
-//========================= Unified Bed Leveling ============================
850
-//===========================================================================
848
+  //===========================================================================
849
+  //========================= Unified Bed Leveling ============================
850
+  //===========================================================================
851 851
 
852 852
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
853 853
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

+ 9
- 9
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -835,28 +835,28 @@
835 835
 
836 836
 #elif ENABLED(MESH_BED_LEVELING)
837 837
 
838
-//===========================================================================
839
-//=================================== Mesh ==================================
840
-//===========================================================================
838
+  //===========================================================================
839
+  //=================================== Mesh ==================================
840
+  //===========================================================================
841 841
 
842
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
842
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
843 843
   #define MESH_INSET 10          // Mesh inset margin on print area
844 844
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
845 845
   #define MESH_NUM_Y_POINTS 3
846 846
 
847
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
847
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
848 848
 
849 849
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
850 850
 
851 851
   #if ENABLED(MANUAL_BED_LEVELING)
852 852
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
853
-  #endif  // MANUAL_BED_LEVELING
853
+  #endif
854 854
 
855 855
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
856 856
 
857
-//===========================================================================
858
-//========================= Unified Bed Leveling ============================
859
-//===========================================================================
857
+  //===========================================================================
858
+  //========================= Unified Bed Leveling ============================
859
+  //===========================================================================
860 860
 
861 861
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
862 862
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

+ 9
- 9
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -837,28 +837,28 @@
837 837
 
838 838
 #elif ENABLED(MESH_BED_LEVELING)
839 839
 
840
-//===========================================================================
841
-//=================================== Mesh ==================================
842
-//===========================================================================
840
+  //===========================================================================
841
+  //=================================== Mesh ==================================
842
+  //===========================================================================
843 843
 
844
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
844
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
845 845
   #define MESH_INSET 10          // Mesh inset margin on print area
846 846
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
847 847
   #define MESH_NUM_Y_POINTS 3
848 848
 
849
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
849
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
850 850
 
851 851
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
852 852
 
853 853
   #if ENABLED(MANUAL_BED_LEVELING)
854 854
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
855
-  #endif  // MANUAL_BED_LEVELING
855
+  #endif
856 856
 
857 857
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
858 858
 
859
-//===========================================================================
860
-//========================= Unified Bed Leveling ============================
861
-//===========================================================================
859
+  //===========================================================================
860
+  //========================= Unified Bed Leveling ============================
861
+  //===========================================================================
862 862
 
863 863
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
864 864
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

+ 9
- 9
Marlin/example_configurations/K8200/Configuration.h View File

@@ -872,28 +872,28 @@
872 872
 
873 873
 #elif ENABLED(MESH_BED_LEVELING)
874 874
 
875
-//===========================================================================
876
-//=================================== Mesh ==================================
877
-//===========================================================================
875
+  //===========================================================================
876
+  //=================================== Mesh ==================================
877
+  //===========================================================================
878 878
 
879
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
879
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
880 880
   #define MESH_INSET 10          // Mesh inset margin on print area
881 881
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
882 882
   #define MESH_NUM_Y_POINTS 3
883 883
 
884
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
884
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
885 885
 
886 886
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
887 887
 
888 888
   #if ENABLED(MANUAL_BED_LEVELING)
889 889
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
890
-  #endif  // MANUAL_BED_LEVELING
890
+  #endif
891 891
 
892 892
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
893 893
 
894
-//===========================================================================
895
-//========================= Unified Bed Leveling ============================
896
-//===========================================================================
894
+  //===========================================================================
895
+  //========================= Unified Bed Leveling ============================
896
+  //===========================================================================
897 897
 
898 898
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
899 899
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

+ 9
- 9
Marlin/example_configurations/K8400/Configuration.h View File

@@ -843,28 +843,28 @@
843 843
 
844 844
 #elif ENABLED(MESH_BED_LEVELING)
845 845
 
846
-//===========================================================================
847
-//=================================== Mesh ==================================
848
-//===========================================================================
846
+  //===========================================================================
847
+  //=================================== Mesh ==================================
848
+  //===========================================================================
849 849
 
850
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
850
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
851 851
   #define MESH_INSET 10          // Mesh inset margin on print area
852 852
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
853 853
   #define MESH_NUM_Y_POINTS 3
854 854
 
855
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
855
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
856 856
 
857 857
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
858 858
 
859 859
   #if ENABLED(MANUAL_BED_LEVELING)
860 860
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
861
-  #endif  // MANUAL_BED_LEVELING
861
+  #endif
862 862
 
863 863
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
864 864
 
865
-//===========================================================================
866
-//========================= Unified Bed Leveling ============================
867
-//===========================================================================
865
+  //===========================================================================
866
+  //========================= Unified Bed Leveling ============================
867
+  //===========================================================================
868 868
 
869 869
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
870 870
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -843,28 +843,28 @@
843 843
 
844 844
 #elif ENABLED(MESH_BED_LEVELING)
845 845
 
846
-//===========================================================================
847
-//=================================== Mesh ==================================
848
-//===========================================================================
846
+  //===========================================================================
847
+  //=================================== Mesh ==================================
848
+  //===========================================================================
849 849
 
850
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
850
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
851 851
   #define MESH_INSET 10          // Mesh inset margin on print area
852 852
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
853 853
   #define MESH_NUM_Y_POINTS 3
854 854
 
855
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
855
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
856 856
 
857 857
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
858 858
 
859 859
   #if ENABLED(MANUAL_BED_LEVELING)
860 860
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
861
-  #endif  // MANUAL_BED_LEVELING
861
+  #endif
862 862
 
863 863
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
864 864
 
865
-//===========================================================================
866
-//========================= Unified Bed Leveling ============================
867
-//===========================================================================
865
+  //===========================================================================
866
+  //========================= Unified Bed Leveling ============================
867
+  //===========================================================================
868 868
 
869 869
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
870 870
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -843,28 +843,28 @@
843 843
 
844 844
 #elif ENABLED(MESH_BED_LEVELING)
845 845
 
846
-//===========================================================================
847
-//=================================== Mesh ==================================
848
-//===========================================================================
846
+  //===========================================================================
847
+  //=================================== Mesh ==================================
848
+  //===========================================================================
849 849
 
850
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
850
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
851 851
   #define MESH_INSET 10          // Mesh inset margin on print area
852 852
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
853 853
   #define MESH_NUM_Y_POINTS 3
854 854
 
855
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
855
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
856 856
 
857 857
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
858 858
 
859 859
   #if ENABLED(MANUAL_BED_LEVELING)
860 860
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
861
-  #endif  // MANUAL_BED_LEVELING
861
+  #endif
862 862
 
863 863
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
864 864
 
865
-//===========================================================================
866
-//========================= Unified Bed Leveling ============================
867
-//===========================================================================
865
+  //===========================================================================
866
+  //========================= Unified Bed Leveling ============================
867
+  //===========================================================================
868 868
 
869 869
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
870 870
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -842,28 +842,28 @@
842 842
 
843 843
 #elif ENABLED(MESH_BED_LEVELING)
844 844
 
845
-//===========================================================================
846
-//=================================== Mesh ==================================
847
-//===========================================================================
845
+  //===========================================================================
846
+  //=================================== Mesh ==================================
847
+  //===========================================================================
848 848
 
849
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
849
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
850 850
   #define MESH_INSET 10          // Mesh inset margin on print area
851 851
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
852 852
   #define MESH_NUM_Y_POINTS 3
853 853
 
854
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
854
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
855 855
 
856 856
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
857 857
 
858 858
   #if ENABLED(MANUAL_BED_LEVELING)
859 859
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
860
-  #endif  // MANUAL_BED_LEVELING
860
+  #endif
861 861
 
862 862
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
863 863
 
864
-//===========================================================================
865
-//========================= Unified Bed Leveling ============================
866
-//===========================================================================
864
+  //===========================================================================
865
+  //========================= Unified Bed Leveling ============================
866
+  //===========================================================================
867 867
 
868 868
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
869 869
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

+ 9
- 9
Marlin/example_configurations/Roxys_printers/Folger_Tech_i3_2020/Configuration.h View File

@@ -845,28 +845,28 @@
845 845
 
846 846
 #elif ENABLED(MESH_BED_LEVELING)
847 847
 
848
-//===========================================================================
849
-//=================================== Mesh ==================================
850
-//===========================================================================
848
+  //===========================================================================
849
+  //=================================== Mesh ==================================
850
+  //===========================================================================
851 851
 
852
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
852
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
853 853
   #define MESH_INSET 10          // Mesh inset margin on print area
854 854
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
855 855
   #define MESH_NUM_Y_POINTS 3
856 856
 
857
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
857
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
858 858
 
859 859
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
860 860
 
861 861
   #if ENABLED(MANUAL_BED_LEVELING)
862 862
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
863
-  #endif  // MANUAL_BED_LEVELING
863
+  #endif
864 864
 
865 865
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
866 866
 
867
-//===========================================================================
868
-//========================= Unified Bed Leveling ============================
869
-//===========================================================================
867
+  //===========================================================================
868
+  //========================= Unified Bed Leveling ============================
869
+  //===========================================================================
870 870
 
871 871
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
872 872
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

+ 9
- 9
Marlin/example_configurations/Roxys_printers/gMax_1.5+/Configuration.h View File

@@ -842,28 +842,28 @@
842 842
 
843 843
 #elif ENABLED(MESH_BED_LEVELING)
844 844
 
845
-//===========================================================================
846
-//=================================== Mesh ==================================
847
-//===========================================================================
845
+  //===========================================================================
846
+  //=================================== Mesh ==================================
847
+  //===========================================================================
848 848
 
849
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
849
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
850 850
   #define MESH_INSET 10          // Mesh inset margin on print area
851 851
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
852 852
   #define MESH_NUM_Y_POINTS 3
853 853
 
854
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
854
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
855 855
 
856 856
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
857 857
 
858 858
   #if ENABLED(MANUAL_BED_LEVELING)
859 859
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
860
-  #endif  // MANUAL_BED_LEVELING
860
+  #endif
861 861
 
862 862
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
863 863
 
864
-//===========================================================================
865
-//========================= Unified Bed Leveling ============================
866
-//===========================================================================
864
+  //===========================================================================
865
+  //========================= Unified Bed Leveling ============================
866
+  //===========================================================================
867 867
 
868 868
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
869 869
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

+ 9
- 9
Marlin/example_configurations/Roxys_printers/original_release_files/Configuration.h View File

@@ -845,28 +845,28 @@
845 845
 
846 846
 #elif ENABLED(MESH_BED_LEVELING)
847 847
 
848
-//===========================================================================
849
-//=================================== Mesh ==================================
850
-//===========================================================================
848
+  //===========================================================================
849
+  //=================================== Mesh ==================================
850
+  //===========================================================================
851 851
 
852
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
852
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
853 853
   #define MESH_INSET 10          // Mesh inset margin on print area
854 854
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
855 855
   #define MESH_NUM_Y_POINTS 3
856 856
 
857
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
857
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
858 858
 
859 859
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
860 860
 
861 861
   #if ENABLED(MANUAL_BED_LEVELING)
862 862
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
863
-  #endif  // MANUAL_BED_LEVELING
863
+  #endif
864 864
 
865 865
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
866 866
 
867
-//===========================================================================
868
-//========================= Unified Bed Leveling ============================
869
-//===========================================================================
867
+  //===========================================================================
868
+  //========================= Unified Bed Leveling ============================
869
+  //===========================================================================
870 870
 
871 871
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
872 872
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -858,28 +858,28 @@
858 858
 
859 859
 #elif ENABLED(MESH_BED_LEVELING)
860 860
 
861
-//===========================================================================
862
-//=================================== Mesh ==================================
863
-//===========================================================================
861
+  //===========================================================================
862
+  //=================================== Mesh ==================================
863
+  //===========================================================================
864 864
 
865
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
865
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
866 866
   #define MESH_INSET 10          // Mesh inset margin on print area
867 867
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
868 868
   #define MESH_NUM_Y_POINTS 3
869 869
 
870
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
870
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
871 871
 
872 872
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
873 873
 
874 874
   #if ENABLED(MANUAL_BED_LEVELING)
875 875
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
876
-  #endif  // MANUAL_BED_LEVELING
876
+  #endif
877 877
 
878 878
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
879 879
 
880
-//===========================================================================
881
-//========================= Unified Bed Leveling ============================
882
-//===========================================================================
880
+  //===========================================================================
881
+  //========================= Unified Bed Leveling ============================
882
+  //===========================================================================
883 883
 
884 884
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
885 885
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

+ 9
- 9
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -864,28 +864,28 @@
864 864
 
865 865
 #elif ENABLED(MESH_BED_LEVELING)
866 866
 
867
-//===========================================================================
868
-//=================================== Mesh ==================================
869
-//===========================================================================
867
+  //===========================================================================
868
+  //=================================== Mesh ==================================
869
+  //===========================================================================
870 870
 
871
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
871
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
872 872
   #define MESH_INSET 10          // Mesh inset margin on print area
873 873
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
874 874
   #define MESH_NUM_Y_POINTS 3
875 875
 
876
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
876
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
877 877
 
878 878
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
879 879
 
880 880
   #if ENABLED(MANUAL_BED_LEVELING)
881 881
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
882
-  #endif  // MANUAL_BED_LEVELING
882
+  #endif
883 883
 
884 884
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
885 885
 
886
-//===========================================================================
887
-//========================= Unified Bed Leveling ============================
888
-//===========================================================================
886
+  //===========================================================================
887
+  //========================= Unified Bed Leveling ============================
888
+  //===========================================================================
889 889
 
890 890
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
891 891
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

+ 9
- 9
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -835,28 +835,28 @@
835 835
 
836 836
 #elif ENABLED(MESH_BED_LEVELING)
837 837
 
838
-//===========================================================================
839
-//=================================== Mesh ==================================
840
-//===========================================================================
838
+  //===========================================================================
839
+  //=================================== Mesh ==================================
840
+  //===========================================================================
841 841
 
842
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
842
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
843 843
   #define MESH_INSET 10          // Mesh inset margin on print area
844 844
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
845 845
   #define MESH_NUM_Y_POINTS 3
846 846
 
847
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
847
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
848 848
 
849 849
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
850 850
 
851 851
   #if ENABLED(MANUAL_BED_LEVELING)
852 852
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
853
-  #endif  // MANUAL_BED_LEVELING
853
+  #endif
854 854
 
855 855
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
856 856
 
857
-//===========================================================================
858
-//========================= Unified Bed Leveling ============================
859
-//===========================================================================
857
+  //===========================================================================
858
+  //========================= Unified Bed Leveling ============================
859
+  //===========================================================================
860 860
 
861 861
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
862 862
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -843,28 +843,28 @@
843 843
 
844 844
 #elif ENABLED(MESH_BED_LEVELING)
845 845
 
846
-//===========================================================================
847
-//=================================== Mesh ==================================
848
-//===========================================================================
846
+  //===========================================================================
847
+  //=================================== Mesh ==================================
848
+  //===========================================================================
849 849
 
850
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
850
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
851 851
   #define MESH_INSET 10          // Mesh inset margin on print area
852 852
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
853 853
   #define MESH_NUM_Y_POINTS 3
854 854
 
855
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
855
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
856 856
 
857 857
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
858 858
 
859 859
   #if ENABLED(MANUAL_BED_LEVELING)
860 860
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
861
-  #endif  // MANUAL_BED_LEVELING
861
+  #endif
862 862
 
863 863
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
864 864
 
865
-//===========================================================================
866
-//========================= Unified Bed Leveling ============================
867
-//===========================================================================
865
+  //===========================================================================
866
+  //========================= Unified Bed Leveling ============================
867
+  //===========================================================================
868 868
 
869 869
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
870 870
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

+ 9
- 9
Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h View File

@@ -948,28 +948,28 @@
948 948
 
949 949
 #elif ENABLED(MESH_BED_LEVELING)
950 950
 
951
-//===========================================================================
952
-//=================================== Mesh ==================================
953
-//===========================================================================
951
+  //===========================================================================
952
+  //=================================== Mesh ==================================
953
+  //===========================================================================
954 954
 
955
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
955
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
956 956
   #define MESH_INSET 10          // Mesh inset margin on print area
957 957
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
958 958
   #define MESH_NUM_Y_POINTS 3
959 959
 
960
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
960
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
961 961
 
962 962
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
963 963
 
964 964
   #if ENABLED(MANUAL_BED_LEVELING)
965 965
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
966
-  #endif  // MANUAL_BED_LEVELING
966
+  #endif
967 967
 
968 968
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
969 969
 
970
-//===========================================================================
971
-//========================= Unified Bed Leveling ============================
972
-//===========================================================================
970
+  //===========================================================================
971
+  //========================= Unified Bed Leveling ============================
972
+  //===========================================================================
973 973
 
974 974
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
975 975
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -934,28 +934,28 @@
934 934
 
935 935
 #elif ENABLED(MESH_BED_LEVELING)
936 936
 
937
-//===========================================================================
938
-//=================================== Mesh ==================================
939
-//===========================================================================
937
+  //===========================================================================
938
+  //=================================== Mesh ==================================
939
+  //===========================================================================
940 940
 
941
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
941
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
942 942
   #define MESH_INSET 10          // Mesh inset margin on print area
943 943
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
944 944
   #define MESH_NUM_Y_POINTS 3
945 945
 
946
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
946
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
947 947
 
948 948
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
949 949
 
950 950
   #if ENABLED(MANUAL_BED_LEVELING)
951 951
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
952
-  #endif  // MANUAL_BED_LEVELING
952
+  #endif
953 953
 
954 954
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
955 955
 
956
-//===========================================================================
957
-//========================= Unified Bed Leveling ============================
958
-//===========================================================================
956
+  //===========================================================================
957
+  //========================= Unified Bed Leveling ============================
958
+  //===========================================================================
959 959
 
960 960
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
961 961
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -938,28 +938,28 @@
938 938
 
939 939
 #elif ENABLED(MESH_BED_LEVELING)
940 940
 
941
-//===========================================================================
942
-//=================================== Mesh ==================================
943
-//===========================================================================
941
+  //===========================================================================
942
+  //=================================== Mesh ==================================
943
+  //===========================================================================
944 944
 
945
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
945
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
946 946
   #define MESH_INSET 10          // Mesh inset margin on print area
947 947
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
948 948
   #define MESH_NUM_Y_POINTS 3
949 949
 
950
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
950
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
951 951
 
952 952
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
953 953
 
954 954
   #if ENABLED(MANUAL_BED_LEVELING)
955 955
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
956
-  #endif  // MANUAL_BED_LEVELING
956
+  #endif
957 957
 
958 958
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
959 959
 
960
-//===========================================================================
961
-//========================= Unified Bed Leveling ============================
962
-//===========================================================================
960
+  //===========================================================================
961
+  //========================= Unified Bed Leveling ============================
962
+  //===========================================================================
963 963
 
964 964
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
965 965
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -937,28 +937,28 @@
937 937
 
938 938
 #elif ENABLED(MESH_BED_LEVELING)
939 939
 
940
-//===========================================================================
941
-//=================================== Mesh ==================================
942
-//===========================================================================
940
+  //===========================================================================
941
+  //=================================== Mesh ==================================
942
+  //===========================================================================
943 943
 
944
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
944
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
945 945
   #define MESH_INSET 10          // Mesh inset margin on print area
946 946
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
947 947
   #define MESH_NUM_Y_POINTS 3
948 948
 
949
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
949
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
950 950
 
951 951
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
952 952
 
953 953
   #if ENABLED(MANUAL_BED_LEVELING)
954 954
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
955
-  #endif  // MANUAL_BED_LEVELING
955
+  #endif
956 956
 
957 957
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
958 958
 
959
-//===========================================================================
960
-//========================= Unified Bed Leveling ============================
961
-//===========================================================================
959
+  //===========================================================================
960
+  //========================= Unified Bed Leveling ============================
961
+  //===========================================================================
962 962
 
963 963
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
964 964
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -947,28 +947,28 @@
947 947
 
948 948
 #elif ENABLED(MESH_BED_LEVELING)
949 949
 
950
-//===========================================================================
951
-//=================================== Mesh ==================================
952
-//===========================================================================
950
+  //===========================================================================
951
+  //=================================== Mesh ==================================
952
+  //===========================================================================
953 953
 
954
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
954
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
955 955
   #define MESH_INSET 10          // Mesh inset margin on print area
956 956
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
957 957
   #define MESH_NUM_Y_POINTS 3
958 958
 
959
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
959
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
960 960
 
961 961
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
962 962
 
963 963
   #if ENABLED(MANUAL_BED_LEVELING)
964 964
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
965
-  #endif  // MANUAL_BED_LEVELING
965
+  #endif
966 966
 
967 967
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
968 968
 
969
-//===========================================================================
970
-//========================= Unified Bed Leveling ============================
971
-//===========================================================================
969
+  //===========================================================================
970
+  //========================= Unified Bed Leveling ============================
971
+  //===========================================================================
972 972
 
973 973
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
974 974
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -846,28 +846,28 @@
846 846
 
847 847
 #elif ENABLED(MESH_BED_LEVELING)
848 848
 
849
-//===========================================================================
850
-//=================================== Mesh ==================================
851
-//===========================================================================
849
+  //===========================================================================
850
+  //=================================== Mesh ==================================
851
+  //===========================================================================
852 852
 
853
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
853
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
854 854
   #define MESH_INSET 10          // Mesh inset margin on print area
855 855
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
856 856
   #define MESH_NUM_Y_POINTS 3
857 857
 
858
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
858
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
859 859
 
860 860
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
861 861
 
862 862
   #if ENABLED(MANUAL_BED_LEVELING)
863 863
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
864
-  #endif  // MANUAL_BED_LEVELING
864
+  #endif
865 865
 
866 866
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
867 867
 
868
-//===========================================================================
869
-//========================= Unified Bed Leveling ============================
870
-//===========================================================================
868
+  //===========================================================================
869
+  //========================= Unified Bed Leveling ============================
870
+  //===========================================================================
871 871
 
872 872
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
873 873
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

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

@@ -839,28 +839,28 @@
839 839
 
840 840
 #elif ENABLED(MESH_BED_LEVELING)
841 841
 
842
-//===========================================================================
843
-//=================================== Mesh ==================================
844
-//===========================================================================
842
+  //===========================================================================
843
+  //=================================== Mesh ==================================
844
+  //===========================================================================
845 845
 
846
-  #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0.
846
+  #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
847 847
   #define MESH_INSET 10          // Mesh inset margin on print area
848 848
   #define MESH_NUM_X_POINTS 3    // Don't use more than 7 points per axis, implementation limited.
849 849
   #define MESH_NUM_Y_POINTS 3
850 850
 
851
-  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
851
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
852 852
 
853 853
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
854 854
 
855 855
   #if ENABLED(MANUAL_BED_LEVELING)
856 856
     #define MBL_Z_STEP 0.025     // Step size while manually probing Z axis.
857
-  #endif  // MANUAL_BED_LEVELING
857
+  #endif
858 858
 
859 859
 #elif ENABLED(AUTO_BED_LEVELING_UBL)
860 860
 
861
-//===========================================================================
862
-//========================= Unified Bed Leveling ============================
863
-//===========================================================================
861
+  //===========================================================================
862
+  //========================= Unified Bed Leveling ============================
863
+  //===========================================================================
864 864
 
865 865
   #define UBL_MESH_INSET 1          // Mesh inset margin on print area
866 866
   #define UBL_MESH_NUM_X_POINTS 10  // Don't use more than 15 points per axis, implementation limited.

Loading…
Cancel
Save