Browse Source

Indent G0/G1

Scott Lahteine 10 years ago
parent
commit
350f239d84
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      Marlin/Marlin_main.cpp

+ 5
- 5
Marlin/Marlin_main.cpp View File

@@ -5227,11 +5227,11 @@ void process_next_command() {
5227 5227
   switch(command_code) {
5228 5228
     case 'G': switch (codenum) {
5229 5229
 
5230
-    // G0, G1
5231
-    case 0:
5232
-    case 1:
5233
-      gcode_G0_G1();
5234
-      break;
5230
+      // G0, G1
5231
+      case 0:
5232
+      case 1:
5233
+        gcode_G0_G1();
5234
+        break;
5235 5235
 
5236 5236
     // G2, G3
5237 5237
     #ifndef SCARA

Loading…
Cancel
Save