ソースを参照

Merge pull request #2323 from Panayiotis-git/MK3_Fix_M603

Add oversighted ‘break’ statement at the M603 command's source
DRracer 5 年 前
コミット
abb220ff69
1 ファイル変更2 行追加1 行削除
  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)