Pārlūkot izejas kodu

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

Panayiotis-git 5 gadi atpakaļ
vecāks
revīzija
23cf076242
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      Firmware/Marlin_main.cpp

+ 2 - 1
Firmware/Marlin_main.cpp

@@ -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)