gcode_process.c: fix a comment.

This commit is contained in:
Markus Hitter 2012-09-29 12:26:57 +02:00
parent b4d202367c
commit b83027def2
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ void process_gcode_command() {
//? //?
//? Example: M116 //? 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); enqueue(NULL);
break; break;