|
@@ -1003,8 +1003,6 @@
|
1003
|
1003
|
#define UBL_PROBE_PT_1_Y 180
|
1004
|
1004
|
#define UBL_PROBE_PT_2_X 39
|
1005
|
1005
|
|
1006
|
|
- //#define UBL_Z_RAISE_WHEN_OFF_MESH 2.5 // When the nozzle is off the mesh, this value is used
|
1007
|
|
- // as the Z-Height correction value.
|
1008
|
1006
|
#define UBL_PROBE_PT_2_Y 20
|
1009
|
1007
|
#define UBL_PROBE_PT_3_X 180
|
1010
|
1008
|
#define UBL_PROBE_PT_3_Y 20
|
|
@@ -1012,6 +1010,9 @@
|
1012
|
1010
|
#define UBL_MESH_EDIT_MOVES_Z // Sophisticated users prefer no movement of nozzle
|
1013
|
1011
|
#define UBL_SAVE_ACTIVE_ON_M500 // Save the currently active mesh in the current slot on M500
|
1014
|
1012
|
|
|
1013
|
+ //#define UBL_Z_RAISE_WHEN_OFF_MESH 2.5 // When the nozzle is off the mesh, this value is used
|
|
1014
|
+ // as the Z-Height correction value.
|
|
1015
|
+
|
1015
|
1016
|
#elif ENABLED(MESH_BED_LEVELING)
|
1016
|
1017
|
|
1017
|
1018
|
//===========================================================================
|