Add oversighted ‘break’ statement at the M603 command's source

This commit is contained in:
Panayiotis-git 2019-11-12 21:32:39 +02:00
parent c82fa07299
commit 23cf076242
1 changed files with 2 additions and 1 deletions

View File

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