gcode_process.c: remove the now obsolete M135.

The replacement is the now generalised M106.
This commit is contained in:
Markus Hitter 2012-11-30 03:39:23 +01:00
parent 042d9ddfc2
commit 7f903fe0e2
1 changed files with 0 additions and 10 deletions

View File

@ -675,16 +675,6 @@ void process_gcode_command() {
heater_save_settings();
break;
case 135:
//? --- M135: set heater output ---
//? Undocumented.
if ( ! next_target.seen_P)
next_target.P = HEATER_EXTRUDER;
if (next_target.seen_S) {
heater_set(next_target.P, next_target.S);
}
break;
#ifdef DEBUG
case 136:
//? --- M136: PRINT PID settings to host ---