utilize MOTION_MODE_PROBE_NO_ERROR

This commit is contained in:
Elijah Insua 2014-09-14 15:42:31 -07:00
parent 0f7806938d
commit b89d194466

View File

@ -982,6 +982,7 @@ uint8_t gc_execute_line(char *line)
#endif #endif
break; break;
case MOTION_MODE_PROBE: case MOTION_MODE_PROBE:
case MOTION_MODE_PROBE_NO_ERROR:
// NOTE: gc_block.values.xyz is returned from mc_probe_cycle with the updated position value. So // NOTE: gc_block.values.xyz is returned from mc_probe_cycle with the updated position value. So
// upon a successful probing cycle, the machine position and the returned value should be the same. // upon a successful probing cycle, the machine position and the returned value should be the same.
#ifdef USE_LINE_NUMBERS #ifdef USE_LINE_NUMBERS