From d7e2e655ca999fe5d7482840ecf6333f06101af3 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 16 Feb 2018 02:14:20 -0600 Subject: [PATCH] Followup to #9663 --- Marlin/Configuration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index e7726f05f..3da55e8c6 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -992,6 +992,7 @@ //#define UBL_Z_RAISE_WHEN_OFF_MESH 2.5 // When the nozzle is off the mesh, this value is used // as the Z-Height correction value. + #elif ENABLED(MESH_BED_LEVELING) //===========================================================================