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

Add timestamps in M20 (M20 T support) #24679

Merged
merged 7 commits into from
Aug 25, 2022
Merged

Add timestamps in M20 (M20 T support) #24679

merged 7 commits into from
Aug 25, 2022

Conversation

arekm
Copy link
Contributor

@arekm arekm commented Aug 25, 2022

Description

Add new TIMESTAMP_FILENAME_SUPPORT option which enables timestamps
support in M20 g-code output (M20 T command).

https://reprap.org/wiki/G-code#M20:_List_SD_card

Hex is a combined date and time (date in upper 16 bits of that hex value, time in lower 16 bits). Format it derived from FAT.

Examples

Send: M20 T
Recv: Begin file list
Recv: PSUSLO~1.GCO 700001 0x5515758F
Recv: AUTOLE~1.GCO 408 0x551868E7
Recv: 3DBENC~1.GCO 1765458 0x5518B33C
Recv: RECOVE~1.GCO 3912290 0x55195948
Recv: End file list
Recv: ok
Send: M20 L T
Recv: Begin file list
Recv: PSUSLO~1.GCO 700001 0x5515758F PSU Slotted Cable Tube_0.8n_0.3mm_PETG__16m.gcode
Recv: AUTOLE~1.GCO 408 0x551868E7 autolevel.gcode
Recv: 3DBENC~1.GCO 1765458 0x5518B33C 3dbenchy (1)_0.8n_0.3mm_PETG__39m.gcode
Recv: RECOVE~1.GCO 3912290 0x55195948 recovery.gcode
Recv: End file list

(From other firmwares - Prusa fork supports M20 T and implementations are compatible)

Benefits

User is able to get modification dates for files on sd card.

Octoprint in next major version (1.9.0) will issue M 20 L T by default and will show timestamps in UI:
(screenshot of "Only show files stored on SD")

octo-m20t

Configurations

Enable in Configuration_adv.h (with optional LONG_FILENAME_HOST_SUPPORT)

#define TIMESTAMP_FILENAME_SUPPORT    // Show timestamp for filename in 'M20 T' / 'M20 L T'

Requirements

None.

Related Issues

OctoPrint/OctoPrint#4610
prusa3d/Prusa-Firmware#3113

Add new TIMESTAMP_FILENAME_SUPPORT option which enables timestamps
support in M20 g-code output (M20 T command).

https://reprap.org/wiki/G-code#M20:_List_SD_card
@thinkyhead
Copy link
Member

I've applied a small refactor combining the ls flags into a bit-mask. Please confirm that it still works with your setup, and if all is well then this can be merged soon.

@arekm
Copy link
Contributor Author

arekm commented Aug 25, 2022

Thanks. Works with that small fix.

No need for ifdefs M20_TIMESTAMP_SUPPORT in printListing() because compiler will optimize out that code if disabled?

@thinkyhead
Copy link
Member

compiler will optimize out that code if disabled?

Correct. The other flags have some extra dependencies or I'd've done the same with them.

thinkyhead pushed a commit to MarlinFirmware/MarlinDocumentation that referenced this pull request Aug 25, 2022
thinkyhead added a commit to MarlinFirmware/Configurations that referenced this pull request Aug 25, 2022
@thinkyhead thinkyhead merged commit 82d1851 into MarlinFirmware:bugfix-2.1.x Aug 25, 2022
thinkyhead added a commit that referenced this pull request Aug 30, 2022
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Bob-the-Kuhn added a commit to Bob-the-Kuhn/Marlin-Bob-2 that referenced this pull request Aug 31, 2022
commit aa09046
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 30 00:41:13 2022 +0000

    [cron] Bump distribution date (2022-08-30)

commit 6542f61
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 29 19:23:53 2022 -0500

    🔖  Config version 02010200

