From f78eebcebf00319ac2901a6b54430e78d800e837 Mon Sep 17 00:00:00 2001 From: Elijah Insua Date: Sun, 14 Sep 2014 14:43:10 -0700 Subject: [PATCH] add MOTION_MODE_PROBE_NO_ERROR --- gcode.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcode.h b/gcode.h index 8a29aab..fc28d32 100644 --- a/gcode.h +++ b/gcode.h @@ -71,8 +71,9 @@ #define MOTION_MODE_LINEAR 1 // G1 #define MOTION_MODE_CW_ARC 2 // G2 #define MOTION_MODE_CCW_ARC 3 // G3 -#define MOTION_MODE_PROBE 4 // G38.2 -#define MOTION_MODE_NONE 5 // G80 +#define MOTION_MODE_PROBE 4 // G38.2, G38.4 +#define MOTION_MODE_PROBE_NO_ERROR 5 // G38.3, G38.5 +#define MOTION_MODE_NONE 6 // G80 // Modal Group G2: Plane select #define PLANE_SELECT_XY 0 // G17 (Default: Must be zero)