chiark / gitweb /
fixed typo in comment
authorMaikStohn <git@stohn.de>
Thu, 3 May 2012 12:13:53 +0000 (14:13 +0200)
committerMaikStohn <git@stohn.de>
Thu, 3 May 2012 12:13:53 +0000 (14:13 +0200)
Marlin/Marlin.pde

index 1f290876655e7526ec84a9170c157c234514845b..0164a761adfeceb15aac73868e5d1ae00e5806a0 100644 (file)
@@ -1246,7 +1246,7 @@ void process_commands()
      }
     break;
       
-    case 302: // finish all moves
+    case 302: // allow cold extrudes
     {
       allow_cold_extrudes(true);
     }