adding M120 and 121 for turning on and off the endstops only for homing function
This commit is contained in:
		| @@ -1100,6 +1100,12 @@ void process_commands() | |||||||
|        |        | ||||||
|       SERIAL_PROTOCOLLN(""); |       SERIAL_PROTOCOLLN(""); | ||||||
|       break; |       break; | ||||||
|  |     case 120: // M120 | ||||||
|  |       enable_endstops(false) ; | ||||||
|  |       break; | ||||||
|  |     case 121: // M121 | ||||||
|  |       enable_endstops(true) ; | ||||||
|  |       break; | ||||||
|     case 119: // M119 |     case 119: // M119 | ||||||
|       #if (X_MIN_PIN > -1) |       #if (X_MIN_PIN > -1) | ||||||
|         SERIAL_PROTOCOLPGM(MSG_X_MIN); |         SERIAL_PROTOCOLPGM(MSG_X_MIN); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user