Browse Source

fix bug in M200 with multiple extruders

whosawhatsis 11 years ago
parent
commit
aeaf9b9312
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/Marlin_main.cpp

+ 0
- 2
Marlin/Marlin_main.cpp View File

2241
             SERIAL_ECHO_START;
2241
             SERIAL_ECHO_START;
2242
             SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
2242
             SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
2243
           }
2243
           }
2244
-          SERIAL_ECHOLN(tmp_extruder);
2245
-          break;
2246
         }
2244
         }
2247
         volumetric_multiplier[tmp_extruder] = 1 / area;
2245
         volumetric_multiplier[tmp_extruder] = 1 / area;
2248
       }
2246
       }

Loading…
Cancel
Save