gcode_process.c: fix a comment.
This commit is contained in:
parent
b4d202367c
commit
b83027def2
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue