From ffe27a62251caa74e9f566a6d297d78e1c8199e3 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 22 May 2015 17:32:46 -0700 Subject: [PATCH] Indent G29 --- Marlin/Marlin_main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index 039fe4638..ef9683fc4 100644 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -5259,11 +5259,11 @@ void process_next_command() { gcode_G28(); break; - #if defined(ENABLE_AUTO_BED_LEVELING) || defined(MESH_BED_LEVELING) - case 29: // G29 Detailed Z-Probe, probes the bed at 3 or more points. - gcode_G29(); - break; - #endif + #if defined(ENABLE_AUTO_BED_LEVELING) || defined(MESH_BED_LEVELING) + case 29: // G29 Detailed Z-Probe, probes the bed at 3 or more points. + gcode_G29(); + break; + #endif #ifdef ENABLE_AUTO_BED_LEVELING