0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 07:29:33 +00:00

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;
case 302: // finish all moves
case 302: // allow cold extrudes
{
allow_cold_extrudes(true);
}