Scott Lahteine 6 years ago
parent
commit
08d685c97a

+ 1
- 0
Marlin/Configuration.h View File

@@ -1001,6 +1001,7 @@
1001 1001
 
1002 1002
   //#define UBL_Z_RAISE_WHEN_OFF_MESH 2.5 // When the nozzle is off the mesh, this value is used
1003 1003
                                           // as the Z-Height correction value.
1004
+
1004 1005
 #elif ENABLED(MESH_BED_LEVELING)
1005 1006
 
1006 1007
   //===========================================================================

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

@@ -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
   //===========================================================================

Loading…
Cancel
Save