Browse Source

fixed typo in comment

MaikStohn 13 years ago
parent
commit
789ba02d43
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin.pde

+ 1
- 1
Marlin/Marlin.pde View File

@@ -1246,7 +1246,7 @@ void process_commands()
1246 1246
      }
1247 1247
     break;
1248 1248
       
1249
-    case 302: // finish all moves
1249
+    case 302: // allow cold extrudes
1250 1250
     {
1251 1251
       allow_cold_extrudes(true);
1252 1252
     }

Loading…
Cancel
Save