-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
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 and formatting #27503
base: bugfix-2.1.x
Are you sure you want to change the base?
Various cosmetic changes and formatting #27503
Conversation
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 - |
… into bugfix-2.1.x-October7
… into bugfix-2.1.x-October7
… into bugfix-2.1.x-October7
1e6ddb4
to
363f324
Compare
Description
Mostly cosmetic changes, basically just hit
Format Document
and made tweaksFormat:
Also updated comments, such as "help" and
usage:
, when running the script in a terminalSome rearranging:
print_heater_state/s()
in temperature.cpp to be inline with Temperature sensor IDs (src\inc\Conditionals-4-adv.h)Added:
*** BARICUDA ***
- gcode.hGET_TEXT_F
andMSG_...
from language_en.h instead of literal Strings in CrealityUI dwin.cpp, which was aTODO:
Removed:
#if ENABLED(AUTO_BED_LEVELING_UBL)
from settings.cppMove from other PR
Updated fwretract.h|fwretract.cpp
M208
was missingseenval
, which is used inM207
companionfwretract_settings_t
struct to follow gcode exampleRequirements
Benefits
Configurations
Related Issues