From 145cea2dd092a2c9b58ba6905693498f79b317e6 Mon Sep 17 00:00:00 2001 From: Sonny Jeon Date: Sun, 6 Jul 2014 15:42:40 -0600 Subject: [PATCH] Syntax fix for gcode.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Whoops! Missed a bracket and it wasn’t compiling. Now fixed. - Updated the unsupported gcodes listed at the end of the gcode.c file. --- gcode.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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