Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various cosmetic changes #27503

Open
wants to merge 7 commits into
base: bugfix-2.1.x
Choose a base branch
from

Conversation

classicrocker883
Copy link
Contributor

@classicrocker883 classicrocker883 commented Oct 29, 2024

Description

  • Arrange print_heater_state/s() to be inline with Temperature sensor IDs (src\inc\Conditionals-4-adv.h)
  • Fix runout/filament sensor spacing
  • Update comments, capitalize

  • in utility.h IAXIS_CHAR + iaxis_codes is only used in M907-M910.cpp when HAS_MOTOR_CURRENT_(I2C|DAC|SPI)
    • this change is probably not that significant, maybe just revert it?? but if it saves bytes...

Requirements

Benefits

Configurations

Related Issues

@thinkyhead
Copy link
Member

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants