utilize MOTION_MODE_PROBE_NO_ERROR
This commit is contained in:
parent
0f7806938d
commit
b89d194466
1
gcode.c
1
gcode.c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user