mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-02-15 08:59:45 -07:00
fixed typo in comment
This commit is contained in:
parent
1874cb71a6
commit
789ba02d43
1 changed files with 1 additions and 1 deletions
|
|
@ -1246,7 +1246,7 @@ void process_commands()
|
|||
}
|
||||
break;
|
||||
|
||||
case 302: // finish all moves
|
||||
case 302: // allow cold extrudes
|
||||
{
|
||||
allow_cold_extrudes(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue