CNC workspace planes for G5

According to LinuxCNC, G5 should throw an error if the current plane mode isn't XY.
This commit is contained in:
Scott Lahteine
2017-06-22 08:57:33 -05:00
parent 5851c2d36f
commit 898f48e331
2 changed files with 15 additions and 5 deletions

View File

@@ -160,6 +160,7 @@
#define MSG_ERR_MATERIAL_INDEX "M145 S<index> out of range (0-1)"
#define MSG_ERR_M355_NONE "No case light"
#define MSG_ERR_M421_PARAMETERS "M421 incorrect parameter usage"
#define MSG_ERR_BAD_PLANE_MODE "G5 requires XY plane mode"
#define MSG_ERR_MESH_XY "Mesh point cannot be resolved"
#define MSG_ERR_ARC_ARGS "G2/G3 bad parameters"
#define MSG_ERR_PROTECTED_PIN "Protected Pin"