From b83027def2a34aa9f234a28ad25d750f67d8a4e8 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sat, 29 Sep 2012 12:26:57 +0200 Subject: [PATCH] gcode_process.c: fix a comment. --- gcode_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcode_process.c b/gcode_process.c index c836ba8..8b07005 100644 --- a/gcode_process.c +++ b/gcode_process.c @@ -615,7 +615,7 @@ void process_gcode_command() { //? //? Example: M116 //? - //? Wait for ''all'' temperatures and other slowly-changing variables to arrive at their set values. See also M109. + //? Wait for temperatures and other slowly-changing variables to arrive at their set values. enqueue(NULL); break;