Andrew
Andrew
### Description Most important take away from this: - **runout.h** spacing in one section need fixing - src/feature files - src/module files - HAL/DUE/usb files - sd/usb_flashdrive files The majority...
as you can see here https://registry.platformio.org/tools/platformio/framework-arduinoststm32-maple PlatformIO hasn't updated this since the last release 4+ years ago, since the beta 1.0.0. Would it be possible to make a new release...
### Description - Update **proui/endstop_diag.cpp** - Add filament runout detection - Add Z-Probe detection - Rename `ES_REPORT()` to `ESREPORT()` as to not be confused with other `#define` of same name...
### Description - Remove double nested `#if ENABLED(AUTO_BED_LEVELING_UBL)` from **settings.cpp** - ~~Remove double code from **Conditionals_axes.h**~~ ~~**Conditionals_axes.h** inception was created with extra `#if EXTRUDERS` `#if HOTENDS` `#ifdef MMU_MODEL` and so...
### Description More updates to Gcode comments pt. 2 ## More to come Follow up to 📝 Review & update G-code comments #27921 ### Requirements ### Benefits ### Configurations ###...
### 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...
### Description No real category to put these changes in, so here goes - Add `FLIP()` to missed opportunity placement - Remove `;` typo from **PlatformIO/scripts/STM32F1_create_variant.py** - ~~Delete redundant **share/scripts/languageUtil.py**...
### Description Update Python scripts with exception to **\buildroot\bin\use_example_configs**. Some changes are simple, like remove a typo or `import [missing module]`. Any formal formatting has moved here #27503. - Added...
### Description Follow-up to #27731 `CONFIGURABLE_MACHINE_NAME` **M550.cpp** - Allow printer name change with `GCODE_QUOTED_STRINGS` disabled. - Remove SanityCheck limitation. - ~~Allow feedback when name is changed. ~~ - Allow without...
### Description Updates to `FWRETRACT`: - ~~Rename (shorten) Retract/Recover~~ - - ~~`RETRACT_RECOVER_LENGTH` => `RECOVER_LENGTH`~~ - - ~~`swap_retract_recover_feedrate_mm_s` => `swap_recover_feedrate`~~ Updates to `PlannerSettings`: - Rearrange variables, move alike ones together (by...