Browse Source

fix bug in M200 with multiple extruders

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

+ 0
- 2
Marlin/Marlin_main.cpp View File

2231
             SERIAL_ECHO_START;
2231
             SERIAL_ECHO_START;
2232
             SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
2232
             SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
2233
           }
2233
           }
2234
-          SERIAL_ECHOLN(tmp_extruder);
2235
-          break;
2236
         }
2234
         }
2237
         volumetric_multiplier[tmp_extruder] = 1 / area;
2235
         volumetric_multiplier[tmp_extruder] = 1 / area;
2238
       }
2236
       }

Loading…
Cancel
Save