Marlin
Marlin copied to clipboard
Various cosmetic changes and formatting
Description
Mostly cosmetic changes, basically just hit Format Document and made tweaks
- Update spacing, syntax, comments, capitalize, spacing, and such to match likeness in code
-
- This helps simplify code and adds better readability
Format:
- Reformatted many Python (.py) script files (for spacing and readability):
-
- buildroot\share\scripts
-
- buildroot\share\PlatformIO\scripts
-
- src\lcd\extui\ftdi_eve_touch_ui\ftdi_eve_lib\scripts
Also updated comments, such as "help" and
usage:, when running the script in a terminal
- src\lcd\extui\ftdi_eve_touch_ui\ftdi_eve_lib\scripts
Also updated comments, such as "help" and
Some rearranging:
- Fix runout/filament sensor spacing
- Rearrange: marlinui.h, planner.cpp, creality/dwin.cpp
- Arrange
print_heater_state/s()in temperature.cpp to be inline with Temperature sensor IDs (src\inc\Conditionals-4-adv.h)
Added:
- Group
*** BARICUDA ***- gcode.h - Use
GET_TEXT_FandMSG_...from language_en.h instead of literal Strings in CrealityUI dwin.cpp, which was aTODO:
Removed:
- Remove redundant code:
-
- Remove double nested
#if ENABLED(AUTO_BED_LEVELING_UBL)from settings.cpp
- Remove double nested
Move from other PR
Updated fwretract.h|fwretract.cpp
- Arrange/improve values + comments
M208was missingseenval, which is used inM207companion- Rearrange
fwretract_settings_tstruct to follow gcode example