Browse Source

Drop commented code_is_good lines

Scott Lahteine 10 years ago
parent
commit
9beed830eb
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Marlin/Marlin_main.cpp

+ 0
- 4
Marlin/Marlin_main.cpp View File

@@ -5300,8 +5300,6 @@ void process_next_command() {
5300 5300
       case 92: // G92
5301 5301
         gcode_G92();
5302 5302
         break;
5303
-
5304
-      // default: code_is_good = false;
5305 5303
     }
5306 5304
     break;
5307 5305
 
@@ -5732,8 +5730,6 @@ void process_next_command() {
5732 5730
       case 999: // M999: Restart after being Stopped
5733 5731
         gcode_M999();
5734 5732
         break;
5735
-
5736
-      // default: code_is_good = false;
5737 5733
     }
5738 5734
     break;
5739 5735
 

Loading…
Cancel
Save