Enable CNC_WORKSPACE_PLANES

This commit is contained in:
Thomas Basler 2020-08-26 21:37:49 +02:00
parent 102d0f4fa4
commit 9b0b7c55c4
1 changed files with 1 additions and 1 deletions

View File

@ -2296,7 +2296,7 @@
#define BEZIER_CURVE_SUPPORT // Requires ~2666 bytes
#if EITHER(ARC_SUPPORT, BEZIER_CURVE_SUPPORT)
//#define CNC_WORKSPACE_PLANES // Allow G2/G3/G5 to operate in XY, ZX, or YZ planes
#define CNC_WORKSPACE_PLANES // Allow G2/G3/G5 to operate in XY, ZX, or YZ planes
#endif
/**