From 47d7a9cb5ee526f277c978de929a0612b4d3ee5d Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 22 May 2015 17:31:38 -0700 Subject: [PATCH] Indent G2/G3 --- Marlin/Marlin_main.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index f747b1309..57a077f3a 100644 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -5233,13 +5233,13 @@ void process_next_command() { gcode_G0_G1(); break; - // G2, G3 - #ifndef SCARA - case 2: // G2 - CW ARC - case 3: // G3 - CCW ARC - gcode_G2_G3(codenum == 2); - break; - #endif + // G2, G3 + #ifndef SCARA + case 2: // G2 - CW ARC + case 3: // G3 - CCW ARC + gcode_G2_G3(codenum == 2); + break; + #endif // G4 Dwell case 4: