Indent G0/G1

This commit is contained in:
Scott Lahteine 2015-05-22 17:31:24 -07:00
parent f4584c51c5
commit 350f239d84

View File

@ -5227,11 +5227,11 @@ void process_next_command() {
switch(command_code) {
case 'G': switch (codenum) {
// G0, G1
case 0:
case 1:
gcode_G0_G1();
break;
// G0, G1
case 0:
case 1:
gcode_G0_G1();
break;
// G2, G3
#ifndef SCARA