From faf737bbf5852c85823d01199c04541fd32a0778 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 3 Dec 2012 17:59:32 +0100 Subject: [PATCH] gcode_process.c: remove commented M113. --- gcode_process.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcode_process.c b/gcode_process.c index af033aa..f55961e 100644 --- a/gcode_process.c +++ b/gcode_process.c @@ -566,8 +566,6 @@ void process_gcode_command() { break; #endif - // M113- extruder PWM - case 114: //? --- M114: Get Current Position --- //?