Enable CNC coordinate system

This commit is contained in:
Frederik Menke 2022-09-05 23:51:59 +02:00
parent c53498aff4
commit 076afd2c61

View file

@ -3725,7 +3725,7 @@
* Enables G53 and G54-G59.3 commands to select coordinate systems * Enables G53 and G54-G59.3 commands to select coordinate systems
* and G92.1 to reset the workspace to native machine space. * and G92.1 to reset the workspace to native machine space.
*/ */
//#define CNC_COORDINATE_SYSTEMS #define CNC_COORDINATE_SYSTEMS
/** /**
* Auto-report fan speed with M123 S<seconds> * Auto-report fan speed with M123 S<seconds>