Indent G2/G3
This commit is contained in:
parent
350f239d84
commit
47d7a9cb5e
@ -5233,13 +5233,13 @@ void process_next_command() {
|
|||||||
gcode_G0_G1();
|
gcode_G0_G1();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// G2, G3
|
// G2, G3
|
||||||
#ifndef SCARA
|
#ifndef SCARA
|
||||||
case 2: // G2 - CW ARC
|
case 2: // G2 - CW ARC
|
||||||
case 3: // G3 - CCW ARC
|
case 3: // G3 - CCW ARC
|
||||||
gcode_G2_G3(codenum == 2);
|
gcode_G2_G3(codenum == 2);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// G4 Dwell
|
// G4 Dwell
|
||||||
case 4:
|
case 4:
|
||||||
|
Loading…
Reference in New Issue
Block a user