Browse Source

removed some serial line error messages which caused that octoprint changed status

PavelSindler 6 years ago
parent
commit
1917b6a1d7
2 changed files with 0 additions and 2 deletions
  1. 0 1
      Firmware/Marlin_main.cpp
  2. 0 1
      Firmware/fsensor.cpp

+ 0 - 1
Firmware/Marlin_main.cpp

@@ -5413,7 +5413,6 @@ case 404:  //M404 Enter the nominal filament width (3mm, 1.75mm ) N<3.0> or disp
     #ifdef FILAMENTCHANGEENABLE
     case 600: //Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
     {
-		MYSERIAL.println("!!!!M600!!!!");
 		bool old_fsensor_enabled = fsensor_enabled;
 		fsensor_enabled = false; //temporary solution for unexpected restarting
 

+ 0 - 1
Firmware/fsensor.cpp

@@ -258,7 +258,6 @@ void fsensor_update()
 		}
 		else*/
 		{
-			MYSERIAL.println("fsensor_update - ERROR!!!");
 			fsensor_stop_and_save_print();
 			enquecommand_front_P((PSTR("M600")));
 			fsensor_M600 = true;