Browse Source

Merge pull request #864 from whosawhatsis/M200

fix bug in M200 with multiple extruders
nothinman 11 years ago
parent
commit
303ee67896
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/Marlin_main.cpp

+ 0
- 2
Marlin/Marlin_main.cpp View File

2268
             SERIAL_ECHO_START;
2268
             SERIAL_ECHO_START;
2269
             SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
2269
             SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
2270
           }
2270
           }
2271
-          SERIAL_ECHOLN(tmp_extruder);
2272
-          break;
2273
         }
2271
         }
2274
         volumetric_multiplier[tmp_extruder] = 1 / area;
2272
         volumetric_multiplier[tmp_extruder] = 1 / area;
2275
       }
2273
       }

Loading…
Cancel
Save