commit b229fba
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Tue Aug 30 02:52:02 2022 +0300

    🐛 Fix back button (MarlinFirmware#24694)

commit 8a3cd2f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 27 00:22:42 2022 +0000

    [cron] Bump distribution date (2022-08-27)

commit 9b7b1a3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 25 23:45:07 2022 -0500

    ✏️ Fix http:// links

commit 15a100d
Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com>
Date:   Fri Aug 26 07:40:31 2022 +0300

    ✏️ Fix LCD sleep conditional (MarlinFirmware#24685)

commit c918e90
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Thu Aug 25 23:23:54 2022 -0500

    🩹 Constrain UBL within mesh bounds (MarlinFirmware#24631)

    Fixes MarlinFirmware#24630

commit 2635182
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 26 00:25:25 2022 +0000

    [cron] Bump distribution date (2022-08-26)

commit ace3583
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 25 16:14:50 2022 -0700

    🚸 Up to 10 Preheat Constants (MarlinFirmware#24636)

commit eabab43
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Aug 26 11:07:41 2022 +1200

    🔧 Fix Auto-Fan / Controller-Fan pin conflict check (MarlinFirmware#24648)

commit 66e61f4
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Aug 26 10:51:11 2022 +1200

    🩹 Fix PID debug output (MarlinFirmware#24647)

commit 42f8cc4
Author: Mark <niujl123@sina.com>
Date:   Fri Aug 26 06:50:03 2022 +0800

    🐛 Fix Bed Distance Sensor reading (MarlinFirmware#24649)

commit 82d1851
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Fri Aug 26 00:14:54 2022 +0200

    ✨ M20_TIMESTAMP_SUPPORT (MarlinFirmware#24679)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 6053fae
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 25 18:16:46 2022 +0000

    [cron] Bump distribution date (2022-08-25)

commit 2f91154
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Aug 25 20:16:55 2022 +0300

    ♻️ Display sleep minutes, encoder disable option (MarlinFirmware#24618)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 6704c0b
Author: DejitaruJin <dejitarujin@gmail.com>
Date:   Thu Aug 25 13:10:43 2022 -0400

    🩹 Fix SainSmart LCD (MarlinFirmware#24672)

commit b19d44b
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 25 10:08:03 2022 -0700

    🩹 Fix Freeze Feature (MarlinFirmware#24664)

commit 2a2c161
Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com>
Date:   Thu Aug 25 19:48:35 2022 +0300

    🔨 Suppressible Creality 4.2.2 warning (MarlinFirmware#24683)

commit f4a5db5
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 24 18:11:29 2022 +0000

    [cron] Bump distribution date (2022-08-24)

commit a76b92b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 24 10:15:57 2022 -0500

    ✨ Robin Nano v1 CDC (USB mod)

    Followup to MarlinFirmware#24619

commit e201f4e
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 22 18:06:10 2022 +0000

    [cron] Bump distribution date (2022-08-22)

commit 2a1c2e2
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Mon Aug 22 18:31:02 2022 +0300

    ✨ Robin Nano v1 CDC (USB mod) (MarlinFirmware#24619)

commit 20c7284
Author: Alexey Galakhov <agalakhov@gmail.com>
Date:   Mon Aug 22 17:11:53 2022 +0200

    🐛 Fix JyersUI (MarlinFirmware#24652)

commit d770272
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Aug 22 07:53:51 2022 -0700

    🔧 Fix Skew Correction defaults (MarlinFirmware#24601)

commit 6e39bd6
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 21 00:22:59 2022 +0000

    [cron] Bump distribution date (2022-08-21)

commit 34f3e5b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 20 06:41:00 2022 -0500

    🎨 Some automated cleanup

commit da3b7ab
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 20 00:22:12 2022 +0000

    [cron] Bump distribution date (2022-08-20)

commit 6909f5f
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 19 11:37:43 2022 -0700

    📺 Add to MKS UI About Screen (MarlinFirmware#24610)

commit 03d9254
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 19 11:11:15 2022 -0700

    🔧 Remove STM32F4 Print Counter Sanity Check (MarlinFirmware#24605)

commit 4ae9bf3
Author: Protomosh <43253582+Protomosh@users.noreply.github.com>
Date:   Fri Aug 19 20:57:27 2022 +0300

    🐛 Fix DGUS Reloaded + STM32 (MarlinFirmware#24600)

commit 306e03b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 19 11:00:52 2022 -0500

    🧑‍💻 Use spaces indent for Python

commit e701e0b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 9 07:58:20 2022 -0500

    🔨 Misc. schema updates

commit dab60a1
Author: Graham Reed <greed@7deadly.org>
Date:   Fri Aug 19 16:48:27 2022 +0100

    🔨 Fix LPC1768 automatic upload port (MarlinFirmware#24599)

commit 1be5a7b
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 19 00:25:32 2022 +0000

    [cron] Bump distribution date (2022-08-19)

commit af1c7e1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 18 13:03:17 2022 -0500

    🩹 Fix strtof interpreting a hex value

    Bug introduced in MarlinFirmware#21532

commit 1766ee1
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 17 18:05:53 2022 +0000

    [cron] Bump distribution date (2022-08-17)

commit ce26fcc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 17 07:32:08 2022 -0500

    🔨 Add args to schema.py

commit 0100b7b
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 16 18:07:16 2022 +0000

    [cron] Bump distribution date (2022-08-16)

commit fab4fb7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 16 09:41:45 2022 -0500

    🎨 Fix '…if_chain' Uncrustify option

commit b8bd331
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 8 06:42:46 2022 -0500

    🔨 Misc. config py updates

commit e42cbe7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 11 12:41:41 2022 -0500

    🧑‍💻 Add operator== for C++20

commit c84f839
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 14 12:07:06 2022 +0000

    [cron] Bump distribution date (2022-08-14)

commit c2874ca
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 14 03:58:03 2022 -0500

    🔨 Update schema ignores, export value
imp67 pushed a commit to imp67/Marlin that referenced this pull request Sep 4, 2022
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
soimy added a commit to soimy/Marlin that referenced this pull request Sep 6, 2022
commit 9fc3642f2a9ea29bb42f5aa63fb71bf3d428216b
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Sep 5 00:29:22 2022 +0000

    [cron] Bump distribution date (2022-09-05)

commit 328f6d9affd01bbb33b865f444747a95c67a1ea2
Author: ButchMonkey <ButchMonkey@users.noreply.github.com>
Date:   Sun Sep 4 21:10:22 2022 +0100

    🔨 Fix configuration.py with encoding UTF-8 (#24719)

    - Opening files with Windows-1252 encoding.

commit 35d4791518d3800127979d4bc2f24e17ec461271
Author: Stephen Hawes <sphawes@gmail.com>
Date:   Sat Sep 3 21:55:37 2022 -0400

    ✨ Opulo LumenPnP REV04 (#24718)

commit 094701cc71ccf1c6fcf3d768b9fcb227d0abf3b0
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sun Sep 4 02:51:53 2022 +0200

    🐛 Fix / refactor shared PID (#24673)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit f6d109287f845a4c466f2e4c26a40dbe30ede37f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Sep 4 00:26:23 2022 +0000

    [cron] Bump distribution date (2022-09-04)

commit fdf6445a5132af88011f6d3a9d1274d25ca9e9f6
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Sep 3 16:48:21 2022 -0700

    🔨 Update SKR 3 env (#24711)

commit 68d48696161ace15e9579d70f267b8d88b6a760f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Sep 3 18:21:23 2022 -0500

    Format some comments

commit 5f61a896d99688da64b3bfb557f5d76302b555e7
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Sep 3 00:22:59 2022 +0000

    [cron] Bump distribution date (2022-09-03)

commit bcb6f6e85e1ec2ccd4e4cfa119109637f4381675
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Fri Sep 2 05:47:37 2022 +0300

    🔨 Native USB modified env followup (#24669)

    Followup to #24619

commit 8e71f7add45782f17ce485c6a2bd9004edac156c
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Sep 2 03:04:46 2022 +0100

    ✨ Permit Linear Advance with I2S Streaming (#24684)

commit 243f7f2834258c72f4151dceca844f3a184db0bd
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Sep 2 00:24:02 2022 +0000

    [cron] Bump distribution date (2022-09-02)

commit 89f86bc5506a66cbdfd29bb0d9e67a2d1bdd90c8
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Thu Sep 1 21:16:52 2022 +0200

    🚸 Strict index 2 for M913 / M914 XY (#24680)

commit 1b03fc3f63c593c0366779fe6ada75bb5f80b710
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Thu Sep 1 20:48:24 2022 +0200

    🩹 Report M22 / M23 success / fail (#24706)

commit aa0904600b9704afeea0ac5edbb81139ea5436e9
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 30 00:41:13 2022 +0000

    [cron] Bump distribution date (2022-08-30)

commit 6542f61aaff090b4f816d9700d3129b1b29a3d7f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 29 19:23:53 2022 -0500

    🔖  Config version 02010200

commit b229fba98ba86d44061f094ab865a432d0c802aa
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Tue Aug 30 02:52:02 2022 +0300

    🐛 Fix back button (#24694)

commit 8a3cd2f47bb889bed0b37ee9f2472bdb9ca99496
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 27 00:22:42 2022 +0000

    [cron] Bump distribution date (2022-08-27)

commit 9b7b1a36351e118c61e70c2241ae1bfbbdf656d9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 25 23:45:07 2022 -0500

    ✏️ Fix http:// links

commit 15a100dafa6f0af3ed5e7ee7c2f65809a83c7e38
Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com>
Date:   Fri Aug 26 07:40:31 2022 +0300

    ✏️ Fix LCD sleep conditional (#24685)

commit c918e90b8d59e1789442e84418b18fbd965e9833
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Thu Aug 25 23:23:54 2022 -0500

    🩹 Constrain UBL within mesh bounds (#24631)

    Fixes #24630

commit 2635182dcb02782b472d19f62fa8d0fcd5061e33
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 26 00:25:25 2022 +0000

    [cron] Bump distribution date (2022-08-26)

commit ace358327deba7a166f344266ea0c7d062d5ac55
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 25 16:14:50 2022 -0700

    🚸 Up to 10 Preheat Constants (#24636)

commit eabab4322d71c6fcb5ff6398676e5412c96cde26
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Aug 26 11:07:41 2022 +1200

    🔧 Fix Auto-Fan / Controller-Fan pin conflict check (#24648)

commit 66e61f4de32c495484319e15ecdeaba31b78f9bc
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Aug 26 10:51:11 2022 +1200

    🩹 Fix PID debug output (#24647)

commit 42f8cc4606eedeb800c55f5453b114fedc4353b7
Author: Mark <niujl123@sina.com>
Date:   Fri Aug 26 06:50:03 2022 +0800

    🐛 Fix Bed Distance Sensor reading (#24649)

commit 82d18517436c46b44826710d03654b48158b9a6b
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Fri Aug 26 00:14:54 2022 +0200

    ✨ M20_TIMESTAMP_SUPPORT (#24679)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 6053fae1ac6a38e0e5a47b1d99a70e4a44a2d893
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 25 18:16:46 2022 +0000

    [cron] Bump distribution date (2022-08-25)

commit 2f91154cbdcec3b81da9913bdd16556e8c775d06
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Aug 25 20:16:55 2022 +0300

    ♻️ Display sleep minutes, encoder disable option (#24618)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 6704c0bc4cf925cc1fb8aa2e461b4c1de0ff0f15
Author: DejitaruJin <dejitarujin@gmail.com>
Date:   Thu Aug 25 13:10:43 2022 -0400

    🩹 Fix SainSmart LCD (#24672)

commit b19d44ba0bcea3d18b86d22c7a7980817ea30830
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 25 10:08:03 2022 -0700

    🩹 Fix Freeze Feature (#24664)

commit 2a2c161d87f91ddad9b11ed7657f8095ed02e634
Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com>
Date:   Thu Aug 25 19:48:35 2022 +0300

    🔨 Suppressible Creality 4.2.2 warning (#24683)

commit f4a5db52e8f5962cc812baca651841c63e86ad76
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 24 18:11:29 2022 +0000

    [cron] Bump distribution date (2022-08-24)

commit a76b92bce033933ea51af453ab145cc552dfe7a8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 24 10:15:57 2022 -0500

    ✨ Robin Nano v1 CDC (USB mod)

    Followup to #24619

commit e201f4e656f787666420cc157d5efd436c1bbb14
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 22 18:06:10 2022 +0000

    [cron] Bump distribution date (2022-08-22)

commit 2a1c2e26ed38e55c52d569807884585a9523389c
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Mon Aug 22 18:31:02 2022 +0300

    ✨ Robin Nano v1 CDC (USB mod) (#24619)

commit 20c72845a01020349c068842750fb6883ba067a1
Author: Alexey Galakhov <agalakhov@gmail.com>
Date:   Mon Aug 22 17:11:53 2022 +0200

    🐛 Fix JyersUI (#24652)

commit d77027276cfea94ae962fab7e1ddc18cc26442e2
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Aug 22 07:53:51 2022 -0700

    🔧 Fix Skew Correction defaults (#24601)

commit 6e39bd6c8502b6ee2faca2bec713abbdd9c03c2f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 21 00:22:59 2022 +0000

    [cron] Bump distribution date (2022-08-21)

commit 34f3e5bd88246516a1779c194c2996bcf845a499
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 20 06:41:00 2022 -0500

    🎨 Some automated cleanup

commit da3b7ab259c0a6b504f999280133ceb2c54395db
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 20 00:22:12 2022 +0000

    [cron] Bump distribution date (2022-08-20)

commit 6909f5fa4f292743f2d6070484125b5d0c30c472
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 19 11:37:43 2022 -0700

    📺 Add to MKS UI About Screen (#24610)

commit 03d925407905f06c386e1a5fb096077decc8993f
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 19 11:11:15 2022 -0700

    🔧 Remove STM32F4 Print Counter Sanity Check (#24605)

commit 4ae9bf3b9d8c8f1c0be723e4ce163492b267fc87
Author: Protomosh <43253582+Protomosh@users.noreply.github.com>
Date:   Fri Aug 19 20:57:27 2022 +0300

    🐛 Fix DGUS Reloaded + STM32 (#24600)

commit 306e03b03b1a51dd11b6d70ffcbfab099655e68a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 19 11:00:52 2022 -0500

    🧑‍💻 Use spaces indent for Python

commit e701e0bb257799878359483881377d8ef2f59f2f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 9 07:58:20 2022 -0500

    🔨 Misc. schema updates

commit dab60a1cb7ea9b0f048ef2f0ff711442d8846c6e
Author: Graham Reed <greed@7deadly.org>
Date:   Fri Aug 19 16:48:27 2022 +0100

    🔨 Fix LPC1768 automatic upload port (#24599)

commit 1be5a7b5d75b9ecf0639da909f6c087c757e4dbe
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 19 00:25:32 2022 +0000

    [cron] Bump distribution date (2022-08-19)

commit af1c7e1a81f969a60c24be71b6a35b2d010166ad
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 18 13:03:17 2022 -0500

    🩹 Fix strtof interpreting a hex value

    Bug introduced in #21532

commit 1766ee15a38626807c73bbc9960eab3115d3c7c3
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 17 18:05:53 2022 +0000

    [cron] Bump distribution date (2022-08-17)

commit ce26fccc3e2f657c68fae09e7e5d75cd07375c24
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 17 07:32:08 2022 -0500

    🔨 Add args to schema.py

commit 0100b7be4ded8bf966513e17213c0ae610e7eb83
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 16 18:07:16 2022 +0000

    [cron] Bump distribution date (2022-08-16)

commit fab4fb7fbb04b101532b00bb268d6ef31c0c1221
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 16 09:41:45 2022 -0500

    🎨 Fix '…if_chain' Uncrustify option

commit b8bd331efd5568c90e379b966e2a558e83e0b75b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 8 06:42:46 2022 -0500

    🔨 Misc. config py updates

commit e42cbe7500acf2c008e9444d6895054f162bc7a3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 11 12:41:41 2022 -0500

    🧑‍💻 Add operator== for C++20

commit c84f839fc7e7e931a49ebb5f0b7c6c5b949e84a5
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 14 12:07:06 2022 +0000

    [cron] Bump distribution date (2022-08-14)

commit c2874ca809503114c685b4f8bb278d909d50d664
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 14 03:58:03 2022 -0500

    🔨 Update schema ignores, export value

commit 4bd4c1f3bc00056da4fe008de9aeda8424422d3f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 12 00:22:10 2022 +0000

    [cron] Bump distribution date (2022-08-12)

commit 637bff99828bee237cc5e0d78d9608f6d16a2759
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 11 11:35:36 2022 -0700

    🧑‍💻 Fix UBL Build Mesh preheat items (#24598)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 8025117ac0a446e14358f7124669f8b54230c8fc
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 8 06:06:06 2022 +0000

    [cron] Bump distribution date (2022-08-08)

commit 1a1db1063406987a8aa113cc2a896e6605999a88
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 7 20:42:12 2022 -0500

    🔨 Fix 'val' value in schema.py

commit 5b68a3f79b845c4c125c43cfd0d506073da6007e
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 7 00:27:50 2022 +0000

    [cron] Bump distribution date (2022-08-07)

commit d33111b215fe8e0118b3d505998a08506327cd2e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 6 18:38:12 2022 -0500

    🎨 Misc. config cleanup

commit 53b202cf9de385b039a4c929f4aa590cc0888865
Author: ExtNeon <33217029+ExtNeon@users.noreply.github.com>
Date:   Sat Aug 6 23:37:03 2022 +0000

    ✨ SD Endstop Abort G-Code (#24461)

commit 9c86ca3a19e3c557feabbd0e4167372e950553d8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 6 03:48:24 2022 -0500

    🔧 Schema catch missing pip

commit e33dafeb80dca3bb402877c73a63f685c11f19f2
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 6 06:21:59 2022 +0000

    [cron] Bump distribution date (2022-08-06)

commit 5b4af52d048418fd0d2db69f0b67f0422aaae7b6
Author: Ivan Kravets <me@ikravets.com>
Date:   Sat Aug 6 09:17:46 2022 +0300

    🔨 Fix a PlatformIO debug issue (#24569)

commit 83320f1052dd09bff7aae789372e7bffccbced97
Author: Mark <niujl123@sina.com>
Date:   Sat Aug 6 14:14:58 2022 +0800

    ✨ Bed Distance Sensor (#24554)

commit 1dc17aa64c65c4a53239891004edfcb1257f07cb
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 5 22:59:56 2022 -0700

    🩹 Fix AUTO_FAN_PIN sanity check (#24593)

commit 68f13ca9cf7bcf9feae859e0dacfa8b8cd63578f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 6 00:57:37 2022 -0500

    🩹 G0/G1 S seen => seenval

commit 5a2cc41f9c967f8183b4a8eb5547c4a6034c244f
Author: qwertymodo <qwertymodo@gmail.com>
Date:   Fri Aug 5 22:07:30 2022 -0700

    ✨ M150 K – Keep unspecified components (#24315)

commit 7f10f8932eb6ca377bcc69fae2bd9b72e4aca172
Author: J.C. Nelson <32139633+xC0000005@users.noreply.github.com>
Date:   Fri Aug 5 22:09:46 2022 -0700

    🔨 Trigorilla Pro disk based update (#24591)

commit 1866e25eef93cf9e4967acc1e7403ccf0c300086
Author: Travis Ziegler <travisjayday@gmail.com>
Date:   Fri Aug 5 22:37:24 2022 -0400

    🩹 Fix LPC176x USB Host Shield (#24588)

commit ec4db07a51492fb11376cdc4a606b34bc27bbc19
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 5 19:39:41 2022 -0500

    👔 Keep "Needs: More Data" open

commit becef39c195ebeec8b33a64aa712199b8ab3dbff
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 5 19:23:18 2022 -0500

    🩹 Fix CONFIGURATION_EMBEDDING

    Followup to b7fd046d59

commit 24a7ed44b31c3a8ad6e3e641e6e5c02d6544e57e
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 5 00:28:07 2022 +0000

    [cron] Bump distribution date (2022-08-05)

commit a167e2e94872fb58889b60f7f283e226e0cdcda5
Author: Ruedi Steinmann <ruediste@gmail.com>
Date:   Fri Aug 5 01:00:19 2022 +0200

    🚸 Laser with only PWM pin (#24345)

commit 59c2fe4561ffaf9ed90ee42593f5db098ca49877
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 17:56:09 2022 -0500

    🧑‍💻 MARLIN_TEST_BUILD – for future use (#24077)

commit b7fd046d59ca472e7fac9d762f5ea34fc1688662
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 15:48:14 2022 -0500

    🔧 Add date, version to Config Export

commit 4c9146cffddf50c6b2736b7bdb879d47ad36bb9c
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 12:08:11 2022 +0000

    [cron] Bump distribution date (2022-08-04)

commit 1bed10c38075a15bfec380c9c7763fea336e787e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 02:38:15 2022 -0500

    🔧 Config INI, dump options (#24528)

commit 1c4fc4603a924b80361864044ab5f4ca13daff19
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 01:17:10 2022 -0500

    🩹 Fix Malyan M300 with S-Curve compile

    Fixes #24548

commit 35d9920ef8ce3b0b73a88df3d3923fbc3b9d3d23
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 2 00:25:38 2022 +0000

    [cron] Bump distribution date (2022-08-02)

commit 1ad036c52f1faa3670ee16f77eb036002ff3f8a0
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Aug 1 18:17:57 2022 +1200

    🔧 Update 644p/1284p Serial 1 sanity check (#24575)

commit 7f72e7852078dd7c92113e594ac05489fe0920e5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 1 01:14:58 2022 -0500

    🔨 Simplify scripts with pathlib (#24574)

commit 6fe317e385600dd21a527c246370f8db17eb2258
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 1 06:14:22 2022 +0000

    [cron] Bump distribution date (2022-08-01)

commit e5f2daa0010f8dffe0eadabccdaad6c5b63e31eb
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Mon Aug 1 01:03:45 2022 -0500

    🐛 Fix laser menu enable_state (#24557)

commit 4ba35d3284284d99de757483c38dafa392a0b84c
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 31 06:05:45 2022 +0000

    [cron] Bump distribution date (2022-07-31)

commit 91f9e1671f5bb2dc8ba00adce022cd74f5267c39
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sat Jul 30 22:55:32 2022 -0400

    ✨ Configurable Switching Nozzle dwell (#24304)

commit 232a104a927988c63f8c0c53a8c2e26005166e2d
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Jul 31 03:39:48 2022 +0100

    Fix, improve Linear Advance (#24533)

commit aba35ec1afc9168c92782f384166e45333649998
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Jul 31 03:05:16 2022 +0100

    🩹 Use _MIN/_MAX macros for native compatibility (#24570)

commit d8df9ffd61b112a21a1946a9b120e806886aa54e
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sun Jul 31 03:49:15 2022 +0200

    🐛 Fix kinematic feedrate (#24568)

commit f4b6870ad151d5b00083c077c501ce1522c0027d
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Jul 30 17:51:25 2022 -0700

    ✨ Encoder Noise Filter (#24538)

commit 8938e4d23c3f7b3029a4e632a87ab1f3eedc3d97
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 30 00:29:03 2022 +0000

    [cron] Bump distribution date (2022-07-30)

commit 0f0edd2e3732cb586833bc1a1d08e9eed61bd6da
Author: lukasradek <lukasradek@users.noreply.github.com>
Date:   Sat Jul 30 01:53:39 2022 +0200

    📝 README Updates (#24564)

commit 7b0eb2d9f8dad48f2a9a4add942b05cc292dcf01
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 18:41:03 2022 -0500

    🚑️ Fix XYZEval = N not setting E

commit 44c1f2ef6b8e3b679f67c7ccb41fa38b8fc1d1b1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 08:01:39 2022 -0500

    🎨 Renum boards.h

commit 9cdfaf693c2966c536e43081f662618cddb9936f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 02:14:14 2022 -0500

    🐛 Fix M125 for 9 Axis

commit 6f7d14def3c559eebad4fe0648c7c39eff9483a2
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 06:08:47 2022 +0000

    [cron] Bump distribution date (2022-07-29)

commit a25f321abb8df815583a3874d26aa273b7df342d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 01:01:34 2022 -0500

    🔨 Separate bugfix-2.1.x CI Tests

commit 7e5d5330d614fe22bb9d603b5a9b3dd372a55810
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 28 20:52:33 2022 -0500

    🎨 Misc. 'else' cleanup

commit b4dcdcc885c520f3e847a0e2510a063c824a541e
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 28 06:06:27 2022 +0000

    [cron] Bump distribution date (2022-07-28)

commit 2dff08c86be7bdffdfd0a596cbc3bc3fb33bf5c1
Author: Ludy <Ludy87@users.noreply.github.com>
Date:   Thu Jul 28 04:44:21 2022 +0200

    🌐 Update German language (#24555)

commit ca8182344fe539d8ab6b778e1402d66e68fd7a5a
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 27 12:08:06 2022 +0000

    [cron] Bump distribution date (2022-07-27)

commit 21c48d9f927c81d7b7cf6fc3641ce01a831a16ca
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 27 04:24:50 2022 -0500

    🧑‍💻  Update planner/stepper includes

commit 90b56452238f8ab673f564b657b979fd6a3a224b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 26 21:15:44 2022 -0500

    🩹 Fix lcd_preheat compile

commit d816c1b38d0dc90a9242b216bab21d29516c6208
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 26 14:54:54 2022 -0500

    🔨 Update build/CI scripts

commit 8ccbac5317c5b07c3191a810bccb0e0aac1ef3e6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 24 13:51:43 2022 -0500

    🎨 PIO scripts cleanup

commit 223bbc9bca1cf64114e13073aca71dd502dca5ba
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 26 00:25:10 2022 +0000

    [cron] Bump distribution date (2022-07-26)

commit 4ffa2e80e4db3413425a575aed14be30bbf2bb24
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 25 12:02:37 2022 -0700

    📺 Fix TFT Classic UI non-Touchscreen 1024x600 (#24541)

commit bc0e4c6d50bed99e6cb627aded4b8e0b50c7f35c
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 25 11:48:59 2022 -0700

    🩹 Fix JyersUI include (#24540)

commit a29fb8088f745d1bd5f3acee3ef4f9bb22c91886
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 25 11:47:07 2022 -0700

    📝 Update MPCTEMP G-Code M306 T (#24535)

    M306 simply reports current values. M306 T starts autotune process.

commit 57ca996c31e39b6935e2a24451040fa4379dc23e
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 24 00:26:50 2022 +0000

    [cron] Bump distribution date (2022-07-24)

commit 8cf4c0515dd0de31e586b735c9f5b0a476a72f56
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 23 00:36:03 2022 -0500

    🧑‍💻 Keep state for build_all_examples --limit

commit 2634d0cc529e9497ec4c26514a2300432aab2832
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 23 06:05:41 2022 +0000

    [cron] Bump distribution date (2022-07-23)

commit deca553e18ed7169c43a60d2b4caf357da224960
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sat Jul 23 05:32:28 2022 +0100

    🐛 Fix 2d mesh print (#24536)

commit 007af4776880fda761e925bce383ac41a7769833
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 21:59:00 2022 -0500

    ✨ Reinstate JyersUI

commit 84554083823da9eb9b67fa9154e9b1a56ea0c2d5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 17 22:19:24 2022 -0500

    🧑‍💻 Give the simulator Stepper access

commit 3b4c75987286541cc653eee00f121f6d1afb05c0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 19:30:29 2022 -0500

    🧑‍💻 Fix and improve build_all_examples

commit edeea5a6fbe866fa7d26f34bad60ffa3cc35e326
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 21 04:18:17 2022 -0500

    🔨 Minor build script changes

commit 6577fba76865c41f661a112624cbddcc5f89fc16
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 21:46:38 2022 -0500

    🩹 Fix TFT image PACKED conflict

commit 7726e26ac07c0e20fdedf1506aa7135d61595f20
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 18:05:45 2022 +0000

    [cron] Bump distribution date (2022-07-22)

commit c2972899cadda288cfd3829e1dd9ef4974f2069e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 12:38:00 2022 -0500

    🩹 Fix MAX31865 approximations

    Followup to #24407

commit 58329b066d80e3a92ec2ddbe16197e926247f13b
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 21 00:24:51 2022 +0000

    [cron] Bump distribution date (2022-07-21)

commit 2419a167ee7e0c488969ee656f9c6d3e8c65f02a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 20 16:26:33 2022 -0500

    EXP header pin numbers redux (#24525)

    Followup to 504fec98

commit 0138cb05526215cb0c434b72ee4d6efb48893e72
Author: Frederik Kemner <stuff+github@fredo.org>
Date:   Wed Jul 20 23:25:15 2022 +0200

    🩹 Fix gcode.h include (#24527)

commit aacc2d3dc5657b17a26cde09d0146486ea72b17e
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Wed Jul 20 04:08:19 2022 -0400

    🐛 Fix Archim2 USB Hang (#24314)

commit 39c57935757590b975d65a0c78df9de0b483691f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 20 00:21:00 2022 +0000

    [cron] Bump distribution date (2022-07-20)

commit 258904e86c407f3633da68a9f4f106f430559fd0
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Tue Jul 19 18:33:49 2022 -0400

    🚸 Use Tool 0 for G30 (#24511)

commit 57700b4edd53081f2de99f3fafce0445c63d22c9
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Jul 20 10:32:08 2022 +1200

    📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (#24521)

commit c5b3bacfc9f239200d029235e8c8fb4cef4a7ed1
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Wed Jul 20 01:30:19 2022 +0300

    ✅ More ESP32 (MKS TinyBee) tests (#24493)

commit 999f33b1e7808aa0dcd624565a8c119ed58178b2
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 19 06:07:36 2022 +0000

    [cron] Bump distribution date (2022-07-19)

commit 4b8a1ec86f6997c6232c8ca889dce050cd501d45
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 18 18:14:58 2022 -0700

    📝 Update Contributing Guide (#24320)

commit bb3c5aa18674748ed02bf53dc2b4344a0560868f
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Mon Jul 18 21:12:27 2022 -0400

    🚸 Machine-relative Z_STEPPER_ALIGN_XY (#24261)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 5f2908a117ab45cf9e5a03a39e499979a40bf0f3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 18 19:53:36 2022 -0500

    ♻️ Small sound / buzz refactor (#24520)

commit ed2071aabdebf0c1d9b82b6d8575b8fefae763c4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 18 19:52:47 2022 -0500

    🩹 Fix manual move titles (#24518)

commit 48e4863cb695975ab243898c262c87983df9fe86
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 18 06:06:15 2022 +0000

    [cron] Bump distribution date (2022-07-18)

commit 3b4a5a1ae86da5e790f1551ea801dfcd61acff50
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Mon Jul 18 06:51:44 2022 +0100

    🩹 Arc/Planner optimization followup (#24509)

commit 6d83f7a579e3d21a881e0c2a7d893598270a72f1
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jul 17 21:33:23 2022 -0700

    🩹 Fix ProUI + Leveling compile (#24508)

commit 23926bb4c224a95ea30cdb8eda495b1c623ce324
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 17 00:24:12 2022 +0000

    [cron] Bump distribution date (2022-07-17)

commit 8fd6693d533cc95e218cfa84aac710f9ad33b43a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 17:16:37 2022 -0500

    🔨 Update mfprep comment

commit 9706cd0d7dc9e09faec2ed2b5ec106dbd22e5c61
Author: Arthur Masson <arthur.sw@gmail.com>
Date:   Sat Jul 16 23:58:18 2022 +0200

    ✨ Polargraph M665 settings (#24401)

commit 504fec98237a1042819eba145ae39ad14cc49a1e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 16:26:36 2022 -0500

    🚸 Renumber EXP pins to match schematics/RRF/Klipper

commit 05a7be7b25e3659fe10da7c4090765250dc2fdd9
Author: Christophe Huriaux <c.huriaux@gmail.com>
Date:   Sat Jul 16 23:35:40 2022 +0200

    ✨ eMotion-Tech eMotronic (Micro-Delta rework) (#24488)

commit fa0ad4b594e18f7c7a5c0c53d2f0ea0d0da7dc29
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 16:11:33 2022 -0500

    🔨 Add mftest --default flag

commit e84de791ab3580feb3fd17f413165951f6488076
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 16:01:24 2022 -0500

    🩹 Fix TFT tImage struct packing

commit 9be1de54ae11b20cc3f47008080bc4afb80369c5
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Sat Jul 16 03:14:15 2022 +0200

    🩹 Add'l ProUI fixes (#24500)

commit 147fbd9d391a55a8d2f41600e7380af691da9bb3
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Sat Jul 16 03:11:47 2022 +0200

    🔨 Remove log2file monitor filter (#24502)

commit 8a1643587becba9a303572a451ee250de1865919
Author: Nikolay-Po <54221205+Nikolay-Po@users.noreply.github.com>
Date:   Sat Jul 16 03:56:15 2022 +0300

    ✨ Steinhart-Hart C Coeff for Custom Thermistor (#24428)

commit 2f219d6824a246ef585615bd36972779cf703f14
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 00:24:41 2022 +0000

    [cron] Bump distribution date (2022-07-16)

commit 33d261141a1a1cbf015171d706c1fc5a3eb42ab0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 15 16:40:51 2022 -0500

    🔨 Also update rm for settings.o

commit fc0615fbd12a2609fb937afa94fa092cc9cfebdd
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sat Jul 16 00:15:51 2022 +0100

    ⚡️ Optimize Planner calculations (#24484)

commit 48f0d55097e34c661fa7c53a3eeb331aa504680d
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jul 15 15:43:43 2022 -0700

    📝 Update board MCU comments (#24486)

commit 6eef8075205cc61abedd50f318e089d44c07209f
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Fri Jul 15 10:18:57 2022 +0200

    🔨 Fix firmware upload (#24499)

commit 0f5703a83749ab6335c5f1d5e5d3476ccb1facbe
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 14 21:56:13 2022 -0500

    🔨 PlatformIO "--target upload" == "--target exec"

commit de0706e52cbc94a18502f81d56145bedf3ee2cbb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 14 21:03:11 2022 -0500

    🔨 Fix Warnings.cpp force-recompile

commit 7361c03aa4c8a0d375e6f1a6f3d9f738b8ea4ad1
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 15 00:26:29 2022 +0000

    [cron] Bump distribution date (2022-07-15)

commit e92854b0edac3b1cfc1b3a6fd232dabf49c626f2
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 14 02:56:55 2022 -0500

    🔨 Fix and update Makefile

    Followup to 89fe5f6d

commit 0941e8e869cfbf3eedf37660ebf3010f5e7a3f77
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 13 23:31:47 2022 -0700

    📌 Pin ESP32SSDP to 1.1.1 (#24489)

commit a61fab7302c56f87827eccb47ec67025ccd2b645
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jul 14 03:30:00 2022 -0300

    ✨ Creality3D v4.2.5 / CR200B (#24491)

commit 0dc46a8d279ba4ab6c53b5a6dc3848b8943cea69
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 14 06:22:49 2022 +0000

    [cron] Bump distribution date (2022-07-14)

commit 30ec700a1d22d586d00688a7b94fd84e2a32c929
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Thu Jul 14 07:03:27 2022 +0200

    🩹 Fix ProUI LED compile (#24473)

commit 8fb54d4621c5f571d613fca2943393d4a95cb8e4
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Thu Jul 14 00:00:33 2022 -0500

    🚸 Fix and update ProUI (#24477)

commit c47575f244dc8843a49aa93e9727fb0a6351e262
Author: toomuchwonder <43323256+toomuchwonder@users.noreply.github.com>
Date:   Thu Jul 14 04:17:53 2022 +0100

    🩹 Fix MKS UI extruder speed (#24476)

commit 3f4e4a4d891e3c4b73ab80aedec46e69c1b59f0d
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Wed Jul 13 22:16:22 2022 -0500

    🔥 Drop STM L64** drivers, STEVAL_3DP001V1 (#24427)

commit 2dc543c4f58c39e6cdf7a4a001c15100268cdf46
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 13 21:22:53 2022 -0500

    🎨 ANY => EITHER

commit 1d31b6215a4af5d768c0066f632e5c56326f218a
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Thu Jul 14 03:25:35 2022 +0200

    🔨 Abort firmware update on transfer error (#24472)

commit cee517bc2488d63d9f668f9759918ae5784e8fb3
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 13 00:25:33 2022 +0000

    [cron] Bump distribution date (2022-07-13)

commit 3c3c9f1a8eb8a690494161e3831448ca3c848205
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 12 13:25:36 2022 -0500

    🧑‍💻 Update Mac Sim directions

commit 068624a726213dc91f485db4d4eda1d89f656025
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 12 13:02:54 2022 -0500

    📌 Ask for PlatformIO 6.1.1 or newer (#24435)

commit ec2864be74eefb04bc88fc88c69cb2fad14d8e58
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 12 00:22:44 2022 +0000

    [cron] Bump distribution date (2022-07-12)

commit 1bab0243fd598c030ddba1d87109db1498cdec41
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 11 11:33:42 2022 -0700

    ✨ MKS Monster8 V2 (#24483)

commit 57e27339b659f420bcbbec396efc932da1cf7037
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 11 06:06:57 2022 +0000

    [cron] Bump distribution date (2022-07-11)

commit d60a280bc586f743f790047cacd2208c11b2d16d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 10 22:00:10 2022 -0500

    🧑‍💻 Add Sim debug with lldb

commit 0a7be1ac58db109b90fe9c96f348ee63edbc1a6f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 10 00:26:20 2022 +0000

    [cron] Bump distribution date (2022-07-10)

commit f101aeb3ec6a57eaf6af9b4e943ca2a24b6b375a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 9 11:08:53 2022 -0500

    🐛 Fix SDIO for STM32 (#24470)

    Followup to #24271

commit 62c0ab072cf163202d100cc381b35fc724037c16
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 9 00:18:55 2022 +0000

    [cron] Bump distribution date (2022-07-09)

commit 55b8d1b9d39c1d0c951d636c764eece88bd3c767
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jul 8 13:30:03 2022 -0700

    🔧 Assert Probe Temp Comp requirements (#24468)

commit d924d172096bbe30d28a888d8e57c9870167099d
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Fri Jul 8 15:02:12 2022 -0500

    🐛 Fix laser/fan sync (#24460)

    Followup to #22690, 307dfb15

commit 920799e38d192f056b76b25a35886f19543308e6
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Jul 8 20:41:39 2022 +0100

    ⚡️ Optimize G2-G3 Arcs (#24366)

commit f65f7a685bea9f4eddaf2049e4435f2043b88ffe
Author: Jason Smith <jason.inet@gmail.com>
Date:   Thu Jul 7 21:43:56 2022 -0700

    🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463)

commit 623631286fb46c0e144d86928635345040440e2a
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 8 00:26:22 2022 +0000

    [cron] Bump distribution date (2022-07-08)

commit abe139192fc1771992ef5b49066f07b31471a386
Author: Pauli Jokela <pauli.jokela@didstopia.com>
Date:   Thu Jul 7 18:59:23 2022 +0300

    🩹 Fix safe homing sanity-check (#24462)

commit 5979aab1c7cf96d91b89775ae988e59e3ff40106
Author: Farva42 <100859196+Farva42@users.noreply.github.com>
Date:   Wed Jul 6 19:40:09 2022 -0600

    ✨ MAG_MOUNTED_PROBE (#24420)

    Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit f73fad1b2fa6e70b3d632969ecf2773bee826643
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 6 19:34:45 2022 -0500

    🔥 Remove JyersUI (#24459)

commit 1497c40379185c14a93dbd0e7405baf366c8e20d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 6 19:29:07 2022 -0500

    📝 Configurations 02010100 (#24458)

commit 64aff274b4d0034a1914bb303e681fe8b1e07506
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 7 00:25:23 2022 +0000

    [cron] Bump distribution date (2022-07-07)

commit 509dfe92d0c2227ddece025fb97875582ca47aed
Author: Meilleur Gars <98503100+LCh-77@users.noreply.github.com>
Date:   Wed Jul 6 13:46:11 2022 -0700

    🚸 JyersUI updates (#24451)

commit 58048e7748568a77d64832e0c9ce2eada1e3873a
Author: Christophe Huriaux <c.huriaux@gmail.com>
Date:   Wed Jul 6 22:43:38 2022 +0200

    🩹 Fix ST7565 LCD contrast init (#24457)

commit 9805d2bc38ded62827ed40c0bf2d343abd98864d
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 6 18:05:37 2022 +0000

    [cron] Bump distribution date (2022-07-06)

commit a88e8472954cf57dab1008f6e80a103347e3731e
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Wed Jul 6 08:35:08 2022 -0500

    🐛 Fix Sensorless Probing compile (#24455)

commit 55417b28fe9f74ec94e625358454f7a1e2652622
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Wed Jul 6 16:30:47 2022 +0300

    🐛 Fix MKS TinyBee compile (#24454)

commit 6a67ad4e4aacf7e7314f9e15fd8fe8489b73742b
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Wed Jul 6 07:46:39 2022 -0500

    ⚡️ Fix and improve Inline Laser Power (#22690)

commit 132c37a6511c89306a60c7663265aef257b007f5
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 5 00:21:32 2022 +0000

    [cron] Bump distribution date (2022-07-05)

commit e08b293b544f3f2add2bc1fbe6ac75dfe4a4af04
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jul 3 22:31:06 2022 -0700

    ✨ BigTreeTech SKR SE BX V3.0 (#24449)

    SKR SE BX V3.0 removes the Reverse Driver Protection feature.

commit f39e2bc1e428e540e5b031577dce683fb6811cea
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 3 23:44:06 2022 -0500

    🩹 Followup for lchar_t

commit e94fa7d5dc41f26b82891b664b9a9812372747ba
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Mon Jul 4 04:49:23 2022 +0300

    🔨 Fix OpenBLT encode; no-bootloader envs (#24446)

commit 954b4493d23eaa849d0de4d9250aa10ec7ae527b
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 4 00:26:42 2022 +0000

    [cron] Bump distribution date (2022-07-04)

commit fc287b44da27d435e588f7d83ae61dcb4e929a5b
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jul 3 09:08:43 2022 -0700

    🚸 MPCTEMP: Home before cooling (#24434)

commit 54e7b933cdb6d0bf0d69fd661b585100d76e3c88
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 3 10:32:47 2022 -0500

    ♻️ Encapsulate PID in class (#24389)

commit 9baeeedd69085f97674d20ba8af1e5d716125534
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jul 3 08:08:40 2022 -0700

    🩹 Fix MKS TinyBee ADC Vref (#24432)

commit 3826b13ab15ba6ad81258d850a18d1b0e5496d74
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sat Jul 2 21:31:27 2022 -0300

    🔨 Disable stack protector on macOS simulator (#24443)

commit b8741a59df429435127f608c4265be583863ad06
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 3 00:24:56 2022 +0000

    [cron] Bump distribution date (2022-07-03)

commit 2b6ce3006ecad9573076e5fbac7b2a8dd03e74e7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 2 18:29:52 2022 -0500

    🩹 Followup for lchar_t

commit d956a6ba0075e1b6856a074a566db7574e3f3dcf
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 1 21:14:28 2022 -0500

    🩹 Followup for lchar_t

commit 9c376f120c36687e4bd225c09db9d8c87fcd2a0c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 1 20:10:51 2022 -0500

    🩹 Remove obsolete split_move

commit b1bb307dabc5bbdcc541ec071ec2ce7ab57b4f5a
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 2 00:24:49 2022 +0000

    [cron] Bump distribution date (2022-07-02)

commit cb4a79173be3e8ed1ff45e7c346df1c28e744d5a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 1 04:49:37 2022 -0500

    🩹 Remove poison wchar_t macro

commit 35dbc286bd7b339f6fbc623536ff981e0507d6c1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 1 06:51:57 2022 -0500

    ✏️ Creality test followup

commit c7923c03971e15c67f250d2ada6791a8225350c1
Author: Moonglow <fxdteam@gmail.com>
Date:   Fri Jul 1 05:51:55 2022 +0300

    🐛 Fix M149 (#24430)

commit a811005ab2933ae14af314204aab95a8c201edf4
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Jul 1 03:07:36 2022 +0100

    🚸 Vertical Max7219::quantity in portrait orientation (#24415)

commit 71368b5fa5356fc127998b836328b37f5687dde0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 30 20:57:34 2022 -0500

    ✅ Update path to Ender-3 S1 configs

commit f76025b79c5851bc1f8175ed32186ec012b8062e
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 1 00:25:21 2022 +0000

    [cron] Bump distribution date (2022-07-01)

commit f5488f96cc6dddb0f3c6034982de75849cc5461d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 29 20:16:16 2022 -0500

    📝 Index Mobo Rev03 => Opulo Lumen Rev3

commit 4fb1c42500f1e1e49fd3363fdf1e6159971fecc1
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 30 00:21:32 2022 +0000

    [cron] Bump distribution date (2022-06-30)

commit d9ec3795fbfa1c0c6de4774304eaa255794101fd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 29 17:14:23 2022 -0500

    🩹 Fix memset block warning

commit cc51bc29e1fb4ddf962efcb0623c65affcac67e5
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jun 29 06:24:22 2022 -0700

    🐛 Fix Axis Homing (#24425)

    Followup to 4520a51

commit 914501f67e9ace9998092e334e6423767fc26c11
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 29 00:21:53 2022 +0000

    [cron] Bump distribution date (2022-06-29)

commit 31d286750c52a400fb645e94b4bc89531f4c5847
Author: John Lagonikas <39417467+zeleps@users.noreply.github.com>
Date:   Wed Jun 29 01:53:05 2022 +0300

    🐛 Fix MAX31865 PT1000 normalization (#24407)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit d6fc3d2b6963eccc7c1079cfa857a651c607795e
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 28 06:05:50 2022 +0000

    [cron] Bump distribution date (2022-06-28)

commit 93ffd57383723c48a092e97364b6659c54b5c419
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 22:30:05 2022 -0500

    ♻️  reset_acceleration_rates => refresh_…

commit 307dfb15ca88f424dcb4cf579e4542e77dfb0eaf
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 22:24:59 2022 -0500

    ♻️ Planner flags refactor

commit 884f7c7db9dbe7a7044bb2e97e59d91946f4a071
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 22:32:00 2022 -0500

    📝  Note about UBL bad splits

commit 95b70233f21a58382ca895b7918eb532daffcd23
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 27 00:24:23 2022 +0000

    [cron] Bump distribution date (2022-06-27)

commit 76d784f75f0349259c747b74bcf11f4e2b366da1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 10:01:22 2022 -0500

    🎨  Misc. shorthand operators

commit d8545551fed8498f1c420ec3b301d4d77d0de8b5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 05:47:18 2022 -0500

    🐛 Fix Manual Move axis selection (#24404)

commit b46191715dd324c8b256f76da19ad5c7349f807d
Author: Shlee <github@shl.ee>
Date:   Sun Jun 26 06:56:57 2022 +0000

    📝 Add STM32F4 example, Ruby (#24399)

commit dc5c5bdf82c0d42465dc630d6ef3cc300ed5c504
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sun Jun 26 08:52:19 2022 +0200

    🌐 Update Italian language (#24398)

commit d976f291fd1096255fc6b00c0344cae764f3defc
Author: Roman Moravčík <roman.moravcik@gmail.com>
Date:   Sun Jun 26 08:51:16 2022 +0200

    🌐 Update Slovak language (#24397)

commit 1e66cc39c2b467d7abb65d5c012ca57c4b20b5e9
Author: sgparry <sgparry@mainscreen.com>
Date:   Sun Jun 26 07:49:57 2022 +0100

    🩹 Fix LCD contrast with K8800 board

commit 2266f1ad676b792c4cb368455f84e0540001dc27
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Jun 26 06:38:23 2022 +0100

    ✨ MAX7219 idle profiler (#24375)

commit a0125c85d4a7b943209cb109df4dca4180bf0378
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 00:26:54 2022 +0000

    [cron] Bump distribution date (2022-06-26)

commit 546b3066c3b45f0511e3a6c068d85f30a41e9d15
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 24 22:07:06 2022 -0500

    🌐 Drop unused delta strings

commit 0aebcc4dedee349dce809df6d3c7a3727fa707c7
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 25 00:22:43 2022 +0000

    [cron] Bump distribution date (2022-06-25)

commit 12a869e2ad3b36d6b965be2738308956963e2da4
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Thu Jun 23 23:58:26 2022 -0500

    🐛 Fix Lerdge build / encrypt (#24391)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 645c7dc370cdba8d3397aff78567084b170ca8fd
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 24 00:21:33 2022 +0000

    [cron] Bump distribution date (2022-06-24)

commit 1a795376451ad4d2ae654f7e7ae1afdb052b6f56
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 23 06:18:36 2022 -0300

    ✨ Classic UI BIQU BX (#24387)

commit 6355798bfd60981555dcd5b1ab1779f9b5ae5805
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 23 00:18:49 2022 +0000

    [cron] Bump distribution date (2022-06-23)

commit 58d1b1be289a6e51a36f8a8b2d24baa59a99e9ff
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Jun 22 22:08:24 2022 +1200

    🩹 Fix DGUS (MKS) compile (#24378)

commit 3c13be165b80a0a9191a5f40711d374010f69bc7
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Wed Jun 22 05:33:03 2022 -0300

    🚑️ Fix BIQU BX touch freeze (#24383)

commit 8c3ba69c9841c248882388d0a572deaf33e0f758
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Jun 22 16:13:18 2022 +1200

    🐛 Fix M423 invocation (#24360)

    Followup to #23745

commit 757156de727a4e593eb961ea6194ba2023352e3f
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Wed Jun 22 03:45:22 2022 +0100

    🩹 LCD strings followup, fix warning (#24328)

commit 757d66e2c598e1a5644a59dd3116f219b2aee976
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Tue Jun 21 22:09:24 2022 -0400

    🐛 Resolve DUE Servo pulse issue (#24305)

    Co-authored-by: sjasonsmith <20053467+sjasonsmith@users.noreply.github.com>
    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit b06e378703d9046b01c24d73bfb647b08517a91f
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Wed Jun 22 04:07:17 2022 +0200

    ✨ FOAMCUTTER_XYUV (for RAMPS) (#24325)

    Co-authored-by: Scott Lahteine <github@thinkyhead.com>

commit 90d9f1acc90408e49f32198d9bb4ab6194ae0ab5
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 22 00:25:14 2022 +0000

    [cron] Bump distribution date (2022-06-22)

commit 22f0496c9b59d050b8e199ce6bdd31afe07c01d7
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Jun 22 10:33:25 2022 +1200

    🚑️ Fix SD mount bug (#24319)

    Co-authored-by: Scott Lahteine <github@thinkyhead.com>

commit d0e9ff0e2924e631fa4560b47a984a2e1194d2f3
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 21 06:05:48 2022 +0000

    [cron] Bump distribution date (2022-06-21)

commit 975c8f4b77ac91678ed102c75412a8868fc1689c
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon Jun 20 21:19:41 2022 -0500

    🎨 Simplify move menus with substitution

commit 4520a51bbecf9874dce563cf6cf2d2bdb649a917
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon Jun 20 21:19:00 2022 -0500

    🎨 Use MAP for home axis items

commit 432c87932849463db323e856d67c8d03ae0978c3
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon Jun 20 21:17:29 2022 -0500

    🧑‍💻 Fix STATIC_ITEM_N arg order

commit 6cbd7a48d16789fd73ab6ebe4be00bc2beff5591
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon Jun 20 21:15:57 2022 -0500

    🎨 Fix comments, formatting

commit 751c88aa5b5612c526ce6c0f7edd6ecaa0d791da
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon Jun 20 21:08:31 2022 -0500

    🩹 M919 9-axis update

commit 76f1f9d3b3fe97d3dfcd01adf29679e2d9e6b2af
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 18 06:07:14 2022 +0000

    [cron] Bump distribution date (2022-06-18)

commit a526c3d77ac204e97505c2df4bd8734d56db18cf
Author: luzpaz <luzpaz@users.noreply.github.com>
Date:   Sat Jun 18 00:19:01 2022 -0400

    🌐 Fix LCD string, typos (#24324)

commit 1a6a6043102dd27a6107a62993638b4d2b02a4e5
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sat Jun 18 05:17:12 2022 +0100

    🐛 Fix G2/G3 Arcs stutter / JD speed (#24362)

commit 0a3c42a87c24ff3b5b184f211d5b2549083b61a5
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 15 12:07:28 2022 +0000

    [cron] Bump distribution date (2022-06-15)

commit 70eac0fe4faa4b56a700c562370f76dde56a9346
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Jun 15 20:02:32 2022 +1200

    👷 CI test without src filter (emulate Arduino) (#24335)

commit 873f6c0b6365688b3be79dd99dea5104dfef7c67
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 14 06:05:52 2022 +0000

    [cron] Bump distribution date (2022-06-14)

commit e1b22a5c75703910c426442640ef9fa06a842142
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jun 13 19:04:49 2022 -0700

    👷 Use Biqu BX for CI test (#24331)

commit 640282b8dc5de4ccdfb607b99e795d3eaa1334a7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 13 20:43:23 2022 -0500

    🧑‍💻 Apply F() to some LCD / TFT strings

    Followup to #24228

commit 0ff3018fd2caa957c0a90d6f58e7f3c760a78fc0
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Jun 14 13:38:19 2022 +1200

    🩹 Fix missing ProUI cpp wrapper (#24313)

commit 9c6e0428afb2638f7f725e092206cce8e2aded47
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 11 06:06:31 2022 +0000

    [cron] Bump distribution date (2022-06-11)

commit 43e9fe7f8874fe11ea7152276e43279c88fea1e8
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Jun 11 17:03:20 2022 +1200

    🐛 Fix JGAurora A5S A1 build (#24326)

commit 20dea2209124761d53110e4f60d6da1729249a9b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 10 23:53:35 2022 -0500

    👔 Fewer checkboxes in Bug Report

commit ee90ae2c872c29950a79ea1f181f2c8f6f4d2006
Author: Steven Haigh <netwiz@crc.id.au>
Date:   Sat Jun 11 12:08:55 2022 +1000

    🩹 Fix ProUI compile (#24310)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit fb76ce841b8e6108207b2d33eb217191fdc80427
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 9 06:07:54 2022 +0000

    [cron] Bump distribution date (2022-06-09)

commit 0ca33429b679674f582532f8aa8c54ec60eaa655
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 9 00:51:47 2022 -0500

    🧑‍💻 Misc. servo code cleanup

commit e4e6abe5af0f97ff5cb0c9334cb298d3584968e3
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 9 00:51:08 2022 -0500

    🧑‍💻 Remove servo macros

commit 76a0cab782d3822776bf9455426fae940a6b82b8
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 8 00:20:44 2022 +0000

    [cron] Bump distribution date (2022-06-08)

commit 3e9fb34892e85bc4069acf5baddbf12d6cd47789
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Jun 7 18:59:21 2022 +1200

    🩹 Media Change followup (#24302)

    Followup to #24015

commit 9e73fd714971b525c47a5fbc896c927fa1659978
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon Jun 6 23:38:06 2022 -0500

    👔 Update mfconfig import

commit 371ac49fc137fbae6bf58491e274d1099ddafa34
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 7 00:30:16 2022 +0000

    [cron] Bump distribution date (2022-06-07)

commit f6e123430f189128c00ff2f6e4fa6c3a27986bff
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Tue Jun 7 01:23:55 2022 +0100

    🩹 Fix Mesh Leveling + Debug compile (#24297)

commit 3b142e531ce6dcd15e5a32cc94bd6c4d5fa8fb46
Author: lujios <83166168+lujios@users.noreply.github.com>
Date:   Tue Jun 7 02:22:17 2022 +0200

    🩹 Fix G33 Delta Sensorless Probing compile (#24291)

commit d355ad04a01b33ea64324d718ac2f0d807631acc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 6 19:06:03 2022 -0500

    👔 Fix and comment use_example_configs

commit a7a730f81190991b377296f4f95771b33548da5d
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 6 06:06:26 2022 +0000

    [cron] Bump distribution date (2022-06-06)

commit c9a9b25d41e7eb805c166e8a27cfa938b36bd2ba
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Mon Jun 6 00:01:06 2022 -0500

    🚸 ProUI G-code preview, PID plot (#24282)

commit 41a9dea149902fd6525919a0163303a9b2f3be76
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jun 5 20:25:58 2022 -0500

    👔 Update Marlin actions for 2.1.x

commit ec7cc59818455af49b21651e6e0e9acf909e9864
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 5 00:25:04 2022 +0000

    [cron] Bump distribution date (2022-06-05)

commit ca06c6eab97407b3ef897f1512cc51e1b4aa083c
Author: John Robertson <john@cirtech.co.uk>
Date:   Sat Jun 4 07:26:08 2022 +0100

    ⚡️ PWM for ESP32 I2S expander (#24193)

commit d08223429be30218eb74dd57603b60751ba9e0aa
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 3 23:50:20 2022 -0500

    🔖  Moving to bugfix-2.1.x

commit 8aca38351cd6d33a1202bf9a13890dc8e5eadd49
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 3 22:56:38 2022 -0500

    🧑‍💻 Extend LCD string substitution (#24278)

commit 9c872b214c1cef9791d7d7da45348d562c18d0ab
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 3 22:06:32 2022 -0500

    🐛 Fix min/max temp evaluation

    Fixes #24257

commit 3522d5376cbf03658b71ddaf8c341e35f59b369b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 3 20:55:15 2022 -0500

    🩹 Wrap SENSORLESS_STALLGUARD_DELAY

commit 2c0b8b52d8376d2af3ed515953262b07c0a71cb8
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 4 00:22:33 2022 +0000

    [cron] Bump distribution date (2022-06-04)

commit 384ff264d73d5a2cbddd104f72a639332612e5e3
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed May 4 23:19:18 2022 -0500

    🐛 Fix M203 report

commit 2b3ba02f09832379cffa4fc1baaa055228b82fe8
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 3 18:16:43 2022 -0500

    🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING

commit bcd9bb96285d426baed9e938c0a182c7841d5b66
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 3 01:31:01 2022 -0500

    🩹 Fix const warning

    Followup to c16ae2451d

commit 41f73cb457116ed9646932eb505b5e9fbe29e77d
Author: lujios <83166168+lujios@users.noreply.github.com>
Date:   Fri Jun 3 07:19:25 2022 +0200

    ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220)

    Co-authored-by: Robby Candra <robbycandra.mail@gmail.com>
    Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>

commit 845e2f6fb79bdb58ee88066f8ca368db9c00ca64
Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Date:   Wed May 25 08:07:11 2022 +0200

    Use default null args in select_screen

commit c9b97b8d641b974de3023dabf7fedbfa352c232e
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Fri Jun 3 02:23:07 2022 +0200

    🚑️ Fix SDIO Init bootloop on STM32F1 (#24275)

commit 833ea4ec290d5f891c6084b96c7204e7bfe38882
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 3 00:18:25 2022 +0000

    [cron] Bump distribution date (2022-06-03)

commit 12aded95dce45d317d912dfc3eae663c37d69f33
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 2 05:14:38 2022 -0700

    💚 SKR V3 case-sensitive fs fix (#24272)

commit 0e8e735e4cd41827574d5aa9372bf03ca4164d89
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 2 12:07:36 2022 +0000

    [cron] Bump distribution date (2022-06-02)

commit 49db4ef5e492d601ba50b784ddd0bf6964709e3d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Jun 2 21:28:07 2022 +1200

    🩹 Fix G60/G61 debug code (#24231)

commit 08c51a405a7f2b5ec153cb17d5737c3396825898
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Jun 2 21:22:09 2022 +1200

    🐛 Init Stepper SPI before PSU Control (#24269)

commit eda61a2cbd1de39001193ca6ebf5c5c22df3878c
Author: BIGTREETECH <38851044+bigtreetech@users.noreply.github.com>
Date:   Thu Jun 2 17:02:06 2022 +0800

    ✨ BigTreeTech SKR3 - STM32H743 (#24271)

    Co-authored-by: Alan.Ma <alansayyeah@gmail.com>

commit f6b425613e0e2eb01ab7fe06bd29fcd34885544b
Author: bryan065 <30362590+bryan065@users.noreply.github.com>
Date:   Thu Jun 2 04:51:39 2022 -0400

    🚸 Custom Menu Items for JyersUI (#24270)

commit e260d90d2130ba76e72d83da8eaac0eec0685163
Author: ledzepman71 <ferdinandpc@hotmail.com>
Date:   Thu Jun 2 02:49:48 2022 -0600

    📌 Tenlog PSU pin (#24266)

commit 30a7c4ca52db1a46460666bed5c0aa30cdf2e2b5
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 1 00:25:07 2022 +0000

    [cron] Bump distribution date (2022-06-01)

commit 85c0875db28477d7ed6515c39376b93407353b27
Author: John Robertson <john@cirtech.co.uk>
Date:   Tue May 31 23:09:44 2022 +0100

    ✨ Laser Safety Timeout (#24189)

commit 6f3d7d864fe930517f5b0d81875a38fd1eafaad8
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue May 31 14:28:01 2022 -0700

    👔 Configs required to submit a Bug Report (#24256)

commit 3d70aca6e8c88ae8ab7a5d05c3cade0c6c760e7d
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue May 31 18:24:10 2022 +0000

    [cron] Bump distribution date (2022-05-31)

commit 58ce5182c2ea93e79ccaef4c912c68aa554e637e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 31 12:43:44 2022 -0500

    🎨 Fix spelling, whitespace

commit 7dd34848b6244ac72771080706716dee57894eb5
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Jun 1 05:21:59 2022 +1200

    🩹 Fix EXTRUDERS 0 manual move compile (#24255)

    Co-authored-by: Scott Lahteine <github@thinkyhead.com>

commit 1a555b381235878650cb2e9c6e74db5254bbff68
Author: kisslorand <50251547+kisslorand@users.noreply.github.com>
Date:   Tue May 31 20:05:57 2022 +0300

    Fix axis string 'N' (#24259)

    Followup to 167672d

commit ea7bebb56887491d9c6b2a2ba2c2aee98dabc3e5
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Tue May 31 18:01:59 2022 +0100

    💥 More M306 M => M306 H (#24258)

    Followup to #24253

commit 68a7a3f88f93326bd4b904b0c8c7e0ebc7e63082
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun May 29 00:21:51 2022 +0000

    [cron] Bump distribution date (2022-05-29)

commit 6ecf52f196d08d399c24b1516fc0b33b227ed66c
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sat May 28 23:40:08 2022 +0100

    🚩 MPC update (#24253)

commit eec9c800c9e82eb36b566ea6aca7cf7c1483a4bf
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Sat May 28 17:34:36 2022 -0500

    🚸 Fix, improve, update ProUI (#24251)

commit 41a469208afd14e3f804039291e0f2437b44aefc
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat May 28 17:05:09 2022 -0500

    🚸 Change M201 G to S

commit a59766195cd19e6cded497499044bed76137d8ea
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat May 28 15:24:09 2022 -0500

    🎨 Use pos.set method

commit 2b4a89eafe50322d276a6104374e797c00cedfac
Author: elimisback <elimisback@gmail.com>
Date:   Sat May 28 16:22:59 2022 -0400

    🔨 BTT STM32G0B1RE xfer build (#24245)

commit 26f5c32872d39e9ce2595edc368bc463522fd5ac
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat May 28 14:41:50 2022 -0500

    🎨  Misc. boards/pins cleanup

commit 21d2d22a6fd334934d5663f53e80a9e7bf9f4530
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat May 28 00:22:28 2022 +0000

    [cron] Bump distribution date (2022-05-28)

commit 4407ff31ec86f54dff543560b40622ffc5b2beaa
Author: Simon Pilepich <simon.pilepich@gmail.com>
Date:   Sat May 28 08:08:24 2022 +1000

    📝 Fix Mightyboard MOSFET comments (#24183)

commit 1f322b565f409ab5068e225a4d9a929907c966f1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 26 18:31:05 2022 -0500

    ♻️ More updates for multi-axis

commit 1d4f928342a104ba97538ab68697f83c00c05a69
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 26 18:18:41 2022 -0500

    🎨 Combine serial echos

commit ff201e6552d319134f70cce0588fd6b12e2c1252
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri May 27 00:24:11 2022 +0000

    [cron] Bump distribution date (2022-05-27)

commit 460e2436935e65ddbd32d6342063cbab5eab2d38
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri May 27 12:02:42 2022 +1200

    🔨 Add src_filter for I2C_AMMETER (#24242)

commit 740f652b6ae77c0bb87bbc5d52ce0465989e678f
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu May 26 16:07:10 2022 -0700

    ✏️ Fix some motherboard checks (#24238)

commit 54c9358964a71e28dcff0f5f64055b07333757c4
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed May 25 00:24:56 2022 +0000

    [cron] Bump distribution date (2022-05-25)

commit e197695f4caaa24dd30f91bf1563a0ed177e3e8d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed May 25 08:31:29 2022 +1200

    🎨 Remove MKS custom pins, TinyBee cleanup (#24186)

commit eb0c4682d5e89b07038fa98346db1ab68c7ddc1a
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed May 25 07:49:57 2022 +1200

    📌 Use MarlinSimUI/bugfix-2.0.x (#24232)

commit 0da862fd1e78559ec31d5bd03c4c1db65c53cd26
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue May 24 06:07:20 2022 +0000

    [cron] Bump distribution date (2022-05-24)

commit 0a8672ae6c070e68864d04f7b623cf537a67707e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon May 23 22:03:59 2022 -0500

    👔 Move actions to default branch

commit 31413a7d773e384753dd889ca2f5dcd8aa1fdeca
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon May 23 21:59:36 2022 -0500

    🧑‍💻 Combined axis strings

commit 639b1f64c64c581f67c5133f5d13144eccfb90bd
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon May 23 19:39:50 2022 +1200

    Revert "Firmware upload…" (#24229)

commit 7d9bd3a97cc15bab0de9813a19eb44c47b3043da
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 23 02:37:28 2022 -0500

    🎨 Add EXP1/2 headers, adjust TFT pins (#24230)

commit f26b8bf8efd16cc2412880f0976645a8e4cb7b89
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun May 22 19:32:28 2022 -0700

    📝 Add logo, helpful links to README (#24226)

commit c1ff38c7a0d2d578638324212677d2e855fb190f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon May 23 14:19:10 2022 +1200

    🚸 Firmware upload destination prompt (using Tk) (#24074)

commit 15b6159f6af740f17db2dc8815697759c714cc12
Author: Robby Candra <robbycandra.mail@gmail.com>
Date:   Mon May 23 09:13:17 2022 +0700

    🩹 Adjust manage_media for slow/late media init (USB FD) (#24015)

commit 04d0d9431be774d4e7801498a12e31d4d3060d91
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun May 22 20:44:43 2022 -0500

    ♻️ Watchdog followup

    Followup to 52eefa90e1

commit a5e1d4c50ae40c8203d8490be83ef86e16ebf1c2
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 22 19:56:46 2022 -0500

    ♻️ Apply F() to more LCD code (#24228)

commit e88fabafc8b2650aba43f7c57ecff536d8351e4b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun May 22 18:42:25 2022 -0500

    🔨 Fix mfprep string test

commit c6b5bf7c00a949512317cb0d96909d3a0082bebd
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sun May 22 18:47:30 2022 -0400

    🚨 Fix build warnings on Lulzbot Taz (#24227)

commit 167672dcd760fcfa7124eecb77ccdbedd3d99948
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun May 22 17:45:07 2022 -0500

    🧑‍💻 Forward-compatible axis strings

commit a93146b71d723e6cd0520fc0b0c75752d59d190f
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun May 22 16:53:12 2022 -0500

    🐛 Fix SEGMENT_LEVELED_MOVES with UBL

commit d99185be24e035d6…
Tadej30 added a commit to Tadej30/Marlin that referenced this pull request Jan 30, 2023
commit e7c4a868309f00656e28d1b2d3cda03913695073
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jan 23 01:10:16 2023 -0600

    🧑‍💻 Fix D5 warning

commit dd518f0ce14fb7512652fb925819802a039f9080
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jan 21 22:57:56 2023 -0600

    🐛 Fix homing_needed_error

commit d62119ea5baa8a650bce6bdc6f38520ac228fb02
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jan 11 20:31:46 2023 -0600

    🔧 Input Shaping sanity checks

commit 71cb723746cbd6ba210005f14cea45dbf4f3256a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jan 11 01:19:54 2023 -0600

    🩹 Fix Sim with USE_WATCHDOG disabled

commit 58d94f407bc2116056cd9e90e86e98143a97105e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jan 11 01:19:45 2023 -0600

    🔨 Improve config.ini parser

commit 82f7c373c53c22c6a76ed1ca7fff91be3b408855
Author: Alex Z <ad_user@runbox.com>
Date:   Wed Jan 11 15:22:28 2023 +1000

    🐛 Fix Chitu V6 Z_STOP_PIN (#25227)

commit 1e9e92368f5ffc00ada970f2681bed1ca755d48a
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Sun Jan 8 04:22:21 2023 -0500

    🚸 ProUI updates (#25176)

commit 9a22c21b5b3b6cec3ca7275587431618b1c230aa
Author: Sebastien BLAISOT <sebastien@blaisot.org>
Date:   Sun Jan 8 06:07:14 2023 +0100

    🐛 Fix Neopixel 1 startup (#25203)

commit 885b5534164cb3ae3bd91eb7ada590980b99357c
Author: Vlad Popescu <popescuvlad94@gmail.com>
Date:   Sun Jan 8 07:04:58 2023 +0200

    🩹 Fix E3V2 MarlinUI XYZ frame (#25206)

commit 9ff2818ce44753167e088ba32741a6ba90f12591
Author: Richard Layton <rlayton@gmail.com>
Date:   Sat Jan 7 21:03:29 2023 -0800

    📝 Linux Sim apt-get line (#25208)

commit 5ff467c8c0bbdf7fbbef7a039dc92f626c7a22a6
Author: Richard Layton <rlayton@gmail.com>
Date:   Sat Jan 7 02:42:21 2023 -0800

    📝 More native.ini docs (#25201)

commit f16fdd7814006fd5cdcf8b270c7408237725f86c
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Jan 7 21:39:58 2023 +1300

    🩹 Update MKS_GEN_13 MOSFET pins (#25126)

commit e872b575f89d0f884f7c38c5545432daef899444
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Jan 7 19:07:39 2023 +1300

    🩹 Replace pow() with _BV() (#25186)

commit 8b5014f2645aac2048b4c03243410edd98132baf
Author: Mike Bignell <1911467+mikezs@users.noreply.github.com>
Date:   Sat Jan 7 05:54:35 2023 +0000

    🩹 Fix missing IS_MELZI (#25190)

commit 9ff1c307454c5a7df1256958dc7a63b6cabcc155
Author: Ashley 'DrToxic' Devine <41945324+DrToxic@users.noreply.github.com>
Date:   Thu Jan 5 23:06:35 2023 +0000

    🎨 Misc. cleanup (#25194)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit a286daf69796f5ec594c089ee59552776507b530
Author: Vovodroid <vovodroid@users.noreply.github.com>
Date:   Fri Jan 6 00:48:22 2023 +0200

    🚸 Attach USB media (#25120)

commit 9383c2aa76c25c4fd59e123cb6260adbad1fcb57
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jan 3 19:40:23 2023 -0600

    🧑‍💻 Add Temperature::is_above_target

commit 58e9dc0cbf22f43ee6da719c4468858809ef9414
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jan 3 18:57:33 2023 -0600

    🎨 Rename *_temp_error to *temp_error

commit 5e69a3dbf499d635f4f7c927659f167d157093e3
Author: Timothy Hoogland <me@timothyhoogland.com>
Date:   Tue Jan 3 18:52:19 2023 -0600

    🩹 Remove extraneous EZBoard V1 autofans (#25182)

commit c990a35bb0fdc76ef2ae829ff09094e5ed9bdf75
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jan 3 04:09:40 2023 -0600

    🎨 Misc. IS cleanup

commit f2017d41115e298d263d9b356a246b583004562e
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sun Jan 1 04:03:50 2023 +0100

    🚸 MarlinUI edit steps/mm to 2 decimal places (#25144)

commit c5f95bfe97dc3f1cfc2478b38d039ae2641c1e1c
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Dec 31 16:55:15 2022 +1300

    🧑‍💻 Fix type warning (#25149)

commit f13d7f27d162b1e992d2a0228971bc78fe075569
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Dec 31 16:44:51 2022 +1300

    🔨 FILAMENT_RUNOUT_SCRIPT sanity check (#25150)

commit b1099b1c6582a38b61f2ffe2cd2da47c3023a254
Author: Lukas Erlacher <l.erlacher@googlemail.com>
Date:   Sat Dec 31 14:39:15 2022 +1100

    🔧 Add H8 to Creality 4.2.2 stepper warning (#25154)

commit 44e20d2d6a121ad0bd076a257a6f246fdac7335b
Author: Lukas Erlacher <l.erlacher@googlemail.com>
Date:   Sat Dec 31 14:38:01 2022 +1100

    🚸 Z Servo Probe is HAS_STOWABLE_PROBE (#25158)

commit c54c8c225485b9b1d2b4da0b7e0a779684af7813
Author: Timothy Hoogland <me@timothyhoogland.com>
Date:   Fri Dec 30 21:01:11 2022 -0600

    🩹 Remove extraneous EZBoard V2 autofans (#25166)

commit bcb0a370a54d9afcf0fae74614bde2159fb83283
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Dec 30 19:43:46 2022 -0600

    🚸 Hide IS menu while busy

commit da43218d76a49de66ab945737458b11e1380cada
Author: Vlad Popescu <popescuvlad94@gmail.com>
Date:   Sat Dec 31 04:53:45 2022 +0200

    🐛 Avoid lambda for menu items (#25169)

commit d71a60a14b5eb3bb4fe48425459220d57cd7914f
Author: Stefan Kalscheuer <stefan@stklcode.de>
Date:   Sat Dec 31 06:49:44 2022 +0100

    🐛 Fix Mesh Bed Leveling Z correction (#25122)

commit 246f001521ecfc81e595972c83ccc38e8e6bea69
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Dec 30 19:03:18 2022 -0800

    📝 Fix Configs URL (#25167)

commit a039081728cda8e829cb4a90116d150674f69e53
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Dec 20 21:14:58 2022 -0600

    🧑‍💻 Fix ONBOARD_FLASH_SIZE

commit 3334582f868950d58028e400f47a78d22e0fa4f2
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Dec 19 14:42:28 2022 -0600

    🔖 Version 2.1.2

commit b2d72de4947b38d48e3f0ff3433f13da0cf0ffaf
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 18 17:22:11 2022 -0600

    📝 Update 2.1.x README

commit cfa747ed0878c51f646365c9b296303d03413c84
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 18 15:48:47 2022 -0600

    🧑‍💻 M593 F "min" freq

commit 92b2076dda8efea4a1437647199d02d011e6f034
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 18 15:42:20 2022 -0600

    🐛 Fix Melzi encoder

commit eff6c407a5034778297ef76c3369abc7506c0603
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Dec 17 22:00:18 2022 -0600

    🩹 Fix LCD_FOR_MELZI with Tronxy Melzi

commit 569bbb18d0cf38fe506b1181c308c4bea581ce2a
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Sat Dec 17 07:45:55 2022 +0300

    🐛 Fix DOGM time overflow, alignment (#25103)

commit 471330b56ea2f95cd9ec1b726fa7a10d422ce10c
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Dec 17 17:43:54 2022 +1300

    🎨 Suppress warning (#25101)

commit 2a724bd94eb472d8c7ce4c59cb408b5624d8c2c3
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Dec 17 10:01:14 2022 +1300

    ✨ BTT Octopus with STM32-F407 (#25031)

commit cea2ab1d7fac912ae29db9e7c2e6e8bc4c3a2e1f
Author: alextrical <35117191+alextrical@users.noreply.github.com>
Date:   Fri Dec 16 20:45:14 2022 +0000

    ✨ BigTreeTech EBB42 v1.1 (#24964)

commit 5198a554574300857bfad9a2e761b9a7b197fa08
Author: ils15 <igorleite-ils@hotmail.com>
Date:   Fri Dec 16 17:37:56 2022 -0300

    🔧 Use multi-XYZ 'STOP' pins for MIN/MAX (#24855)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit cbb56e35361e814949f5aa4a380ad3b5f93ab2a0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 24 10:15:57 2022 -0500

    ✨ Robin Nano v1 CDC (USB mod)

    Followup to #24619

commit b3f4eaf6fdf4d331139573154dfa391cc940b02c
Author: Dipl.-Ing. Raoul Rubien, BSc <rubienr@sbox.tugraz.at>
Date:   Tue Dec 13 04:23:45 2022 +0100

    🩹 Fix M115_GEOMETRY_REPORT (#25092)

commit 7815b200510d486fa6b35c51418d73f2f580fd0f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Dec 13 12:01:45 2022 +1300

    🩹 Inverted probe pin flag (K8400) (#25085)

commit ffbf6acd6c856fb72ab9f5329f6efddab806e538
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Dec 12 16:46:50 2022 -0600

    🩹 Fix M502 init of default motion

    Fix regression from #25035

commit 8bafc1d9aeda45c208304a768a4141497b1a925c
Author: alextrical <35117191+alextrical@users.noreply.github.com>
Date:   Mon Dec 12 22:11:09 2022 +0000

    🩹 Use custom I2C pins for OLED (#24970)

commit ac05f0cb8b4c539509b48d034106246f66ebee17
Author: Bart Meijer <brupje@gmail.com>
Date:   Mon Dec 12 22:36:50 2022 +0100

    ✨ SAMD21 HAL / Minitronics v2.0 (#24976)

commit ec6349f2acd940c6b7b29ef9204c635ba2e38c6c
Author: Alexander Gavrilenko <jmz52@users.noreply.github.com>
Date:   Tue Dec 13 00:13:31 2022 +0300

    ✨ TFT_COLOR_UI async DMA SPI (#24980)

commit d082223fee393e7c0f833757853fada3a3a48ddf
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 11 19:46:55 2022 -0600

    📝  Replace Twitter with Fosstodon

commit e07a059b2dde9b6d5e1048d71e3f6f265a05ebbb
Author: Simon Pilepich <simon.pilepich@kogan.com.au>
Date:   Mon Dec 12 12:12:28 2022 +1100

    🔧 Anycubic alternate Z1/Z2 wiring (#25071)

commit 313716e7fc5133ea8b1b70e75075840cc7b2b8b9
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Sun Dec 11 20:27:27 2022 +0100

    ✨ JyersUI TMC Settings (#25048)

commit 726555901c6b7a6eae71d3297729b6ee2ffbc632
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Dec 11 10:59:25 2022 -0800

    🔧 Custom Menu Sanity Check (#25079)

commit 3ad684b10bc8a7c6631dda4e6615238499289013
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 11 12:56:45 2022 -0600

    🔨 Updated 'mfconfig init'

commit 408a53bcdd5b5c5781596c2ba9e435cfe4525c74
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Dec 11 06:44:09 2022 +1300

    🔨 No env:mega1280 for MIGHTYBOARD_REVE (#25080)

commit eae339b8dcd43797cc285605826a23370e28165e
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sat Dec 10 17:28:48 2022 +0000

    ⚡️ Better IS buffer size calc (#25035)

commit 79b88471f00e3a8a7e5ee8ed440c6e40059b4815
Author: Vovodroid <vovodroid@users.noreply.github.com>
Date:   Sat Dec 10 17:03:54 2022 +0200

    ✨ Two controller fans (#24995)

commit 86a3362bf6830fea77c15aa1b139847569372671
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Dec 11 04:00:51 2022 +1300

    📌 Pins updates for Longer LK5, etc. (#25012)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 0efeedf26274b7a66e21899ab99a5dd70e8ae657
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Dec 8 01:08:53 2022 +0300

    🚸 Progress display followup (#24879)

commit c86f20010d916ba5a09f7c4320a37f5cdfc75f48
Author: Sebastien BLAISOT <sebastien@blaisot.org>
Date:   Wed Dec 7 22:49:38 2022 +0100

    ✨ M150 S default index (#23066)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 5a97ffc41415481d0e285c3478e582cbdd467bad
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Dec 7 12:18:09 2022 -0600

    🔨 Return error on mftest exit

commit 273728602109e208c1ca32d2ac7dad59dcc1307a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Dec 5 11:01:08 2022 -0600

    📝 Update config comments

commit 86a10dc459056cfb49055758e3fed0e0825043ae
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Dec 5 16:38:23 2022 +1300

    🐛 Fix Fast PWM on AVR (#25030)

    Followup to #25005

commit ecdf07f0555ce0d71ac3fd1fcd9efd07c14209ad
Author: kisslorand <50251547+kisslorand@users.noreply.github.com>
Date:   Mon Dec 5 00:04:11 2022 +0200

    ✏️ Fix missing ) (#25055)

commit 686ce0c0e220c73b32a1d29ae3d48c6b336b024f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 4 15:35:45 2022 -0600

    🔨 Fix CI Test clean step (2)

commit 3c550e0f1910927fa691f2e62a18cebb6ddd58fd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Dec 3 20:49:46 2022 -0600

    🎨 Misc. cleanup

commit 071dae0c288e75c26f6779b830af1e6153682854
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Dec 3 20:19:18 2022 -0600

    🔨 Fix CI Test clean step

commit df2a2488a8911e50d4840e17e9ae91bd05bd369b
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Dec 4 02:14:31 2022 +0000

    🐛 Fix TMC5160 + Input Shaping overcurrent (#25050)

commit c3090bd4e8df8c9eb3f32e31e0a8e37e92242681
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sat Dec 3 20:20:19 2022 -0500

    🩹 Ender 3v2 DWIN MarlinUI Fixup (#24984)

commit 0fadb56150aedf4759b5d5a959506c9ef7854443
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Dec 3 19:18:03 2022 -0600

    🎨 Trailing whitespace

commit eb125c95b68af813a05a732273be62e6dd2e23af
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Dec 4 14:09:02 2022 +1300

    🔨 Update renamed.ini (#25042)

commit 26edeefeb9ee79e6e2c992a192d8465a5a24bbfb
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Dec 4 14:05:22 2022 +1300

    🩹 Fix MSG_MOVE_N_MM substitution (#25043)

commit 96b8c28376fbefa92ebd71119bda1db66daa20ea
Author: kisslorand <50251547+kisslorand@users.noreply.github.com>
Date:   Fri Dec 2 08:19:34 2022 +0200

    🚸 G30 move to logical XY (#24953)

commit db3865520f2626bac5abd6cfd81a1cfbd44cbdab
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Dec 1 23:39:17 2022 -0600

    🎨 Misc. cleanup

commit 51c1645ceb878a316b548095c68e42623dce16f6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 12 17:52:56 2022 -0500

    🧑‍💻 Use spaces indent for Python

commit 5eb39d5277e11a29deaa47690f35b7170ba97447
Author: トトも <85485984+ElectronicsArchiver@users.noreply.github.com>
Date:   Sun Nov 27 23:52:06 2022 -0500

    📝 Formatted Team Overview (#25029)

commit 0537e78572aa3e5aec8e3f444f826dbd5b0b8455
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Nov 27 23:23:00 2022 -0600

    🐛 Fix G-code resend race condition

    As pointed out in #24972 by @silycr, but simplified.

commit 95019bf526c0f2db2fae10e8548271dd03a057c0
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sun Nov 27 22:41:27 2022 -0500

    ✨ Ender-3 V2 DWIN for BTT Octopus V1.1 (#24983)

commit 6f5ad55953b2029c1f92ff6554a14ca2b93c1b5d
Author: Chris Bagwell <chris@cnpbagwell.com>
Date:   Sun Nov 27 21:40:11 2022 -0600

    ⚡️ More SCURVE cycles on unoptimized cortex-m0 (#24955)

commit 57f6c93192c823049814c18ba48738d91ed1435f
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Mon Nov 28 03:38:15 2022 +0000

    ⚡️ Input Shaping improvements (#24951)

commit d2ece1e7137931085824d0bcf8f7732e7fcae1e3
Author: Trivalik <3148279+trivalik@users.noreply.github.com>
Date:   Mon Nov 28 02:06:44 2022 +0100

    🐛 Fix missing va_end in UnwPrintf (#25027)

commit 12017887f40a0a2cacf0728215fcfb631e10e383
Author: studiodyne <42887851+studiodyne@users.noreply.github.com>
Date:   Sun Nov 27 04:29:13 2022 +0100

    🐛 Fix MILLISECONDS_PREHEAT_TIME / mintemp (#24967)

commit 3a28a1fd1d4139ddbf39cc6c53ee661a45b012b2
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Sat Nov 26 20:11:14 2022 -0700

    🩹 Fix ADVANCE_K + DISTINCT_E_FACTORS sanity check (#25007)

commit 360e03797f3ef35e34a0eb6902918235f5403047
Author: Manuel McLure <manuel@mclure.org>
Date:   Sat Nov 26 18:30:59 2022 -0800

    🔧 Merge TMC26X with TMC config (#24373)

commit 6185b50dbedf7f564703ebdb9acc97e0a99388f1
Author: Radek <46979052+radek8@users.noreply.github.com>
Date:   Sun Nov 27 02:31:44 2022 +0100

    🐛 Fix SKR mini E2 V2 + BTT_MINI_12864_V1 (#24827)

    See https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/686#issuecomment-1296545443

commit b2b8407a7506860e3d885f7dcdc7cfd6a5ea280e
Author: Vasily Evseenko <svpcom@gmail.com>
Date:   Sun Nov 27 04:26:40 2022 +0300

    🍻 Fix Z increase on toolchange without UBL (#22942)

commit c1684a1dbe3a64e82bb8380bd927c1ec7a7db927
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Nov 27 14:22:08 2022 +1300

    🩹 Fix UBL menu compile (#25020)

commit 7d0f1dd17cbc0b2a34f720d5deaf83c8e8888def
Author: mikemerryguy <57319047+mikemerryguy@users.noreply.github.com>
Date:   Sat Nov 26 20:14:05 2022 -0500

    🚸 Add 50mm manual move (#24884)

commit b6051fe847a5aa70c51c3cde29f47c1add29fb29
Author: Thomas Buck <taucher.bodensee@googlemail.com>
Date:   Sun Nov 27 01:59:13 2022 +0100

    🚸 Optional Cutter/Laser status for HD44780 (#25003)

commit b9bed1ca6908f2e2be9d867b008e1b9e3ac49ef4
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sat Nov 26 08:23:24 2022 +0100

    🚸 COLOR_UI sleep timeout / setting (#24994)

commit b8ba9d60bb7f12d059d62382dc09abf40537de16
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Nov 26 19:21:47 2022 +1300

    🔧 Fix TPARA (…SCARA, DELTA) settings (#25016)

commit 8fd42eeeb60198c08bf48bb3d6c4369df666c22d
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sat Nov 26 04:41:49 2022 +0100

    ✏️ Fix Robin nano env typo (#24993)

commit 19b73a6f2927fc982af70891cb4025f4acd6d36c
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Nov 26 16:40:24 2022 +1300

    📺 FYSETC_MINI_12864_2_1 with BTT_SKR_E3_DIP (#24986)

commit db60e0e7dc829a8dee94736f4be15aa5bb6fe4d4
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Nov 26 14:17:24 2022 +1300

    🩹 Fix planner typo (#24977)

commit 505d73d2bae31662ac833f316d934239b392e93d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Nov 22 12:47:27 2022 +1300

    🐛 MKS_MINI_12864 on SKR 1.3 needs FORCE_SOFT_SPI (#24850)

commit d05419a8d9c5b025d40b560869c9fc9baefc4f67
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Tue Nov 22 02:45:57 2022 +0300

    🔧 Check Delta homing direction (#24865)

commit 9772f7806bf83d000f761c79e177a9e21573223e
Author: phigjm <39876427+phigjm@users.noreply.github.com>
Date:   Tue Nov 22 00:41:14 2022 +0100

    🩹 Fix SERVICE_INTERVAL reset (#24888)

commit 473d2b888ad642d8129cc44b6ba436882ff704c8
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Mon Nov 21 16:25:56 2022 -0700

    Fix FAST_PWM_FAN / TouchUI with NO_MOTION_BEFORE_HOMING (#25005)

    Fix regressions from #20323, #23463

commit 968f04defbb137db94c5a8424e0af26723b1ba72
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Nov 14 21:35:24 2022 +1300

    🩹 Fix 2 thermocouples (#24982)

    Followup to #24898

commit 30a885a7ef7c6eafd10c13eda39c0d365388cc02
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Nov 14 02:26:31 2022 -0600

    🐛 Fix M808 starting count

    Reported by adcurtin on Discord

commit 847391cfc15c2d4490d24f2a7356c551e776fbeb
Author: Justin Hartmann <zadarimm@gmail.com>
Date:   Mon Nov 14 00:50:02 2022 -0500

    🩹 Fix Overlord compile (#24947)

commit 6ea192abe95f1b3341828bb2dc4ea56df19bdff4
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Mon Nov 14 05:59:25 2022 +0100

    🚸 M306: Indicate MPC Autotune (#24949)

commit 0de4ec4099c17403ea3f1ac0e42d8234e74614c2
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Nov 14 17:45:28 2022 +1300

    🩹 Allow max endstops MKS Monster 8 V2 (#24944)

commit c9fa680db94ead330d59be954b032f755dbacce9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Nov 11 20:35:07 2022 -0600

    🐛 Fix Anycubic / Trigorilla pins, etc. (#24971)

commit 379d388b0763ab5295a1c887d0c39eb7cd88bb8b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Nov 11 16:09:26 2022 -0600

    🎨 Prefer axis element over index

commit 7002e72f1c48b5cf01d6e9c90e72d8cab785d107
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Nov 6 23:49:38 2022 -0600

    🩹 Fix EEPROM write for !LIN_ADVANCE

    Fixes #24963
    Followup to #24821

commit fc2f3cdf4079596a84f0e8ac88e9f8dfc295f03f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Nov 4 20:10:59 2022 -0500

    🩹 MAX Thermocouple followup

    Followup to #24898

commit 7feeffdf06170244ff0586d09b745eb25a7e542a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Nov 4 20:00:56 2022 -0500

    🩹 leds.update needed for reset_timeout

    Followup to #23590

commit ac5464c37c4ea0a728ca76934ba61c46e7f1ba68
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Nov 3 21:29:22 2022 -0500

    🧑‍💻 More direct encoder spin

commit a121c80e1a31cc696f425238ee82a22a1f8fd647
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Nov 1 17:14:18 2022 -0500

    🎨 Update SAMD51 headers

commit 2778b007656e2993d7be08ba854f29eb620ab96d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Oct 30 15:41:19 2022 -0500

    🎨 Format some lib-uhs3 code

commit 4737af7d70f5660f6e5617bd6ce1080875d6bd28
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 30 16:45:08 2022 +1300

    📌 ZRIB V52-V53 Servo Pins (#24880)

commit 38375cf7a75f7b7f6686737fd1651b440267709b
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sat Oct 29 23:35:12 2022 -0400

    ✨ Tenlog MB1V23 IDEX board (#24896)

commit ddec5faf5abddef5e5cb233b6f3cd31ce2e82d53
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sun Oct 30 01:45:33 2022 +0200

    🌐 Update Italian language (#24915)

commit cbdafd36e02f9fd39b60adb86ce95bea951f5092
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 30 12:42:36 2022 +1300

    📌 Remove unused RX/TX pins (#24932)

commit 9f5b0b85670f5684357b8a9a1dd39a87de513b13
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Oct 29 16:39:26 2022 -0700

    🔧 Update Display Sleep LCD Check (#24934)

commit d9ffae65787f2c37484f424ff5171c80210d659f
Author: Justin Hartmann <zadarimm@gmail.com>
Date:   Sat Oct 29 19:37:36 2022 -0400

    🩹 Buttons Followup (#24935)

    Followup to #24878

commit 1540e8e1d4545005413fe8bd7f6aaf2eef958aa6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 24 17:04:55 2022 -0500

    🩹 Allow for last non-servo extruder

commit 9a4715f31a43216e97f52fd2c1adf49a2cc2a710
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Oct 25 10:47:23 2022 +1300

    🐛 Fix move_extruder_servo (#24908)

commit a9969d92ea17cb454353df466e579fa229ffe8c8
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Mon Oct 24 17:44:52 2022 -0400

    🐛 Fix FTDUI Status Screen Timeout (#24899)

commit d87d7474c932949e74248c562921b2b85e063999
Author: Manuel McLure <manuel@mclure.org>
Date:   Mon Oct 24 14:25:47 2022 -0700

    🩹 Fix spurious "bad command" (#24923)

commit 4ce2f1e5babba8dcee160ffbbd6d907f0c934355
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Oct 22 23:35:31 2022 -0500

    🩹 Fix M593 report

commit 44636f3b74c9d5e552dbb49f313ed8b2e17189eb
Author: kurtis-potier-geofabrica <77456752+kurtis-potier-geofabrica@users.noreply.github.com>
Date:   Sat Oct 22 00:13:56 2022 -0400

    🚸 Up to 3 MAX Thermocouples (#24898)

commit e812540f26fae304764f22023e049dc58a29ca93
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 21 19:45:20 2022 -0500

    🔧 Clean up unused ESP_WIFI pins

commit c1f0f26bffb1013e686d74f930287fa9f4cda083
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Oct 21 22:34:22 2022 +0100

    🚀 ZV Input Shaping (#24797)

commit 57654498675207180c7a232ff671348441b7046a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 21 15:41:51 2022 -0500

    🔨 gcc-12 for macOS native

commit c8b2d0c0fd50fb528d995fad782d62752d086a6e
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Fri Oct 21 14:03:38 2022 -0400

    ✨ Controllerfan PWM scaling, kickstart (#24873)

commit bdd5da50988c2bfdae6839bea65747ba3afcadbd
Author: silycr <32662182+silycr@users.noreply.github.com>
Date:   Sat Oct 22 04:31:46 2022 +1030

    🚸 Probe pins for Chitu V5 (#24910)

commit 4d9bf91edcf81dc7cdbbb71166b619a06b785329
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Oct 20 15:23:22 2022 +1300

    🔧 Some STM32 UART Sanity Checks (#24795)

commit 682a9b6fbefca8d58971030213b301344a2db9b8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 19 21:00:14 2022 -0500

    🎨 Misc. variant cleanup, translation

    Followup to #24787

commit a913b2437b1f792492d1ac29f5eff51f512320cd
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Wed Oct 19 21:36:39 2022 -0400

    🐛 Fix Print Timer stop with MarlinUI abort (#24902)

commit 6b1d738995c443f5d047d79130a146dce3f7e9e0
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Oct 20 14:29:15 2022 +1300

    🔧 No Native USB on AVR (#24906)

commit dd224b4eb9050709c6466aea62d60caf6c866f8e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 17 23:00:26 2022 -0500

    🧑‍💻 Pins and debug list cleanup (#24878)

commit 2e2abbcb48d74a12131a56859e6cb6e66f08fe87
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 17 21:41:22 2022 -0500

    🎨 CONF_SERIAL_IS => SERIAL_IN_USE

commit 485fb7759662bca476ce1b7147945f851c82c425
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Oct 18 16:41:41 2022 +1300

    ✨ Tronxy v10 (#24787)

commit 29294007ef6ef372ceec4ca31047d9612feb173e
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Oct 17 20:24:19 2022 -0700

    🔧 No Sleep for CR-10 Stock Display (#24875)

commit 256ac01ca2c47bfc187b499bacd11fd6260a6d37
Author: karliss <karlis3p70l1ij@gmail.com>
Date:   Tue Oct 18 04:01:18 2022 +0300

    🐛 Fix compile without Y/Z (#24858)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit ca1968a8428f2e3a6550ee69206c6ae257dad07c
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Oct 17 12:25:37 2022 -0700

    🔧 Check Sensorless Homing on all axes (#24872)

commit 6a084e3704656f5b2e7291589376ec2b2296a5c1
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Mon Oct 17 15:17:51 2022 -0400

    🐛 Fix bed/chamber PID P edit (#24861)

commit 9ae078916605e79cbdf0e42b9c69dbc9b4841103
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 17 13:01:45 2022 -0500

    🎨 HAS_SPI_FLASH => SPI_FLASH

commit 031ff2d024a40410d31f4e0d61261c304ef158da
Author: Dan Royer <dan@marginallyclever.com>
Date:   Sat Oct 15 22:03:42 2022 -0700

    🐛 Fix and improve Polargraph (#24847)

    Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit b3e7d1e91e9e8e7e9184184cfd2d28cbb7bb24e8
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 16 13:40:00 2022 +1300

    🐛 Fix operators for V axis (#24866)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit f39f4d02889b77c4d72b1b84d6f06792786a9a8c
Author: mjbogusz <mjbogusz@users.noreply.github.com>
Date:   Sat Oct 15 01:59:31 2022 +0200

    🩹 Fix TFT LCD in Simulation (#24871)

commit a4d58e887667a14d7a6639b579416ff799309b0e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 14 13:15:37 2022 -0500

    🎨 MMU2 cleanup

commit c52cf77d0ade00b7cdf9e796e98b6c294c2abaa6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 12 18:15:29 2022 -0500

    🐛 Fix M876 without emergency parser

    Fix regression from 1fb2fffdbf

commit bfcb8c704a8ddbdd86d145151e3a305a780034f1
Author: adam3654 <adam3654@gmail.com>
Date:   Wed Oct 12 19:03:32 2022 -0400

    ✨ DOGM Display Sleep (#24829)

commit 0047b3064da8b7e1a3789b497853fb93c1e7f7f9
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Oct 13 01:57:22 2022 +0300

    🩹 Fix temperature include (#24834)

commit 5c195078ffd5d3e86cf9c836cf1313746516d750
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 12 17:53:42 2022 -0500

    🎨 Misc. variant cleanup

commit 1a6f9daee89e048fe9794e60b0ce71a359d21357
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 12 15:24:05 2022 -0500

    🧑‍💻 Min and max for base types

commit 505f0a647e9ac26c69b5aafb781672c399c28cb8
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Wed Oct 12 02:31:37 2022 +0300

    ✨ MKS SKIPR board (#24791)

commit 62b7db9bb783f509ab44e109f9b6e82da3d58048
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 10 18:02:18 2022 -0400

    🔨 Update mfinfo for 2.1.x

commit 3c870f2d4bcec4ed7e1499a7dee541c448d8751a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 10 17:51:33 2022 -0400

    🧑‍💻 Min and max for base types

commit 0203e32c734c780fba3059ac0f8fbdc57f37ff85
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Mon Oct 10 20:49:37 2022 +0200

    ✨ ADVANCE_K per-extruder (#24821)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 84812645666ee6988fdadf59d3bc83be9bf53d8d
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Sun Oct 9 18:30:47 2022 +0300

    ♻️ Set Progress without LCD (#24767)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit b0f02b8f9ed553160561ae9b277080e410b96905
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Sat Oct 1 23:04:50 2022 +0300

    🩹 Fix Color UI touchscreen sleep (#24826)

commit d6ff8f0062ec29acf2403e6e6c21528fd08862cd
Author: Adam <54421854+aamott@users.noreply.github.com>
Date:   Sat Oct 1 10:49:12 2022 -0600

    🩹 Fix Switching Toolhead compile (#24814)

commit 8b37b60e5872a96304e0ce5100556556a83f3d4f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 2 05:39:10 2022 +1300

    🧑‍💻 Einsy Rambo EXP headers (#24825)

commit 5c68d26d4e14a86b82c67a8ad5ebe41897833456
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 2 05:35:47 2022 +1300

    🔨 Detect feature parsing error (#24824)

commit 74435b0dcb2a1a157811631ae79fe8064443d8a6
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 2 05:25:00 2022 +1300

    ✨ Creality v5.2.1 board (#24815)

    Followup to #24760

commit f17a07df99fcb248af05872ee1bac0375d8ae174
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Oct 1 09:19:51 2022 -0700

    🔧 Thermistor (66) sanity-check (#24803)

commit a58f27763f67a0ee88bb58e4305ce32bd7ff916b
Author: Eduardo José Tagle <ejtagle@hotmail.com>
Date:   Thu Sep 29 19:54:59 2022 -0300

    🐛 Fix DUE compile and errors (#24809)

commit 5aca6ff4f2816d8e55281ebe7e7cbcbe49777572
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Sep 29 17:30:53 2022 -0500

    🩹 Fix some vector_3 cast operators

commit 7b000966f06a258eef229334d9ffe9e74463c45c
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Sep 28 08:05:06 2022 -0700

    🔧 Update Creality 4.2.2 Driver Warning (#24806)

commit 6ae07088400dcb259993afb58f5e06c651c3beb2
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Sep 29 04:03:40 2022 +1300

    🩹 Disable DEBUG_DGUSLCD (#24798)

commit 44e4a9c7b1deb0c5633068180a59aceaea3bcbe7
Author: Yuri D'Elia <wavexx@users.noreply.github.com>
Date:   Wed Sep 28 16:49:30 2022 +0200

    🎨 Remove non-const compare operators (#24810)

commit 215fcefc1b0c8c626efa7f74b78f0a03b5f1280f
Author: Plynix / Ben Hartiwch <77836725+Plyn1x@users.noreply.github.com>
Date:   Wed Sep 28 16:46:50 2022 +0200

    ✨ Creality v5.2.1 board (#24760)

commit 827f9ae7923cb80ffa0bb480b53a85e016e4b789
Author: discip <53649486+discip@users.noreply.github.com>
Date:   Mon Sep 26 23:42:52 2022 +0200

    ✨ Pt1000 with 2k2 pullup (SKR 3 / EZ) (#24790)

commit e44f1565356b1a93020292721ee39ed9416d762f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Sep 27 10:25:54 2022 +1300

    ✏️ Followup for M524 (#24775)

    Followup to #24761

commit f1a05d19b0886921cbe3529a22bcf796c174bc4a
Author: Stuart Pittaway <1201909+stuartpittaway@users.noreply.github.com>
Date:   Mon Sep 26 22:18:15 2022 +0100

    🚸 UUID fallback to STM32 device SN (#24759)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit a7a493d795fcb9d77cbbe284aea1f5aa3978845a
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Sep 26 14:15:14 2022 -0700

    📌 Specify MarlinFirmware/U8glib (#24792)

commit d9967f5395e3f223bd2cf99249f2f6058d907620
Author: Renaud11232 <gaspardrenaud@hotmail.com>
Date:   Fri Sep 23 07:20:44 2022 +0200

    🔨 Fix LPC1768 autodetect path on Linux (#24773)

commit 5ee74668cf48a72736ffa8a1dfd6ca1fa6644eeb
Author: Stefan Kalscheuer <stefan@stklcode.de>
Date:   Fri Sep 16 21:21:13 2022 +0200

    ✨ Anycubic i3 Mega LCD file menu fix (#24752)

commit be149336f0192777e835396a856bd836c10aea35
Author: studiodyne <diabolomix@hotmail.fr>
Date:   Sun Aug 28 00:43:32 2022 +0200

    ✨ M217 G wipe retract length

commit 1f72c8341f33a6ea7e086ad4f94b0bc903ad2ba3
Author: studiodyne <diabolomix@hotmail.fr>
Date:   Sun Aug 28 00:43:32 2022 +0200

    ✨ XY_COUNTERPART_BACKOFF_MM

commit 3d03f96205cac22d9061293b8703e5a3271ed420
Author: studiodyne <diabolomix@hotmail.fr>
Date:   Sun Aug 28 00:43:32 2022 +0200

    ✨ RGB_STARTUP_TEST

commit c996bfddb7775f9160e33443df8c103de003339f
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Sep 2 03:04:46 2022 +0100

    ✨ Permit Linear Advance with I2S Streaming (#24684)

commit 647d459a158afaf9f1ea0374ab6aaee2d39e9330
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 24 10:15:57 2022 -0500

    ✨ Robin Nano v1 CDC (USB mod)

    Followup to #24619

commit 29156ffe5d16afeb78fac434197155e8a04f0629
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Nov 9 20:54:17 2022 -0600

    🐛 Fix recalculate_max_e_jerk

commit eff60964da6e1b5d74f342de84f47344f96f201d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Sep 23 17:16:01 2022 +1200

    🐛 Fix VW axis fields in types.h (#24780)

commit 5fe1f6647875b2f325db52b74f356bdaec19dce5
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Thu Sep 1 21:16:52 2022 +0200

    🚸 Strict index 2 for M913 / M914 XY (#24680)

commit 2fc97aa240f17c9c2429e65c0110ceddb7af4132
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Sun Sep 18 03:51:37 2022 +0200

    🚸 Emergency Parse M524 (#24761)

commit aa283582677fbbcb7ffe5f3183ac0bf5028747c3
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sun Sep 4 02:51:53 2022 +0200

    🐛 Fix / refactor shared PID (#24673)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit e04e18a5902958c9a200ff67b3fba6c730524bf3
Author: Chris Bagwell <chris@cnpbagwell.com>
Date:   Fri Sep 16 13:30:04 2022 -0500

    🧑‍💻 STM32G0B1RE Pins Debugging (#24748)

commit bdb7f3af3f4008c2a6d209d4cb3d679863718ad7
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Tue Sep 13 20:31:59 2022 +0300

    🩹 Fix MKS TinyBee + MKS MINI 12864 SD blank on write (#24670)

commit 2f24c3145458b60e091714e18629253eac3d7d1f
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Tue Sep 13 20:29:59 2022 +0300

    🚸 Sanity check Integrated Babystepping + I2S stream + ESP32 (#24691)

commit 96d050c7ba4c1f3dccf1278eb2eb6c6b4dab4a99
Author: George Fu <nailao_5918@163.com>
Date:   Wed Sep 14 01:28:38 2022 +0800

    ✨ FYSETC SPIDER KING407 (#24696)

commit aabd3e9e196ccbe04f94a26cd25e4d3508c262f9
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Sep 14 05:27:16 2022 +1200

    ✨ BTT SKR Mini E3 V3.0.1 (#24722)

commit 38b31059003110ae0cb2dcc3270620e69954a3d7
Author: XDA-Bam <1209896+XDA-Bam@users.noreply.github.com>
Date:   Fri Sep 9 22:51:11 2022 +0200

    ⚡️ Minor planner optimization (#24737)

commit 02810616cc08ea14c6257578061d61c492fb8673
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Tue Sep 6 08:48:42 2022 +0200

    🚸 On pause report "SD printing byte X/Y" (#24709)

commit 7daff755f2899d4cbe24aa038b1e32d9369692c9
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Thu Sep 1 20:48:24 2022 +0200

    🩹 Report M22 / M23 success / fail (#24706)

commit 53564fb6f3d1c1cf4421329a2f729dab22f3f8e1
Author: Gurmeet Athwal <gurmeet.athwal@gmail.com>
Date:   Sat Sep 10 00:51:19 2022 +0530

    🚸 M115 spindle/laser (#24681, #24747)

commit 9d9f303c5eb4be828a9ddc0a26fc7a5a726521da
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Sep 23 05:20:17 2022 +1200

    📺 FYSETC Mini 12864 2.1 pins for Creality V4 (#24624)

commit b9428bf0876944e163bc83a00f6dabbb48e8b472
Author: FBN <62633887+fBn0523@users.noreply.github.com>
Date:   Fri Sep 16 07:02:08 2022 +0800

    🚸 More automatic MMU2 load (#24750, #24770)

commit 0642cd8a8352cd8a34d9d9354162a4478515554c
Author: Yuri D'Elia <wavexx@users.noreply.github.com>
Date:   Thu Sep 22 18:54:26 2022 +0200

    👷 Array macros to …26 elements (#24789)

commit d2b1467ab36974b65a3cb50ea7b6ca626c60a327
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Sep 9 19:31:47 2022 -0500

    🌐 Some short menu strings

commit 03aba439f67410e73101f83010c07387ab0ef828
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Sep 9 12:22:52 2022 -0700

    ⚡️ Only Sync Emulated EEPROM Print Counter (#24731)

commit 85a47d61e62713c00f2512415701631e3c53b78f
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Fri Sep 9 20:54:29 2022 +0200

    🐛 Fix heater timeout PID output (#24682)

commit 78577b13cbe5d5aaca5a3eb58b7aeb472077f00d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Sep 6 23:03:15 2022 -0500

    🧑‍💻 Microsteps to stepper.cpp

commit b29cd4c510632fd43fb0ff59cf69e9979ef94d25
Author: hartmannathan <59230071+hartmannathan@users.noreply.github.com>
Date:   Fri Sep 9 16:35:16 2022 -0400

    📝 Fix example comment (#24744)

commit 0eb6a8d12e1f73eab7cef4090137f6e0cf7c7031
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Sep 6 22:06:13 2022 -0500

    📝 Fix comment

commit 8a8218a8f22f3942bbec3f22f43529b3c489603a
Author: JoaquinBerrios <JoaquinBerrios@users.noreply.github.com>
Date:   Tue Sep 6 01:39:02 2022 -0500

    ⚡️ BTT SKR V3.0 / EZ = 480MHz (#24721)

commit 3a18ba04125dad983d232ef02d045c28a27c5c36
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Sep 13 13:29:50 2022 -0500

    🔨 Fix config-labels.py

commit 2828f1d1dbddf908968951af3b09586369dc4135
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 27 20:12:52 2022 -0500

    🔨 Outdent py string

commit 63507acf98e94ceffa4e82d588d6ec369f2b7646
Author: dmitrygribenchuk <dmitrygribenchuk@gmail.com>
Date:   Mon Sep 5 21:19:19 2022 +0300

    🔨 Clean up Python imports (#24736)

commit cc2cc7d08170e4778f1aa76eb38172e1b7dc8978
Author: ButchMonkey <ButchMonkey@users.noreply.github.com>
Date:   Mon Sep 5 05:48:58 2022 +0100

    🔨 Fix config.ini custom items, and 'all' (#24720)

commit b676b43874c9f851902a0f80a2013bf19d9b0820
Author: ButchMonkey <ButchMonkey@users.noreply.github.com>
Date:   Sun Sep 4 21:10:22 2022 +0100

    🔨 Fix configuration.py with encoding UTF-8 (#24719)

    - Opening files with Windows-1252 encoding.

commit 2f1b89bd1f4ae88e9b1b9e62ea567ac3a4d1178a
Author: Stephen Hawes <sphawes@gmail.com>
Date:   Sat Sep 3 21:55:37 2022 -0400

    ✨ Opulo LumenPnP REV04 (#24718)

commit 1a2e591d03ff3648a5913e1a0a6a672cfd4bba81
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Sep 3 16:48:21 2022 -0700

    🔨 Update SKR 3 env (#24711)

commit dc65e299fa2860c254b113a160f7c41c1220558d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Sep 3 18:21:23 2022 -0500

    📝 Format some comments

commit 033bca17737964ebb95c76a69e7e2005738f9c35
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Fri Sep 2 05:47:37 2022 +0300

    🔨 Native USB modified env followup (#24669)

    Followup to #24619

commit e350acb360a7d6645bf2b3938ac82720c1475de2
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Thu Sep 22 12:54:49 2022 -0500

    🐛 Fix UBL regression (#24622)

    Fix regression from #24188

commit 7d8d2e2c587e951c944eb7e399767dbc8432e62d
Author: Ruedi Steinmann <ruediste@gmail.com>
Date:   Fri Sep 9 22:33:54 2022 +0200

    🩹 Fix a BUZZ (#24740)

commit 3c6b3e5af41202be8781645bb07cc8cee9206b49
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 29 19:23:53 2022 -0500

    🔖  Config version 02010200

commit d5e9b25a3121724556ce231967c3e1069afa126b
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Tue Aug 30 02:52:02 2022 +0300

    🐛 Fix back button (#24694)

commit 9313c2fd18ef6255437e7ae3b0d68d0349242d00
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 25 23:45:07 2022 -0500

    ✏️ Fix http:// links

commit d8a280bf53a163d08a99e2c518ecd68f6b0be601
Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com>
Date:   Fri Aug 26 07:40:31 2022 +0300

    ✏️ Fix LCD sleep conditional (#24685)

commit d244389998863aa2d37b0c903aebfcda80930a01
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Thu Aug 25 23:23:54 2022 -0500

    🩹 Constrain UBL within mesh bounds (#24631)

    Fixes #24630

commit d140be0281b9903e4759e3bfadecaa0979cdbc09
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 25 16:14:50 2022 -0700

    🚸 Up to 10 Preheat Constants (#24636)

commit 27bea5602588c51862b788344c264f10a2486345
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Aug 26 11:07:41 2022 +1200

    🔧 Fix Auto-Fan / Controller-Fan pin conflict check (#24648)

commit 98ee3fc2b5b3bfef9a29aaccddcefb7dae60daa1
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Aug 26 10:51:11 2022 +1200

    🩹 Fix PID debug output (#24647)

commit e8394c391ef7bcdf62d268d7ab453e8ad7a1e743
Author: Mark <niujl123@sina.com>
Date:   Fri Aug 26 06:50:03 2022 +0800

    🐛 Fix Bed Distance Sensor reading (#24649)

commit e24d5f931518fd6644d5d50dcce908e903550963
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Fri Aug 26 00:14:54 2022 +0200

    ✨ M20_TIMESTAMP_SUPPORT (#24679)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit ef1cf0d5a188fcff37c056ce8d64348c2e4e225e
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Aug 25 20:16:55 2022 +0300

    ♻️ Display sleep minutes, encoder disable option (#24618)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit f088722ae80d5ba9e032b029e1f69a12e3d4e900
Author: DejitaruJin <dejitarujin@gmail.com>
Date:   Thu Aug 25 13:10:43 2022 -0400

    🩹 Fix SainSmart LCD (#24672)

commit 68c5e97fd7574841ac32cd929b6b1e8b44d1cb61
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 25 10:08:03 2022 -0700

    🩹 Fix Freeze Feature (#24664)

commit a8cf886aa5d4c6a65a41b93b49ed5504b8fc4691
Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com>
Date:   Thu Aug 25 19:48:35 2022 +0300

    🔨 Suppressible Creality 4.2.2 warning (#24683)

commit a31e65e30b0d71da113db8540a8c49aa3f07034c
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Mon Aug 22 18:31:02 2022 +0300

    ✨ Robin Nano v1 CDC (USB mod) (#24619)

commit d94a41527f8c00241d31eb82c0d0b0ef380269c0
Author: Alexey Galakhov <agalakhov@gmail.com>
Date:   Mon Aug 22 17:11:53 2022 +0200

    🐛 Fix JyersUI (#24652)

commit 37a7da075f415b361daa25b95e37b1acf88ea0c0
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Aug 22 07:53:51 2022 -0700

    🔧 Fix Skew Correction defaults (#24601)

commit 5145266b0db80f52b81d3060082498960664445a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 20 06:41:00 2022 -0500

    🎨 Some automated cleanup

commit bdd5f3678eff031d098f22a92b0d097bac3a41b3
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 19 11:37:43 2022 -0700

    📺 Add to MKS UI About Screen (#24610)

commit b4af335b7ab1bedd011335ea06bfb1d1c2928c03
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 19 11:11:15 2022 -0700

    🔧 Remove STM32F4 Print Counter Sanity Check (#24605)

commit cfe1d52bf247f5152e51f87ff7d770c0aef63a56
Author: Protomosh <43253582+Protomosh@users.noreply.github.com>
Date:   Fri Aug 19 20:57:27 2022 +0300

    🐛 Fix DGUS Reloaded + STM32 (#24600)

commit ff09ea13a4ef86d810ebb69eb08933c448c9e32c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 19 11:00:52 2022 -0500

    🧑‍💻 Use spaces indent for Python

commit d93c41a257bbc1097d4fbaba4cfd5ddd54be71a8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 9 07:58:20 2022 -0500

    🔨 Misc. schema updates

commit 98e6aacbefb87489c3e79fa5735834a018ce0d9e
Author: Graham Reed <greed@7deadly.org>
Date:   Fri Aug 19 16:48:27 2022 +0100

    🔨 Fix LPC1768 automatic upload port (#24599)

commit 0adee8fae008660895c9f993021ca3c68a173312
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 18 13:03:17 2022 -0500

    🩹 Fix strtof interpreting a hex value

    Bug introduced in #21532

commit c154302ece49db7e93aef6984d7159d89f36cee2
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 17 07:32:08 2022 -0500

    🔨 Add args to schema.py

commit b5ccddbe353827cea3619e9efb38e68582e37161
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 16 09:41:45 2022 -0500

    🎨 Fix '…if_chain' Uncrustify option

commit d69893309e56423d0b951cb5064b3719800f0a2d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 8 06:42:46 2022 -0500

    🔨 Misc. config py updates

commit fc3ea96ff982bc4dff554142a88b9b00f2286335
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 11 12:41:41 2022 -0500

    🧑‍💻 Add operator== for C++20

commit 3892d08b06ce3c24be5d0d9c150e0ab035ba9ff0
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 11 11:35:36 2022 -0700

    🧑‍💻 Fix UBL Build Mesh preheat items (#24598)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 857dc73be5bdae32e304656245e0db3dd5d49650
Author: Ivan Kravets <me@ikravets.com>
Date:   Sat Aug 6 09:17:46 2022 +0300

    🔨 Fix a PlatformIO debug issue (#24569)

commit 419a145fa30dc01315d5b6b69f76253b21bd7a9b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 7 20:42:12 2022 -0500

    🔨 Update schema export

commit 398cae762506a43eb27a815f10bee6e2821c6c5f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 6 18:39:05 2022 -0500

    🔖 Version 2.1.1

commit 8192cc12d33fb860fff55ea68f5df9c9058b0293
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 6 18:38:12 2022 -0500

    🎨 Misc. config cleanup

commit 7f2a8362517181cde5b98bf88aa48821355f7692
Author: ExtNeon <33217029+ExtNeon@users.noreply.github.com>
Date:   Sat Aug 6 23:37:03 2022 +0000

    ✨ SD Endstop Abort G-Code (#24461)

commit b02c3258b56f73ae6cff17d7e47c9e1fba7c91cd
Author: Mark <niujl123@sina.com>
Date:   Sat Aug 6 14:14:58 2022 +0800

    ✨ Bed Distance Sensor (#24554)

commit a0462eb01738516561ea9356ebcafcb523782457
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 5 22:59:56 2022 -0700

    🩹 Fix AUTO_FAN_PIN sanity check (#24593)

commit a1704c10b977d31d2bb90cafe4935f3bdbfc3c89
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 6 00:57:37 2022 -0500

    🩹 G0/G1 S seen => seenval

commit 7196f1312508bdb04d8e943572773a5f23c8509e
Author: qwertymodo <qwertymodo@gmail.com>
Date:   Fri Aug 5 22:07:30 2022 -0700

    ✨ M150 K – Keep unspecified components (#24315)

commit e06340abd13822fe54a1c0be5be57421b03490ef
Author: J.C. Nelson <32139633+xC0000005@users.noreply.github.com>
Date:   Fri Aug 5 22:09:46 2022 -0700

    🔨 Trigorilla Pro disk based update (#24591)

commit 98095ddad6818c1fd9dfca214d09f5107633106b
Author: Travis Ziegler <travisjayday@gmail.com>
Date:   Fri Aug 5 22:37:24 2022 -0400

    🩹 Fix LPC176x USB Host Shield (#24588)

commit 2f4b12170924d0090bcfd5a39e153c27cf44d8d9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 5 19:39:41 2022 -0500

    👔 Keep "Needs: More Data" open

commit a0409289c8815e71b34eae1a09687229ed4e93b6
Author: Ruedi Steinmann <ruediste@gmail.com>
Date:   Fri Aug 5 01:00:19 2022 +0200

    🚸 Laser with only PWM pin (#24345)

commit 2ccdc4f9ed232af3b55fe633fafe64a9be508ff8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 17:56:09 2022 -0500

    🧑‍💻 MARLIN_TEST_BUILD – for future use (#24077)

commit bbf20332112948aad99bb8c7fba27fd661dc3a3a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 02:38:15 2022 -0500

    🔧 Config INI, dump options (#24528)

commit 9a42d1e577a364d6f4491657d1eabb92f14ed55a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 01:17:10 2022 -0500

    🩹 Fix Malyan M300 with S-Curve compile

    Fixes #24548

commit 17794e18ae66793e0a4d6135de674d92e3d4b3d0
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Aug 1 18:17:57 2022 +1200

    🔧 Update 644p/1284p Serial 1 sanity check (#24575)

commit 3b30951e83f0ec189c38ec993e5002f16556e087
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 1 01:14:58 2022 -0500

    🔨 Simplify scripts with pathlib (#24574)

commit c3f258644541cc81150e5e306aa3db60a31fc5bf
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Mon Aug 1 01:03:45 2022 -0500

    🐛 Fix laser menu enable_state (#24557)

commit c0cb7e35afe4a2e94133506d0e7c1d95ddbf80ba
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sat Jul 30 22:55:32 2022 -0400

    ✨ Configurable Switching Nozzle dwell (#24304)

commit fd319928d2889efe57c76913b3d5d28ff49a70d1
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Jul 31 03:39:48 2022 +0100

    Fix, improve Linear Advance (#24533)

commit 5dad7e0d035ec82d2eeb38c79101cba93f35c958
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Jul 31 03:05:16 2022 +0100

    🩹 Use _MIN/_MAX macros for native compatibility (#24570)

commit 9ee558afe1afc20e5e932fc0dcbecd7744065ec7
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sun Jul 31 03:49:15 2022 +0200

    🐛 Fix kinematic feedrate (#24568)

commit bbaccd342eaf5e4cdca6b988c367fa79faacab82
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Jul 30 17:51:25 2022 -0700

    ✨ Encoder Noise Filter (#24538)

commit 6134d55360b8155435bb2ed10f51704268f5450f
Author: lukasradek <lukasradek@users.noreply.github.com>
Date:   Sat Jul 30 01:53:39 2022 +0200

    📝 README Updates (#24564)

commit 868e76b96543ca5282558396c679d7e81d29df49
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 08:01:39 2022 -0500

    🎨 Renum boards.h

commit 5f105e254dfa6c4280f2a3c276bdb8587cc4c152
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 02:14:14 2022 -0500

    🐛 Fix M125 for 9 Axis

commit 9534c6e9033256f5d6de2b920124acf1fa829548
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 28 20:52:33 2022 -0500

    🎨 Misc. 'else' cleanup

commit ec9a2ee55711555bb1489e492120398a34ed52c5
Author: Ludy <Ludy87@users.noreply.github.com>
Date:   Thu Jul 28 04:44:21 2022 +0200

    🌐 Update German language (#24555)

commit d8db00e31febec6fa1a71e5ead6f0bff849fe15a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 27 04:24:50 2022 -0500

    🧑‍💻  Update planner/stepper includes

commit e7c262dc30cd921d6dc1da7ec494adacb43ed5f8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 26 21:15:44 2022 -0500

    🩹 Fix lcd_preheat compile

commit cee9da6132f9a02eea55522ad0342359f6cec26f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 26 14:54:54 2022 -0500

    🔨 Update build/CI scripts

commit a24b9e16ff372a7b777fd72aad8c3d567ca07018
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 24 13:51:43 2022 -0500

    🎨 PIO scripts cleanup

commit 1e9232723d71ea6383969151809af3df9aea3571
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 25 12:02:37 2022 -0700

    📺 Fix TFT Classic UI non-Touchscreen 1024x600 (#24541)

commit 66369f8236c843bc933d42fc84d057bbbfe876e9
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 25 11:48:59 2022 -0700

    🩹 Fix JyersUI include (#24540)

commit 0ca76bf9ed4a5386b49943bd9c9bbf9951db4ff8
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 25 11:47:07 2022 -0700

    📝 Update MPCTEMP G-Code M306 T (#24535)

    M306 simply reports current values. M306 T starts autotune process.

commit 0f3c3c419e565bd16a86fbbd0a240ec55e0ae769
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 21:59:00 2022 -0500

    ✨ Reinstate JyersUI

commit 89e9ae06625d6244f172f6aac628d1001abf92e7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 17 22:19:24 2022 -0500

    🧑‍💻 Give the simulator Stepper access

commit 5b8f7686cb1d514bcddb34aaddee24f6140a97e3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 19:30:29 2022 -0500

    🧑‍💻 Fix and improve build_all_examples

commit 6e02f15dd6afffb761da2516a3764a64567a8583
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 21 04:18:17 2022 -0500

    🔨 Minor build script changes

commit c9445cfc4120ab9bcf47bdd2deffb59bcd901cad
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 21:46:38 2022 -0500

    🩹 Fix TFT image PACKED conflict

commit beacb73d93259486f66a6baf8f5809b3d0807531
Author: Frederik Kemner <stuff+github@fredo.org>
Date:   Wed Jul 20 23:25:15 2022 +0200

    🩹 Fix gcode.h include (#24527)

commit 53a57ff7bf807684af09b69cd1a3e5713394e544
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Wed Jul 20 04:08:19 2022 -0400

    🐛 Fix Archim2 USB Hang (#24314)

commit d726f641a571b13b7d55307bf50a253a49883d25
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 20 16:26:33 2022 -0500

    EXP header pin numbers redux (#24525)

    Followup to 504fec98

commit feafa321d7caa90f886ef7d66f6b0513d5c595e3
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Tue Jul 19 18:33:49 2022 -0400

    🚸 Use Tool 0 for G30 (#24511)

commit f5b972bb103bcac57d3c8bd26f80d93e3f86a5f8
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Jul 20 10:32:08 2022 +1200

    📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (#24521)

commit 196795c0cc1ea31380d4c06374cf032a25e47c1d
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Wed Jul 20 01:30:19 2022 +0300

    ✅ More ESP32 (MKS TinyBee) tests (#24493)

commit c3085d666ffba28c67890bfc4424c30855188048
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 18 18:14:58 2022 -0700

    📝 Update Contributing Guide (#24320)

commit 807f2ef9697c241fdb8c354d90ca97050ccbca68
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Mon Jul 18 21:12:27 2022 -0400

    🚸 Machine-relative Z_STEPPER_ALIGN_XY (#24261)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit f752fe75ee6e4304741c743fbb2b52b7d5760ae4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 18 19:53:36 2022 -0500

    ♻️ Small sound / buzz refactor (#24520)

commit 97a73147fa47119d5600c28dd7bfc549a390e53f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 18 19:52:47 2022 -0500

    🩹 Fix manual move titles (#24518)

commit 915203f545f6d3114a5965a19125545f5592c42e
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Mon Jul 18 06:51:44 2022 +0100

    🩹 Arc/Planner optimization followup (#24509)

commit 173eb3ff715535e1144de9961700363dc5780884
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 16:26:36 2022 -0500

    🚸 Renumber EXP pins to match schematics/RRF/Klipper

commit 96d3c66b646c89115be4a6c27d8908bedd8dbfb7
Author: Nikolay-Po <54221205+Nikolay-Po@users.noreply.github.com>
Date:   Sat Jul 16 03:56:15 2022 +0300

    ✨ Steinhart-Hart C Coeff for Custom Thermistor (#24428)

commit cc4fc28fe09eefe9a04c5521c47fa8ed796d8594
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sat Jul 16 00:15:51 2022 +0100

    ⚡️ Optimize Planner calculations (#24484)

commit 0a164a88fee6537d98ddaf6e1ef49dbfea813aaa
Author: Arthur Masson <arthur.sw@gmail.com>
Date:   Sat Jul 16 23:58:18 2022 +0200

    ✨ Polargraph M665 settings (#24401)

commit c72fe1a2f96805e56798c926856602797fe6033c
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Sat Jul 16 03:14:15 2022 +0200

    🩹 Add'l ProUI fixes (#24500, #24508)

commit 2add8ca4eb962debc9f5a9c4a2670205cf58f10a
Author: Christophe Huriaux <c.huriaux@gmail.com>
Date:   Sat Jul 16 23:35:40 2022 +0200

    ✨ eMotion-Tech eMotronic (Micro-Delta rework) (#24488)

commit 779c24122dc8ab079241b87c76861bd3e08d5906
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 17:16:37 2022 -0500

    🔨 Update mfprep comment

commit 6ac3f2738ea07c02f5c0629958828b1b4c807482
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 16:11:33 2022 -0500

    🔨 Add mftest --default flag

commit 77c6d9af201fcc6298184c763186ac3b8c4c6ecb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 16:01:24 2022 -0500

    🩹 Fix TFT tImage struct packing

commit 929e12bf498ca6e6b0da60a1c4cd62e7dfebff57
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Sat Jul 16 03:11:47 2022 +0200

    🔨 Remove log2file monitor filter (#24502)

commit fd18ac56672a88df54c2597d265e4e0857c66b24
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jul 15 15:43:43 2022 -0700

    📝 Update board MCU comments (#24486)

commit 06c1409843687da76f845e9a35cd3dac16c33be1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 12:38:00 2022 -0500

    🩹 Fix MAX31865 approximations

    Followup to #24407

commit ec95e66ff04e8f9c1fa48fc266b53e769a1109c8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 12:48:05 2022 -0500

    🔧 Base NUM_AXES on defined DRIVER_TYPEs (#24106)

commit 53ee7fce5bb0cb1630ed26d63bd5ce9efee53603
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 9 11:08:53 2022 -0500

    🐛 Fix SDIO for STM32 (#24470)

    Followup to #24271

commit 10f5f878ce3c29b77e45b7e0f1850fcb855bc848
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 18:41:03 2022 -0500

    🚑️ Fix XYZEval = N not setting E

commit 733ca940c0ed582fcd0e0a39b10b1fe8986b574c
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sat Jul 23 05:32:28 2022 +0100

    🐛 Fix 2d mesh print (#24536)

commit c880c7ed45540a375a8fb82d7c343d21a1c9060b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 14 02:56:55 2022 -0500

    🔨 Fix and update Makefile

    Followup to 89fe5f6d

commit e5e4cf920d406c45a66d00cd379fee08f4da0985
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 13 23:31:47 2022 -0700

    📌 Pin ESP32SSDP to 1.1.1 (#24489)

commit 3315f6faa4fed3fde158013c8575d6bc6b813f3d
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jul 14 03:30:00 2022 -0300

    ✨ Creality3D v4.2.5 / CR200B (#24491)

commit 4a6ad1c98bde764255511c5bce58740b6e5cfb13
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Thu Jul 14 07:03:27 2022 +0200

    🩹 Fix ProUI LED compile (#24473)

commit 3c9789fda810cb6cebfb835379780b27e1dbe6f5
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Thu Jul 14 00:00:33 2022 -0500

    🚸 Fix and update ProUI (#24477)

commit 3a19d34c7515598180abbc3e24d8991f8e8a098a
Author: toomuchwonder <43323256+toomuchwonder@users.noreply.github.com>
Date:   Thu Jul 14 04:17:53 2022 +0100

    🩹 Fix MKS UI extruder speed (#24476)

commit 6b19a58f035862292a3ec52b4efc388b746d69ad
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Wed Jul 13 22:16:22 2022 -0500

    🔥 Drop STM L64** drivers, STEVAL_3DP001V1 (#24427)

commit 9283859b1ef82d7aa82bcb64a70d1b25b8e6d22c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 13 21:22:53 2022 -0500

    🎨 ANY => EITHER

commit e840015cad0bbbf882e0b90cb8d722725c6e1dd2
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Thu Jul 14 03:25:35 2022 +0200

    🔨 Abort firmware update on transfer error (#24472, #24499)

commit efe04e10168a21f361a325a8c93840c2562042e0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 12 13:25:36 2022 -0500

    🧑‍💻 Update Mac Sim directions

commit f543b3cb84e26c7594b9be2da1bcfc3c7c2b5a60
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 12 13:02:54 2022 -0500

    📌 Ask for PlatformIO 6.1.1 or newer (#24435)

commit 6a86c5bad32da03b71c5f0223904b44e129185f0
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 11 11:33:42 2022 -0700

    ✨ MKS Monster8 V2 (#24483)

commit 7207a324341c3aaa8de8f103391576b274830c2d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 10 22:00:10 2022 -0500

    🧑‍💻 Add Sim debug with lldb

commit 678474d55cd92d14bde24d00dbc9322919cfc1e1
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jul 8 13:30:03 2022 -0700

    🔧 Assert Probe Temp Comp requirements (#24468)

commit 24c211307d5a1d009d12c4d25d3828c05534f3e7
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Fri Jul 8 15:02:12 2022 -0500

    🐛 Fix laser/fan sync (#24460)

    Followup to #22690, 307dfb15

commit 0c78a6f65791e1c2c3f4278ed2b48bcf20b9b063
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Jul 8 20:41:39 2022 +0100

    ⚡️ Optimize G2-G3 Arcs (#24366)

commit 79a332b57ea4a1ddb0e6b06d8dabae34268ed3bd
Author: Jason Smith <jason.inet@gmail.com>
Date:   Thu Jul 7 21:43:56 2022 -0700

    🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463)

commit d9ecbdcdbb8f5073987c848573d89cfb63719201
Author: Pauli Jokela <pauli.jokela@didstopia.com>
Date:   Thu Jul 7 18:59:23 2022 +0300

    🩹 Fix safe homing sanity-check (#24462)

commit 527fe2496af924c47411c7aa3c3622b22d04b42e
Author: Farva42 <100859196+Farva42@users.noreply.github.com>
Date:   Wed Jul 6 19:40:09 2022 -0600

    ✨ MAG_MOUNTED_PROBE (#24420)

    Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 6c2ffe9d341f8f61bca8e19b07c3fc6a1d904375
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 6 19:34:45 2022 -0500

    🔥 Remove JyersUI (#24459)

commit 0fdedfa2fb46d665fbd5686bc58e7126ee82bd97
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 6 19:29:07 2022 -0500

    📝 Configurations 02010100 (#24458)

commit e93a1dd2fae37457894bf04b30e1c8ad5801b35c
Author: Meilleur Gars <98503100+LCh-77@users.noreply.github.com>
Date:   Wed Jul 6 13:46:11 2022 -0700

    🚸 JyersUI updates (#24451)

commit 03760fd79ea7f020f8739647f7a420bf4ec286b7
Author: Christophe Huriaux <c.huriaux@gmail.com>
Date:   Wed Jul 6 22:43:38 2022 +0200

    🩹 Fix ST7565 LCD contrast init (#24457)

commit d3aed23e18bd9b165282ad83ef86422510af55c0
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Wed Jul 6 08:35:08 2022 -0500

    🐛 Fix Sensorless Probing compile (#24455)

commit 893707711e2a507aa48e41c3c59a267f9aea238f
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Wed Jul 6 16:30:47 2022 +0300

    🐛 Fix MKS TinyBee compile (#24454)

commit d965303a7a1592e348853c1620cf54576652ace8
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Wed Jul 6 07:46:39 2022 -0500

    ⚡️ Fix and improve Inline Laser Power (#22690)

commit 5b6c46db2910b3ec651793d8cb0c1d1b08a39384
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jul 3 22:31:06 2022 -0700

    ✨ BigTreeTech SKR SE BX V3.0 (#24449)

    SKR SE BX V3.0 removes the Rever…
synman added a commit to synman/Marlin that referenced this pull request Feb 2, 2023
commit 7bf5825ca3598fd08fe0ece771443c05a55f743e
Author: Shell M. Shrader <shell@shellware.com>
Date:   Wed Feb 1 19:11:34 2023 -0500

    merge followup

commit de08710cd6f831b7b5a672aaf7db4173acf756b3
Merge: 3be967bcb4 a1d31ff246
Author: Shell M. Shrader <shell@shellware.com>
Date:   Wed Feb 1 19:11:31 2023 -0500

    Merge branch '2.1.2-ender' into bugfix-2.1.x-merge

commit a1d31ff246bff2ad997157b8898a86eb7f5d5126
Author: Shell M. Shrader <shell@shellware.com>
Date:   Wed Feb 1 15:48:27 2023 -0500

    baseline

commit 3334582f868950d58028e400f47a78d22e0fa4f2
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Dec 19 14:42:28 2022 -0600

    🔖 Version 2.1.2

commit b2d72de4947b38d48e3f0ff3433f13da0cf0ffaf
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 18 17:22:11 2022 -0600

    📝 Update 2.1.x README

commit cfa747ed0878c51f646365c9b296303d03413c84
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 18 15:48:47 2022 -0600

    🧑‍💻 M593 F "min" freq

commit 92b2076dda8efea4a1437647199d02d011e6f034
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 18 15:42:20 2022 -0600

    🐛 Fix Melzi encoder

commit eff6c407a5034778297ef76c3369abc7506c0603
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Dec 17 22:00:18 2022 -0600

    🩹 Fix LCD_FOR_MELZI with Tronxy Melzi

commit 569bbb18d0cf38fe506b1181c308c4bea581ce2a
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Sat Dec 17 07:45:55 2022 +0300

    🐛 Fix DOGM time overflow, alignment (#25103)

commit 471330b56ea2f95cd9ec1b726fa7a10d422ce10c
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Dec 17 17:43:54 2022 +1300

    🎨 Suppress warning (#25101)

commit 2a724bd94eb472d8c7ce4c59cb408b5624d8c2c3
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Dec 17 10:01:14 2022 +1300

    ✨ BTT Octopus with STM32-F407 (#25031)

commit cea2ab1d7fac912ae29db9e7c2e6e8bc4c3a2e1f
Author: alextrical <35117191+alextrical@users.noreply.github.com>
Date:   Fri Dec 16 20:45:14 2022 +0000

    ✨ BigTreeTech EBB42 v1.1 (#24964)

commit 5198a554574300857bfad9a2e761b9a7b197fa08
Author: ils15 <igorleite-ils@hotmail.com>
Date:   Fri Dec 16 17:37:56 2022 -0300

    🔧 Use multi-XYZ 'STOP' pins for MIN/MAX (#24855)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit cbb56e35361e814949f5aa4a380ad3b5f93ab2a0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 24 10:15:57 2022 -0500

    ✨ Robin Nano v1 CDC (USB mod)

    Followup to #24619

commit b3f4eaf6fdf4d331139573154dfa391cc940b02c
Author: Dipl.-Ing. Raoul Rubien, BSc <rubienr@sbox.tugraz.at>
Date:   Tue Dec 13 04:23:45 2022 +0100

    🩹 Fix M115_GEOMETRY_REPORT (#25092)

commit 7815b200510d486fa6b35c51418d73f2f580fd0f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Dec 13 12:01:45 2022 +1300

    🩹 Inverted probe pin flag (K8400) (#25085)

commit ffbf6acd6c856fb72ab9f5329f6efddab806e538
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Dec 12 16:46:50 2022 -0600

    🩹 Fix M502 init of default motion

    Fix regression from #25035

commit 8bafc1d9aeda45c208304a768a4141497b1a925c
Author: alextrical <35117191+alextrical@users.noreply.github.com>
Date:   Mon Dec 12 22:11:09 2022 +0000

    🩹 Use custom I2C pins for OLED (#24970)

commit ac05f0cb8b4c539509b48d034106246f66ebee17
Author: Bart Meijer <brupje@gmail.com>
Date:   Mon Dec 12 22:36:50 2022 +0100

    ✨ SAMD21 HAL / Minitronics v2.0 (#24976)

commit ec6349f2acd940c6b7b29ef9204c635ba2e38c6c
Author: Alexander Gavrilenko <jmz52@users.noreply.github.com>
Date:   Tue Dec 13 00:13:31 2022 +0300

    ✨ TFT_COLOR_UI async DMA SPI (#24980)

commit d082223fee393e7c0f833757853fada3a3a48ddf
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 11 19:46:55 2022 -0600

    📝  Replace Twitter with Fosstodon

commit e07a059b2dde9b6d5e1048d71e3f6f265a05ebbb
Author: Simon Pilepich <simon.pilepich@kogan.com.au>
Date:   Mon Dec 12 12:12:28 2022 +1100

    🔧 Anycubic alternate Z1/Z2 wiring (#25071)

commit 313716e7fc5133ea8b1b70e75075840cc7b2b8b9
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Sun Dec 11 20:27:27 2022 +0100

    ✨ JyersUI TMC Settings (#25048)

commit 726555901c6b7a6eae71d3297729b6ee2ffbc632
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Dec 11 10:59:25 2022 -0800

    🔧 Custom Menu Sanity Check (#25079)

commit 3ad684b10bc8a7c6631dda4e6615238499289013
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 11 12:56:45 2022 -0600

    🔨 Updated 'mfconfig init'

commit 408a53bcdd5b5c5781596c2ba9e435cfe4525c74
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Dec 11 06:44:09 2022 +1300

    🔨 No env:mega1280 for MIGHTYBOARD_REVE (#25080)

commit eae339b8dcd43797cc285605826a23370e28165e
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sat Dec 10 17:28:48 2022 +0000

    ⚡️ Better IS buffer size calc (#25035)

commit 79b88471f00e3a8a7e5ee8ed440c6e40059b4815
Author: Vovodroid <vovodroid@users.noreply.github.com>
Date:   Sat Dec 10 17:03:54 2022 +0200

    ✨ Two controller fans (#24995)

commit 86a3362bf6830fea77c15aa1b139847569372671
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Dec 11 04:00:51 2022 +1300

    📌 Pins updates for Longer LK5, etc. (#25012)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 0efeedf26274b7a66e21899ab99a5dd70e8ae657
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Dec 8 01:08:53 2022 +0300

    🚸 Progress display followup (#24879)

commit c86f20010d916ba5a09f7c4320a37f5cdfc75f48
Author: Sebastien BLAISOT <sebastien@blaisot.org>
Date:   Wed Dec 7 22:49:38 2022 +0100

    ✨ M150 S default index (#23066)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 5a97ffc41415481d0e285c3478e582cbdd467bad
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Dec 7 12:18:09 2022 -0600

    🔨 Return error on mftest exit

commit 273728602109e208c1ca32d2ac7dad59dcc1307a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Dec 5 11:01:08 2022 -0600

    📝 Update config comments

commit 86a10dc459056cfb49055758e3fed0e0825043ae
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Dec 5 16:38:23 2022 +1300

    🐛 Fix Fast PWM on AVR (#25030)

    Followup to #25005

commit ecdf07f0555ce0d71ac3fd1fcd9efd07c14209ad
Author: kisslorand <50251547+kisslorand@users.noreply.github.com>
Date:   Mon Dec 5 00:04:11 2022 +0200

    ✏️ Fix missing ) (#25055)

commit 686ce0c0e220c73b32a1d29ae3d48c6b336b024f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 4 15:35:45 2022 -0600

    🔨 Fix CI Test clean step (2)

commit 3c550e0f1910927fa691f2e62a18cebb6ddd58fd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Dec 3 20:49:46 2022 -0600

    🎨 Misc. cleanup

commit 071dae0c288e75c26f6779b830af1e6153682854
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Dec 3 20:19:18 2022 -0600

    🔨 Fix CI Test clean step

commit df2a2488a8911e50d4840e17e9ae91bd05bd369b
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Dec 4 02:14:31 2022 +0000

    🐛 Fix TMC5160 + Input Shaping overcurrent (#25050)

commit c3090bd4e8df8c9eb3f32e31e0a8e37e92242681
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sat Dec 3 20:20:19 2022 -0500

    🩹 Ender 3v2 DWIN MarlinUI Fixup (#24984)

commit 0fadb56150aedf4759b5d5a959506c9ef7854443
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Dec 3 19:18:03 2022 -0600

    🎨 Trailing whitespace

commit eb125c95b68af813a05a732273be62e6dd2e23af
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Dec 4 14:09:02 2022 +1300

    🔨 Update renamed.ini (#25042)

commit 26edeefeb9ee79e6e2c992a192d8465a5a24bbfb
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Dec 4 14:05:22 2022 +1300

    🩹 Fix MSG_MOVE_N_MM substitution (#25043)

commit 96b8c28376fbefa92ebd71119bda1db66daa20ea
Author: kisslorand <50251547+kisslorand@users.noreply.github.com>
Date:   Fri Dec 2 08:19:34 2022 +0200

    🚸 G30 move to logical XY (#24953)

commit db3865520f2626bac5abd6cfd81a1cfbd44cbdab
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Dec 1 23:39:17 2022 -0600

    🎨 Misc. cleanup

commit 51c1645ceb878a316b548095c68e42623dce16f6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 12 17:52:56 2022 -0500

    🧑‍💻 Use spaces indent for Python

commit 5eb39d5277e11a29deaa47690f35b7170ba97447
Author: トトも <85485984+ElectronicsArchiver@users.noreply.github.com>
Date:   Sun Nov 27 23:52:06 2022 -0500

    📝 Formatted Team Overview (#25029)

commit 0537e78572aa3e5aec8e3f444f826dbd5b0b8455
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Nov 27 23:23:00 2022 -0600

    🐛 Fix G-code resend race condition

    As pointed out in #24972 by @silycr, but simplified.

commit 95019bf526c0f2db2fae10e8548271dd03a057c0
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sun Nov 27 22:41:27 2022 -0500

    ✨ Ender-3 V2 DWIN for BTT Octopus V1.1 (#24983)

commit 6f5ad55953b2029c1f92ff6554a14ca2b93c1b5d
Author: Chris Bagwell <chris@cnpbagwell.com>
Date:   Sun Nov 27 21:40:11 2022 -0600

    ⚡️ More SCURVE cycles on unoptimized cortex-m0 (#24955)

commit 57f6c93192c823049814c18ba48738d91ed1435f
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Mon Nov 28 03:38:15 2022 +0000

    ⚡️ Input Shaping improvements (#24951)

commit d2ece1e7137931085824d0bcf8f7732e7fcae1e3
Author: Trivalik <3148279+trivalik@users.noreply.github.com>
Date:   Mon Nov 28 02:06:44 2022 +0100

    🐛 Fix missing va_end in UnwPrintf (#25027)

commit 12017887f40a0a2cacf0728215fcfb631e10e383
Author: studiodyne <42887851+studiodyne@users.noreply.github.com>
Date:   Sun Nov 27 04:29:13 2022 +0100

    🐛 Fix MILLISECONDS_PREHEAT_TIME / mintemp (#24967)

commit 3a28a1fd1d4139ddbf39cc6c53ee661a45b012b2
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Sat Nov 26 20:11:14 2022 -0700

    🩹 Fix ADVANCE_K + DISTINCT_E_FACTORS sanity check (#25007)

commit 360e03797f3ef35e34a0eb6902918235f5403047
Author: Manuel McLure <manuel@mclure.org>
Date:   Sat Nov 26 18:30:59 2022 -0800

    🔧 Merge TMC26X with TMC config (#24373)

commit 6185b50dbedf7f564703ebdb9acc97e0a99388f1
Author: Radek <46979052+radek8@users.noreply.github.com>
Date:   Sun Nov 27 02:31:44 2022 +0100

    🐛 Fix SKR mini E2 V2 + BTT_MINI_12864_V1 (#24827)

    See https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/686#issuecomment-1296545443

commit b2b8407a7506860e3d885f7dcdc7cfd6a5ea280e
Author: Vasily Evseenko <svpcom@gmail.com>
Date:   Sun Nov 27 04:26:40 2022 +0300

    🍻 Fix Z increase on toolchange without UBL (#22942)

commit c1684a1dbe3a64e82bb8380bd927c1ec7a7db927
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Nov 27 14:22:08 2022 +1300

    🩹 Fix UBL menu compile (#25020)

commit 7d0f1dd17cbc0b2a34f720d5deaf83c8e8888def
Author: mikemerryguy <57319047+mikemerryguy@users.noreply.github.com>
Date:   Sat Nov 26 20:14:05 2022 -0500

    🚸 Add 50mm manual move (#24884)

commit b6051fe847a5aa70c51c3cde29f47c1add29fb29
Author: Thomas Buck <taucher.bodensee@googlemail.com>
Date:   Sun Nov 27 01:59:13 2022 +0100

    🚸 Optional Cutter/Laser status for HD44780 (#25003)

commit b9bed1ca6908f2e2be9d867b008e1b9e3ac49ef4
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sat Nov 26 08:23:24 2022 +0100

    🚸 COLOR_UI sleep timeout / setting (#24994)

commit b8ba9d60bb7f12d059d62382dc09abf40537de16
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Nov 26 19:21:47 2022 +1300

    🔧 Fix TPARA (…SCARA, DELTA) settings (#25016)

commit 8fd42eeeb60198c08bf48bb3d6c4369df666c22d
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sat Nov 26 04:41:49 2022 +0100

    ✏️ Fix Robin nano env typo (#24993)

commit 19b73a6f2927fc982af70891cb4025f4acd6d36c
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Nov 26 16:40:24 2022 +1300

    📺 FYSETC_MINI_12864_2_1 with BTT_SKR_E3_DIP (#24986)

commit db60e0e7dc829a8dee94736f4be15aa5bb6fe4d4
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Nov 26 14:17:24 2022 +1300

    🩹 Fix planner typo (#24977)

commit 505d73d2bae31662ac833f316d934239b392e93d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Nov 22 12:47:27 2022 +1300

    🐛 MKS_MINI_12864 on SKR 1.3 needs FORCE_SOFT_SPI (#24850)

commit d05419a8d9c5b025d40b560869c9fc9baefc4f67
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Tue Nov 22 02:45:57 2022 +0300

    🔧 Check Delta homing direction (#24865)

commit 9772f7806bf83d000f761c79e177a9e21573223e
Author: phigjm <39876427+phigjm@users.noreply.github.com>
Date:   Tue Nov 22 00:41:14 2022 +0100

    🩹 Fix SERVICE_INTERVAL reset (#24888)

commit 473d2b888ad642d8129cc44b6ba436882ff704c8
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Mon Nov 21 16:25:56 2022 -0700

    Fix FAST_PWM_FAN / TouchUI with NO_MOTION_BEFORE_HOMING (#25005)

    Fix regressions from #20323, #23463

commit 968f04defbb137db94c5a8424e0af26723b1ba72
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Nov 14 21:35:24 2022 +1300

    🩹 Fix 2 thermocouples (#24982)

    Followup to #24898

commit 30a885a7ef7c6eafd10c13eda39c0d365388cc02
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Nov 14 02:26:31 2022 -0600

    🐛 Fix M808 starting count

    Reported by adcurtin on Discord

commit 847391cfc15c2d4490d24f2a7356c551e776fbeb
Author: Justin Hartmann <zadarimm@gmail.com>
Date:   Mon Nov 14 00:50:02 2022 -0500

    🩹 Fix Overlord compile (#24947)

commit 6ea192abe95f1b3341828bb2dc4ea56df19bdff4
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Mon Nov 14 05:59:25 2022 +0100

    🚸 M306: Indicate MPC Autotune (#24949)

commit 0de4ec4099c17403ea3f1ac0e42d8234e74614c2
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Nov 14 17:45:28 2022 +1300

    🩹 Allow max endstops MKS Monster 8 V2 (#24944)

commit c9fa680db94ead330d59be954b032f755dbacce9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Nov 11 20:35:07 2022 -0600

    🐛 Fix Anycubic / Trigorilla pins, etc. (#24971)

commit 379d388b0763ab5295a1c887d0c39eb7cd88bb8b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Nov 11 16:09:26 2022 -0600

    🎨 Prefer axis element over index

commit 7002e72f1c48b5cf01d6e9c90e72d8cab785d107
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Nov 6 23:49:38 2022 -0600

    🩹 Fix EEPROM write for !LIN_ADVANCE

    Fixes #24963
    Followup to #24821

commit fc2f3cdf4079596a84f0e8ac88e9f8dfc295f03f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Nov 4 20:10:59 2022 -0500

    🩹 MAX Thermocouple followup

    Followup to #24898

commit 7feeffdf06170244ff0586d09b745eb25a7e542a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Nov 4 20:00:56 2022 -0500

    🩹 leds.update needed for reset_timeout

    Followup to #23590

commit ac5464c37c4ea0a728ca76934ba61c46e7f1ba68
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Nov 3 21:29:22 2022 -0500

    🧑‍💻 More direct encoder spin

commit a121c80e1a31cc696f425238ee82a22a1f8fd647
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Nov 1 17:14:18 2022 -0500

    🎨 Update SAMD51 headers

commit 2778b007656e2993d7be08ba854f29eb620ab96d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Oct 30 15:41:19 2022 -0500

    🎨 Format some lib-uhs3 code

commit 4737af7d70f5660f6e5617bd6ce1080875d6bd28
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 30 16:45:08 2022 +1300

    📌 ZRIB V52-V53 Servo Pins (#24880)

commit 38375cf7a75f7b7f6686737fd1651b440267709b
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sat Oct 29 23:35:12 2022 -0400

    ✨ Tenlog MB1V23 IDEX board (#24896)

commit ddec5faf5abddef5e5cb233b6f3cd31ce2e82d53
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sun Oct 30 01:45:33 2022 +0200

    🌐 Update Italian language (#24915)

commit cbdafd36e02f9fd39b60adb86ce95bea951f5092
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 30 12:42:36 2022 +1300

    📌 Remove unused RX/TX pins (#24932)

commit 9f5b0b85670f5684357b8a9a1dd39a87de513b13
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Oct 29 16:39:26 2022 -0700

    🔧 Update Display Sleep LCD Check (#24934)

commit d9ffae65787f2c37484f424ff5171c80210d659f
Author: Justin Hartmann <zadarimm@gmail.com>
Date:   Sat Oct 29 19:37:36 2022 -0400

    🩹 Buttons Followup (#24935)

    Followup to #24878

commit 1540e8e1d4545005413fe8bd7f6aaf2eef958aa6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 24 17:04:55 2022 -0500

    🩹 Allow for last non-servo extruder

commit 9a4715f31a43216e97f52fd2c1adf49a2cc2a710
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Oct 25 10:47:23 2022 +1300

    🐛 Fix move_extruder_servo (#24908)

commit a9969d92ea17cb454353df466e579fa229ffe8c8
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Mon Oct 24 17:44:52 2022 -0400

    🐛 Fix FTDUI Status Screen Timeout (#24899)

commit d87d7474c932949e74248c562921b2b85e063999
Author: Manuel McLure <manuel@mclure.org>
Date:   Mon Oct 24 14:25:47 2022 -0700

    🩹 Fix spurious "bad command" (#24923)

commit 4ce2f1e5babba8dcee160ffbbd6d907f0c934355
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Oct 22 23:35:31 2022 -0500

    🩹 Fix M593 report

commit 44636f3b74c9d5e552dbb49f313ed8b2e17189eb
Author: kurtis-potier-geofabrica <77456752+kurtis-potier-geofabrica@users.noreply.github.com>
Date:   Sat Oct 22 00:13:56 2022 -0400

    🚸 Up to 3 MAX Thermocouples (#24898)

commit e812540f26fae304764f22023e049dc58a29ca93
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 21 19:45:20 2022 -0500

    🔧 Clean up unused ESP_WIFI pins

commit c1f0f26bffb1013e686d74f930287fa9f4cda083
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Oct 21 22:34:22 2022 +0100

    🚀 ZV Input Shaping (#24797)

commit 57654498675207180c7a232ff671348441b7046a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 21 15:41:51 2022 -0500

    🔨 gcc-12 for macOS native

commit c8b2d0c0fd50fb528d995fad782d62752d086a6e
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Fri Oct 21 14:03:38 2022 -0400

    ✨ Controllerfan PWM scaling, kickstart (#24873)

commit bdd5da50988c2bfdae6839bea65747ba3afcadbd
Author: silycr <32662182+silycr@users.noreply.github.com>
Date:   Sat Oct 22 04:31:46 2022 +1030

    🚸 Probe pins for Chitu V5 (#24910)

commit 4d9bf91edcf81dc7cdbbb71166b619a06b785329
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Oct 20 15:23:22 2022 +1300

    🔧 Some STM32 UART Sanity Checks (#24795)

commit 682a9b6fbefca8d58971030213b301344a2db9b8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 19 21:00:14 2022 -0500

    🎨 Misc. variant cleanup, translation

    Followup to #24787

commit a913b2437b1f792492d1ac29f5eff51f512320cd
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Wed Oct 19 21:36:39 2022 -0400

    🐛 Fix Print Timer stop with MarlinUI abort (#24902)

commit 6b1d738995c443f5d047d79130a146dce3f7e9e0
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Oct 20 14:29:15 2022 +1300

    🔧 No Native USB on AVR (#24906)

commit dd224b4eb9050709c6466aea62d60caf6c866f8e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 17 23:00:26 2022 -0500

    🧑‍💻 Pins and debug list cleanup (#24878)

commit 2e2abbcb48d74a12131a56859e6cb6e66f08fe87
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 17 21:41:22 2022 -0500

    🎨 CONF_SERIAL_IS => SERIAL_IN_USE

commit 485fb7759662bca476ce1b7147945f851c82c425
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Oct 18 16:41:41 2022 +1300

    ✨ Tronxy v10 (#24787)

commit 29294007ef6ef372ceec4ca31047d9612feb173e
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Oct 17 20:24:19 2022 -0700

    🔧 No Sleep for CR-10 Stock Display (#24875)

commit 256ac01ca2c47bfc187b499bacd11fd6260a6d37
Author: karliss <karlis3p70l1ij@gmail.com>
Date:   Tue Oct 18 04:01:18 2022 +0300

    🐛 Fix compile without Y/Z (#24858)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit ca1968a8428f2e3a6550ee69206c6ae257dad07c
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Oct 17 12:25:37 2022 -0700

    🔧 Check Sensorless Homing on all axes (#24872)

commit 6a084e3704656f5b2e7291589376ec2b2296a5c1
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Mon Oct 17 15:17:51 2022 -0400

    🐛 Fix bed/chamber PID P edit (#24861)

commit 9ae078916605e79cbdf0e42b9c69dbc9b4841103
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 17 13:01:45 2022 -0500

    🎨 HAS_SPI_FLASH => SPI_FLASH

commit 031ff2d024a40410d31f4e0d61261c304ef158da
Author: Dan Royer <dan@marginallyclever.com>
Date:   Sat Oct 15 22:03:42 2022 -0700

    🐛 Fix and improve Polargraph (#24847)

    Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit b3e7d1e91e9e8e7e9184184cfd2d28cbb7bb24e8
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 16 13:40:00 2022 +1300

    🐛 Fix operators for V axis (#24866)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit f39f4d02889b77c4d72b1b84d6f06792786a9a8c
Author: mjbogusz <mjbogusz@users.noreply.github.com>
Date:   Sat Oct 15 01:59:31 2022 +0200

    🩹 Fix TFT LCD in Simulation (#24871)

commit a4d58e887667a14d7a6639b579416ff799309b0e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 14 13:15:37 2022 -0500

    🎨 MMU2 cleanup

commit c52cf77d0ade00b7cdf9e796e98b6c294c2abaa6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 12 18:15:29 2022 -0500

    🐛 Fix M876 without emergency parser

    Fix regression from 1fb2fffdbf

commit bfcb8c704a8ddbdd86d145151e3a305a780034f1
Author: adam3654 <adam3654@gmail.com>
Date:   Wed Oct 12 19:03:32 2022 -0400

    ✨ DOGM Display Sleep (#24829)

commit 0047b3064da8b7e1a3789b497853fb93c1e7f7f9
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Oct 13 01:57:22 2022 +0300

    🩹 Fix temperature include (#24834)

commit 5c195078ffd5d3e86cf9c836cf1313746516d750
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 12 17:53:42 2022 -0500

    🎨 Misc. variant cleanup

commit 1a6f9daee89e048fe9794e60b0ce71a359d21357
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 12 15:24:05 2022 -0500

    🧑‍💻 Min and max for base types

commit 505f0a647e9ac26c69b5aafb781672c399c28cb8
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Wed Oct 12 02:31:37 2022 +0300

    ✨ MKS SKIPR board (#24791)

commit 62b7db9bb783f509ab44e109f9b6e82da3d58048
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 10 18:02:18 2022 -0400

    🔨 Update mfinfo for 2.1.x

commit 3c870f2d4bcec4ed7e1499a7dee541c448d8751a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 10 17:51:33 2022 -0400

    🧑‍💻 Min and max for base types

commit 0203e32c734c780fba3059ac0f8fbdc57f37ff85
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Mon Oct 10 20:49:37 2022 +0200

    ✨ ADVANCE_K per-extruder (#24821)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 84812645666ee6988fdadf59d3bc83be9bf53d8d
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Sun Oct 9 18:30:47 2022 +0300

    ♻️ Set Progress without LCD (#24767)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit b0f02b8f9ed553160561ae9b277080e410b96905
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Sat Oct 1 23:04:50 2022 +0300

    🩹 Fix Color UI touchscreen sleep (#24826)

commit d6ff8f0062ec29acf2403e6e6c21528fd08862cd
Author: Adam <54421854+aamott@users.noreply.github.com>
Date:   Sat Oct 1 10:49:12 2022 -0600

    🩹 Fix Switching Toolhead compile (#24814)

commit 8b37b60e5872a96304e0ce5100556556a83f3d4f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 2 05:39:10 2022 +1300

    🧑‍💻 Einsy Rambo EXP headers (#24825)

commit 5c68d26d4e14a86b82c67a8ad5ebe41897833456
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 2 05:35:47 2022 +1300

    🔨 Detect feature parsing error (#24824)

commit 74435b0dcb2a1a157811631ae79fe8064443d8a6
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Oct 2 05:25:00 2022 +1300

    ✨ Creality v5.2.1 board (#24815)

    Followup to #24760

commit f17a07df99fcb248af05872ee1bac0375d8ae174
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Oct 1 09:19:51 2022 -0700

    🔧 Thermistor (66) sanity-check (#24803)

commit a58f27763f67a0ee88bb58e4305ce32bd7ff916b
Author: Eduardo José Tagle <ejtagle@hotmail.com>
Date:   Thu Sep 29 19:54:59 2022 -0300

    🐛 Fix DUE compile and errors (#24809)

commit 5aca6ff4f2816d8e55281ebe7e7cbcbe49777572
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Sep 29 17:30:53 2022 -0500

    🩹 Fix some vector_3 cast operators

commit 7b000966f06a258eef229334d9ffe9e74463c45c
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Sep 28 08:05:06 2022 -0700

    🔧 Update Creality 4.2.2 Driver Warning (#24806)

commit 6ae07088400dcb259993afb58f5e06c651c3beb2
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Sep 29 04:03:40 2022 +1300

    🩹 Disable DEBUG_DGUSLCD (#24798)

commit 44e4a9c7b1deb0c5633068180a59aceaea3bcbe7
Author: Yuri D'Elia <wavexx@users.noreply.github.com>
Date:   Wed Sep 28 16:49:30 2022 +0200

    🎨 Remove non-const compare operators (#24810)

commit 215fcefc1b0c8c626efa7f74b78f0a03b5f1280f
Author: Plynix / Ben Hartiwch <77836725+Plyn1x@users.noreply.github.com>
Date:   Wed Sep 28 16:46:50 2022 +0200

    ✨ Creality v5.2.1 board (#24760)

commit 827f9ae7923cb80ffa0bb480b53a85e016e4b789
Author: discip <53649486+discip@users.noreply.github.com>
Date:   Mon Sep 26 23:42:52 2022 +0200

    ✨ Pt1000 with 2k2 pullup (SKR 3 / EZ) (#24790)

commit e44f1565356b1a93020292721ee39ed9416d762f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Sep 27 10:25:54 2022 +1300

    ✏️ Followup for M524 (#24775)

    Followup to #24761

commit f1a05d19b0886921cbe3529a22bcf796c174bc4a
Author: Stuart Pittaway <1201909+stuartpittaway@users.noreply.github.com>
Date:   Mon Sep 26 22:18:15 2022 +0100

    🚸 UUID fallback to STM32 device SN (#24759)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit a7a493d795fcb9d77cbbe284aea1f5aa3978845a
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Sep 26 14:15:14 2022 -0700

    📌 Specify MarlinFirmware/U8glib (#24792)

commit d9967f5395e3f223bd2cf99249f2f6058d907620
Author: Renaud11232 <gaspardrenaud@hotmail.com>
Date:   Fri Sep 23 07:20:44 2022 +0200

    🔨 Fix LPC1768 autodetect path on Linux (#24773)

commit 5ee74668cf48a72736ffa8a1dfd6ca1fa6644eeb
Author: Stefan Kalscheuer <stefan@stklcode.de>
Date:   Fri Sep 16 21:21:13 2022 +0200

    ✨ Anycubic i3 Mega LCD file menu fix (#24752)

commit be149336f0192777e835396a856bd836c10aea35
Author: studiodyne <diabolomix@hotmail.fr>
Date:   Sun Aug 28 00:43:32 2022 +0200

    ✨ M217 G wipe retract length

commit 1f72c8341f33a6ea7e086ad4f94b0bc903ad2ba3
Author: studiodyne <diabolomix@hotmail.fr>
Date:   Sun Aug 28 00:43:32 2022 +0200

    ✨ XY_COUNTERPART_BACKOFF_MM

commit 3d03f96205cac22d9061293b8703e5a3271ed420
Author: studiodyne <diabolomix@hotmail.fr>
Date:   Sun Aug 28 00:43:32 2022 +0200

    ✨ RGB_STARTUP_TEST

commit c996bfddb7775f9160e33443df8c103de003339f
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Sep 2 03:04:46 2022 +0100

    ✨ Permit Linear Advance with I2S Streaming (#24684)

commit 647d459a158afaf9f1ea0374ab6aaee2d39e9330
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 24 10:15:57 2022 -0500

    ✨ Robin Nano v1 CDC (USB mod)

    Followup to #24619

commit 29156ffe5d16afeb78fac434197155e8a04f0629
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Nov 9 20:54:17 2022 -0600

    🐛 Fix recalculate_max_e_jerk

commit eff60964da6e1b5d74f342de84f47344f96f201d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Sep 23 17:16:01 2022 +1200

    🐛 Fix VW axis fields in types.h (#24780)

commit 5fe1f6647875b2f325db52b74f356bdaec19dce5
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Thu Sep 1 21:16:52 2022 +0200

    🚸 Strict index 2 for M913 / M914 XY (#24680)

commit 2fc97aa240f17c9c2429e65c0110ceddb7af4132
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Sun Sep 18 03:51:37 2022 +0200

    🚸 Emergency Parse M524 (#24761)

commit aa283582677fbbcb7ffe5f3183ac0bf5028747c3
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sun Sep 4 02:51:53 2022 +0200

    🐛 Fix / refactor shared PID (#24673)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit e04e18a5902958c9a200ff67b3fba6c730524bf3
Author: Chris Bagwell <chris@cnpbagwell.com>
Date:   Fri Sep 16 13:30:04 2022 -0500

    🧑‍💻 STM32G0B1RE Pins Debugging (#24748)

commit bdb7f3af3f4008c2a6d209d4cb3d679863718ad7
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Tue Sep 13 20:31:59 2022 +0300

    🩹 Fix MKS TinyBee + MKS MINI 12864 SD blank on write (#24670)

commit 2f24c3145458b60e091714e18629253eac3d7d1f
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Tue Sep 13 20:29:59 2022 +0300

    🚸 Sanity check Integrated Babystepping + I2S stream + ESP32 (#24691)

commit 96d050c7ba4c1f3dccf1278eb2eb6c6b4dab4a99
Author: George Fu <nailao_5918@163.com>
Date:   Wed Sep 14 01:28:38 2022 +0800

    ✨ FYSETC SPIDER KING407 (#24696)

commit aabd3e9e196ccbe04f94a26cd25e4d3508c262f9
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Sep 14 05:27:16 2022 +1200

    ✨ BTT SKR Mini E3 V3.0.1 (#24722)

commit 38b31059003110ae0cb2dcc3270620e69954a3d7
Author: XDA-Bam <1209896+XDA-Bam@users.noreply.github.com>
Date:   Fri Sep 9 22:51:11 2022 +0200

    ⚡️ Minor planner optimization (#24737)

commit 02810616cc08ea14c6257578061d61c492fb8673
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Tue Sep 6 08:48:42 2022 +0200

    🚸 On pause report "SD printing byte X/Y" (#24709)

commit 7daff755f2899d4cbe24aa038b1e32d9369692c9
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Thu Sep 1 20:48:24 2022 +0200

    🩹 Report M22 / M23 success / fail (#24706)

commit 53564fb6f3d1c1cf4421329a2f729dab22f3f8e1
Author: Gurmeet Athwal <gurmeet.athwal@gmail.com>
Date:   Sat Sep 10 00:51:19 2022 +0530

    🚸 M115 spindle/laser (#24681, #24747)

commit 9d9f303c5eb4be828a9ddc0a26fc7a5a726521da
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Sep 23 05:20:17 2022 +1200

    📺 FYSETC Mini 12864 2.1 pins for Creality V4 (#24624)

commit b9428bf0876944e163bc83a00f6dabbb48e8b472
Author: FBN <62633887+fBn0523@users.noreply.github.com>
Date:   Fri Sep 16 07:02:08 2022 +0800

    🚸 More automatic MMU2 load (#24750, #24770)

commit 0642cd8a8352cd8a34d9d9354162a4478515554c
Author: Yuri D'Elia <wavexx@users.noreply.github.com>
Date:   Thu Sep 22 18:54:26 2022 +0200

    👷 Array macros to …26 elements (#24789)

commit d2b1467ab36974b65a3cb50ea7b6ca626c60a327
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Sep 9 19:31:47 2022 -0500

    🌐 Some short menu strings

commit 03aba439f67410e73101f83010c07387ab0ef828
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Sep 9 12:22:52 2022 -0700

    ⚡️ Only Sync Emulated EEPROM Print Counter (#24731)

commit 85a47d61e62713c00f2512415701631e3c53b78f
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Fri Sep 9 20:54:29 2022 +0200

    🐛 Fix heater timeout PID output (#24682)

commit 78577b13cbe5d5aaca5a3eb58b7aeb472077f00d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Sep 6 23:03:15 2022 -0500

    🧑‍💻 Microsteps to stepper.cpp

commit b29cd4c510632fd43fb0ff59cf69e9979ef94d25
Author: hartmannathan <59230071+hartmannathan@users.noreply.github.com>
Date:   Fri Sep 9 16:35:16 2022 -0400

    📝 Fix example comment (#24744)

commit 0eb6a8d12e1f73eab7cef4090137f6e0cf7c7031
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Sep 6 22:06:13 2022 -0500

    📝 Fix comment

commit 8a8218a8f22f3942bbec3f22f43529b3c489603a
Author: JoaquinBerrios <JoaquinBerrios@users.noreply.github.com>
Date:   Tue Sep 6 01:39:02 2022 -0500

    ⚡️ BTT SKR V3.0 / EZ = 480MHz (#24721)

commit 3a18ba04125dad983d232ef02d045c28a27c5c36
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Sep 13 13:29:50 2022 -0500

    🔨 Fix config-labels.py

commit 2828f1d1dbddf908968951af3b09586369dc4135
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 27 20:12:52 2022 -0500

    🔨 Outdent py string

commit 63507acf98e94ceffa4e82d588d6ec369f2b7646
Author: dmitrygribenchuk <dmitrygribenchuk@gmail.com>
Date:   Mon Sep 5 21:19:19 2022 +0300

    🔨 Clean up Python imports (#24736)

commit cc2cc7d08170e4778f1aa76eb38172e1b7dc8978
Author: ButchMonkey <ButchMonkey@users.noreply.github.com>
Date:   Mon Sep 5 05:48:58 2022 +0100

    🔨 Fix config.ini custom items, and 'all' (#24720)

commit b676b43874c9f851902a0f80a2013bf19d9b0820
Author: ButchMonkey <ButchMonkey@users.noreply.github.com>
Date:   Sun Sep 4 21:10:22 2022 +0100

    🔨 Fix configuration.py with encoding UTF-8 (#24719)

    - Opening files with Windows-1252 encoding.

commit 2f1b89bd1f4ae88e9b1b9e62ea567ac3a4d1178a
Author: Stephen Hawes <sphawes@gmail.com>
Date:   Sat Sep 3 21:55:37 2022 -0400

    ✨ Opulo LumenPnP REV04 (#24718)

commit 1a2e591d03ff3648a5913e1a0a6a672cfd4bba81
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Sep 3 16:48:21 2022 -0700

    🔨 Update SKR 3 env (#24711)

commit dc65e299fa2860c254b113a160f7c41c1220558d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Sep 3 18:21:23 2022 -0500

    📝 Format some comments

commit 033bca17737964ebb95c76a69e7e2005738f9c35
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Fri Sep 2 05:47:37 2022 +0300

    🔨 Native USB modified env followup (#24669)

    Followup to #24619

commit e350acb360a7d6645bf2b3938ac82720c1475de2
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Thu Sep 22 12:54:49 2022 -0500

    🐛 Fix UBL regression (#24622)

    Fix regression from #24188

commit 7d8d2e2c587e951c944eb7e399767dbc8432e62d
Author: Ruedi Steinmann <ruediste@gmail.com>
Date:   Fri Sep 9 22:33:54 2022 +0200

    🩹 Fix a BUZZ (#24740)

commit 3c6b3e5af41202be8781645bb07cc8cee9206b49
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 29 19:23:53 2022 -0500

    🔖  Config version 02010200

commit d5e9b25a3121724556ce231967c3e1069afa126b
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Tue Aug 30 02:52:02 2022 +0300

    🐛 Fix back button (#24694)

commit 9313c2fd18ef6255437e7ae3b0d68d0349242d00
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 25 23:45:07 2022 -0500

    ✏️ Fix http:// links

commit d8a280bf53a163d08a99e2c518ecd68f6b0be601
Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com>
Date:   Fri Aug 26 07:40:31 2022 +0300

    ✏️ Fix LCD sleep conditional (#24685)

commit d244389998863aa2d37b0c903aebfcda80930a01
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Thu Aug 25 23:23:54 2022 -0500

    🩹 Constrain UBL within mesh bounds (#24631)

    Fixes #24630

commit d140be0281b9903e4759e3bfadecaa0979cdbc09
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 25 16:14:50 2022 -0700

    🚸 Up to 10 Preheat Constants (#24636)

commit 27bea5602588c51862b788344c264f10a2486345
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Aug 26 11:07:41 2022 +1200

    🔧 Fix Auto-Fan / Controller-Fan pin conflict check (#24648)

commit 98ee3fc2b5b3bfef9a29aaccddcefb7dae60daa1
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Aug 26 10:51:11 2022 +1200

    🩹 Fix PID debug output (#24647)

commit e8394c391ef7bcdf62d268d7ab453e8ad7a1e743
Author: Mark <niujl123@sina.com>
Date:   Fri Aug 26 06:50:03 2022 +0800

    🐛 Fix Bed Distance Sensor reading (#24649)

commit e24d5f931518fd6644d5d50dcce908e903550963
Author: Arkadiusz Miśkiewicz <arekm@maven.pl>
Date:   Fri Aug 26 00:14:54 2022 +0200

    ✨ M20_TIMESTAMP_SUPPORT (#24679)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit ef1cf0d5a188fcff37c056ce8d64348c2e4e225e
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Aug 25 20:16:55 2022 +0300

    ♻️ Display sleep minutes, encoder disable option (#24618)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit f088722ae80d5ba9e032b029e1f69a12e3d4e900
Author: DejitaruJin <dejitarujin@gmail.com>
Date:   Thu Aug 25 13:10:43 2022 -0400

    🩹 Fix SainSmart LCD (#24672)

commit 68c5e97fd7574841ac32cd929b6b1e8b44d1cb61
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 25 10:08:03 2022 -0700

    🩹 Fix Freeze Feature (#24664)

commit a8cf886aa5d4c6a65a41b93b49ed5504b8fc4691
Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com>
Date:   Thu Aug 25 19:48:35 2022 +0300

    🔨 Suppressible Creality 4.2.2 warning (#24683)

commit a31e65e30b0d71da113db8540a8c49aa3f07034c
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Mon Aug 22 18:31:02 2022 +0300

    ✨ Robin Nano v1 CDC (USB mod) (#24619)

commit d94a41527f8c00241d31eb82c0d0b0ef380269c0
Author: Alexey Galakhov <agalakhov@gmail.com>
Date:   Mon Aug 22 17:11:53 2022 +0200

    🐛 Fix JyersUI (#24652)

commit 37a7da075f415b361daa25b95e37b1acf88ea0c0
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Aug 22 07:53:51 2022 -0700

    🔧 Fix Skew Correction defaults (#24601)

commit 5145266b0db80f52b81d3060082498960664445a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 20 06:41:00 2022 -0500

    🎨 Some automated cleanup

commit bdd5f3678eff031d098f22a92b0d097bac3a41b3
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 19 11:37:43 2022 -0700

    📺 Add to MKS UI About Screen (#24610)

commit b4af335b7ab1bedd011335ea06bfb1d1c2928c03
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 19 11:11:15 2022 -0700

    🔧 Remove STM32F4 Print Counter Sanity Check (#24605)

commit cfe1d52bf247f5152e51f87ff7d770c0aef63a56
Author: Protomosh <43253582+Protomosh@users.noreply.github.com>
Date:   Fri Aug 19 20:57:27 2022 +0300

    🐛 Fix DGUS Reloaded + STM32 (#24600)

commit ff09ea13a4ef86d810ebb69eb08933c448c9e32c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 19 11:00:52 2022 -0500

    🧑‍💻 Use spaces indent for Python

commit d93c41a257bbc1097d4fbaba4cfd5ddd54be71a8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 9 07:58:20 2022 -0500

    🔨 Misc. schema updates

commit 98e6aacbefb87489c3e79fa5735834a018ce0d9e
Author: Graham Reed <greed@7deadly.org>
Date:   Fri Aug 19 16:48:27 2022 +0100

    🔨 Fix LPC1768 automatic upload port (#24599)

commit 0adee8fae008660895c9f993021ca3c68a173312
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 18 13:03:17 2022 -0500

    🩹 Fix strtof interpreting a hex value

    Bug introduced in #21532

commit c154302ece49db7e93aef6984d7159d89f36cee2
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 17 07:32:08 2022 -0500

    🔨 Add args to schema.py

commit b5ccddbe353827cea3619e9efb38e68582e37161
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 16 09:41:45 2022 -0500

    🎨 Fix '…if_chain' Uncrustify option

commit d69893309e56423d0b951cb5064b3719800f0a2d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 8 06:42:46 2022 -0500

    🔨 Misc. config py updates

commit fc3ea96ff982bc4dff554142a88b9b00f2286335
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 11 12:41:41 2022 -0500

    🧑‍💻 Add operator== for C++20

commit 3892d08b06ce3c24be5d0d9c150e0ab035ba9ff0
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Aug 11 11:35:36 2022 -0700

    🧑‍💻 Fix UBL Build Mesh preheat items (#24598)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 857dc73be5bdae32e304656245e0db3dd5d49650
Author: Ivan Kravets <me@ikravets.com>
Date:   Sat Aug 6 09:17:46 2022 +0300

    🔨 Fix a PlatformIO debug issue (#24569)

commit 419a145fa30dc01315d5b6b69f76253b21bd7a9b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 7 20:42:12 2022 -0500

    🔨 Update schema export

commit 398cae762506a43eb27a815f10bee6e2821c6c5f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 6 18:39:05 2022 -0500

    🔖 Version 2.1.1

commit 8192cc12d33fb860fff55ea68f5df9c9058b0293
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 6 18:38:12 2022 -0500

    🎨 Misc. config cleanup

commit 7f2a8362517181cde5b98bf88aa48821355f7692
Author: ExtNeon <33217029+ExtNeon@users.noreply.github.com>
Date:   Sat Aug 6 23:37:03 2022 +0000

    ✨ SD Endstop Abort G-Code (#24461)

commit b02c3258b56f73ae6cff17d7e47c9e1fba7c91cd
Author: Mark <niujl123@sina.com>
Date:   Sat Aug 6 14:14:58 2022 +0800

    ✨ Bed Distance Sensor (#24554)

commit a0462eb01738516561ea9356ebcafcb523782457
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Aug 5 22:59:56 2022 -0700

    🩹 Fix AUTO_FAN_PIN sanity check (#24593)

commit a1704c10b977d31d2bb90cafe4935f3bdbfc3c89
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 6 00:57:37 2022 -0500

    🩹 G0/G1 S seen => seenval

commit 7196f1312508bdb04d8e943572773a5f23c8509e
Author: qwertymodo <qwertymodo@gmail.com>
Date:   Fri Aug 5 22:07:30 2022 -0700

    ✨ M150 K – Keep unspecified components (#24315)

commit e06340abd13822fe54a1c0be5be57421b03490ef
Author: J.C. Nelson <32139633+xC0000005@users.noreply.github.com>
Date:   Fri Aug 5 22:09:46 2022 -0700

    🔨 Trigorilla Pro disk based update (#24591)

commit 98095ddad6818c1fd9dfca214d09f5107633106b
Author: Travis Ziegler <travisjayday@gmail.com>
Date:   Fri Aug 5 22:37:24 2022 -0400

    🩹 Fix LPC176x USB Host Shield (#24588)

commit 2f4b12170924d0090bcfd5a39e153c27cf44d8d9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 5 19:39:41 2022 -0500

    👔 Keep "Needs: More Data" open

commit a0409289c8815e71b34eae1a09687229ed4e93b6
Author: Ruedi Steinmann <ruediste@gmail.com>
Date:   Fri Aug 5 01:00:19 2022 +0200

    🚸 Laser with only PWM pin (#24345)

commit 2ccdc4f9ed232af3b55fe633fafe64a9be508ff8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 17:56:09 2022 -0500

    🧑‍💻 MARLIN_TEST_BUILD – for future use (#24077)

commit bbf20332112948aad99bb8c7fba27fd661dc3a3a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 02:38:15 2022 -0500

    🔧 Config INI, dump options (#24528)

commit 9a42d1e577a364d6f4491657d1eabb92f14ed55a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 4 01:17:10 2022 -0500

    🩹 Fix Malyan M300 with S-Curve compile

    Fixes #24548

commit 17794e18ae66793e0a4d6135de674d92e3d4b3d0
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Aug 1 18:17:57 2022 +1200

    🔧 Update 644p/1284p Serial 1 sanity check (#24575)

commit 3b30951e83f0ec189c38ec993e5002f16556e087
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 1 01:14:58 2022 -0500

    🔨 Simplify scripts with pathlib (#24574)

commit c3f258644541cc81150e5e306aa3db60a31fc5bf
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Mon Aug 1 01:03:45 2022 -0500

    🐛 Fix laser menu enable_state (#24557)

commit c0cb7e35afe4a2e94133506d0e7c1d95ddbf80ba
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sat Jul 30 22:55:32 2022 -0400

    ✨ Configurable Switching Nozzle dwell (#24304)

commit fd319928d2889efe57c76913b3d5d28ff49a70d1
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Jul 31 03:39:48 2022 +0100

    Fix, improve Linear Advance (#24533)

commit 5dad7e0d035ec82d2eeb38c79101cba93f35c958
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Jul 31 03:05:16 2022 +0100

    🩹 Use _MIN/_MAX macros for native compatibility (#24570)

commit 9ee558afe1afc20e5e932fc0dcbecd7744065ec7
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sun Jul 31 03:49:15 2022 +0200

    🐛 Fix kinematic feedrate (#24568)

commit bbaccd342eaf5e4cdca6b988c367fa79faacab82
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Jul 30 17:51:25 2022 -0700

    ✨ Encoder Noise Filter (#24538)

commit 6134d55360b8155435bb2ed10f51704268f5450f
Author: lukasradek <lukasradek@users.noreply.github.com>
Date:   Sat Jul 30 01:53:39 2022 +0200

    📝 README Updates (#24564)

commit 868e76b96543ca5282558396c679d7e81d29df49
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 08:01:39 2022 -0500

    🎨 Renum boards.h

commit 5f105e254dfa6c4280f2a3c276bdb8587cc4c152
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 02:14:14 2022 -0500

    🐛 Fix M125 for 9 Axis

commit 9534c6e9033256f5d6de2b920124acf1fa829548
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 28 20:52:33 2022 -0500

    🎨 Misc. 'else' cleanup

commit ec9a2ee55711555bb1489e492120398a34ed52c5
Author: Ludy <Ludy87@users.noreply.github.com>
Date:   Thu Jul 28 04:44:21 2022 +0200

    🌐 Update German language (#24555)

commit d8db00e31febec6fa1a71e5ead6f0bff849fe15a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 27 04:24:50 2022 -0500

    🧑‍💻  Update planner/stepper includes

commit e7c262dc30cd921d6dc1da7ec494adacb43ed5f8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 26 21:15:44 2022 -0500

    🩹 Fix lcd_preheat compile

commit cee9da6132f9a02eea55522ad0342359f6cec26f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 26 14:54:54 2022 -0500

    🔨 Update build/CI scripts

commit a24b9e16ff372a7b777fd72aad8c3d567ca07018
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 24 13:51:43 2022 -0500

    🎨 PIO scripts cleanup

commit 1e9232723d71ea6383969151809af3df9aea3571
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 25 12:02:37 2022 -0700

    📺 Fix TFT Classic UI non-Touchscreen 1024x600 (#24541)

commit 66369f8236c843bc933d42fc84d057bbbfe876e9
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 25 11:48:59 2022 -0700

    🩹 Fix JyersUI include (#24540)

commit 0ca76bf9ed4a5386b49943bd9c9bbf9951db4ff8
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 25 11:47:07 2022 -0700

    📝 Update MPCTEMP G-Code M306 T (#24535)

    M306 simply reports current values. M306 T starts autotune process.

commit 0f3c3c419e565bd16a86fbbd0a240ec55e0ae769
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 21:59:00 2022 -0500

    ✨ Reinstate JyersUI

commit 89e9ae06625d6244f172f6aac628d1001abf92e7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 17 22:19:24 2022 -0500

    🧑‍💻 Give the simulator Stepper access

commit 5b8f7686cb1d514bcddb34aaddee24f6140a97e3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 19:30:29 2022 -0500

    🧑‍💻 Fix and improve build_all_examples

commit 6e02f15dd6afffb761da2516a3764a64567a8583
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 21 04:18:17 2022 -0500

    🔨 Minor build script changes

commit c9445cfc4120ab9bcf47bdd2deffb59bcd901cad
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 21:46:38 2022 -0500

    🩹 Fix TFT image PACKED conflict

commit beacb73d93259486f66a6baf8f5809b3d0807531
Author: Frederik Kemner <stuff+github@fredo.org>
Date:   Wed Jul 20 23:25:15 2022 +0200

    🩹 Fix gcode.h include (#24527)

commit 53a57ff7bf807684af09b69cd1a3e5713394e544
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Wed Jul 20 04:08:19 2022 -0400

    🐛 Fix Archim2 USB Hang (#24314)

commit d726f641a571b13b7d55307bf50a253a49883d25
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 20 16:26:33 2022 -0500

    EXP header pin numbers redux (#24525)

    Followup to 504fec98

commit feafa321d7caa90f886ef7d66f6b0513d5c595e3
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Tue Jul 19 18:33:49 2022 -0400

    🚸 Use Tool 0 for G30 (#24511)

commit f5b972bb103bcac57d3c8bd26f80d93e3f86a5f8
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Jul 20 10:32:08 2022 +1200

    📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (#24521)

commit 196795c0cc1ea31380d4c06374cf032a25e47c1d
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Wed Jul 20 01:30:19 2022 +0300

    ✅ More ESP32 (MKS TinyBee) tests (#24493)

commit c3085d666ffba28c67890bfc4424c30855188048
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 18 18:14:58 2022 -0700

    📝 Update Contributing Guide (#24320)

commit 807f2ef9697c241fdb8c354d90ca97050ccbca68
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Mon Jul 18 21:12:27 2022 -0400

    🚸 Machine-relative Z_STEPPER_ALIGN_XY (#24261)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit f752fe75ee6e4304741c743fbb2b52b7d5760ae4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 18 19:53:36 2022 -0500

    ♻️ Small sound / buzz refactor (#24520)

commit 97a73147fa47119d5600c28dd7bfc549a390e53f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 18 19:52:47 2022 -0500

    🩹 Fix manual move titles (#24518)

commit 915203f545f6d3114a5965a19125545f5592c42e
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Mon Jul 18 06:51:44 2022 +0100

    🩹 Arc/Planner optimization followup (#24509)

commit 173eb3ff715535e1144de9961700363dc5780884
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 16:26:36 2022 -0500

    🚸 Renumber EXP pins to match schematics/RRF/Klipper

commit 96d3c66b646c89115be4a6c27d8908bedd8dbfb7
Author: Nikolay-Po <54221205+Nikolay-Po@users.noreply.github.com>
Date:   Sat Jul 16 03:56:15 2022 +0300

    ✨ Steinhart-Hart C Coeff for Custom Thermistor (#24428)

commit cc4fc28fe09eefe9a04c5521c47fa8ed796d8594
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sat Jul 16 00:15:51 2022 +0100

    ⚡️ Optimize Planner calculations (#24484)

commit 0a164a88fee6537d98ddaf6e1ef49dbfea813aaa
Author: Arthur Masson <arthur.sw@gmail.com>
Date:   Sat Jul 16 23:58:18 2022 +0200

    ✨ Polargraph M665 settings (#24401)

commit c72fe1a2f96805e56798c926856602797fe6033c
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Sat Jul 16 03:14:15 2022 +0200

    🩹 Add'l ProUI fixes (#24500, #24508)

commit 2add8ca4eb962debc9f5a9c4a2670205cf58f10a
Author: Christophe Huriaux <c.huriaux@gmail.com>
Date:   Sat Jul 16 23:35:40 2022 +0200

    ✨ eMotion-Tech eMotronic (Micro-Delta rework) (#24488)

commit 779c24122dc8ab079241b87c76861bd3e08d5906
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 17:16:37 2022 -0500

    🔨 Update mfprep comment

commit 6ac3f2738ea07c02f5c0629958828b1b4c807482
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 16:11:33 2022 -0500

    🔨 Add mftest --default flag

commit 77c6d9af201fcc6298184c763186ac3b8c4c6ecb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 16 16:01:24 2022 -0500

    🩹 Fix TFT tImage struct packing

commit 929e12bf498ca6e6b0da60a1c4cd62e7dfebff57
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Sat Jul 16 03:11:47 2022 +0200

    🔨 Remove log2file monitor filter (#24502)

commit fd18ac56672a88df54c2597d265e4e0857c66b24
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jul 15 15:43:43 2022 -0700

    📝 Update board MCU comments (#24486)

commit 06c1409843687da76f845e9a35cd3dac16c33be1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 12:38:00 2022 -0500

    🩹 Fix MAX31865 approximations

    Followup to #24407

commit ec95e66ff04e8f9c1fa48fc266b53e769a1109c8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 22 12:48:05 2022 -0500

    🔧 Base NUM_AXES on defined DRIVER_TYPEs (#24106)

commit 53ee7fce5bb0cb1630ed26d63bd5ce9efee53603
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 9 11:08:53 2022 -0500

    🐛 Fix SDIO for STM32 (#24470)

    Followup to #24271

commit 10f5f878ce3c29b77e45b7e0f1850fcb855bc848
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 29 18:41:03 2022 -0500

    🚑️ Fix XYZEval = N not setting E

commit 733ca940c0ed582fcd0e0a39b10b1fe8986b574c
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sat Jul 23 05:32:28 2022 +0100

    🐛 Fix 2d mesh print (#24536)

commit c880c7ed45540a375a8fb82d7c343d21a1c9060b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 14 02:56:55 2022 -0500

    🔨 Fix and update Makefile

    Followup to 89fe5f6d

commit e5e4cf920d406c45a66d00cd379fee08f4da0985
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 13 23:31:47 2022 -0700

    📌 Pin ESP32SSDP to 1.1.1 (#24489)

commit 3315f6faa4fed3fde158013c8575d6bc6b813f3d
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jul 14 03:30:00 2022 -0300

    ✨ Creality3D v4.2.5 / CR200B (#24491)

commit 4a6ad1c98bde764255511c5bce58740b6e5cfb13
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Thu Jul 14 07:03:27 2022 +0200

    🩹 Fix ProUI LED compile (#24473)

commit 3c9789fda810cb6cebfb835379780b27e1dbe6f5
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Thu Jul 14 00:00:33 2022 -0500

    🚸 Fix and update ProUI (#24477)

commit 3a19d34c7515598180abbc3e24d8991f8e8a098a
Author: toomuchwonder <43323256+toomuchwonder@users.noreply.github.com>
Date:   Thu Jul 14 04:17:53 2022 +0100

    🩹 Fix MKS UI extruder speed (#24476)

commit 6b19a58f035862292a3ec52b4efc388b746d69ad
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Wed Jul 13 22:16:22 2022 -0500

    🔥 Drop STM L64** drivers, STEVAL_3DP001V1 (#24427)

commit 9283859b1ef82d7aa82bcb64a70d1b25b8e6d22c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 13 21:22:53 2022 -0500

    🎨 ANY => EITHER

commit e840015cad0bbbf882e0b90cb8d722725c6e1dd2
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Thu Jul 14 03:25:35 2022 +0200

    🔨 Abort firmware update on transfer error (#24472, #24499)

commit efe04e10168a21f361a325a8c93840c2562042e0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 12 13:25:36 2022 -0500

    🧑‍💻 Update Mac Sim directions

commit f543b3cb84e26c7594b9be2da1bcfc3c7c2b5a60
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 12 13:02:54 2022 -0500

    📌 Ask for PlatformIO 6.1.1 or newer (#24435)

commit 6a86c5bad32da03b71c5f0223904b44e129185f0
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jul 11 11:33:42 2022 -0700

    ✨ MKS Monster8 V2 (#24483)

commit 7207a324341c3aaa8de8f103391576b274830c2d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 10 22:00:10 2022 -0500

    🧑‍💻 Add Sim debug with lldb

commit 678474d55cd92d14bde24d00dbc9322919cfc1e1
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jul 8 13:30:03 2022 -0700

    🔧 Assert Probe Temp Comp requirements (#24468)

commit 24c211307d5a1d009d12c4d25d3828c05534f3e7
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Fri Jul 8 15:02:12 2022 -0500

    🐛 Fix laser/fan sync (#24460)

    Followup to #22690, 307dfb15

commit 0c78a6f65791e1c2c3f4278ed2b48bcf20b9b063
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Jul 8 20:41:39 2022 +0100

    ⚡️ Optimize G2-G3 Arcs (#24366)

commit 79a332b57ea4a1ddb0e6b06d8dabae34268ed3bd
Author: Jason Smith <jason.inet@gmail.com>
Date:   Thu Jul 7 21:43:56 2022 -0700

    🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463)

commit d9ecbdcdbb8f5073987c848573d89cfb63719201
Author: Pauli Jokela <pauli.jokela@didstopia.com>
Date:   Thu Jul 7 18:59:23 2022 +0300

    🩹 Fix safe homing sanity-check (#24462)

commit 527fe2496af924c47411c7aa3c3622b22d04b42e
Author: Farva42 <100859196+Farva42@users.noreply.github.com>
Date:   Wed Jul 6 19:40:09 2022 -0600

    ✨ MAG_MOUNTED_PROBE (#24420)

    Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 6c2ffe9d341f8f61bca8e19b07c3fc6a1d904375
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 6 19:34:45 2022 -0500

    🔥 Remove JyersUI (#24459)

commit 0fdedfa2fb46d665fbd5686bc58e7126ee82bd97
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 6 19:29:07 2022 -0500

    📝 Configurations 02010100 (#24458)

commit e93a1dd2fae37457894bf04b30e1c8ad5801b35c
Author: Meilleur Gars <98503100+LCh-77@users.noreply.github.com>
Date:   Wed Jul 6 13:46:11 2022 -0700

    🚸 JyersUI updates (#24451)

commit 03760fd79ea7f020f8739647f7a420bf4ec286b7
Author: Christophe Huriaux <c.huriaux@gmail.com>
Date:   Wed Jul 6 22:43:38 2022 +0200

    🩹 Fix ST7565 LCD contrast init (#24457)

commit d3aed23e18bd9b165282ad83ef86422510af55c0
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Wed Jul 6 08:35:08 2022 -0500

    🐛 Fix Sensorless Probing compile (#24455)

commit 893707711e2a507aa48e41c3c59a267f9aea238f
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Wed Jul 6 16:30:47 2022 +0300

    🐛 Fix MKS TinyBee compile (#24454)

commit d965303a7a1592e348853c1620cf54576652ace8
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Wed Jul 6 07:46:39 2022 -0500

    ⚡️ Fix and improve Inline Laser Power (#22690)

commit 5b6c46db2910b3ec651793d8cb0c1d1b08a39384
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jul 3 22:31:06 2022 -0700

    ✨ BigTreeTech SKR SE BX V3.0 (#24449)

    SKR SE BX V3.0 removes the Reverse Driver Protection feature.

commit 8f40a2f257511370f587f15613b2308cabdb2ee0
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Mon Jul 4 04:49:23 2022 +0300

    🔨 Fix OpenBLT encode; no-bootloader envs (#24446)

commit e4f85e8fbc57e4688b966fa29823c51ba5bb2588
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 3 10:32:47 2022 -0500

    ♻️ Encapsulate PID in class (#24389)

commit 678955949f980f2bfa942a1a8dc4542a20423bd1
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sat Jul 2 21:31:27 2022 -0300

    🔨 Disable stack protector on macOS simulator (#24443)

commit 923d34550a828f483d73481242782715080ebc7e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 14 21:56:13 2022 -0500

    🔨 PlatformIO "--target upload" == "--target exec"

commit ed643e634fbd98d21e22fdcdf615532cc9cf0def
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 14 21:03:11 2022 -0500

    🔨 Fix Warnings/settings force-recompile

commit 3f4c8c31c6c9c3e1d6871ab6bca86818db5697f1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 8 22:45:17 2022 -0500

    Fix SDIO for STM32

    Followup to #24271

commit 171ed66de0a69b9811a636219f51792c3d59bf63
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jul 3 09:08:43 2022 -0700

    🚸 MPCTEMP: Home before cooling (#24434)

commit 5f2e4487e75812d32ace4667bccb6efb6134bdb0
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jul 3 08:08:40 2022 -0700

    🩹 Fix MKS TinyBee ADC Vref (#24432)

commit 80c7abd7271fcadacff8cf74c34184987f22f07d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 1 04:49:37 2022 -0500

    🩹 Remove poison wchar_t macro

commit 814b53750fbc03ffc2572252474aca2f4bf043eb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 1 20:10:51 2022 -0500

    🩹 Remove obsolete split_move

commit 23e93c51fd3a080c59ba0f5321a73eab0058873e
Author: Moonglow <fxdteam@gmail.com>
Date:   Fri Jul 1 05:51:55 2022 +0300

    🐛 Fix M149 (#24430)

commit afbdcc8eee9f3f13b1e3fe196728554ac8efdad7
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Jul 1 03:07:36 2022 +0100

    🚸 Vertical Max7219::quantity in portrait orientation (#24415)

commit 4820947203808400240898a487e4fa023f4976e1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 30 20:57:34 2022 -0500

    ✅ Update path to Ender-3 S1 configs

commit d44aef8b6b54d29446b796f78a868e4bffdef7db
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 29 20:16:16 2022 -0500

    📝 Index Mobo Rev03 => Opulo Lumen Rev3

commit c1c0496073b8c70728f237fb2a99fdae19c7bb4f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 29 17:14:23 2022 -0500

    🩹 Fix memset block warning

commit a48831d600f9077c43c2c841fccdd76b154025e9
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jun 29 06:24:22 2022 -0700

    🐛 Fix Axis Homing (#24425)

    Followup to 4520a51

commit c076094fa9eac463abe47fcf2921ed6d690ba3ee
Author: John Lagonikas <39417467+zeleps@users.noreply.github.com>
Date:   Wed Jun 29 01:53:05 2022 +0300

    🐛 Fix MAX31865 PT1000 normalization (#24407)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 57c137a60f8af6f777a2fc04fd4412844dd85c59
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 22:30:05 2022 -0500

    ♻️  reset_acceleration_rates => refresh_…

commit 05bdc5640d20412d852730d77e0e42a8e0b6e2b4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 22:24:59 2022 -0500

    ♻️ Planner flags refactor

commit 83784bd8b7a53b21d828923e9f3dfd854b83610a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 22:32:00 2022 -0500

    📝  Note about UBL bad splits

commit 23f19e9ce8452cc21f4c5cf0a5a3a2784c7ac512
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 10:01:22 2022 -0500

    🎨  Misc. shorthand operators

commit 0435b2220a695f40aaba29a6965f7406d9a30db9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 26 05:47:18 2022 -0500

    🐛 Fix Manual Move axis selection (#24404)

commit ab2fceda2c3b50ee1de99e3471197cb151f6d61b
Author: Shlee <github@shl.ee>
Date:   Sun Jun 26 06:56:57 2022 +0000

    📝 Add STM32F4 example, Ruby (#24399)

commit 88dc360e9d72a0f3461b7e1f2ddd2904df3e7abd
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sun Jun 26 08:52:19 2022 +0200

    🌐 Update Italian language (#24398)

commit f5bdb8b4d23b1b6f50c91b74620c0b97c9531b10
Author: Roman Moravčík <roman.moravcik@gmail.com>
Date:   Sun Jun 26 08:51:16 2022 +0200

    🌐 Update Slovak language (#24397)

commit 3e01e0898953d4f00044904de324cb594c8c0541
Author: sgparry <sgparry@mainscreen.com>
Date:   Sun Jun 26 07:49:57 2022 +0100

    🩹 Fix LCD contrast with K8800 board

commit 4694a7fe7468b19600354d07115d5eaba6f6406a
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Jun 26 06:38:23 2022 +0100

    ✨ MAX7219 idle profiler (#24375)

commit 537af0bb035e…
thinkyhead added a commit that referenced this pull request May 25, 2023
thinkyhead added a commit that referenced this pull request May 25, 2023
tspiva pushed a commit to tspiva/Marlin that referenced this pull request May 25, 2023
Andy-Big pushed a commit to Andy-Big/Marlin_FB_Reborn that referenced this pull request Jun 30, 2023
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
eveve0505 added a commit to eveve0505/Marlin that referenced this pull request Nov 1, 2023
commit 24cf29b6a8e9f5e3cd37c4160a20b0a75ff04ad5
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Nov 1 01:19:48 2023 +0000

    [cron] Bump distribution date (2023-11-01)

commit 41a6f2bc8da53e3277c6b183bdc167399245c858
Author: Chris <52449218+shadow578@users.noreply.github.com>
Date:   Wed Nov 1 01:10:37 2023 +0100

    🧑‍💻 Improve POSTMORTEM_DEBUGGING (#26374)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit e0767f867517e49ce680b4be97fbaf3c5cb2d653
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Wed Nov 1 01:03:28 2023 +0100

    🌐 Fix long Italian string (#26378)

commit 5523c12cfd01c859a01f26575a1dfff4c43eac8e
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Wed Nov 1 01:02:11 2023 +0100

    🩹 Fix MarlinUI UTF-8 chars (#26381)

commit a6c8afc5a9487ced6249a5d0abbc53ae077db786
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Oct 29 00:21:30 2023 +0000

    [cron] Bump distribution date (2023-10-29)

commit cb8df74a9c9a1311940c113732503766295fdcb8
Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
Date:   Sat Oct 28 04:01:04 2023 +0300

    🚸 Move Debug menu down (#26266)

commit 050439ccba39ba2d614b2069e4d606521fe13e22
Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
Date:   Sat Oct 28 03:46:09 2023 +0300

    🧑‍💻 Update .editorconfig settings (#26264)

    Fixes #26219

commit 6907df0bd6af90fcb9753b54c84b3d3bd8910b2b
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Oct 28 00:18:59 2023 +0000

    [cron] Bump distribution date (2023-10-28)

commit 5a259a726670b0dbc21a58651847259d83f54c7b
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sat Oct 28 00:18:15 2023 +0200

    🌐 Update Italian language (#26208)

commit b082f1a2b882a827cb614f4c020787f6ffce2449
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Oct 28 11:15:23 2023 +1300

    ⚡️ Faster COMPACT_MARLIN_BOOT_LOGO (rle16) (#26153)

commit c666b492c4e188987e9382e6ec2e79453b5136bc
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Oct 27 23:06:04 2023 +0100

    🔥 Automatic minimum planner junction speed (#26198)

commit aa0671fb32eb93d1f028764422c5fb8acc9b8fa1
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Oct 27 22:10:02 2023 +0100

    🩹 Fix Input Shaping max_isr_rate with Distinct E factors (#26167)

commit f82d0109e491756b0f004b31fe8fe0da25615aa8
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 27 00:19:27 2023 +0000

    [cron] Bump distribution date (2023-10-27)

commit 2a88e7600298fef27e8cbbe01b708959515677fb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 25 19:41:32 2023 -0500

    🧑‍💻 Misc. LCD / string updates

commit b25f523acabde814397b9c2eddc2e77792fb86a9
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Oct 26 00:23:31 2023 +0000

    [cron] Bump distribution date (2023-10-26)

commit 046439a5a1bcbc9baac156f9fbb7686edbf7bbeb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 25 14:27:22 2023 -0500

    🧑‍💻 Echo by default in dev mode

commit bcd07c2c91a1148b34c5929f29e746ca1158cce7
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Oct 24 00:19:54 2023 +0000

    [cron] Bump distribution date (2023-10-24)

commit e9b04ada1d2f14f124a0d449205deda8c372340b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 23 18:51:34 2023 -0500

    🩹 Fix PLR debug with NO_VOLUMETRICS

commit ff5eb5de29e889c972bfda73cce01796205d47f0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 23 18:54:11 2023 -0500

    🩹 No GET_TEXT with DGUS_TFT

    Followup to #26164

commit fd62c42faa15998d6771a18a5f704e24f7bfa1f8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 23 17:07:04 2023 -0500

    🩹 No GET_TEXT with DGUS_TFT

    Followup to #26164

commit 089d075c8fd8f9c76df5eb03df9451aca3af5160
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 23 00:20:43 2023 +0000

    [cron] Bump distribution date (2023-10-23)

commit 45a6e9614e671ed97a1de33a966e25cd28329a14
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Oct 22 18:33:36 2023 -0500

    📝 Community Reporting

commit 9e6d0ea6109157941179c67eed063b8ab68ef99b
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Sun Oct 22 16:22:16 2023 -0600

    🩹 Fix FTDI Eve Touch UI meshGetter, etc. (#26342)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit c345087b415e73e2a405c0088bd1f1e02ea6dd6a
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Oct 22 13:46:34 2023 -0700

    🔨 Add MKS Eagle FD Envs (#26346)

commit 8de007021ac357f44b06aec7df6d8d9522c3663b
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Oct 22 13:44:29 2023 -0700

    🧑‍💻 Don't Recommend DevContainer (#26348)

commit f72588595b4a4d3a0c40e26e1bad248ee0a062c9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Oct 22 15:17:30 2023 -0500

    🚸 SD refresh UI update with NO_SD_DETECT (#26366)

    Co-authored-by: Sascha <k.puligheddu@alice.it>

commit 797ea5efa741ef96827870bb44b48fac7a41f1a0
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Oct 22 13:15:38 2023 -0700

    🚸 Fix MarlinUI expanded label alignment (#26339)

    Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 156e7c1c5453e9b9fcd103fb1874eb5803ebea54
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Oct 23 08:25:28 2023 +1300

    🐛 Fix TFT compile, K8400 pins (#26359)

commit b8b1aa345cfeaa59e9d377edc3c143fc67cf16cc
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Oct 21 00:19:15 2023 +0000

    [cron] Bump distribution date (2023-10-21)

commit b0ece8f8df130709f97da6c1474cd20cbd9119ed
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 20 17:21:30 2023 -0500

    🧑‍💻 MarlinUI menu tweaks

    Changes in prep for #26339

commit 4b0b00c8da5eb193bb157d42e788da9586ed5ba7
Author: studiodyne <42887851+studiodyne@users.noreply.github.com>
Date:   Fri Oct 20 03:23:23 2023 +0200

    ✨ Tool Migration-specific settings (#26244)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 6d3122d4e8525dea64cf83a98354a95f2a1d9a29
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Thu Oct 19 21:22:04 2023 -0400

    🚸 Misc. JyersUI tweaks (#26228)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 0f27e38eb92396b49a60f9d51cf0afa9527f3518
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Oct 20 13:34:22 2023 +1300

    🎨 Update GT2560 V41b (#26351)

commit 6156050024d1edfa59c1d6e1955c50706396b589
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 20 00:20:00 2023 +0000

    [cron] Bump distribution date (2023-10-20)

commit cacbe005b53dd833a5300c1e6636d917583d7fd3
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Thu Oct 19 19:01:43 2023 -0400

    🩹 Fix ProUI G-code preview (#26213)

commit caca5636cec69ba3afe28353abecc218dd8c05fa
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Oct 15 06:05:56 2023 +0000

    [cron] Bump distribution date (2023-10-15)

commit 6a35ab6557f8450845379c90724dc14b55be4b0c
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Sat Oct 14 22:54:54 2023 -0600

    ✨ Z_PROBE_ERROR_TOLERANCE (expose) (#26229)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 87de4c134b7e9eb8a845987e666fbf4589a2a92a
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 13 18:06:12 2023 +0000

    [cron] Bump distribution date (2023-10-13)

commit 7944628400273d1b78eab3ffc71aa7c07ffaaaac
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 13 09:48:14 2023 -0500

    🧑‍💻 IA Creality optional code

commit 251a84b741c7232a84a744d8fdcb0e1f8d6951c6
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Oct 12 18:20:54 2023 +0000

    [cron] Bump distribution date (2023-10-12)

commit d695e5f7bc409bc3d8ede798db5205c2c6a162f1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Oct 12 12:56:44 2023 -0500

    🔧 Misc. probe opts

commit 4744997c164931f8c1f8753ba4112e466b7c83a7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Oct 12 12:14:57 2023 -0500

    📝 GCode => G-Code

commit 5bd39ba73f5a704ccaf370bc98201c10b380d20d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Oct 12 12:14:26 2023 -0500

    🧑‍💻 FxdTiCtrl => FTMotion redux

commit 7f887f2342d2da112ba2058177c53492d3c2903f
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Thu Oct 12 10:14:58 2023 -0600

    🚸 Update FTDI Eve / CocoaPress UI (#26233)

commit e7e77d9612253cf7106cfc9e69f69e52f4083294
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Oct 12 09:44:46 2023 -0500

    🧑‍💻 FxdTiCtrl => FTMotion

commit a7a3abb9bf04c0dd6edfadb4f1c3c80ed7dd627c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Oct 12 09:21:00 2023 -0500

    📝 Macro comments

commit 6f68da5be4dcc56cc6577f3727f0e240e4086785
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 11 06:06:33 2023 +0000

    [cron] Bump distribution date (2023-10-11)

commit e9b9d634c4ef5d48791de84545ef86d46909fec0
Author: Andrew Bortz <andrew@abortz.net>
Date:   Tue Oct 10 20:24:48 2023 -0700

    ✨ Nonlinear Extrusion Control (M592) (#26127)

commit 6d301a282ebb38cee2a7d526adad27467b2bd55f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Oct 10 00:19:51 2023 +0000

    [cron] Bump distribution date (2023-10-10)

commit 61591fd23369a03063a42f57a174c51f995c7efb
Author: studiodyne <42887851+studiodyne@users.noreply.github.com>
Date:   Tue Oct 10 00:50:09 2023 +0200

    🐛 Fix tool-change E prime (#26237)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit e97d82f77beadf7001e569dc7e683ba287afa56e
Author: Marcella Cavalcanti <marcellabcavalcanti@gmail.com>
Date:   Mon Oct 9 22:52:59 2023 +0100

    ✨ FYSETC Cheetah v3.0 (#26314)

commit b58d5dabf8939658334db3e0d98c03b1b934df7c
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Oct 8 18:07:09 2023 -0700

    🔧 BTT_MINI_12864_V1 => BTT_MINI_12864 (#26160)

commit 047bce0cdd8599d3ea9b85d173f8d79a0802adf1
Author: Dipl.-Ing. Raoul Rubien, BSc <rubienr@sbox.tugraz.at>
Date:   Mon Oct 9 02:22:40 2023 +0200

    🔧 More angles for 2x Servo Switching Nozzle (#26303)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit c81e217334222aa18c23d02d34f1a78ac7ed23fa
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Oct 9 00:20:31 2023 +0000

    [cron] Bump distribution date (2023-10-09)

commit 9cd341c2c3b2ea4e38852325bec98c349addf7f8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Oct 8 18:09:49 2023 -0500

    🩹 Patches for MSC SD (#26332)

commit f0ad1e9b70210f7f3713cc09e471367875a44c49
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Oct 8 15:11:19 2023 -0500

    🧑‍💻 Update dev scripts

commit 414b1f83271e5dbc85568c3ac8f9d2beabdbc1c4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Oct 8 15:10:18 2023 -0500

    🩹 Serial warning followup

    Followup to #26306

commit e68320ee2b10ae5c7bf3bf816e80c3621a20fcd2
Author: Erkan Ozgur Yilmaz <eoyilmaz@gmail.com>
Date:   Sun Oct 8 21:39:46 2023 +0100

    🐛 Fix MMU late init (#26331)

commit 7fa643a11eb97907eb23fb72ffd86100c7630e39
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Oct 9 09:16:28 2023 +1300

    🔨 Specify LPC toolchain 1.100301.220327 (#26249)

commit 375e724deebac8a71a3c37c84b6f1170922e302a
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Oct 8 00:21:49 2023 +0000

    [cron] Bump distribution date (2023-10-08)

commit 6c0f4bbafd4b95d770c4aacf7d9d9df4be50b892
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Oct 6 23:21:41 2023 -0700

    ✅ CI test for STM32G0 (#26327)

commit 4cab75115fe559e702ebe7a8dc040ebe0d6d4d0b
Author: Orel <37673727+0r31@users.noreply.github.com>
Date:   Sat Oct 7 08:10:22 2023 +0200

    🩹 Fix G33 output (#26299)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 014609ad87d3556b44a00fef4c4983894f9d4354
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Oct 7 00:29:34 2023 -0500

    🔧 Move some config options

commit f7a3172c20cfed3178ab9ab099ff386f61560ad9
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Fri Oct 6 23:53:52 2023 -0500

    🐛 Fix DELTA Z when not using probe for homing (#26297)

commit b799f7d1f3447b5431c29c1a92323febcfa57eda
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Fri Oct 6 23:45:32 2023 -0500

    🔧 Forbid UBL Hilbert Curve on DELTA (#26296)

commit f3851408fe599a97a3f1a2337b3eda92c1aeeccf
Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
Date:   Sat Oct 7 07:44:27 2023 +0300

    🔧 No TMC_HOME_PHASE on tandem steppers (#26310)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 03cf2b577be63a8f630c2ad9547d0e2ab3b73e00
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 6 19:15:28 2023 -0500

    misc. formatting, grid condition

commit b3b6f23320d9ad8b8891a71d1ff289ccaf329edf
Author: Vovodroid <vovodroid@users.noreply.github.com>
Date:   Sat Oct 7 04:03:02 2023 +0300

    🧑‍💻 Tweak an 'if' block (#26300)

commit 821ba43131a5d3c1c291f6a6086f66e83d44384d
Author: Piotr Piatkowski <pp@idea7.pl>
Date:   Sat Oct 7 02:56:10 2023 +0200

    🩹 Fix Endstop Test debug menu (#26326)

commit 31bf73b89bc92a385c8c51bdd804471b84c251f5
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Oct 7 00:19:28 2023 +0000

    [cron] Bump distribution date (2023-10-07)

commit 229ea71421debe36fe77a371bab3c4b40ce38fe8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 6 19:02:34 2023 -0500

    📝 Update dgus_e3s1pro comment

commit f085e2ca9352840bb62ce1dc5a6228406ee61996
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 6 17:20:08 2023 -0500

    🩹 Remove extraneous 'inline'

    See #26085

commit db98f0611004efd6e042c4cf53c881d7b1f3c10c
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Oct 6 15:09:58 2023 -0700

    🚸 Warning alerts for non-fatal errors (#26306)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit bbb5aacc48db7bc875f3099018455cb07ae74f61
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 6 16:12:23 2023 -0500

    📝 Update config sections

commit 91ab18d1d2825b85cbd17e8ef1eb0675754a4043
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Oct 6 16:08:30 2023 -0500

    📝 Some settings units

commit 273cbc6871491a3c1c5eff017c3ccc5ce56bb123
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Oct 5 06:06:14 2023 +0000

    [cron] Bump distribution date (2023-10-05)

commit 596d1ff104aa809165862bdf272caa6cc1f8ddb1
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Oct 5 07:47:23 2023 +0300

    🩹 Fix TFT string code (#26292)

commit 896492442c3e1ae8335f7011fb44b368667a3067
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Oct 4 00:36:20 2023 +0000

    [cron] Bump distribution date (2023-10-04)

commit b9e58cd3eae21b0df94e8db16cd503730c7510a8
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Oct 3 13:23:40 2023 -0700

    🔧 BigTreeTech Manta M4P is v2.1 (#26226)

commit d961dbae8d5c037b76725ee999016773bb2f3f68
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Oct 4 09:21:53 2023 +1300

    🔧 Fix SanityCheck typo (#26223)

commit be031e18509884c42051fba6849af06e089e383f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Oct 3 14:57:07 2023 -0500

    📝 More ExtUI documentation

commit 15dfbabc9cbfde0551571b550e56f5d2d5271dd4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Oct 3 14:52:04 2023 -0500

    🔧 Temp report precision option (#26253)

commit 102de7dac3cbfa088180375ee0a550a35828ffba
Author: kisslorand <50251547+kisslorand@users.noreply.github.com>
Date:   Tue Oct 3 22:50:33 2023 +0300

    🚸 More precision in G30 output (#26255)

commit 7338a2fec82caf7ccc469274c8ecef1d75c3abbd
Author: kisslorand <50251547+kisslorand@users.noreply.github.com>
Date:   Tue Oct 3 22:48:52 2023 +0300

    🚸 Use SERIAL_FLOAT_PRECISION for SERIAL_ECHO(float) (#26254)

commit d56136f06cca075e801aabcff76bd207d4da349f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Sep 30 00:19:06 2023 +0000

    [cron] Bump distribution date (2023-09-30)

commit 34a0c9d143ff5c5018c4713a1ed5dad32c8c3a5d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Sep 30 12:12:29 2023 +1300

    📝 Update BTT SKR Mini E3 v3.0 comments (#26318)

commit 11f98adcce51f06a85ef0dd64e6e6b16139a34bd
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 26 00:22:53 2023 +0000

    [cron] Bump distribution date (2023-08-26)

commit 209fadd2e6039e050e33eaed9c59465ffa5c30f0
Author: jaysuk <github@jayuk.org>
Date:   Sat Aug 26 00:43:57 2023 +0100

    ✨ Mellow Fly E3 V2 (STM32F407VG) (#26081)

commit 8fa6a4da2eebc1dbe120dcac87b159e389e17dc3
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Fri Aug 25 19:33:49 2023 -0400

    🚸 Fixes for ProUI, JyersUI, backlight, etc. (#26086)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 4613f85bb754991b1ea4fa5218ae94e758be0e8a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 24 15:09:03 2023 -0500

    🧑‍💻 Encapsulate ProUI G-code preview

commit e1121a4cd009ee447eaef2ab49a2de896e5a5eef
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 25 00:19:03 2023 +0000

    [cron] Bump distribution date (2023-08-25)

commit 20fec98f70208546b90ccc0b8f6766de6f2f8230
Author: lukasradek <lukasradek@users.noreply.github.com>
Date:   Thu Aug 24 19:41:30 2023 +0200

    🧑‍💻 Adjust LCD string draw (#26154)

commit adfc787a45432e918f024241d5ba4387724cd6e9
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 24 00:18:43 2023 +0000

    [cron] Bump distribution date (2023-08-24)

commit 86be9a85d0f819fc0f3f6cfe743906ac3309f366
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 23 13:44:40 2023 -0500

    📝 Thermistor info updates (#26202)

commit f6de698fc8bf284c76a2ae09b1c7b5041c74d495
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 23 00:25:27 2023 +0000

    [cron] Bump distribution date (2023-08-23)

commit edc737954653cd174c51cced37917ff4df2867e1
Author: Anson Liu <ansonl@users.noreply.github.com>
Date:   Tue Aug 22 20:21:41 2023 -0400

    ✨ G-code 'T' report current tool (#26151)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit ab8af7fa9cb7007ac710f62137e91f73446f8b60
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 22 19:16:35 2023 -0500

    🔧 Allow arbitrary BLOCK_BUFFER_SIZE

commit fb74caebb5d9e17c5b6c369cbc8965130e1ec93f
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Aug 22 16:40:59 2023 -0700

    🔧 Fix Linear Leveling grid size sanity check (#26199)

commit 88cdf487b433bf2187f2dad31587882ebf02cc59
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 22 17:36:53 2023 -0500

    🚸 Avoid LCD messages starting with "Error:" (#26164)

commit be91eaed2c707924cbaa8a4d79a0495b43495870
Author: narno2202 <130909513+narno2202@users.noreply.github.com>
Date:   Wed Aug 23 00:13:53 2023 +0200

    🩹 Fix FT Motion menu Back item (#26175)

commit b5a08c251853e0b7122bc33d1c6fcd3de967e478
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 22 00:18:52 2023 +0000

    [cron] Bump distribution date (2023-08-22)

commit b02ea02dbb89892916045079423ca91532adc61c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 21 16:52:26 2023 -0500

    ✅ Fix unused test

commit d69ce775032bc254bf3da67088ebdfcaad0612b5
Author: Yuri D'Elia <wavexx@users.noreply.github.com>
Date:   Mon Aug 21 21:39:49 2023 +0200

    🐛 Fixes for G2/G3 arcs (#26170)

commit d1803ec04434a9b5a9e18c12cc392cee15d8f5c6
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 21 00:19:10 2023 +0000

    [cron] Bump distribution date (2023-08-21)

commit f2665e597f944d7a054a72302349a6edf9c4c082
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 25 18:36:50 2023 -0500

    🎨 FTDI cleanup

commit db5ead4230eda3e05d8beb919c8e7d5bdef960a9
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 20 00:19:51 2023 +0000

    [cron] Bump distribution date (2023-08-20)

commit f7d5188b2f0a59b752fbabf6b96ff1ed4aed8112
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date:   Sat Aug 19 22:53:45 2023 +0200

    🐛 Fixes for ProUI, build rename (#26177)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 1d17c34e123f74d820f42fcd179104c884719007
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 18 00:18:38 2023 +0000

    [cron] Bump distribution date (2023-08-18)

commit 49ead19d008dd54403b37818b21e79b8ccfa4b89
Author: Vovodroid <vovodroid@users.noreply.github.com>
Date:   Fri Aug 18 02:13:10 2023 +0300

    🔧 Reversible file alpha sorting (#26130)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 7e7dcb869257bb82adffbb349699560dc34a1f09
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 16 06:08:59 2023 +0000

    [cron] Bump distribution date (2023-08-16)

commit cf50240e82e9bf187b9d6733d9dd0aed1fe57806
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 15 21:03:42 2023 -0500

    📝 Update INO (c)

commit 79f6d9bdaca7764271809b8a92df5e7e38318528
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 14 00:19:27 2023 +0000

    [cron] Bump distribution date (2023-08-14)

commit 6af6060aa0240ccc03020edba661fe42125d3713
Author: Martin Turski <turningtides@outlook.de>
Date:   Sun Aug 13 22:57:38 2023 +0200

    🔧 Configurable SD card retry/timeout (#25340)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 2bac7835e801c413c3d9e75a1dbe3e94dc689f3d
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 8 00:22:24 2023 +0000

    [cron] Bump distribution date (2023-08-08)

commit fd41757aef29c167fb8284ff8a8fc94ef566018a
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Tue Aug 8 00:54:27 2023 +0300

    🐛 Fix MKS Robin Mini servo timer (#26150)

commit f338f65bdfc7e6b629e939db49dbe6f6731986de
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Mon Aug 7 23:51:22 2023 +0200

    🚸 Adjust ColorUI chamber bmp (#26149)

commit 867f5e90697451429ae2fa7760089d165f9319eb
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Mon Aug 7 16:16:33 2023 -0500

    🚸 UI Sound off/on with M300 E<0|1> (#26142)

commit 88f5e2c6394cde42969fd4a21ba579cf2cd2db77
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Mon Aug 7 16:11:12 2023 -0500

    🐛 Fix UBL probe_entire_mesh skips points (#26141)

    Fixes #26132

commit ca0209b868be80d1438e1d695e2f103ab1025f92
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Aug 7 14:00:50 2023 -0700

    🔨 Fix USB FD env names (#26131)

commit 4f691e622f3dc1de5a64bcaf42d3de56c9808322
Author: Ari-SSO <85907917+Ari-SSO@users.noreply.github.com>
Date:   Mon Aug 7 06:35:22 2023 -0300

    🩹 PROBING_TOOL followup (#26122)

    Followup to #24411

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit fecadaca82e49c2558b42684382ede121274bfea
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 7 04:24:04 2023 -0500

    🔧 Clarify WIFISUPPORT (#26097)

commit 709def5e7baa57911d604ffec701c3ba7ef61ffa
Author: Aleks <96996458+alx3dev@users.noreply.github.com>
Date:   Mon Aug 7 11:09:26 2023 +0200

    🩹 Fix M3 `uninitialized` warning (#26091)

commit a5e4b4bd7d18f84c29a13430c636ecae289c352a
Author: narno2202 <130909513+narno2202@users.noreply.github.com>
Date:   Mon Aug 7 10:30:24 2023 +0200

    🚸 FT_MOTION menu updates (#26083)

commit a8177944443a7a1186a77cefbe1ae7be19722ddd
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 7 06:51:07 2023 +0000

    [cron] Bump distribution date (2023-08-07)

commit ffef8f1b297e83aa37eeb5ffcc5369e5c9c42a09
Author: Mark <niujl123@sina.com>
Date:   Mon Aug 7 12:33:20 2023 +0800

    🚸 BD Sensor Z axis stop height (#26015)

commit 205a679959432dff54352b390354a4324f29a97a
Author: Bart Meijer <brupje@gmail.com>
Date:   Mon Aug 7 06:12:30 2023 +0200

    ⚡️ SAMD21 LCD uses HW SPI with media (#26012)

commit b956001d8175b3f01ef0be2ef6b07825a8509317
Author: lukasradek <lukasradek@users.noreply.github.com>
Date:   Mon Aug 7 05:08:35 2023 +0200

    🚸 Update LCD Manual Leveling display (#26088)

commit 1dd3c9e73f59ddac098173c4cc3642e798f18623
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Aug 6 20:04:11 2023 -0700

    📝 STM32G0B0 SKR Mini E3 V3.0 / Manta M4P (#26087)

commit 8d74a63e4bc210ce96ef7cf148f3598afc9fe1ad
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 6 21:04:40 2023 -0500

    📝 Update a config comment

commit 27fd97a8bbb63f676c32c307afd491dd865a271f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 6 00:21:12 2023 +0000

    [cron] Bump distribution date (2023-08-06)

commit 4d89db52095cb4f182bc11d4cfd72ceef8e2273f
Author: magicmaker3 <66371323+magicmaker3@users.noreply.github.com>
Date:   Sun Aug 6 07:10:49 2023 +0800

    ✨ MM-JOKER (ESP32) board (#25897)

commit f66323ecfbe067667234df286e14d43d409bfaea
Author: Pagliarulo Onofrio <78806035+oponyx@users.noreply.github.com>
Date:   Sat Aug 5 07:03:10 2023 +0200

    ✨ Geeetech GT2560 V4.1B board (#25888)

commit 863198a73f8a07663a6a5f7c088631aa72b5fb45
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sat Aug 5 06:56:40 2023 +0200

    ✨ VOLUMETRIC_EXTRUDER_LIMIT_MAX (#25884)

commit ad112b4d3d47ff841334b16dcf497917fb8c1ec6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 4 23:49:38 2023 -0500

    🐛 Fix case TRRunaway

commit c088081c0009d3eb2f218d39266cc08e902d03cf
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 5 00:54:22 2023 +0000

    [cron] Bump distribution date (2023-08-05)

commit 06d46a0ef96a766b114db5902beccb86829ba57c
Author: Alexey D. Filimonov <alexey@filimonic.net>
Date:   Sat Aug 5 03:07:56 2023 +0300

    ✨ AUTO_POWER_SPINDLE_LASER (#25739)

commit 27e68a61fa0b1ec46084603880679810c53b3da3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 4 18:29:52 2023 -0500

    🧑‍💻 Update some SDSUPPORT

commit 4e31fa66e2f402ac574ec4afa52447824444d90d
Author: Dmitry Pogrebnyak <aterlux@mail.ru>
Date:   Fri Aug 4 22:59:17 2023 +0300

    ✨ STATUS_HEAT_POWER (#25268)

commit 87231b625f3cf36b57352d3d89cfb05cfde0e777
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Aug 4 06:06:04 2023 +0000

    [cron] Bump distribution date (2023-08-04)

commit 3baa318ec737a67cec6087194ab04fb2242279e0
Author: Martin Turski <turningtides@outlook.de>
Date:   Fri Aug 4 05:56:40 2023 +0200

    🧑‍💻 Option to reset AVR pin states (#25364)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 820d2b58b3cfe16affd421f4925ae924cb60826f
Author: Martin Turski <turningtides@outlook.de>
Date:   Fri Aug 4 04:40:38 2023 +0200

    🚸 Option to report temperature on error (#25341)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit fe4819a9c16325fcac6aa58071a4f42b6e2d2c56
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 3 08:45:07 2023 +0000

    [cron] Bump distribution date (2023-08-03)

commit 8ae19e45d6e069afa169548fa781fce928ea110d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Aug 3 01:28:06 2023 -0500

    🔨 Prevent variant overwrite

    Co-Authored-By: Martin Turski <turningtides@outlook.de>

commit aaa590855a26032d049ae797e092a4571d04e2d7
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Aug 3 15:55:29 2023 +1200

    📝 E3S1PRO is T5L (#26143)

commit a629471ed74b78f909224075832db64b5b3bc6ac
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 2 06:06:02 2023 +0000

    [cron] Bump distribution date (2023-08-02)

commit bed26734a28175f7ef9669d5190bf7ebc6227223
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 1 23:03:06 2023 -0500

    🔧 More endstops refactoring (#25758)

commit 5da7143fe5a73f7aa636c833e95cf695d070faf1
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 30 00:24:18 2023 +0000

    [cron] Bump distribution date (2023-07-30)

commit 2c9bc872e788a2281ca9b64a135ca1a53004f9b5
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Jul 30 11:34:16 2023 +1200

    🔧 Check AVR Rx/Tx conflict w/ LCD_EN (#26069)

commit abd1896ce2cd37a184fc1a237482b2b0a3c16ae2
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Jul 30 11:30:56 2023 +1200

    🔧 STM32 support 9 UARTs (#26072)

commit 347a7dc71e185f7ad7144d69e66cda10eb4cdc9e
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 29 00:21:43 2023 +0000

    [cron] Bump distribution date (2023-07-29)

commit ae9f2710f0a0a1c47bd384a803e3345117b6dd49
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 28 16:53:01 2023 -0500

    🔨 Old renamed AVRs

commit 2a82ca87b03ab3b819f69b571ca44dd0a0e1afdf
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 27 23:03:36 2023 -0500

    🩹 Fix ProUI compile without Advanced Pause

commit 6f8178598f417a7963b26ebe091c0b3ee69f46dd
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 28 00:21:36 2023 +0000

    [cron] Bump distribution date (2023-07-28)

commit 6cc4dd10bc5504c38263b57ecf7e8b1e3d06e44e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 27 17:20:03 2023 -0500

    🐛 Fix hotend idle timeout checks

commit d036097bca52b128b421342afcdb908cb1d8d5ab
Author: lukasradek <lukasradek@users.noreply.github.com>
Date:   Thu Jul 27 23:08:21 2023 +0200

    🚸 Fix HD44780 EDIT_ITEM position (#26073)

commit 6ba50aa6ea519ab5e80ec0152b100a0425c181a2
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 27 00:21:22 2023 +0000

    [cron] Bump distribution date (2023-07-27)

commit fdad658e5feb93943b1ab0ea9bc2420258e4f2e4
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Thu Jul 27 01:38:59 2023 +0200

    🐛 Fix runout extra length (#26082)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
    Co-authored-by: justvlade <7622616+justvlade@users.noreply.github.com>

commit 79be07f9a4aff5c010a0f454c24fb147725bcf2a
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 24 06:06:23 2023 +0000

    [cron] Bump distribution date (2023-07-24)

commit 5bcaae62f2c7965ee7f99eb44a44022f1cbad959
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Jul 24 15:31:39 2023 +1200

    ⚡️ Compact RGB565 TFT boot images (#26011)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit e451dec674d9093c8c10f953c5f6bcc7f9ed42b0
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 22 06:05:47 2023 +0000

    [cron] Bump distribution date (2023-07-22)

commit 6379d4dbca389b264cf5b404bd6fd9f5c3221be8
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Jul 22 15:05:04 2023 +1200

    🩹 Suppress G33 string warning (#26095)

commit 91c6a7180d8aa3f2ab8b9bbb486d68dc9657dbff
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 21 06:06:24 2023 +0000

    [cron] Bump distribution date (2023-07-21)

commit 9135e3f7d3fd0d634656f1c54c70a0ba1f878bfd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 20 21:10:03 2023 -0500

    🚸 Revert M206 Home Offset behavior (#25996)

commit a0e3dea8b879aba8e0d2d7e4dc6a6447b3fe76ad
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 20 20:25:39 2023 -0500

    🚸 ColorUI Touch Calibrate in CW order

commit 6bc42300a1ce3fcbf2b396a6e1fbf11453f77544
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 20 06:06:07 2023 +0000

    [cron] Bump distribution date (2023-07-20)

commit 45193b4a1d82023f1b763c0340e40ec5b6fcc51c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 19 21:12:32 2023 -0500

    🔥 Always use ISR for BABYSTEPPING (#26035)

commit 885e9cc0576af2c6a79d8bfa9a4f1560c6748b27
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 18 00:41:02 2023 +0000

    [cron] Bump distribution date (2023-07-18)

commit 244de2458ac6fd48f3031d0179ca1bcad6808583
Author: Alexander Gavrilenko <jmz52@users.noreply.github.com>
Date:   Mon Jul 17 10:53:36 2023 +0300

    🧑‍💻 Improve TFT Color UI layout / theme (#26077)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 4d6e5c12b3d40747ff62cb140fdc3c293c9dbab5
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 17 06:20:28 2023 +0000

    [cron] Bump distribution date (2023-07-17)

commit a5d47f84ae9eeb5c29280b279bfc844bac559c0d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 17 01:01:36 2023 -0500

    🎨 Rename Helvetica 14 (2)

commit 5fd0247239445976dc38c1d238ebc718e2bfe9ce
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 17 01:01:14 2023 -0500

    🎨 Rename Helvetica 14 (1)

commit 821d77fe4c2ea0260d63e02ae65ab575da840801
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 16 23:43:50 2023 -0500

    🎨 Misc. comment open

commit fef772ef29e502c8fd2f53e10de383dbcb3529fe
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jul 16 21:32:16 2023 -0700

    🩹 Fix SPI TFT build on SKR V2 & V3/EZ (#26041)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 381515721481d09c4f30ca8a526e90fc39602fd9
Author: Scott Mikutsky <smikutsky@gmail.com>
Date:   Mon Jul 17 00:29:56 2023 -0400

    🐛 Ensure BLTouch deploy in HS Mode (#26033)

commit 810c1693aca079c6ecdb1584292c65b384ca1f5f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 16 06:08:45 2023 +0000

    [cron] Bump distribution date (2023-07-16)

commit fc2272c4b473a45f2033d4dd82aef4b259b99759
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Sat Jul 15 21:10:42 2023 -0400

    🩹 Fix, clean up ProUI, JyersUI (#26078)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 45f7ebb92b11ced03998d590ae1431609c9da68f
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Sun Jul 16 02:06:21 2023 +0100

    🩹 Fix Input Shaping "enable" for SHAPING_FREQ_[XY] == 0 (#26075)

commit 28f69a052c197b07ef7d404e738f2fa9ba641d0d
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 15 00:26:39 2023 +0000

    [cron] Bump distribution date (2023-07-15)

commit ef3054d1a8d368f5789a07ad5f0b14224ec1ce19
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jul 14 16:24:17 2023 -0700

    ✨ BTT Octopus Pro V1.1 (STM32H723ZE) (#26043)

commit bcf61cc91c00b2c0d82aa0e88d0f88e5a18bbe8b
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jul 6 00:27:11 2023 +0000

    [cron] Bump distribution date (2023-07-06)

commit 57d26f7e4f614ee4e05e7e97fdc7109d8cfdc702
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Wed Jul 5 08:21:54 2023 +0200

    🩹 Fix HOST_STATUS_NOTIFICATIONS compile (#26040)

commit 67a9a7e66f1706b56ab76fa9866470fe85e7612a
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 5 00:32:14 2023 +0000

    [cron] Bump distribution date (2023-07-05)

commit 16f19b2c1fa6b64abd4de2558c13c9fdc162d600
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 4 19:19:44 2023 -0500

    🩹 Fix ProUI tramming

commit ed4e22b548a3ffb348e9d20f995f67a9aa7d2dd6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 4 18:31:20 2023 -0500

    🧑‍💻 print_pos => print_xyz

commit 929497d52762f87243d1b521d9703f75b7501aa4
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Jul 4 14:07:56 2023 -0700

    📝 Update config URLs (#26049)

commit f479f8377d4a6b21ef3b429ed6a6d627c16ffd88
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Jul 4 13:25:26 2023 -0700

    🎨 Clean up TFT Colors (#26050)

commit 1feb70c91beced527e2abd29d9465e5d998a694b
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 4 06:06:45 2023 +0000

    [cron] Bump distribution date (2023-07-04)

commit 179260878feb6fd575f8d341454e7c4a5add6c2e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 1 20:38:17 2023 -0500

    🎨 Misc. fixes and formatting

commit 7b8a2180ff0a0924a0558a6fbf4c75903f250511
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jul 3 00:25:59 2023 +0000

    [cron] Bump distribution date (2023-07-03)

commit 3ea87ad54c1e445a1c8cfef1489809edae5decb3
Author: Alexander Gavrilenko <jmz52@users.noreply.github.com>
Date:   Sun Jul 2 04:16:12 2023 +0300

    ✨ SPI TFT / Touchscreen for STM32H7 (#25784)

    Co-authored-by: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit c483fe76c7c750d1ee08a6d5fdfe363f1beb4e03
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 1 20:01:45 2023 -0500

    🩹 Fix ProUI _remain_time

    Followup to #25982

commit b50add4694e66209acd3c5d6fe62f062817fd79e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 1 19:54:39 2023 -0500

    🔨 Wrapper for GCC < 8

commit 275642b2977af95024e2c8b55538a5dbc0fa09c5
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 2 00:31:20 2023 +0000

    [cron] Bump distribution date (2023-07-02)

commit 38e92b522b8abc2a5b2c4050dd8d8231127d1aeb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 1 18:56:53 2023 -0500

    📝 mm/m => mm/min

commit 7f5b0b4008c4e4853903f4f790392451f82362c2
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 1 18:20:36 2023 -0500

    🩹 Define drawTrinamicConfigMenu

    Followup to #25982

commit 60f74f3cb3c95e9d1c6408b80a489d422cf945e6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 1 18:20:22 2023 -0500

    🔨 Suppress truncation warning

commit 1a241e6e86512b570267d672e2f00a80df41b2e9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 1 16:50:42 2023 -0500

    🐛 Fix M105 (MString append TS) and EEPROM ver

    Followup to #24390

commit 4985acafada69dcb17b813d76b359bcfb5b57b43
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 1 04:33:53 2023 -0500

    🐛 Prevent MString infinite recursion (#26037)

    Followup to #24390

commit f9c8703e778a10f0a2a46c199712a7555f2aca33
Author: Anson Liu <ansonl@users.noreply.github.com>
Date:   Sat Jul 1 03:19:16 2023 -0400

    🩹 Fix missing include cycles.h (#25927)

commit b77e2a5020714ad17fc12052093231ad4520ce14
Author: Christophe Huriaux <c.huriaux@gmail.com>
Date:   Sat Jul 1 06:06:08 2023 +0200

    ✨ Ender 3 S1 Pro/Plus stock touchscreen (#25905)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit f766a90f5ff300d02eb6ac7917f2355b71f1f237
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 1 00:53:49 2023 +0000

    [cron] Bump distribution date (2023-07-01)

commit 0878b99b2cb38ffd40faa12d9e3de3bd659af205
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 30 19:21:56 2023 -0500

    🌐 Language Import/Export (#25889)

commit 1bc155e8101001c75b867017fc5fcd31cc5d2f31
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jun 30 17:21:37 2023 -0700

    🎨 Simplify BTT Octopus Max EZ LCD Pins (#26019)

commit f14f1be168ebf252dd458c935271aed1a57cfa0b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 30 19:16:00 2023 -0500

    🎨 Standardize naming (ProUI) (#25982)

commit 7247acdece4bb20bfd49960c44a7bebe1ea0f74c
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 30 00:24:45 2023 +0000

    [cron] Bump distribution date (2023-06-30)

commit 7b23fd3548f5aabc269ba24ec947d6fdfd225072
Author: narno2202 <130909513+narno2202@users.noreply.github.com>
Date:   Fri Jun 30 00:06:05 2023 +0200

    🐛 Fix FT Motion runout in progress (#26020)

commit d9349caeee7307d660ec729052210dfba7036432
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 29 13:27:25 2023 -0700

    ⚡️ Ethernet Buffer for Input Shaping on LPC (#26027)

commit 97e15812fa15cf3ee9f260089282eb5e69915c4e
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Thu Jun 29 13:21:14 2023 -0400

    🔨 Makefile + 256K Creality Maple + Heater IDs (#26018)

commit cb12114a7eeaefc227aa7aa94a8e382bfd3aa95a
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Thu Jun 29 09:18:32 2023 +0200

    🩹 Fix JyersUI typos (#26029)

    Followup to #24390

commit aee8e15fd2b1b701a5f16e92a0c557c6dccb13de
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 29 00:25:22 2023 +0000

    [cron] Bump distribution date (2023-06-29)

commit 6474773555274527ac4a24162dfdd9ea4b2b59da
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Thu Jun 29 00:06:50 2023 +0200

    🐛 Fix AD4985 with 5V input, add AD595 3.3V warning (#26021)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit be18edd604d10aba6fb7a3210e90bf711cc436dc
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Wed Jun 28 05:51:47 2023 +0200

    🚸 JyersUI MPC menu (#26017)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit bbfaf7474c50f81d606c2dde91035bc40835e830
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 27 21:44:42 2023 -0500

    🎨 CrealityDWIN => JyersDWIN (#26026)

commit 46b5753f5653401bc2d1d3120041a897384db48d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 27 20:33:57 2023 -0500

    🎨 Indent temp structs

commit a5ac50fcbf541dcd33fe35979b767bbcf0568884
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 28 00:25:35 2023 +0000

    [cron] Bump distribution date (2023-06-28)

commit 574dd34c49fde76e1e736b8a7e1ea579d724ff22
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 27 13:19:36 2023 -0500

    ♻️ String helper class (#24390)

commit 4a734e4de436d9f497ef432744902c12bab9a257
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 26 00:26:36 2023 +0000

    [cron] Bump distribution date (2023-06-26)

commit 402c4ef5d3de2b22efd73111222ee7d1f1f6b25f
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 25 15:32:56 2023 -0700

    🚸 M86-M87 Hotend Idle Timeout (#25015)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 0138aff890c458f78b68aa21753bcf5d6e5bf488
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 25 12:07:25 2023 +0000

    [cron] Bump distribution date (2023-06-25)

commit f281fb473d499d8805fb29d7dd13ec9ef6b10c41
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 25 01:31:07 2023 -0500

    🎨 Minor code cleanup

commit a256e47b9c282bd69cd9d1d69970d41e9676e3dc
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 24 12:07:28 2023 +0000

    [cron] Bump distribution date (2023-06-24)

commit 9bf95418a7fbc0da0a6dc8bfb5024b624b94a51a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 24 02:57:58 2023 -0500

    🐛 Fix TFT_LTDC::writeReg

    Followup to #25939

commit 60f591f3b6e06fdef903e10f81ac96f65e30d78e
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 23 12:11:03 2023 +0000

    [cron] Bump distribution date (2023-06-23)

commit 858916d628526b5d56c34c5c9663e3535bfc7788
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Fri Jun 23 04:57:22 2023 -0500

    🚸 Update DWIN ProUI (#26003)

commit 2218bab542c839f4d1d09640f7c7a1444e38a23b
Author: mjbogusz <mjbogusz@users.noreply.github.com>
Date:   Fri Jun 23 11:56:34 2023 +0200

    🚸 Color UI remaining time (#24843)

commit a58e530f921e6197089a678d4a667cf3a10de3bc
Author: narno2202 <130909513+narno2202@users.noreply.github.com>
Date:   Fri Jun 23 11:52:10 2023 +0200

    🩹 Fix 'M493 S12' (#26007)

commit 1fbeac7b5255634bb5aca209a3d3dcb6b5e43193
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 23 00:15:54 2023 -0500

    🎨 Adjust TFT code/comments

commit 18ccc404432f4b9a71cd8bd855ccc243414abcab
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 22 12:06:59 2023 +0000

    [cron] Bump distribution date (2023-06-22)

commit 8c9172cf5d21fd57aed16edbe825a872ae064ad0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 22 02:54:21 2023 -0500

    🍻 Fixed-Time Motion integration (#25719)

commit 2dc76689ea186a6c6334a728253ede95c6c6203e
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 20 00:21:56 2023 +0000

    [cron] Bump distribution date (2023-06-20)

commit 91401d7e5f36f1b2d27bfbeef96ae54953c3d3ae
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 19 15:05:51 2023 -0500

    🔧 Move non-DUE conditions

commit 733209f9a2cfa347e072738c76860c08a4e74500
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jun 18 22:12:50 2023 -0700

    🔧 MPC adjustments (#25986)

commit d79b42c710cadcc7dede4e806e94f16c6451d3d7
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 19 00:24:00 2023 +0000

    [cron] Bump distribution date (2023-06-19)

commit 441416728cd7f0e9b6ebf94f895d1d27fe59d25a
Author: Mark <niujl123@sina.com>
Date:   Sun Jun 18 17:18:08 2023 +0800

    🚸 Bed distance sensor improvements (#25847)

commit dd1792bdfce1ff5ff679f20dbf9bf66789e743b0
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Sun Jun 18 00:19:28 2023 -0400

    🔨 Update CMakeLists.txt (#25983)

commit 927b3cc41a0a53f95e1fca78430b116e0fc8806a
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 18 00:25:52 2023 +0000

    [cron] Bump distribution date (2023-06-18)

commit c180a99c793493e10102b04b58239e32e793ea93
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Jun 18 09:44:49 2023 +1200

    📝 Update BTT SKR V3 board comments (#25973)

commit a3df3d40eec8e3d4b82feed5b92d50ba15b47acf
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sat Jun 17 22:55:02 2023 +0200

    🐛 Fix G2/G3 limiting_speed (#25988)

commit 1e5c279da37270ec8d084cd9c46e6abec2f70a42
Author: discip <53649486+discip@users.noreply.github.com>
Date:   Sat Jun 17 22:53:03 2023 +0200

    🔨 Fix marlin_STM32H723VG mcu value (#25991)

    Followup to #25921

commit 5b8b8e005b87fad983314bb78bb62604bd8aa8af
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Sat Jun 17 23:49:22 2023 +0300

    🔧 BLTOUCH_HS_MODE hex value check (#25992)

commit 238951a966204ce9bc109e06fdb4027125b28feb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 16 18:08:59 2023 -0500

    🎨 More more lowercase (partial ProUI)

    Followup to #25939

commit 78b342661a07fae8d7152f369c3c9fe16ed9b9cb
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 17 00:22:04 2023 +0000

    [cron] Bump distribution date (2023-06-17)

commit 41a5fbb16ad985220f1cee1b823950c3bb771186
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 16 18:12:01 2023 -0500

    🎨 More lowercase

    Followup to #25939

commit eca80db9b6846a05313df81c583828809684478f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 16 00:24:24 2023 +0000

    [cron] Bump distribution date (2023-06-16)

commit 8261af3010efce783dc2063d7fa75e17be89e88a
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Jun 15 12:57:15 2023 +1200

    ✨ BTT RAMPS 1.6+ (#25970)

commit 9728d79ade1c3d72bba368f5c072a8fe402c2048
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jun 14 17:43:24 2023 -0700

    📝 Document Manta E3 EZ / E3V2 LCD custom wiring (#25976)

commit 067091458a684a5f5529ef31860a89892750f5bc
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jun 14 17:41:43 2023 -0700

    🎨 Group STM32G0 pins includes (#25977)

commit 166ed289953fe25ff4dabd2541934e7364684168
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 14 19:37:35 2023 -0500

    🎨 Lowercase followup

    Followup to #25939

commit 5cfe3af0ef1b64d8cbb87335a7e996bf3e1f41a4
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 15 00:26:48 2023 +0000

    [cron] Bump distribution date (2023-06-15)

commit d26955bde6d64430ed46422f3ec575317c648837
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 14 19:06:17 2023 -0500

    🔧 Sanity check IA_CREALITY mesh size

commit c3694f1c038fa20ad749118b0a1c7aa88e3dd5f2
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 14 17:24:50 2023 -0500

    🎨 Lowercase methods, functions, data members (#25939)

    For: TFT, DGUS, MarlinUI, Anycubic, JyersUI, CrealityUI

commit 1726ba5bda1deb9b71e2d9644c789e806b7d1127
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 13 00:23:25 2023 +0000

    [cron] Bump distribution date (2023-06-13)

commit aa2f4051bb335a24d062b56ec65162633af9dc6d
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Mon Jun 12 14:39:49 2023 -0700

    🔥 Remove VAkE 403D (#25969)

commit 2ef71c6ebaa1f1b496eb369879fe22c69cf9adb4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 12 16:38:14 2023 -0500

    ♻️ Simplify SERIAL_ECHO (#25928)

    Since this increases AVR code size, try to optimize further.

commit d9d2dae88391b0bbfa131f56fa49d3f472683023
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 12 00:25:11 2023 +0000

    [cron] Bump distribution date (2023-06-12)

commit bea1a914bee6caf6ff63a4c0ab65a2b7ddea9de8
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Jun 11 14:49:37 2023 -0700

    🔨 SKR Mini E3 v3.0.1 XFER (#25955)

commit 85067e14b5cd9a1d4d8ac8f38a763e9745d4fe61
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 11 00:29:06 2023 +0000

    [cron] Bump distribution date (2023-06-11)

commit 00ab015de7b728082196c203626dd215dc8427d3
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Jun 10 17:20:50 2023 -0700

    🔨 Firmware rename followup (#25966)

    Followup to #25957

commit b5d3d0141f5169ba79a99876af7b0c274cb382be
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 10 00:22:22 2023 +0000

    [cron] Bump distribution date (2023-06-10)

commit 3706c16729ba095a9845128022408a0c07cde221
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Jun 9 19:59:23 2023 +1200

    🐛 Fix dummy thermistors 998-999 (#25956)

commit 0ed46406d1d4b4280f8458d56b45b7bdab33e113
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 9 02:56:25 2023 -0500

    🔨 Simpler distinct firmware rename (#25957)

commit 82ddd55a1a4800e478b937da49d396cb2fb351f1
Author: Bart Meijer <brupje@gmail.com>
Date:   Fri Jun 9 04:55:26 2023 +0200

    🩹 Conditional u8g for SAMD21 (#25947)

commit 34e23bcf950fa89737289c76953af7b24d5c22c4
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Thu Jun 8 20:47:35 2023 -0500

    🐛 Fix _MINMAX_TEST typo (#25954)

commit f3cda01b959274e7930c2050f5e34aa1460791bc
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 9 00:30:56 2023 +0000

    [cron] Bump distribution date (2023-06-09)

commit 2a79aad2dda922e35260750db90e7e243e24fc43
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 8 19:22:17 2023 -0500

    🔨 Fix serial port #error text

commit bbbd6045cb6e76cca44c973e1922ce5220ab29c4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 8 19:18:59 2023 -0500

    🔨 Update STM32Hxx boards/variants

    Followup to #25934

commit 683916e17a6fe35c9726ad7e57e73c519fc96222
Author: Dmitry Plastinin <Uncellon@yandex.ru>
Date:   Thu Jun 8 07:14:34 2023 +0300

    🚸 Portrait TS35 move axis screen (#25945)

commit 9360e13cdd1e21799eb3aedcd23015469da6798d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 7 22:37:16 2023 -0500

    🚸 General TFT cleanup

commit 9d830d72077fd42927e0a1396fa752b8a6c449cd
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jun 7 20:16:30 2023 -0700

    🔨 Clean up some BTT envs, etc. (#25934)

    Followup to #25921

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 54a82b4337a5e65e53ef8b28749546c18d05ba79
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 7 20:58:55 2023 -0500

    🚸 Fix TFT menu positioning (#25942)

    Co-authored-by: Ed <751406+helakejr@users.noreply.github.com>

commit d1e995670d2ce345b42ac8d8f9b0cebda7d87632
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 7 20:28:15 2023 -0500

    🔧 Z-MIN as CREALITY V25 S1 probe

commit 10947a463ba50ec31434e775e006d192906f7a83
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 8 00:23:27 2023 +0000

    [cron] Bump distribution date (2023-06-08)

commit e8f5f9d7321bb681ecbb1f787a381bf3885ec302
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jun 7 01:03:35 2023 -0700

    🔨 Teensy 4.1 pins env check (#25937)

commit 984f9fe7d6a0c86f045010d294c316fe05835587
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Wed Jun 7 10:01:07 2023 +0200

    🌐 Update Italian language (#25940)

commit 322d5dc29c136b5e2f1a8e4712fc10a781b9d4c3
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 7 00:25:18 2023 +0000

    [cron] Bump distribution date (2023-06-07)

commit 8f1d80b0ba425b6d927d99aad8340e22a71da7ff
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 6 15:30:28 2023 -0500

    🧑‍💻 Use Flags<> for runout (#25938)

commit 35016633d843ba393eb17cf5fd1dba03764821dd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 6 02:58:28 2023 -0500

    🩹 Conditional include probe.h

commit 4b8e4ef38e1f395d394314f54bacff8def9527c8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 5 23:49:09 2023 -0500

    ⚡️ Mixer label in PROGMEM

commit 17cc5fa8723eed59106e925472baf37383a5ac5b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 5 21:08:43 2023 -0500

    🧑‍💻 Suppress narrowing warnings

    Followup to #25924

commit a6b32a5a915e17eaa73dede2f9a98fc042b4904d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 5 20:39:14 2023 -0500

    🧑‍💻 Bypass error in build_example

commit e116a99eda1bbfd97e4af1136618d80dcceb169e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 5 20:13:15 2023 -0500

    🩹 Fix JyersUI corner pos

    Followup to #25631

commit bfd6be3799627f87da29f7281b14f9e9be515a69
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 6 00:24:34 2023 +0000

    [cron] Bump distribution date (2023-06-06)

commit 6a29d5d5af1b6ef0bee4125a9fc00aaf2c1b6695
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 5 17:25:42 2023 -0500

    🧑‍💻 Fix mfconfig trailing space

commit fbc5bd0d0424d365eaaddad47c58b733557ef42d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 5 16:24:20 2023 -0500

    🩹 Wrap HAS_DISPLAY for if()

    Followup to #24877

commit 7680fe2b59c9861c0e6acb13cf085ca55d7deddc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 5 16:01:32 2023 -0500

    🧑‍💻 Dir change is AxisBits

    Followup to #25761

commit 70288c6c4fae6a6334d7c48b9ef17da7ecf3c173
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 5 00:43:31 2023 -0500

    🎨 Detab C/C++

commit 3b681f7b7450582e0fca2425aabf47b37624cbda
Author: Roi Rodríguez Huertas <roiamorin69@gmail.com>
Date:   Mon Jun 5 07:13:57 2023 +0200

    🔧 TMC Driver axis baud for Soft Serial (#25664)

commit 6e8035e5aa59454600cd359665a34954dac80a70
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 5 00:24:02 2023 +0000

    [cron] Bump distribution date (2023-06-05)

commit f8423f9da09a8d67074b4243917953a6b2b8d279
Author: kisslorand <50251547+kisslorand@users.noreply.github.com>
Date:   Sun Jun 4 12:49:27 2023 +0300

    🩹 Fix D576 buffer underrun reporting (#25931)

commit 1a2816284c0e92f39840e8688d617faa1e32cd2f
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Sun Jun 4 05:20:07 2023 -0400

    ✏️ Fix LCD contrast typo (#25929)

commit f8c51523694e5ccc6473bc9791f3fa0135ad395f
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 4 00:27:30 2023 +0000

    [cron] Bump distribution date (2023-06-04)

commit 6136e48df5c8e2aee3447b99beb8464231895b69
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sat Jun 3 23:09:29 2023 +0200

    🐛 Fix M25/M125 for LCDs with ui.resume_print (#24877)

commit b8655ca0ed05e077ac89ff377bff3e4db7ff5b3a
Author: Manuel McLure <manuel@mclure.org>
Date:   Sat Jun 3 13:39:41 2023 -0700

    🔧 BTT SKR 3 has onboard endstop pullups (#24876)

commit ba08dcfb76804a912380603b3f69831ea0d1d6eb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 3 04:40:07 2023 -0500

    🧑‍💻 Fix narrowing conversions (#25924)

commit ac954b57f764cf958000314efc20b725c2b8e054
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jun 2 20:50:45 2023 -0700

    🩹 Endstop hit state followup (#25885)

    Followup to #25574

commit 739f1027f8e12da28d15e1de78a5b7ecc49c3b12
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Jun 3 15:47:57 2023 +1200

    🔨 STM32H723VG (1024KB) (#25921)

commit a6b56d171d855429d1f0249fcc1ffe64881994f4
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Jun 3 15:37:29 2023 +1200

    🎨 Lowercase followup (#25923)

    Followup to #25914

commit ad0d700a3e783943a722fec00ee3ac24020691ba
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 3 00:22:16 2023 +0000

    [cron] Bump distribution date (2023-06-03)

commit 86c811660ebf0b3fcbae2f34273d4c9d0c22abc4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 2 14:30:34 2023 -0500

    🧑‍💻 Remove LOOP macros (#25917)

commit 2691167afe02fbbe74b0fdca2c28a49fac635741
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 2 14:26:02 2023 -0500

    🧑‍💻 Dump BOTH and EITHER macros (#25908)

commit 32be4065efeafe781e007ca6ff47bd5a3fc22184
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed May 31 16:47:05 2023 -0500

    🧑‍💻 numtostr use functions

commit bc385122e94d7eda79bdf1573a7c2071c4589da2
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 2 13:34:13 2023 -0500

    🎨 Lowercase method / data member names (#25914)

commit e45eddfd6c4008d82b3aefe4764793b0669dc60a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 2 12:46:23 2023 -0500

    🔨 Fix pins debugging for Simulator

commit 500415955051a3295756668b3aae3c383bc1b4bf
Author: alextrical <35117191+alextrical@users.noreply.github.com>
Date:   Fri Jun 2 17:32:43 2023 +0100

    🔨 Clarify env error (#25915)

commit d9659d3177ff3ffd3530fac2db850a5384b67af9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 1 22:58:17 2023 -0500

    📝 M122 comment

commit 2de2185d970ce63dab078bfdd7eb9e49a64a39c2
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 2 01:38:48 2023 +0000

    [cron] Bump distribution date (2023-06-02)

commit 49134a9467f79037cc6ea643b8ac9634e5f7eb36
Author: I3DBeeTech <129617321+I3DBeeTech@users.noreply.github.com>
Date:   Fri Jun 2 04:58:34 2023 +0530

    🔧 Update LCD with NeoPixel Contrast (#25893)

commit 6044cb99559e0bb29a697f346fd1507c59ffbba5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 1 17:39:08 2023 -0500

    🌐 Remove unused strings

commit ded810cebfbde80ebbb64afe1f4fd277c94e12f1
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Fri Jun 2 01:35:42 2023 +0300

    🌐 Update Russian translation (#25840)

commit 9e0dcd4a2b6d0262ee2b09170aff0c1f21d9175e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 1 16:53:02 2023 -0500

    🧑‍💻 ExtUI::onLevelingStart/Done for all leveling (#25913)

commit ad23b8c559d55bfbc81d077a129c256c9ef9a585
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 1 14:54:23 2023 -0500

    🚸 Probe Wizard display fix

commit 3999d67e514c1e752128df2a6dc80ec0579ee504
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 1 12:44:19 2023 -0700

    🔧 Default has Heated Bed (#25895)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 67f0d6ae5ea89fe1cdfc7ac4b25ea2947df1772b
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue May 30 00:33:07 2023 +0000

    [cron] Bump distribution date (2023-05-30)

commit 47616c7dfa7f3f7fddd8fa8d207929d65d2291a6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 29 19:00:09 2023 -0500

    🔨 Install 'heatshrink' if needed (#25896)

commit d926d4dea413f70303ae38a74bc627aaaf21d97e
Author: DejitaruJin <dejitarujin@gmail.com>
Date:   Sun May 28 21:22:00 2023 -0400

    🩹 Fix and improve GT2560 pins (#25890)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit b4ba3dd7f37a6214ed8a3e62f45f9d2aac3917c9
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon May 29 00:21:30 2023 +0000

    [cron] Bump distribution date (2023-05-29)

commit 0b4500155e8c61aecf41090b41f34a3452593b78
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun May 28 13:24:45 2023 -0700

    🩹 Update KEDI / GODI LCD_PINS_EN pin (#25886)

commit ef93b401c38eb1748721be74c9fdbae77f375792
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat May 27 00:22:42 2023 +0000

    [cron] Bump distribution date (2023-05-27)

commit 154e48ba22ceedb01e9058a7f8da9457a445ee19
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 26 18:54:50 2023 -0500

    🎨 Misc. spacing

commit f73fe76b6c5f9088222265e47494611e9d8bc379
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 26 17:50:42 2023 -0500

    🌐 Language export to CSV

commit d20ce5ff0a4d45e2ac7091832c86d4441f0356a9
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri May 26 00:21:31 2023 +0000

    [cron] Bump distribution date (2023-05-26)

commit a3eace117ced5ad72227046465a6d878f66261d9
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu May 25 10:32:04 2023 +0300

    🧑‍💻 Improve missing translations script (#25841)

    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>

commit 772e19aab988b5d6466bdf2e8948c8c7eee3cafd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed May 24 22:10:40 2023 -0500

    ✨ EP_BABYSTEPPING (#25869)

commit 1a4e208c6901cf3727940e98f12748aa14a52f5d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed May 24 21:22:54 2023 -0500

    🩹 Fix card.ls call (in easythreed_ui)

    Fix regression in #24679

commit e2a724990762dab554ce5bab092327eb604d3d83
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Thu May 25 00:20:08 2023 +0000

    [cron] Bump distribution date (2…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants