Merge pull request #3125 from leptun/PFW-1238_fix_M105_from_SD

Fix M105 from SD
This commit is contained in:
DRracer 2021-04-29 09:12:05 +02:00 committed by GitHub
commit 7c914ec2d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6492,6 +6492,7 @@ Sigma_Exit:
gcode_M105(extruder);
cmdqueue_pop_front(); //prevent an ok after the command since this command uses an ok at the beginning.
cmdbuffer_front_already_processed = true;
break;
}