Browse Source

Changed (corrected?) SD_card comment handling.

Erik van der Zalm 13 years ago
parent
commit
21e2bae063
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Marlin.pde

+ 2
- 2
Marlin/Marlin.pde View File

@@ -466,11 +466,11 @@ void get_command()
466 466
         return; //if empty line
467 467
       }
468 468
       cmdbuffer[bufindw][serial_count] = 0; //terminate string
469
-      if(!comment_mode){
469
+//      if(!comment_mode){
470 470
         fromsd[bufindw] = true;
471 471
         buflen += 1;
472 472
         bufindw = (bufindw + 1)%BUFSIZE;
473
-      }     
473
+//      }     
474 474
       comment_mode = false; //for new command
475 475
       serial_count = 0; //clear buffer
476 476
     }

Loading…
Cancel
Save