Pause SD queue early on M25 (#21317)

This commit is contained in:
Scott Lahteine
2021-03-12 08:34:22 -06:00
committed by GitHub
parent 8532c2b9b6
commit 71f2617263
3 changed files with 14 additions and 1 deletions

View File

@ -87,6 +87,10 @@ void GcodeSuite::M24() {
/**
* M25: Pause SD Print
*
* With PARK_HEAD_ON_PAUSE:
* Invoke M125 to store the current position and move to the park
* position. M24 will move the head back before resuming the print.
*/
void GcodeSuite::M25() {