Add CNC_COORDINATE_SYSTEMS to configs

This commit is contained in:
Scott Lahteine
2017-11-04 15:25:12 -05:00
parent a22434508f
commit 1b42fba39b
34 changed files with 272 additions and 0 deletions

View File

@ -1279,6 +1279,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
*/