Indent G2/G3

This commit is contained in:
Scott Lahteine 2015-05-22 17:31:38 -07:00
parent 350f239d84
commit 47d7a9cb5e

View File

@ -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: