Scott Lahteine 6 years ago
parent
commit
08d685c97a

+ 1
- 0
Marlin/Configuration.h View File

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

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

1003
   #define UBL_PROBE_PT_1_Y 180
1003
   #define UBL_PROBE_PT_1_Y 180
1004
   #define UBL_PROBE_PT_2_X 39
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
   #define UBL_PROBE_PT_2_Y 20
1006
   #define UBL_PROBE_PT_2_Y 20
1009
   #define UBL_PROBE_PT_3_X 180
1007
   #define UBL_PROBE_PT_3_X 180
1010
   #define UBL_PROBE_PT_3_Y 20
1008
   #define UBL_PROBE_PT_3_Y 20
1012
   #define UBL_MESH_EDIT_MOVES_Z     // Sophisticated users prefer no movement of nozzle
1010
   #define UBL_MESH_EDIT_MOVES_Z     // Sophisticated users prefer no movement of nozzle
1013
   #define UBL_SAVE_ACTIVE_ON_M500   // Save the currently active mesh in the current slot on M500
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
 #elif ENABLED(MESH_BED_LEVELING)
1016
 #elif ENABLED(MESH_BED_LEVELING)
1016
 
1017
 
1017
   //===========================================================================
1018
   //===========================================================================

Loading…
Cancel
Save