Add CNC_COORDINATE_SYSTEMS to configs
This commit is contained in:
		| @@ -1287,6 +1287,14 @@ | ||||
|   //#define SPEED_POWER_MAX      100      // 0-100% | ||||
| #endif | ||||
|  | ||||
| /** | ||||
|  * CNC Coordinate Systems | ||||
|  * | ||||
|  * Enables G53 and G54-G59.3 commands to select coordinate systems | ||||
|  * and G92.1 to reset the workspace to native machine space. | ||||
|  */ | ||||
| //#define CNC_COORDINATE_SYSTEMS | ||||
|  | ||||
| /** | ||||
|  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins | ||||
|  */ | ||||
|   | ||||
| @@ -1280,6 +1280,14 @@ | ||||
|   //#define SPEED_POWER_MAX      100      // 0-100% | ||||
| #endif | ||||
|  | ||||
| /** | ||||
|  * CNC Coordinate Systems | ||||
|  * | ||||
|  * Enables G53 and G54-G59.3 commands to select coordinate systems | ||||
|  * and G92.1 to reset the workspace to native machine space. | ||||
|  */ | ||||
| //#define CNC_COORDINATE_SYSTEMS | ||||
|  | ||||
| /** | ||||
|  * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins | ||||
|  */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user