Merge pull request #2323 from Panayiotis-git/MK3_Fix_M603

Add oversighted ‘break’ statement at the M603 command's source
This commit is contained in:
DRracer 2019-11-25 06:04:41 +01:00 committed by GitHub
commit abb220ff69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7250,9 +7250,10 @@ Sigma_Exit:
//! ### M603 - Stop print
// -------------------------------
case 603: {
case 603: {
lcd_print_stop();
}
break;
#ifdef PINDA_THERMISTOR
//! ### M860 - Wait for extruder temperature (PINDA)