diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index fd9560530f..465b8df8fe 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -843,28 +843,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/Cartesio/Configuration.h b/Marlin/example_configurations/Cartesio/Configuration.h index 213d784f96..8b944a81a3 100644 --- a/Marlin/example_configurations/Cartesio/Configuration.h +++ b/Marlin/example_configurations/Cartesio/Configuration.h @@ -843,28 +843,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/Felix/DUAL/Configuration.h b/Marlin/example_configurations/Felix/DUAL/Configuration.h index 971e4742e5..c987fdf72b 100644 --- a/Marlin/example_configurations/Felix/DUAL/Configuration.h +++ b/Marlin/example_configurations/Felix/DUAL/Configuration.h @@ -826,28 +826,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/Hephestos/Configuration.h b/Marlin/example_configurations/Hephestos/Configuration.h index 1bd8eaafc6..57a8d3b24e 100644 --- a/Marlin/example_configurations/Hephestos/Configuration.h +++ b/Marlin/example_configurations/Hephestos/Configuration.h @@ -835,28 +835,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/Hephestos_2/Configuration.h b/Marlin/example_configurations/Hephestos_2/Configuration.h index 75d5a8705a..c704710e02 100644 --- a/Marlin/example_configurations/Hephestos_2/Configuration.h +++ b/Marlin/example_configurations/Hephestos_2/Configuration.h @@ -837,28 +837,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/K8200/Configuration.h b/Marlin/example_configurations/K8200/Configuration.h index 525ad6cba4..16a1a09dd3 100644 --- a/Marlin/example_configurations/K8200/Configuration.h +++ b/Marlin/example_configurations/K8200/Configuration.h @@ -872,28 +872,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/K8400/Configuration.h b/Marlin/example_configurations/K8400/Configuration.h index c0ac1e0992..fa74835ea3 100644 --- a/Marlin/example_configurations/K8400/Configuration.h +++ b/Marlin/example_configurations/K8400/Configuration.h @@ -843,28 +843,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/K8400/Dual-head/Configuration.h b/Marlin/example_configurations/K8400/Dual-head/Configuration.h index 2446f2e8bc..570f3ad2a3 100644 --- a/Marlin/example_configurations/K8400/Dual-head/Configuration.h +++ b/Marlin/example_configurations/K8400/Dual-head/Configuration.h @@ -843,28 +843,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h index a63c6bbfcd..9d462ebd43 100644 --- a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h +++ b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h @@ -843,28 +843,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/RigidBot/Configuration.h b/Marlin/example_configurations/RigidBot/Configuration.h index 96ad268e48..6eb5318a94 100644 --- a/Marlin/example_configurations/RigidBot/Configuration.h +++ b/Marlin/example_configurations/RigidBot/Configuration.h @@ -842,28 +842,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/Roxys_printers/Folger_Tech_i3_2020/Configuration.h b/Marlin/example_configurations/Roxys_printers/Folger_Tech_i3_2020/Configuration.h index 145ef53097..3aea5e71e9 100644 --- a/Marlin/example_configurations/Roxys_printers/Folger_Tech_i3_2020/Configuration.h +++ b/Marlin/example_configurations/Roxys_printers/Folger_Tech_i3_2020/Configuration.h @@ -845,28 +845,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/Roxys_printers/gMax_1.5+/Configuration.h b/Marlin/example_configurations/Roxys_printers/gMax_1.5+/Configuration.h index 5215743c8b..113455aa56 100644 --- a/Marlin/example_configurations/Roxys_printers/gMax_1.5+/Configuration.h +++ b/Marlin/example_configurations/Roxys_printers/gMax_1.5+/Configuration.h @@ -842,28 +842,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/Roxys_printers/original_release_files/Configuration.h b/Marlin/example_configurations/Roxys_printers/original_release_files/Configuration.h index e1d3080f30..e8043b0b72 100644 --- a/Marlin/example_configurations/Roxys_printers/original_release_files/Configuration.h +++ b/Marlin/example_configurations/Roxys_printers/original_release_files/Configuration.h @@ -845,28 +845,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/SCARA/Configuration.h b/Marlin/example_configurations/SCARA/Configuration.h index f91d6db1d0..1b76ccef05 100644 --- a/Marlin/example_configurations/SCARA/Configuration.h +++ b/Marlin/example_configurations/SCARA/Configuration.h @@ -858,28 +858,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/TAZ4/Configuration.h b/Marlin/example_configurations/TAZ4/Configuration.h index c960daee9f..ffda09ba07 100644 --- a/Marlin/example_configurations/TAZ4/Configuration.h +++ b/Marlin/example_configurations/TAZ4/Configuration.h @@ -864,28 +864,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/WITBOX/Configuration.h b/Marlin/example_configurations/WITBOX/Configuration.h index 2b81df5b97..998b692e99 100644 --- a/Marlin/example_configurations/WITBOX/Configuration.h +++ b/Marlin/example_configurations/WITBOX/Configuration.h @@ -835,28 +835,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/adafruit/ST7565/Configuration.h b/Marlin/example_configurations/adafruit/ST7565/Configuration.h index cbe68eefae..bc22703f7e 100644 --- a/Marlin/example_configurations/adafruit/ST7565/Configuration.h +++ b/Marlin/example_configurations/adafruit/ST7565/Configuration.h @@ -843,28 +843,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h b/Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h index d16f2cdb1a..5f0a8ee0a8 100644 --- a/Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h +++ b/Marlin/example_configurations/delta/flsun_kossel_mini/Configuration.h @@ -948,28 +948,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/delta/generic/Configuration.h b/Marlin/example_configurations/delta/generic/Configuration.h index dcb2f49f88..a1fe690f2a 100644 --- a/Marlin/example_configurations/delta/generic/Configuration.h +++ b/Marlin/example_configurations/delta/generic/Configuration.h @@ -934,28 +934,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration.h b/Marlin/example_configurations/delta/kossel_mini/Configuration.h index 590e69e0f2..690a0ac714 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_mini/Configuration.h @@ -938,28 +938,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/delta/kossel_pro/Configuration.h b/Marlin/example_configurations/delta/kossel_pro/Configuration.h index f936195a18..af36b4def9 100644 --- a/Marlin/example_configurations/delta/kossel_pro/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_pro/Configuration.h @@ -937,28 +937,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/delta/kossel_xl/Configuration.h b/Marlin/example_configurations/delta/kossel_xl/Configuration.h index 4bd2e05fca..0e3410227e 100644 --- a/Marlin/example_configurations/delta/kossel_xl/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_xl/Configuration.h @@ -947,28 +947,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/makibox/Configuration.h b/Marlin/example_configurations/makibox/Configuration.h index 628618c0eb..0d5b87ff88 100644 --- a/Marlin/example_configurations/makibox/Configuration.h +++ b/Marlin/example_configurations/makibox/Configuration.h @@ -846,28 +846,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited. diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration.h b/Marlin/example_configurations/tvrrug/Round2/Configuration.h index f5896430c0..ec0b87f80a 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration.h +++ b/Marlin/example_configurations/tvrrug/Round2/Configuration.h @@ -839,28 +839,28 @@ #elif ENABLED(MESH_BED_LEVELING) -//=========================================================================== -//=================================== Mesh ================================== -//=========================================================================== + //=========================================================================== + //=================================== Mesh ================================== + //=========================================================================== - #define MANUAL_PROBE_Z_RANGE 4 // Z after Home, bed somewhere below but above 0.0. + #define MANUAL_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment #define MESH_INSET 10 // Mesh inset margin on print area #define MESH_NUM_X_POINTS 3 // Don't use more than 7 points per axis, implementation limited. #define MESH_NUM_Y_POINTS 3 - //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0] + //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS //#define MANUAL_BED_LEVELING // Add display menu option for bed leveling. #if ENABLED(MANUAL_BED_LEVELING) #define MBL_Z_STEP 0.025 // Step size while manually probing Z axis. - #endif // MANUAL_BED_LEVELING + #endif #elif ENABLED(AUTO_BED_LEVELING_UBL) -//=========================================================================== -//========================= Unified Bed Leveling ============================ -//=========================================================================== + //=========================================================================== + //========================= Unified Bed Leveling ============================ + //=========================================================================== #define UBL_MESH_INSET 1 // Mesh inset margin on print area #define UBL_MESH_NUM_X_POINTS 10 // Don't use more than 15 points per axis, implementation limited.