Disable M120 M121

This commit is contained in:
3d-gussner 2021-03-10 17:46:19 +01:00
parent eb4cf1a77f
commit 832e881955

View File

@ -6967,6 +6967,7 @@ Sigma_Exit:
lcd_setstatus(strchr_pointer + 5); lcd_setstatus(strchr_pointer + 5);
break;*/ break;*/
#if 0 //Disable these for the time being
/*! /*!
### M120 - Enable endstops <a href="https://reprap.org/wiki/G-code#M120:_Enable_endstop_detection">M120: Enable endstop detection</a> ### M120 - Enable endstops <a href="https://reprap.org/wiki/G-code#M120:_Enable_endstop_detection">M120: Enable endstop detection</a>
*/ */
@ -6980,6 +6981,7 @@ Sigma_Exit:
case 121: case 121:
enable_endstops(false) ; enable_endstops(false) ;
break; break;
#endif //0
/*! /*!
### M119 - Get endstop states <a href="https://reprap.org/wiki/G-code#M119:_Get_Endstop_Status">M119: Get Endstop Status</a> ### M119 - Get endstop states <a href="https://reprap.org/wiki/G-code#M119:_Get_Endstop_Status">M119: Get Endstop Status</a>