Optimize target_extruder, ignore T with mixing (#12432)
* Optimize target_extruder, ignore T with mixing * Give G-code Tn parity with tool_change
This commit is contained in:
@ -601,9 +601,9 @@ class Temperature {
|
||||
#endif // HEATER_IDLE_HANDLER
|
||||
|
||||
#if HAS_TEMP_SENSOR
|
||||
static void print_heaterstates(
|
||||
static void print_heater_states(const uint8_t target_extruder
|
||||
#if NUM_SERIAL > 1
|
||||
const int8_t port = -1
|
||||
, const int8_t port = -1
|
||||
#endif
|
||||
);
|
||||
#if ENABLED(AUTO_REPORT_TEMPERATURES)
|
||||
|
Reference in New Issue
Block a user