diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp
index 547f4e21..fd2a6e39 100755
--- a/Firmware/Marlin_main.cpp
+++ b/Firmware/Marlin_main.cpp
@@ -6967,19 +6967,21 @@ Sigma_Exit:
lcd_setstatus(strchr_pointer + 5);
break;*/
+#if 0 //Disable these for the time being
/*!
- ### M120 - Enable endstops M120: Enable endstop detection
+ ### M120 - Enable endstops M120: Enable endstop detection
*/
case 120:
enable_endstops(true) ;
break;
/*!
- ### M121 - Disable endstops M121: Disable endstop detection
+ ### M121 - Disable endstops M121: Disable endstop detection
*/
case 121:
enable_endstops(false) ;
break;
+#endif //0
/*!
### M119 - Get endstop states M119: Get Endstop Status