MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.31k stars 19.25k forks source link

Various cosmetic changes #27503

Open classicrocker883 opened 3 weeks ago

classicrocker883 commented 3 weeks ago

Description


Requirements

Benefits

Configurations

Related Issues

thinkyhead commented 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.

classicrocker883 commented 3 weeks ago

@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?