From 24ba72e5d2485ee1c8c08b6692ced39a39077672 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 22 Aug 2011 18:20:08 +0200 Subject: [PATCH] gcode_process.c: fix comment typos. --- gcode_process.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcode_process.c b/gcode_process.c index 91078ae..76a4df5 100644 --- a/gcode_process.c +++ b/gcode_process.c @@ -345,7 +345,7 @@ void process_gcode_command() { case 0: //? --- M0: machine stop --- //? - //? Example: M112 + //? Example: M0 //? //? http://linuxcnc.org/handbook/RS274NGC_3/RS274NGC_33a.html#1002379 //? Unimplemented, especially the restart after the stop. Fall trough to M2. @@ -354,6 +354,8 @@ void process_gcode_command() { case 2: //? --- M2: program end --- //? + //? Example: M2 + //? //? http://linuxcnc.org/handbook/RS274NGC_3/RS274NGC_33a.html#1002379 //? queue_wait();