Andrew
Andrew
### Description Mostly updating CrealityUI + ProUI spacing. Some tweaking of comments. - Removed whitespace and unnecessary spacing - Use `GET_TEXT_F` and `MSG_...` from **language_en.h** instead of literal Strings in...
### Description This **PR** adds a menu item in ProUI whichs offers the user the ability to toggle encoder direction. `PROUI_ITEM_ENC` ~~This also rearranges the menu layout to be less...
### Description Edit changes made when ProUI added to be `EXTENSIBLE_UI`. ```y // Extensible UI serial touch screens. (See src/lcd/extui) ``` ProUI is DWIN / Ender-3V2 screen type, it should...
### Description A couple functions do not have their arguments matching. This updates them to be alike. ex. ```diff - void MarlinUI::_set_status(const char * const cstr, const bool, const bool...
### Description Now that some other than English **language_*.h** files have these defined, we can use `GET_TEXT_F` instead. In addition, I included a swap over from `MString` to `TS` for...
### Description Most changes are to **feature/bedlevel/**, **gcode/bedlevel/**, and **gcode/probe/** Major changes to the comment blocks having details about Gcode commands. Updated with doxygen commands with better understand and readability....
Previously set `I` with "flag" and `V` with "µm" Should actually be like: `[I] [V]`
change `I` + `J` from < int > to < index > ``` - tag: index type: int ```
add 'R' option, which is present in source code. M401: Remain in place after deploying (and before activating) the probe M402: Remain in place after stowing (and before deactivating) the...
missing from documentation, present in code remove double M423 from example edit Z to be < linear > and float