diff --git a/gcode.c b/gcode.c index 9c9110c..97a97b3 100644 --- a/gcode.c +++ b/gcode.c @@ -575,7 +575,7 @@ uint8_t gc_execute_line(char *line) // target position with the coordinate system offsets, G92 offsets, absolute override, and distance // modes applied. This includes the motion mode commands. We can now pre-compute the target position. // NOTE: Tool offsets may be appended to these conversions when/if this feature is added. - if (axis_command != AXIS_COMMAND_TOOL_LENGTH_OFFSET ) // TLO block any axis command. + if (axis_command != AXIS_COMMAND_TOOL_LENGTH_OFFSET ) { // TLO block any axis command. if (axis_words) { for (idx=0; idx