Open classicrocker883 opened 3 weeks ago
Arrange
print_heater_state/s()
to be inline with Temperature sensor IDs
The multi-hotend states are sorted to the end for the convenience of hosts to get the current hotend and bed temperature in the early part of the string, so those should not be moved to the front or rearranged based on the arbitrary order of heaters in the configuration files or elsewhere.
@thinkyhead ok I reverted that part in temperature.cpp
I added a couple changes in the planner files which were missed in the recent merge commit.
the only thing i'm not so sure about it utility.h - IAXIS_CHAR
, is that fine or should be reverted?
Description
print_heater_state/s()
to be inline with Temperature sensor IDs (src\inc\Conditionals-4-adv.h)IAXIS_CHAR
+iaxis_codes
is only used in M907-M910.cpp whenHAS_MOTOR_CURRENT_(I2C|DAC|SPI)
Requirements
Benefits
Configurations
Related Issues