fix bug in M200 with multiple extruders
This commit is contained in:
		@@ -2241,8 +2241,6 @@ void process_commands()
 | 
				
			|||||||
            SERIAL_ECHO_START;
 | 
					            SERIAL_ECHO_START;
 | 
				
			||||||
            SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
 | 
					            SERIAL_ECHO(MSG_M200_INVALID_EXTRUDER);
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          SERIAL_ECHOLN(tmp_extruder);
 | 
					 | 
				
			||||||
          break;
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        volumetric_multiplier[tmp_extruder] = 1 / area;
 | 
					        volumetric_multiplier[tmp_extruder] = 1 / area;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user