fixed typo in comment

This commit is contained in:
MaikStohn 2012-05-03 14:13:53 +02:00
parent 1874cb71a6
commit 789ba02d43

View File

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