Indent G0/G1
This commit is contained in:
parent
f4584c51c5
commit
350f239d84
@ -5227,11 +5227,11 @@ void process_next_command() {
|
|||||||
switch(command_code) {
|
switch(command_code) {
|
||||||
case 'G': switch (codenum) {
|
case 'G': switch (codenum) {
|
||||||
|
|
||||||
// G0, G1
|
// G0, G1
|
||||||
case 0:
|
case 0:
|
||||||
case 1:
|
case 1:
|
||||||
gcode_G0_G1();
|
gcode_G0_G1();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// G2, G3
|
// G2, G3
|
||||||
#ifndef SCARA
|
#ifndef SCARA
|
||||||
|
Loading…
Reference in New Issue
Block a user