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

Redundant cooling fan synced to FAN0 #21888

Merged

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented May 13, 2021

Description

Add dual part cooling fans.
Where the user has two part cooling fans on two IO ports and wants them to act as one (without soldering them together)
I have seen this requested a number of time, and have talked a few through editing the code to add it.
So I'm adding it as a feature

Requirements

A number of controllable fans

Benefits

Can control two part cooling fans with one M106/M107 gcode (without needing to change gcode at all)

Configurations

Added the following to Configuration_adv.h

/**
 * Enable a second fan for part cooling
 */
//#define DUAL_PART_COOLING_FANS
#if ENABLED(DUAL_PART_COOLING_FANS)
  #define DUAL_PART_COOLING_FAN 2 // Define the number of the fan to use, eg FAN2 set 2, FAN1 set 1
#endif

Related Issues

Latest request from 死Xtyling on discord.

@shitcreek
Copy link
Contributor

could you reword it to be more precise, something like enable omni fan control?

@DrumClock
Copy link

DrumClock commented May 18, 2021

Hi @ellensp , dobrá práce!
Měl bych prosbu, zda je možné dodělat také dva "automatické" ventilátory pro systém IDEX.
Kdy vozík X1 a X2 má svůj vlastní ventilátor pro chlazení tisku. A když zrovna parkuje, tak by se ventilátor vypnul.
Bohužel můj Slicer neumí rozlišit M106 Px na základě použitého nástroje Tx. V g-codu je jen M106 Sxxx a je jedno
který nástroj Tx je používán.
A v současném FW jsem možnost automatického přepínání ventilátoru (P0,P1) v závislosti vybraného nástroje (T0/T1) nenašel.

Např.

#define X1_PART_COOLING_FANS     FAN_PIN                           // Part-Cooling Fan X1
#define X2_PART_COOLING_FANS     FAN1_PIN                         // Part-Cooling Fan X2

Děkuji za informace.

@ellensp
Copy link
Contributor Author

ellensp commented May 19, 2021

@shitcreek I was thinking dual, like dual z (both get same step/direction) or X_DUAL_STEPPER_DRIVERS etc, so dual part cooling fans seems to me the obvious name for two fans acting together as one

@thinkyhead thinkyhead force-pushed the bugfix-2.0.x branch 3 times, most recently from 1eaff6a to aee971b Compare May 22, 2021 22:47
@thinkyhead thinkyhead force-pushed the bugfix-2.0.x branch 2 times, most recently from 9852ef9 to 0e40d47 Compare June 6, 2021 08:58
@thinkyhead thinkyhead changed the title Add DUAL_PART_COOLING_FANS Redundant cooling fan that syncs with FAN0 Jun 11, 2021
@thinkyhead
Copy link
Member

Adjusted the code so that once a fan has been tied to FAN0 it always synchronizes and can never be adjusted separately.

@thinkyhead thinkyhead changed the title Redundant cooling fan that syncs with FAN0 Redundant cooling fan synced to FAN0 Jun 11, 2021
thinkyhead added a commit to MarlinFirmware/Configurations that referenced this pull request Jun 14, 2021
thinkyhead added a commit to MarlinFirmware/Configurations that referenced this pull request Jun 14, 2021
thinkyhead added a commit to MarlinFirmware/Configurations that referenced this pull request Jun 14, 2021
@thinkyhead thinkyhead merged commit d436c93 into MarlinFirmware:bugfix-2.0.x Jun 14, 2021
thinkyhead added a commit that referenced this pull request Jun 15, 2021
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
@ellensp ellensp deleted the bugfix-2.0.x-#dual_cooling_fans branch June 18, 2021 13:17
alrtprogrammer added a commit to alrtprogrammer/Marlin that referenced this pull request Jul 6, 2021
commit cd01421
Author: Glought <Glought@users.noreply.github.com>
Date:   Tue Jun 29 10:35:22 2021 -0700

    🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (MarlinFirmware#22259)

commit aa13c78
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jun 29 10:30:55 2021 -0700

    🐛 Fix ExtUI 'lcd_clicked' definition (MarlinFirmware#22257)

commit b1c5dd9
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Mon Jun 28 18:43:05 2021 -0700

    🐛 Fix PTC/BTC whole number tests (MarlinFirmware#22255)

commit 3109a29
Author: tome9111991 <57866234+tome9111991@users.noreply.github.com>
Date:   Mon Jun 28 19:08:37 2021 +0200

    ✨ Ender-3 V2 Display for SKR E3 Turbo (MarlinFirmware#22229)

commit b878127
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 11:54:33 2021 -0500

    Marlin 2.0.9.1

commit 6ea6556
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 27 22:30:11 2021 -0700

    🐛 Use setTargetHotend in menus (MarlinFirmware#22247)

commit 2b37a71
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 00:33:44 2021 -0500

    ♻️ Refactor status screen timeout

commit e3ae76d
Author: Cytown <cytown@gmail.com>
Date:   Sun Jun 27 00:21:34 2021 +0800

    🚸 Expand box in draw_boxed_string (MarlinFirmware#22209)

commit b245089
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 27 21:02:11 2021 -0700

    🐛 No HOTEND_LOOP with EXTRUDERS 0 (MarlinFirmware#22245)

commit ec3daad
Author: Sébastien Gariépy <46988275+BeePerNet@users.noreply.github.com>
Date:   Sun Jun 27 17:44:49 2021 -0400

    🌐 MSG_MOVE_100MM (MarlinFirmware#22242)

commit ae76011
Author: Cytown <cytown@gmail.com>
Date:   Mon Jun 28 01:39:09 2021 +0800

    🐛 Fix wide glyph characters display (MarlinFirmware#22237)

commit 34066c1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 11:54:28 2021 -0500

    📝 Update probe heating value

commit 19fe3d5
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 23 06:42:24 2021 +1200

    🚸 MarlinUI Move Z >= 1000 (MarlinFirmware#22192)

commit ec518e6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 26 14:28:50 2021 -0500

    🎨 Small tweak, ms => now

commit 003ce25
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 26 14:01:47 2021 -0500

    🎨 Format onboard_sd.cpp

commit 3e5d867
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 27 06:28:56 2021 +1200

    🐛 Fix Z_MULTI_ENDSTOPS + NUM_Z_STEPPER_DRIVERS 4 compile (MarlinFirmware#22203)

commit b1bcb38
Author: cr20-123 <66994235+cr20-123@users.noreply.github.com>
Date:   Sat Jun 26 14:17:18 2021 -0400

    ✨ Update/extend Quiet Probing (MarlinFirmware#22205)

commit 0fbd8c5
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 27 04:32:51 2021 +1200

    🔧 Fix E.S.T. sanity-check errors (MarlinFirmware#22224)

commit 08895e6
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jun 25 22:38:27 2021 -0600

    🎨 Fix and improve FTDI Eve Touch UI (MarlinFirmware#22223)

commit 38e7754
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jun 25 14:12:21 2021 -0700

    📝 Update TMC SPI endstops comment (MarlinFirmware#22221)

commit 4763116
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 25 14:44:51 2021 -0500

    🐛 Trigger existing endstops on G38 hit

commit 185e0dc
Author: bwspath <bwspath@gmail.com>
Date:   Thu Jun 24 22:27:54 2021 +0200

    🐛 Fix Octopus build on case-sensitive FS (MarlinFirmware#22206)

commit bcf6ca5
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Tue Jun 22 21:48:56 2021 +0300

    🌐 Update Russian language (MarlinFirmware#22193)

commit 1ba694c
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Mon Jun 21 15:38:28 2021 -0600

    🎨 Fix and enhance FTDI Eve Touch UI (MarlinFirmware#22189)

commit 906fa05
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 21 16:31:41 2021 -0500

    🐛🌐 Fix extra axis translations

commit 651f15f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 21 16:24:50 2021 -0500

    🎨 Cosmetic cleanup

commit ef41c1f
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Mon Jun 21 13:36:06 2021 -0700

    🐛 Fix IJK axis references, E stepper indices (MarlinFirmware#22176)

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

commit 8050813
Author: Grumpy <dfouche8@gmail.com>
Date:   Tue Jun 22 08:12:39 2021 +1200

    🐛 Fix dual Neopixels (MarlinFirmware#22174)

commit 25e7e2f
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 22 08:09:21 2021 +1200

    🐛 Fix heater display options/compile (MarlinFirmware#22185)

commit a0f7f0e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 20 22:49:57 2021 -0500

    🐛 Fix compact sensitive pins array (MarlinFirmware#22184)

commit f3e0bc7
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Mon Jun 21 06:48:06 2021 +0300

    🌐 Update Ukrainian language (MarlinFirmware#22183)

commit 49ff1e8
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Mon Jun 21 05:45:26 2021 +0200

    🌐 Update Italian language (MarlinFirmware#22182)

commit 4f8191b
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sat Jun 19 11:44:28 2021 -0700

    🐛 Redundant Temp Sensor followup (MarlinFirmware#22173)

commit 927a1a1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 20 01:19:09 2021 -0500

    🐛 Fix LCD define typos

commit f2f23e8
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 19 14:09:09 2021 -0500

    🎨 Cosmetic changes for G28

commit cce585f
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 18 13:12:55 2021 -0500

    🐛 Define 'HEAD' axes for Markforged

    Fixes MarlinFirmware#22167

commit 5bfb465
Author: Ari-SSO <85907917+Ari-SSO@users.noreply.github.com>
Date:   Thu Jun 17 21:34:40 2021 -0300

    🚸 Include 'H' value in M412 report (MarlinFirmware#22138)

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

commit ce7bbaf
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Wed Jun 16 23:15:16 2021 -0700

    💡 Add G28 L description (MarlinFirmware#22144)

commit 5ffc4bf
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 17 17:39:48 2021 -0700

    🐛 TFT encoder pin for BTT GTR (MarlinFirmware#22162)

commit 3ecc99e
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Thu Jun 17 22:46:59 2021 -0500

    🐛 Fix Air Assist (MarlinFirmware#22159)

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

commit f22c5d3
Author: gjdodd <31553294+gjdodd@users.noreply.github.com>
Date:   Fri Jun 18 01:37:27 2021 +0100

    🩹 Extruders 0 patch for PWM Motor Current (MarlinFirmware#22163)

commit d8df8e0
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 17 02:58:48 2021 -0300

    🐛 Fix env validation for 1280/2560 boards (MarlinFirmware#22150)

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

commit e38958f
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 17 02:49:42 2021 -0300

    🐛 Fix MKS Robin E3 build (MarlinFirmware#22149)

commit d7c7740
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 15 00:44:32 2021 -0500

    Marlin 2.0.9

commit c8898b5
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 15 11:45:54 2021 +1200

    ✨ Redundant Part Cooling Fan (MarlinFirmware#21888)

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

commit 781257b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 14 18:44:27 2021 -0500

    🐛 Prevent stepper sleep during long UBL idle (MarlinFirmware#22137)

commit dec083d
Author: qwewer0 <57561110+qwewer0@users.noreply.github.com>
Date:   Mon Jun 14 23:52:42 2021 +0200

    ⚡️ Home Z (and maybe XY) at the start of G35 (MarlinFirmware#22060)

commit cdd9507
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 15 09:43:50 2021 +1200

    🚑️ Prevent BFT unaligned compressed data corruption (MarlinFirmware#22134)

commit dba8773
Author: Bo Herrmannsen <bo.herrmannsen@gmail.com>
Date:   Mon Jun 14 11:28:13 2021 +0200

    ✨ Extruder with Dual Stepper Drivers (MarlinFirmware#21403)

commit 31fd3be
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Mon Jun 14 04:24:49 2021 -0300

    🔥 Remove Chitu default Touch Calibration (MarlinFirmware#22133)

commit 2b4284d
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Mon Jun 14 02:39:16 2021 -0300

    ✨ MULTI_VOLUME for Color UI and MarlinUI (MarlinFirmware#22004)

commit d84e2d6
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sun Jun 13 23:08:46 2021 -0400

    🎨 ExtUI "user click" and other tweaks (MarlinFirmware#22122)

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

commit 5635515
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 13 22:47:38 2021 -0300

    🐛 Include common TFT driver macros (MarlinFirmware#22125)

commit a7135d4
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 13 18:43:43 2021 -0700

    🐛 Fix UBL 'R' parameter and adjust 'P' (MarlinFirmware#22129)

commit 3b0a40c
Author: Sola <42537573+solawc@users.noreply.github.com>
Date:   Mon Jun 14 09:31:38 2021 +0800

    🐛 Fix ExtUI/DGUS Celsius display (MarlinFirmware#22121)

commit 83c7480
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jun 13 20:19:43 2021 -0500

    🎨 General cleanup of extui/dgus

    In relation to MarlinFirmware#22121

commit adc1793
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 13 21:01:53 2021 -0300

    🔨 Fix Serial+MSC for _USB envs (MarlinFirmware#22116)

commit 68c5267
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 13 14:56:18 2021 -0700

    🐛 Use whole PROBE_TEMP_COMPENSATION values (MarlinFirmware#22130)

commit 2aa3557
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 13 15:43:33 2021 -0500

    🏗️ Refactor build encrypt / rename (MarlinFirmware#22124)

commit 14ffc66
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 12 16:28:30 2021 -0500

    🩹 Use `#pragma once` in pins files

commit 2ea0832
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 12:31:24 2021 -0500

    📝 Number SKR EXP headers

commit ab05087
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 12:30:29 2021 -0500

    🎨 Clean up LPC1768 SPI init

commit 707a040
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 11:40:35 2021 -0500

    🔨 Remove obsolete ON_BOARD_SPI_DEVICE

commit d12c357
Author: mrv96 <mrv96@users.noreply.github.com>
Date:   Sat Jun 12 18:19:37 2021 +0200

    🔨 Robin Nano V3 overridable POWER_LOSS_PIN (MarlinFirmware#22123)

commit ddf8668
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 11 19:29:59 2021 -0500

    📝 Describe G12 XYZ

commit 3491e49
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Fri Jun 11 18:13:22 2021 -0300

    🐛 Fix boot / SD for STM32 (F103Rx) boards (MarlinFirmware#22087)

commit d322e49
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Fri Jun 11 13:51:29 2021 -0700

    ✨ More flexible redundant temp sensor (MarlinFirmware#22085)

commit 5d80f70
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 10 14:09:29 2021 -0700

    🔨 Envs for BTT SKR Mini with RET6 (512K) (MarlinFirmware#22050)

commit 3e7a9e5
Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com>
Date:   Thu Jun 10 23:05:07 2021 +0200

    🌐 Update Hungarian language (MarlinFirmware#22083)

commit 33e8769
Author: grauerfuchs <42082416+grauerfuchs@users.noreply.github.com>
Date:   Thu Jun 10 17:04:18 2021 -0400

    🔨 MightyBoard envs for A.B.M. (MarlinFirmware#22100)

commit 59842ed
Author: Radek <46979052+radek8@users.noreply.github.com>
Date:   Thu Jun 10 19:51:07 2021 +0200

    🔧 EEPROM options for BTT SKR 1.4 (MarlinFirmware#22092)

commit 507e1e4
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Thu Jun 10 02:17:39 2021 -0600

    🎨 Fix and improve FTDI Eve Touch UI (MarlinFirmware#22093)

commit b27447e
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 10 19:09:52 2021 +1200

    🔧 Enforce BLTouch settings (MarlinFirmware#22086)

commit c9a3ba9
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 10 02:05:04 2021 -0500

    🎨 Adjust some conditionals

commit 9679424
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 8 19:55:27 2021 -0500

    ⚡️ Optimize Sensitive Pins array (except STM32) (MarlinFirmware#22080)

commit bfa2579
Author: Kyle Repinski <MWisBest@users.noreply.github.com>
Date:   Tue Jun 8 18:56:16 2021 -0500

    🐛 Fix small/huge I2C EEPROM address (MarlinFirmware#22081)

commit 3f103c9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 8 07:51:28 2021 -0500

    🎨 Laser Ammeter followup (MarlinFirmware#22079)

    Followup to MarlinFirmware#21835

commit 2fd9971
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Mon Jun 7 14:15:09 2021 -0500

    Add Laser Based I2C Ammeter Feature (MarlinFirmware#21835)

commit a3063a9
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 8 07:09:12 2021 +1200

    expose hidden BLTOUCH setting changes (MarlinFirmware#22069)

commit d8a02bb
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Sun Jun 6 22:26:42 2021 -0600

    🎨 Reorganize FTDI Touch UI variants (MarlinFirmware#22066)

commit 76d4a39
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 21:21:14 2021 +1200

    🩹 Fallback ID for MKS TS35 V2.0 (MarlinFirmware#22031)

commit c515bfb
Author: 7FM <41307817+7FM@users.noreply.github.com>
Date:   Sun Jun 6 09:56:24 2021 +0200

    👽️ Include <EEPROM.h> in STM32 (for now) (MarlinFirmware#22054)

commit 83430be
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 19:50:14 2021 +1200

    📦️ Malyan M200 with HAL/STM32 (MarlinFirmware#22052)

commit 9bd9f91
Author: George Fu <nailao_5918@163.com>
Date:   Sun Jun 6 14:37:52 2021 +0800

    📌 Update FYSETC E4 to espressif32@2.1.0 (MarlinFirmware#22049)

commit e6ef43e
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 6 02:59:19 2021 -0300

    ⚰️ Remove obsolete CUSTOM_SPI_PINS (MarlinFirmware#22058)

commit 16bca67
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 12:16:40 2021 +1200

    🔧 Check G29_RETRY_AND_RECOVER requirements (MarlinFirmware#21921)

commit d65eea5
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 5 17:08:10 2021 -0500

    🔧 FOAMCUTTER_XYUV moved to custom config

commit 46080b3
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Fri Jun 11 22:53:23 2021 +0200

    ✏️ Six Linear Axes followup (Fix M503) (MarlinFirmware#22112)

commit 317afae
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Thu Jun 10 02:08:42 2021 -0600

    ✏️ Six Linear Axes followup (typos) (MarlinFirmware#22094)

commit 930a608
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 9 10:43:39 2021 +1200

    🎨 IJK auto-allocation (MarlinFirmware#22075)

commit 6e3c455
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Mon Jun 7 06:23:23 2021 +0200

    ✏️ Six Linear Axes followup (Hybrid Threshold init) (MarlinFirmware#22068)

commit e3df7d7
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sun Jun 6 08:30:39 2021 +0200

    ✏️ Followup to Six Linear Axes (MarlinFirmware#22056)

commit c1fca91
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sat Jun 5 09:18:47 2021 +0200

    🏗️ Support for up to 6 linear axes (MarlinFirmware#19112)

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

commit d3c56a7
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 20:23:37 2021 -0500

    ♻️ Patches for Zero Extruders (with TMC)

commit 4194cdd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 24 16:38:57 2021 -0500

    ♻️ Refactor Linear / Logical / Distinct Axes (MarlinFirmware#21953)

    * More patches supporting EXTRUDERS 0
    * Extend types in prep for more axes

commit f5f999d
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jun 4 23:35:05 2021 -0600

    📺 Fix and enhance FTDI EVE Touch UI (MarlinFirmware#22047)

commit b4b6076
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jun 4 21:56:18 2021 -0700

    ✨ BigTreeTech Octopus V1.1 (MarlinFirmware#22042)

commit 1e75eba
Author: ellensp <ellensp@hotmail.com>
Date:   Sat Jun 5 16:51:17 2021 +1200

    🐛 Fix STM3R / BEAST envs (MarlinFirmware#22028)

commit f3f3d20
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sat Jun 5 01:49:00 2021 -0300

    📦️ STM32F103RE_btt(_USB) with HAL/STM32 (MarlinFirmware#22040)

commit c90fa53
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 4 23:44:16 2021 -0500

    ✨ Update G34 for 4x Z steppers (MarlinFirmware#22039)

commit aeb8097
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sat Jun 5 00:01:06 2021 -0400

    🐛 Fix M140 print job timer autostart (MarlinFirmware#22046)

commit 04bea72
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sat Jun 5 03:02:37 2021 +0200

    🐛 Fix MMU compile with >5 EXTRUDERS (MarlinFirmware#22036)

commit ce95f56
Author: ldursw <37294448+ldursw@users.noreply.github.com>
Date:   Fri Jun 4 00:38:10 2021 -0300

    🔨 MKS Robin E3 for HAL/STM32 (MarlinFirmware#21927)

commit aff45fd
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 3 03:23:10 2021 -0500

    ✏️ Remove whitespace

commit c8f28d9
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 3 20:10:04 2021 +1200

    🐛 Fix Creality v4 servo timer (MarlinFirmware#22021)

    Followup to MarlinFirmware#21999

commit f3697e5
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 3 17:51:22 2021 -0700

    🔨 Consolidate BTT linker scripts followup (MarlinFirmware#22038)

commit 557ba20
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 3 02:55:30 2021 -0500

    🔨 Consolidate BTT linker scripts

    Originally from MarlinFirmware#22022

commit dd0e5c2
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 3 19:40:16 2021 +1200

    🐛 Fix env:STM32F103RE maple/unified split-up (MarlinFirmware#22019)

    Followup to MarlinFirmware#21999

commit c9a3f41
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 17:09:47 2021 -0500

    📝 Update G61 comment

commit d13ffa0
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 2 18:42:15 2021 +1200

    🔨 Creality v4 with STM32 HAL (MarlinFirmware#21999)

    - New STM32 env for Creality V4 boards.
    - Separate Libmaple targets into their own `ini` file.
    - Temporarily remove unusable targets from `pins.h`.

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

commit fb0be29
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 23:24:20 2021 -0500

    🔨 Move FLY_MINI env to stm32f1.ini

commit 7ca1550
Author: hannesweisbach <hannesweisbach@users.noreply.github.com>
Date:   Wed Jun 2 06:20:47 2021 +0200

    ✨ TMC Driver distinct baudrates (MarlinFirmware#22008)

commit 665a71b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 22:46:35 2021 -0500

    🔧 Treat TPARA like SCARA in mfconfig

commit 9268a4b
Author: Roman Moravčík <roman.moravcik@gmail.com>
Date:   Wed Jun 2 04:10:15 2021 +0200

    🌐 Update Slovak language (MarlinFirmware#22000)

commit 529bbfa
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Mon May 31 08:44:38 2021 +0200

    ⚗️ 32-bit float constants (STM32F1) (MarlinFirmware#21996)

commit e7945c2
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 11 18:33:07 2021 -0500

    🐛 Fix Z endstop enum

    Followup to 92dea8e

commit 5ee91c7
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jun 6 03:49:23 2021 -0500

    👷 Add caching to CI workflow

commit 2116e42
Author: hannesweisbach <hannesweisbach@users.noreply.github.com>
Date:   Sat Jun 5 06:38:43 2021 +0200

    🐛 Fix Probe Temp Calibration compile (MarlinFirmware#22032)

commit 19521d1
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sat Jun 5 00:01:06 2021 -0400

    🐛 Fix M140 print job timer autostart (MarlinFirmware#22046)

commit 057302b
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 3 18:52:25 2021 -0300

    👽️ Fix usb-host-msc-cdc-msc issue (MarlinFirmware#22025)

commit d62619c
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 19:38:34 2021 -0500

    📌 Use U8glib-HAL@~0.4.5

commit 9c80a89
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 15:34:31 2021 -0500

    🎨 Reorganize BTT_E3_RRF_IDEX_BOARD

commit 00834ef
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 15:34:03 2021 -0500

    🎨 Clean up stops, sdss pins

commit 5b7b065
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat May 29 16:01:38 2021 -0500

    Marlin 2.0.8.2

commit a739af8
Author: Timo <timo.birnschein@microforge.de>
Date:   Sat May 29 14:00:39 2021 -0700

    ✨ Malyan M180 (MarlinFirmware#21992)

commit 493eb44
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Thu May 20 13:35:38 2021 +0200

    ✨ MEDIA_MENU_AT_TOP for MarlinUI (MarlinFirmware#21925)

commit 1b45b38
Author: charlespick <charles.pickering19@gmail.com>
Date:   Thu May 20 04:06:26 2021 -0700

    ✨ Independent baud rates (MarlinFirmware#21949)

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

commit 7898307
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Sat May 29 20:48:56 2021 +0200

    🌐 Update Polish language (MarlinFirmware#21993)

commit 8da8aa1
Author: ellensp <ellensp@hotmail.com>
Date:   Thu May 27 22:13:43 2021 +1200

    🥅 Add MESH_EDIT_MENU sanity check (MarlinFirmware#21922)

commit 4572af2
Author: Andy Barratt <mail@andybarratt.co.uk>
Date:   Thu May 27 03:07:13 2021 +0100

    🚸 cap:HOST_ACTION_COMMANDS (MarlinFirmware#21987)

commit 6dc17f0
Author: Allen Bauer <kylix.rd@gmail.com>
Date:   Tue May 25 17:08:10 2021 -0700

    🐛 Fix BTT002 variant MMU2 serial pins 🧩 (MarlinFirmware#21980)

commit 3fcf3f6
Author: ellensp <ellensp@hotmail.com>
Date:   Wed May 26 11:38:23 2021 +1200

    ♻️ LEDs refactor and extend (MarlinFirmware#21962)

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

commit a9fd276
Author: LawnMo <81721212+LawnMo@users.noreply.github.com>
Date:   Tue May 25 00:53:48 2021 +0200

    🩹 Fix multi_volume + SDIO onboard compile (MarlinFirmware#21975)

commit 9adaf92
Author: LawnMo <81721212+LawnMo@users.noreply.github.com>
Date:   Mon May 24 09:21:21 2021 +0200

    🩹 Improved SKR2 12864 LCD Delays (MarlinFirmware#21956)

commit e75c3b6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 23 21:33:22 2021 -0500

    🎨 Macros for optional arguments (MarlinFirmware#21969)

commit 61f2bb1
Author: ellensp <ellensp@hotmail.com>
Date:   Mon May 24 13:29:19 2021 +1200

    ⚡️ PIO filters for M117, M300 and M414 (MarlinFirmware#21972)

commit d1502f7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:56:31 2021 -0500

    🎨 Null heating message method

commit 83f9413
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:41:29 2021 -0500

    🐛 Fix Selena Compact probe pin

commit cdc3e18
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri May 28 19:47:06 2021 -0500

    Use another PR close action
@Russ48
Copy link

Russ48 commented Jul 29, 2021

There was more to this. I finally got it to work with SKR Mini 3 V2.0 with two fan ports on an Ender 3 MAX. Controller fan hard wired to 24 volt output as configured from stock. Had to disable Controller in ADV.h. the enable redundant cooling fan. Had to change the assignment (but renamed) of pin PC7 from the Controller to The Redundant Cooling Fan. Now with M106/107 the part cooling fans come on and go off with M107...

vogler added a commit to vogler/Marlin that referenced this pull request Sep 2, 2021
commit 718227a94c0cb163a73f0f288be6f7b864b7127a
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Aug 18 14:54:56 2021 -0500

    📌 Disregard TMCStepper 0.7.2

commit bb12ebcca616742b3459a8176b54a2139dc39c43
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Aug 18 05:39:08 2021 +0200

    🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584)

commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Aug 18 05:37:27 2021 +0200

    🐛 Fix Longer3D PWM/timer pins (#22583)

commit 11070b79a3aceb600c260cb8eb0758f46b7b4784
Author: Jason Smith <jason.inet@gmail.com>
Date:   Tue Aug 17 20:35:12 2021 -0700

    ⚡️ Simplify PROBING_STEPPERS_OFF (#22581)

commit 4219ae91067c4de8c13712f10598b4f9647486bd
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Aug 17 20:27:21 2021 -0700

    ⏪️ Revert ABL G29 feedrate (#22574)

    Reverts 9130f58

commit f803d74bc9602192f99053ff86731dd2d6c778f5
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Aug 15 21:31:00 2021 -0500

    💚 Update STM32F103RET6_creality test path

commit f0bca66d45f5efc8310edf938ee662f091ef10b8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 15 19:02:08 2021 -0500

    🐛 Fix LCD_COL_X_RJ

    Followup to #22471

commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Fri Aug 13 05:40:52 2021 +0200

    🚸 Fewer CRs in settings report (#22560)

commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326
Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com>
Date:   Fri Aug 13 12:26:26 2021 +0800

    🐛 Fix some BTT SKR2 pins (#22558)

commit 65e39116cb1f2cc914125654bb4f83b12892fb55
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 11 18:19:55 2021 -0500

    🔨 Use zip link for MarlinSimUI

commit 0c97a2afdc700caa5f55e6d148df25ece8576900
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Thu Aug 12 00:58:28 2021 +0200

    🐛 Fix M575 port index output (#22553)

commit 9c19d4705ebd67e6769853d86b6237086a5426aa
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 10 23:49:56 2021 -0500

    🎨 Tweak M73 condition

commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Aug 12 11:06:09 2021 +1200

    🚸 Better error for MOTHERBOARD not defined (#22551)

commit c612b56bc101ce66d45e85b255bf74e85df7bc4f
Author: luzpaz <luzpaz@users.noreply.github.com>
Date:   Tue Aug 3 20:02:34 2021 -0400

    🐛 Spellcheck comments (#22496)

    codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint

commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753
Author: ldursw <37294448+ldursw@users.noreply.github.com>
Date:   Sun Aug 1 00:42:26 2021 -0300

    🔨 Fix (RRF E3) RX/TX buffer size override (#22475)

commit 2a323d0a8ebea712183b65aa76f1ac9f39692133
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Wed Aug 11 21:00:47 2021 -0500

    🐛 Fix Ender-3 v2 language init (#22550)

commit c544711f14fe65638508cfc2408e870f74b8a5c6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 31 05:32:13 2021 -0500

    🚚 Relocate and adjust DWIN E3V2 (#22471)

commit a348f8e02cae7c296700e25155775a1604537413
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 19:39:38 2021 -0500

    🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes

    Fixes #22466. Regression from #22377.

commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b
Author: ellensp <ellensp@hotmail.com>
Date:   Fri Jul 30 11:25:06 2021 +1200

    📝 Document DGUS display options (#22443)

commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Aug 13 18:49:27 2021 -0500

    🎨 Update HAL/STM32 wrappers

    Followup to #22537

commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 10 02:53:28 2021 -0500

    🚸 Set M122 interval only with S0 or Pn

commit eafd0ed7656586d6eef4364afb314d46c5a4428d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 10 02:39:50 2021 -0500

    🐛 Use delete [] for new []

commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 9 16:07:15 2021 -0500

    🐛 Fix CoreXY plus extra axes

    See #22490

commit 166324fc7b12119d5deded9ff51188bd6cba3173
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Wed Jul 14 21:13:08 2021 -0600

    🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530)

commit 3924545912f3379f291355797a361c9e58c3840f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Aug 8 19:45:51 2021 +1200

    ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498)

commit 86e78410d6e1a36c74d9ab502a622fa2825931d3
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Mon Aug 9 04:37:27 2021 +0200

    🚑️ Init FastIO before anything else (#22508)

commit 157c60c93bb79ff2e35dd5c6877da75615008884
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 02:12:48 2021 -0500

    🌐 Level Corners => Bed Tramming

commit d7f3228ec6170c64a4caf64b965a8a59c528258e
Author: George Fu <nailao_5918@163.com>
Date:   Sun Jul 25 16:40:43 2021 +0800

    🔨 Fix FYSETC S6 envs (#22421)

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

commit c56ac0c34a0cad9177e87951aae4071d73cdac68
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 02:19:30 2021 -0500

    🎨 Misc. Cleanup

commit e71fa2b64982fa949125e3056308b6bc010de3ee
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 03:58:16 2021 -0500

    🎨 Add DWIN_StatusChanged_P

commit fefde2a6448c5e5296095fe1525dc76cfe2238b0
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Aug 5 23:24:20 2021 -0500

    🐛 Fix fan index for Singlenozzle, chamber fan

    Fixes #22512
    Followup to #19152, #19519

commit a668a9d302ff92f413360aff664675f52ed99650
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 8 21:31:10 2021 -0500

    🏗️ Define HAL_STM32 for HAL/STM32 (#22537)

commit e3c294dc9b379d80d59857c07428534ae33c408b
Author: Jason Smith <jason.inet@gmail.com>
Date:   Sun Aug 8 19:25:17 2021 -0700

    🐛 Fix some Simulator on Windows issues (#22516)

commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97
Author: Chris Pepper <p3p@p3psoft.co.uk>
Date:   Thu Jul 22 01:01:23 2021 +0100

    ✨ Simulator HAL and build targets (#22418)

commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a
Author: mks-viva <1224833100@qq.com>
Date:   Sat Aug 7 22:17:43 2021 -0500

    📌 MKS pins for PSU_CONTROL (#22528)

commit a4cd654e485e9b69f88ee8c50f331d635c228704
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Aug 7 08:54:02 2021 +1200

    🐛 Fix MKS 'USB Flash MSC' environments (#22515)

commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c
Author: mks-viva <1224833100@qq.com>
Date:   Sat Jul 31 00:47:30 2021 -0500

    ✨ MKS Monster8 board (#22455)

commit a36a6685aec273ff7753f0055466199436abe91b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 2 17:08:35 2021 -0500

    🐛 Fix up endstop flags (#22487, #22525)

commit 83b8a0f2acef4c5cb01a075aac9a911688a97433
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Mon Aug 2 07:13:57 2021 +0200

    🐛 Followup to 6 linear axes (#22482)

commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246
Author: Grayson <mxpklx@gmail.com>
Date:   Sat Jul 31 22:55:22 2021 -0500

    🐛 Fix G38 with probe on Z_MIN (#22452)

commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 1 14:28:53 2021 -0500

    ✨ M256 LCD brightness (#22478)

commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sun Aug 1 21:43:31 2021 +0200

    🔨 Offset/encrypt/rename for Maple STM32F1 (#22477)

commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Aug 5 00:19:21 2021 -0500

    🚸 Fix BLTouch spelling

commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Thu Aug 5 06:47:31 2021 +0200

    🚸 Prevent M42 unintended pin change to output (#22493)

commit b567717762a0fe652d717981a5cb2156bb687818
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 4 16:37:02 2021 -0500

    🐛 Prevent ABL G29 setting a funky feedrate

    See #22472

commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Aug 4 08:14:54 2021 +0200

    🐛 Fix Longer3D STM32 boot, add Maple test (#22473)

commit ac64d6915f9914948cf76d7b530406329801fd3a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 4 17:01:42 2021 -0500

    🐛 Fix report_a_position ABC criteria

commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Fri Aug 6 22:51:10 2021 +0200

    🎨 Fix "'EEPROM' unused" warning (#22511)

commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 8 01:24:15 2021 -0500

    💚 Fix tests for new sanity-checks

commit eba0ae4ee13d89713a81e6ace1b3446466b8a203
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 7 16:06:51 2021 -0500

    🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE

    See #20649

commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 7 15:59:00 2021 -0500

    🔧 Sanity-check Mixing plus Disable Inactive Extruder

    See #22166

commit a2759bc245ffcb965daf2c2a34e25515b684872a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 3 18:29:20 2021 -0500

    🐛 Allow SKR Pro CONTROLLER_FAN_PIN override

    Followup to #22411

commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd
Author: Bob Anthony <42719046+bob-anthony@users.noreply.github.com>
Date:   Tue Aug 3 23:45:08 2021 -0500

    🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504)

commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Aug 1 19:09:29 2021 +1200

    🐛 Fix sprintf_P compile error (Maple) (#22479)

commit ffde28428893452bd315bed8780bdeb23ce3f282
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 31 23:27:10 2021 -0500

    🎨 Adjust settings.cpp indent

commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sat Jul 31 06:49:12 2021 +0200

    🔨 Update Longer and Chitu envs (#22467)

commit 8e84d24737c8571173834041c1a570c76716ef16
Author: Malderin <52313714+Malderin@users.noreply.github.com>
Date:   Sun Aug 1 06:00:18 2021 +0300

    🐛 Fix custom menus on MKS UI (#22470)

commit 981191660d705f56fb2e8662b06e1d745f2e6fc0
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 23:05:53 2021 -0500

    🐛 Fix custom menus on TFT LVGL

    Fixes #21423. Regression from #18177.

commit 245b6e0884e9f421230520789bd72f49b20e4720
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 22:43:58 2021 -0500

    ✅ Custom logging for MBL

commit c7530719615b37eb7f901135b4fb2d94ad30dda8
Author: ellensp <ellensp@hotmail.com>
Date:   Sat Jul 31 12:50:22 2021 +1200

    🐛 Fix DGUS displays compile (#22464)

commit 22ef6362ae3180e4265f5063045b530efbd5ae14
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 19:39:38 2021 -0500

    🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475)

    Fixes #22466. Regression from #22377.

commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jul 28 23:24:30 2021 -0500

    🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN

commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814
Author: mks-viva <1224833100@qq.com>
Date:   Wed Jul 28 21:56:22 2021 -0500

    📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453)

commit fbb5732dee4ba9f803ac873206421877f8ba7b9f
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 28 16:28:15 2021 +1200

    🐛 SAV_3DGLCD conditionals (#22447)

commit 90ed772590ac634e605797effee3ef5f13dc2243
Author: George Fu <nailao_5918@163.com>
Date:   Fri Jul 30 09:09:38 2021 +0800

    ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424)

commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 23:40:27 2021 -0500

    🎨 abs => ABS

commit eb8649ba42f86159bd51b1ee366bd3291c05aafc
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jul 23 16:02:39 2021 -0600

    📺 Fix and optimize FTDI Eve Touch Interface (#22427)

commit 99f917c02225e4a610d02807a4335d36bad7ef03
Author: vyacheslav-shubin <shubin-vv@krista.ru>
Date:   Wed Jul 28 22:55:04 2021 +0300

    🐛 Reset workDirDepth in cdroot() (#22441)

commit 55cf3bd5eed67e72e9359dff152615035816afd7
Author: borland1 <barryorlando@hotmail.com>
Date:   Wed Jul 28 15:45:32 2021 -0700

    🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450)

commit 776ededca44d6a04c4c23afe82a42065b966aee8
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 28 12:56:26 2021 -0700

    🐛 Fix SKR Pro bad directive (#22438)

commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Jul 28 06:30:41 2021 +0200

    🐛 Fix Longer3D SDSS / SD_SS (#22444)

commit f9809ca75aff3434fffaf26bba04106a973bb73e
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sat Jul 24 17:08:47 2021 -0400

    🐛 Fix delta calibrate manual move scale (#22430)

commit e402f43c028852c880e1acfb2632550daa949d0e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 24 15:55:45 2021 -0500

    🎨 NULL => nullptr

commit 2aad79fa15d5a51180270ed1afa44c7065576283
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 02:07:34 2021 -0500

    🐛 Fix some board names

commit 89e84fec61da126a7d59cad41f354d6219407034
Author: tome9111991 <57866234+tome9111991@users.noreply.github.com>
Date:   Fri Jul 23 23:47:38 2021 +0200

    📝 SKR E3 Turbo custom cable description (#22426)

commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb
Author: Luke Harrison <looxonline@gmail.com>
Date:   Wed Jul 21 07:43:33 2021 +0200

    🔧 Octopus SPI display pins, fix USB build env (#22412)

commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7
Author: luzpaz <luzpaz@users.noreply.github.com>
Date:   Sun Aug 8 03:26:54 2021 -0400

    🎨 Spellcheck code (#22531)

commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 28 09:05:44 2021 +1200

    💚 Specify compatible Teensy @4.12 (#22448)

commit bc68664c3b198599c4ea4095313f79e78c01396a
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Mon Aug 9 04:37:27 2021 +0200

    🚑️ Init FastIO before anything else (#22508)

commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 4 16:48:06 2021 -0500

    🚸 Ask for bed leveling on bug form

commit 35df24e1cbf5b71166580f28389a7c4bd7f54120
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 23:41:48 2021 -0500

    🐛 One-based G35 point index output

commit 74b0133bc911676bf8af6cc2f8a43429993faf64
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 19:55:04 2021 -0500

    🐛 Fix 5-axis no extruder compile

    Fixes #22446

commit 12581bcc44f959b9aa015f082ac9069113a4939f
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 19:34:49 2021 -0500

    🐛 Fix 3-point leveling position

    See #22457. Fixes a G29 regression from #19112.

commit c7c56ac45f9120b7d972d21427312e5282f82606
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 22:59:33 2021 -0500

    🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING

    Fixes #22250. Regression from #17460.

commit 603b65e843b98a5d2d7f8c8f64be3980656c0522
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Mon Jul 19 05:39:01 2021 +0300

    ✨ Laser support for TFT GLCD (#22391)

commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 20 23:35:56 2021 -0500

    🎨 BTT SKR Pro pins auto-assign (#22411)

    Co-authored-by: MarkusThur <83773817+MarkusThur@users.noreply.github.com>

commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 22:23:06 2021 -0500

    🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED

    Fixes #22295. Regression from #20241.

commit f8f68f9259cc486fd36147f4f9d1e474940510dd
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jul 22 09:31:11 2021 +1200

    🎨 MKS Hardware Test followup (#22414)

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

commit 7773504afa546884f533fabefa1497547431bcdf
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jul 20 12:20:28 2021 -0700

    ♻️ Refactor STM32 ini files (#22377)

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

commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189
Author: VTXtruder <87478332+VTXtruder@users.noreply.github.com>
Date:   Tue Jul 20 23:27:19 2021 -0400

    ✨ Chitu3D V9 board (#22401)

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

commit 29dde9be2b9fb52641d4fa804b097852f69e68f4
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sun Jul 18 00:16:57 2021 +0200

    🐛 Fix Longer3D build environment (#22378)

commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jul 15 14:07:46 2021 +1200

    🔨 More HAL/STM32 targets (#22358, #22369)

commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 21 07:44:15 2021 +1200

    🐛 Fix STATUS_COMBINE_HEATERS compile (#22405)

commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Sun Jul 18 20:11:24 2021 -0500

    🐛 Fix Ammeter display on DOGM (#22384)

commit 61d0b082989d506b7e0716a792c104389cd6d8c1
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sat Jul 17 23:10:13 2021 -0700

    🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382)

commit b57f73a4883fc732b0c413e45d8614791bad4298
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 17 03:10:54 2021 -0500

    🎨 Add MMU2 enabled() accessor

commit 40b99d8084b235625ffe8701ce859219d52838c5
Author: Yash <76577754+yash-fn@users.noreply.github.com>
Date:   Tue Jul 20 14:51:41 2021 -0500

    🐛 Fix G2/G3 angular motion calculation (#22407)

commit c944e4fc6009cfc6e11f97b63f6ea817b8470071
Author: vyacheslav-shubin <shubin-vv@krista.ru>
Date:   Tue Jul 20 23:12:08 2021 +0300

    🩹 Init var to suppress invalid warning (#22396)

commit eebab93358427b3b95b4d38dedbbb8aaaba977b8
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jul 18 18:24:27 2021 -0700

    🐛 Ensure Software SPI pins for Max Thermocouple (#22389)

commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 18 19:56:28 2021 -0500

    🐛 Change font for selected language (#22381)

commit e190684fe6ae4bf1a885508dbf39a6477ad274a5
Author: Roxy-3D <Roxy-3D@users.noreply.github.com>
Date:   Mon Jul 19 18:59:06 2021 -0600

    🐛 Fix UBL G29 J - Vector3 regression

commit 69c1e79c302e936d15957a98795afc8d57495ab6
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jul 20 13:13:25 2021 -0700

    🐛 Fix BTC_SAMPLE_RES sanity check (#22394)

commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Jul 20 12:54:02 2021 -0700

    🎨 Fix unused lambda warning (#22399)

commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b
Author: Malderin <52313714+Malderin@users.noreply.github.com>
Date:   Mon Jul 19 05:21:51 2021 +0300

    🐛 Fix MKS UI compile (#22388, #22395)

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

commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d
Author: squiddity <squiddity@users.noreply.github.com>
Date:   Sat Jul 17 22:50:39 2021 -0700

    🐛 Fix M913 typos (#22385)

commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 18 00:45:17 2021 -0500

    🐛 No translated serial strings

commit 6e7c20e78e1036140d9e076f71759e35f91300e2
Author: mks-viva <1224833100@qq.com>
Date:   Thu Jul 15 20:57:34 2021 -0500

    ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368)

commit 165ae139d51b617295c2302f39c09edb0f0b0dd6
Author: Cytown <cytown@gmail.com>
Date:   Sat Jun 26 03:50:09 2021 +0800

    🎨 Power-off tone followup (#22222)

commit 42eb2347d4c9cc64220322e10046ad275ec7a04e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 9 22:24:43 2021 -0500

    🎨 Strip trailing whitespace

commit 3ab67898070c4422e454627e2836ab3b821bcf55
Author: mks-viva <1224833100@qq.com>
Date:   Fri Jul 9 17:59:36 2021 -0500

    ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285)

commit 5054dc6ea2883095f081971cb267090b7756db97
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jul 6 17:36:41 2021 -0700

    🐛 Redundant Temp Sensor followup (#22196)

commit ee54cd4bd7e36284e4bc974e297834fb31ed466e
Author: lujios <83166168+lujios@users.noreply.github.com>
Date:   Tue Jul 13 02:19:29 2021 +0200

    ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899)

commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b
Author: Cytown <cytown@gmail.com>
Date:   Wed Jun 30 01:58:11 2021 +0800

    🚸 Retain power during Pause (#22227)

commit fef76a76a3275cf59bdf085b29d7d02168e61903
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 14 19:44:51 2021 -0500

    🔨 Consolidate STM32 extra_scripts (#22365)

commit a5459a68a69d255456b477dd134cba88a8d4f06f
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 14 00:03:24 2021 -0700

    💡 Update FLYmaker comments, URL (#22355)

commit b44d4746c8c039effc7513c6a5ca2917e9a18691
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 14 15:55:24 2021 -0700

    🩹 FLYmaker FLY Mini followup (#22364)

    Followup to #22355, #22356.

commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 14 18:57:26 2021 +1200

    ✨ FLY Mini for stm32duino (#22356)

commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Wed Jul 7 04:10:40 2021 +0200

    ✨ DWIN LCD for BTT SKR Mini E3 (#22288)

commit ee640816968b95ee14c3eaafbc0572df9f4dcee1
Author: Mihai <mihai-dumitresq@users.noreply.github.com>
Date:   Wed Jul 7 07:10:35 2021 +0300

    ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271)

commit a35c234ce1f75b042c23402fda0426a7257c388b
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Thu Jul 8 00:41:33 2021 -0400

    🐛 Fix redundant heater / sensor pin assignments (#22309)

commit 5026797310b19618150d6010fd9cc4b57aae9a49
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Mon Jul 12 00:22:08 2021 -0500

    🏗️ Allow headless Flow Meter (#22234)

commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Wed Jul 14 02:34:18 2021 -0300

    ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354)

commit 8cf15e85463361289820b240d0de527d47852992
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Wed Jul 14 16:56:02 2021 -0700

    🎨 Call millis() once in manage_inactivity (#22363)

commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9
Author: Skruppy <skruppy@onmars.eu>
Date:   Fri Jul 9 04:55:34 2021 +0200

    🐛 Fix AVR DELAY_US int overflow (#22268)

commit 6d191d12c9dbf1bf0844445ff02797ff98028b32
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 29 16:25:37 2021 -0500

    🔨 Clean up build scripts (#22264)

    * Add 10K to marlin_blackSTM32F407VET6 (typo?)
    * Document custom build scripts.
    * Add a Robin common build script.
    * Extraneous .ldscript specifiers

commit e213246ab998239c21bbc55983b79f28b4f848ce
Author: bilsef <bilsef1@gmail.com>
Date:   Thu Jul 15 18:59:52 2021 -0700

    ✨ M115: Axis Count (#22219)

commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jul 14 18:51:58 2021 -0500

    🎨 Minor cleanup of TFT/FSMC pins

commit 87cc3873212918c30cf6a0b94ad52e93248f56c7
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Thu Jul 15 17:32:40 2021 -0400

    🐛 Fix Filament Change menu (#22370)

    Followup to #22277

commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Wed Jul 7 21:45:15 2021 -0700

    🐛 Fix Einsy RAMBo FAN1_PIN (#22305)

commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 17 00:21:17 2021 -0500

    📝 Tom's 3D Forums discontinued

commit a0704cb14ff6805a1d3eef470cf2bba87de72afc
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 14 12:32:21 2021 +1200

    🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348)

commit cad2f69687c1720a1ddb5be14732c2325eab527b
Author: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com>
Date:   Tue Jul 13 08:17:28 2021 +0800

    ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109)

commit 31fbec9a00f49818b6a82c283349167c40260cc2
Author: mks-viva <1224833100@qq.com>
Date:   Tue Jul 13 19:14:34 2021 -0500

    🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340)

commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jul 14 02:14:55 2021 -0500

    🐛 Fix SD pins for MKS Robin Lite

commit bc459a76f40a86e0c25e75d3e3b4054a3db98436
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon Jul 12 22:52:17 2021 -0500

    🐛 TM3D fixes and improvements

    Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>

commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Mon Jul 12 18:35:00 2021 -0600

    ⚡️ Fixes to FTDI Eve Touch UI (#22347)

commit 24f0613b9f14cd5a88bde851597104a1c6997abd
Author: ellensp <ellensp@hotmail.com>
Date:   Mon Jul 12 17:15:48 2021 +1200

    🎨 Optional Custom Button description (#22336)

commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Sun Jul 11 20:45:47 2021 -0500

    🔨 Update LPC176x platform to 0.2.8 (#22333)

commit f76b063e58624d477c17a082d471aea3ef7b3197
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 11 18:25:51 2021 -0500

    🚸 M666: Fix value filter, add report (#22337)

    In reference to #22325

commit c746b1a2ae3573895b24fbc8c37015736469f39c
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 11 13:18:16 2021 -0500

    🚸 Limit LCD delta endstop adjustment like M666

    In reference to #22325

commit be13220e32c2a79761224e16925436b9ae87bf48
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Fri Jul 9 19:24:14 2021 -0400

    📺 ExtUI pause state response (#22164)

commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 9 17:09:58 2021 -0500

    🎨 Check flags without ENABLED

commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Fri Jul 9 23:07:55 2021 +0200

    🌐 Update French language (#22323)

commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c
Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com>
Date:   Thu Jul 8 06:44:07 2021 +0200

    🌐 Update Hungarian language (#22307)

commit 573b8a62d9c189576b79773b9c54606c387d634a
Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com>
Date:   Sat Jul 10 04:06:10 2021 +0800

    🐛 Fixes for BTT Octopus (#22314)

commit eafb94e72d99c9c906bfd806c87684243e193aeb
Author: Skruppy <skruppy@onmars.eu>
Date:   Sat Jul 10 01:25:47 2021 +0200

    🐛 Fix HAS_KILL && SOFT_RESET_ON_KILL soft reset button logic (#22269)

commit 69b44c2309d859865d4724cb8e323a13ba535d3c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 9 16:02:27 2021 -0500

    📌 Require U8glib-HAL@~0.5.0 (#22324)

commit e9a1c10b34b5a23815285ee068112395dca17fbe
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Thu Jul 8 21:48:11 2021 -0700

    🐛 Fix manage_heaters recursion on servo move (#22313)

    Followup to e297748b22

commit 304a926b0a2c5f9edb8adac93557758115d6b004
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 6 20:42:38 2021 -0500

    👷 Bump date on /Version.h

commit 1bb61f27e98029f19abab5deaeedcbf062887bc9
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Tue Jul 6 19:32:08 2021 -0600

    📺 Assorted small FTDI Eve Touch UI fixes (#22273)

commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Wed Jul 7 03:55:31 2021 +0300

    🌐 Update Russian and Ukrainian (#22290)

commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 6 19:54:02 2021 -0500

    ♻️ Fix up and use YESNO_ITEM macros

commit ed14d14819625a98753aa715821339e4f5a0ec73
Author: ldursw <37294448+ldursw@users.noreply.github.com>
Date:   Tue Jul 6 21:50:01 2021 -0300

    🐛 Fix Maple / STM32 serial buffer (#22292)

commit cae391bb484f5e141de07335f7bf97a91aa5e297
Author: George Fu <nailao_5918@163.com>
Date:   Wed Jul 7 08:40:11 2021 +0800

    🔨 FYSETC S6 small bootloader target (#22207)

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

commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a
Author: Cytown <cytown@gmail.com>
Date:   Fri Jul 2 08:37:44 2021 +0800

    🚸 Filament Change add confirm step (#22277)

commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de
Author: ellensp <ellensp@hotmail.com>
Date:   Fri Jul 2 09:27:27 2021 +1200

    🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276)

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

commit 4235e23c7b0b62c6962624e1375605a6b5e575be
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 30 21:58:25 2021 -0500

    📝 Update Z_SAFE_HOMING description

commit cd01421ac32041c7f775ec37dd8d00b29a5d335b
Author: Glought <Glought@users.noreply.github.com>
Date:   Tue Jun 29 10:35:22 2021 -0700

    🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259)

commit aa13c7845812a3bd025437f03a5cf376eb975ee4
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jun 29 10:30:55 2021 -0700

    🐛 Fix ExtUI 'lcd_clicked' definition (#22257)

commit b1c5dd985e6cfc46c0cb0aa70c7dd681a2e9d3d5
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Mon Jun 28 18:43:05 2021 -0700

    🐛 Fix PTC/BTC whole number tests (#22255)

commit 3109a297d6e48d31ac2a23aedf0b919b63e2df4d
Author: tome9111991 <57866234+tome9111991@users.noreply.github.com>
Date:   Mon Jun 28 19:08:37 2021 +0200

    ✨ Ender-3 V2 Display for SKR E3 Turbo (#22229)

commit b878127ea04cc72334eb35ce0dca39ccf7d73a68
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 11:54:33 2021 -0500

    Marlin 2.0.9.1

commit 6ea6556d0989f6ef08ef169f513760c062de35bb
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 27 22:30:11 2021 -0700

    🐛 Use setTargetHotend in menus (#22247)

commit 2b37a71eba99101aa79c59148d73f85ac0bc4e0f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 00:33:44 2021 -0500

    ♻️ Refactor status screen timeout

commit e3ae76d76d10427d95e0926781ca1153043936c1
Author: Cytown <cytown@gmail.com>
Date:   Sun Jun 27 00:21:34 2021 +0800

    🚸 Expand box in draw_boxed_string (#22209)

commit b24508907e0e270eec764543997ac568da28a7ba
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 27 21:02:11 2021 -0700

    🐛 No HOTEND_LOOP with EXTRUDERS 0 (#22245)

commit ec3daadf4372df419f906145aed8a37056619169
Author: Sébastien Gariépy <46988275+BeePerNet@users.noreply.github.com>
Date:   Sun Jun 27 17:44:49 2021 -0400

    🌐 MSG_MOVE_100MM (#22242)

commit ae76011e751c01711a877c60a678b82115179ac7
Author: Cytown <cytown@gmail.com>
Date:   Mon Jun 28 01:39:09 2021 +0800

    🐛 Fix wide glyph characters display (#22237)

commit 34066c1717cf03039d3a80ca99dc487550a22645
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 11:54:28 2021 -0500

    📝 Update probe heating value

commit 19fe3d5e79863f817daadbefe74dbcfc01ab301c
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 23 06:42:24 2021 +1200

    🚸 MarlinUI Move Z >= 1000 (#22192)

commit ec518e6e7bc57ec3b41441acb751aa363792bfd6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 26 14:28:50 2021 -0500

    🎨 Small tweak, ms => now

commit 003ce25acfd64a83696609eed95699c7c7dff061
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 26 14:01:47 2021 -0500

    🎨 Format onboard_sd.cpp

commit 3e5d867276e4e8bf80657ecd2f8a73ccf38eb73f
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 27 06:28:56 2021 +1200

    🐛 Fix Z_MULTI_ENDSTOPS + NUM_Z_STEPPER_DRIVERS 4 compile (#22203)

commit b1bcb387fa191250c916b14f19ebc1753d0ae30c
Author: cr20-123 <66994235+cr20-123@users.noreply.github.com>
Date:   Sat Jun 26 14:17:18 2021 -0400

    ✨ Update/extend Quiet Probing (#22205)

commit 0fbd8c52bbec83e4bd0b6f772d42a495c36076a1
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 27 04:32:51 2021 +1200

    🔧 Fix E.S.T. sanity-check errors (#22224)

commit 08895e6cb046614c2e13c2df024c0fb460b7ba9f
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jun 25 22:38:27 2021 -0600

    🎨 Fix and improve FTDI Eve Touch UI (#22223)

commit 38e775496aff8c9c3af3f60b33b0ede2820c490b
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jun 25 14:12:21 2021 -0700

    📝 Update TMC SPI endstops comment (#22221)

commit 47631167f9ee6a67f655e32fadd7a88c5ad18ddc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 25 14:44:51 2021 -0500

    🐛 Trigger existing endstops on G38 hit

commit 185e0dc7b7db2d6030810cb27d50cbaade658d2f
Author: bwspath <bwspath@gmail.com>
Date:   Thu Jun 24 22:27:54 2021 +0200

    🐛 Fix Octopus build on case-sensitive FS (#22206)

commit bcf6ca59dff2f858f410ed995c9c91e20b465852
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Tue Jun 22 21:48:56 2021 +0300

    🌐 Update Russian language (#22193)

commit 1ba694cebb8cb392b89adfedec0898b236755a37
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Mon Jun 21 15:38:28 2021 -0600

    🎨 Fix and enhance FTDI Eve Touch UI (#22189)

commit 906fa05bd69ee5de18e4c083bda408699e296676
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 21 16:31:41 2021 -0500

    🐛🌐 Fix extra axis translations

commit 651f15f833d84a40d983fa7825b782fef731d8e8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 21 16:24:50 2021 -0500

    🎨 Cosmetic cleanup

commit ef41c1f452c03eff94a2dc693e25db4af2c07d94
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Mon Jun 21 13:36:06 2021 -0700

    🐛 Fix IJK axis references, E stepper indices (#22176)

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

commit 8050813d32402336eabf43152dd0e0ef76a54247
Author: Grumpy <dfouche8@gmail.com>
Date:   Tue Jun 22 08:12:39 2021 +1200

    🐛 Fix dual Neopixels (#22174)

commit 25e7e2fce05531b40a4753d138e7e00266f00efd
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 22 08:09:21 2021 +1200

    🐛 Fix heater display options/compile (#22185)

commit a0f7f0e9e21b23577695609519d7216dd2f37c43
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 20 22:49:57 2021 -0500

    🐛 Fix compact sensitive pins array (#22184)

commit f3e0bc7a4b35ec0af3734029b170527f65f5c824
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Mon Jun 21 06:48:06 2021 +0300

    🌐 Update Ukrainian language (#22183)

commit 49ff1e837ace76c852baf11dbf8ff4f38df43f32
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Mon Jun 21 05:45:26 2021 +0200

    🌐 Update Italian language (#22182)

commit 4f8191b4818b97bd20eb9db2042dc07c97cce6cc
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sat Jun 19 11:44:28 2021 -0700

    🐛 Redundant Temp Sensor followup (#22173)

commit 927a1a17384b649c2cd56fc2ded7aba8392b3781
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 20 01:19:09 2021 -0500

    🐛 Fix LCD define typos

commit f2f23e80974b271a30cbf9de3397f0e58d9de7fb
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 19 14:09:09 2021 -0500

    🎨 Cosmetic changes for G28

commit cce585f6ca2235d0a534e8f3043d6d502b3bd93b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 18 13:12:55 2021 -0500

    🐛 Define 'HEAD' axes for Markforged

    Fixes #22167

commit 5bfb465ab4735aa3d5fa6c8d359331e0f2399902
Author: Ari-SSO <85907917+Ari-SSO@users.noreply.github.com>
Date:   Thu Jun 17 21:34:40 2021 -0300

    🚸 Include 'H' value in M412 report (#22138)

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

commit ce7bbafb8fafde75fee64e526700f9551e5564de
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Wed Jun 16 23:15:16 2021 -0700

    💡 Add G28 L description (#22144)

commit 5ffc4bfe3a14cf8e280d78a11b0c19d06c20ace4
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 17 17:39:48 2021 -0700

    🐛 TFT encoder pin for BTT GTR (#22162)

commit 3ecc99e95d8c25bec2342d2ec65d49a081ef4de8
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Thu Jun 17 22:46:59 2021 -0500

    🐛 Fix Air Assist (#22159)

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

commit f22c5d3cc6f42c955f212afa6c668469f7938193
Author: gjdodd <31553294+gjdodd@users.noreply.github.com>
Date:   Fri Jun 18 01:37:27 2021 +0100

    🩹 Extruders 0 patch for PWM Motor Current (#22163)

commit d8df8e0eed63c4b56f9b1221569d38654eff4948
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 17 02:58:48 2021 -0300

    🐛 Fix env validation for 1280/2560 boards (#22150)

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

commit e38958f256e698ab5afd3b775d1fe1e2d93fcb65
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 17 02:49:42 2021 -0300

    🐛 Fix MKS Robin E3 build (#22149)

commit d7c77403fd8373c7b4bfb6a4fa6d6f25c1ff9feb
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 15 00:44:32 2021 -0500

    Marlin 2.0.9

commit c8898b5ca0db66c66a51f9d711591ab51a41fcc7
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 15 11:45:54 2021 +1200

    ✨ Redundant Part Cooling Fan (#21888)

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

commit 781257bc64d74b31d7730e473ef6ca09454462aa
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 14 18:44:27 2021 -0500

    🐛 Prevent stepper sleep during long UBL idle (#22137)

commit dec083dcc122ce2e3df2a41a1297aabadcd11484
Author: qwewer0 <57561110+qwewer0@users.noreply.github.com>
Date:   Mon Jun 14 23:52:42 2021 +0200

    ⚡️ Home Z (and maybe XY) at the start of G35 (#22060)

commit cdd95074935074c4afa1f467ef16c9e9c0325bfa
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 15 09:43:50 2021 +1200

    🚑️ Prevent BFT unaligned compressed data corruption (#22134)

commit dba877311e28829dae24da30807b430bfba19faa
Author: Bo Herrmannsen <bo.herrmannsen@gmail.com>
Date:   Mon Jun 14 11:28:13 2021 +0200

    ✨ Extruder with Dual Stepper Drivers (#21403)

commit 31fd3be6eba02e96f1e093990d5f8ef09dad617b
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Mon Jun 14 04:24:49 2021 -0300

    🔥 Remove Chitu default Touch Calibration (#22133)

commit 2b4284df81db484649b42ddf291031fb6c8e5c58
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Mon Jun 14 02:39:16 2021 -0300

    ✨ MULTI_VOLUME for Color UI and MarlinUI (#22004)

commit d84e2d6e2908f34b08613b95c28726f5c330134a
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sun Jun 13 23:08:46 2021 -0400

    🎨 ExtUI "user click" and other tweaks (#22122)

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

commit 56355159c66af615ef1a778a3c786e70cd4289b5
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 13 22:47:38 2021 -0300

    🐛 Include common TFT driver macros (#22125)

commit a7135d429b1f0f7811610732b023064a85bd367e
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 13 18:43:43 2021 -0700

    🐛 Fix UBL 'R' parameter and adjust 'P' (#22129)

commit 3b0a40cd5d46c1a3f8c7a7bb2ae93a3f274cfd2f
Author: Sola <42537573+solawc@users.noreply.github.com>
Date:   Mon Jun 14 09:31:38 2021 +0800

    🐛 Fix ExtUI/DGUS Celsius display (#22121)

commit 83c74802f89be2c3252a710960aee7bcf4469afe
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jun 13 20:19:43 2021 -0500

    🎨 General cleanup of extui/dgus

    In relation to #22121

commit adc17933cddcd21b359708f3db4b08ace23331ab
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 13 21:01:53 2021 -0300

    🔨 Fix Serial+MSC for _USB envs (#22116)

commit 68c52673d6a9cae0e1b9d8e36df1bf31a833a7e5
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 13 14:56:18 2021 -0700

    🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130)

commit 2aa35577f279ef189fb8ff9cb921d1d79e426987
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 13 15:43:33 2021 -0500

    🏗️ Refactor build encrypt / rename (#22124)

commit 14ffc66c45d73f9e62a4180aa2dc4bf3079a84e4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 12 16:28:30 2021 -0500

    🩹 Use `#pragma once` in pins files

commit 2ea0832e0fb20b5c210bcaa9315b8182b5ca8359
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 12:31:24 2021 -0500

    📝 Number SKR EXP headers

commit ab050878e91c8e7002836d85e286817d8dec774a
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 12:30:29 2021 -0500

    🎨 Clean up LPC1768 SPI init

commit 707a04022e658bd7d3224af71545f1a6cc712af7
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 11:40:35 2021 -0500

    🔨 Remove obsolete ON_BOARD_SPI_DEVICE

commit d12c35779355044fab117c739c70ea78dcedfe2f
Author: mrv96 <mrv96@users.noreply.github.com>
Date:   Sat Jun 12 18:19:37 2021 +0200

    🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123)

commit ddf8668e16aeac2ed487e8784c218e1cbd2880d5
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 11 19:29:59 2021 -0500

    📝 Describe G12 XYZ

commit 3491e49c5f4d9bb5cce260ef51269b715761b4d5
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Fri Jun 11 18:13:22 2021 -0300

    🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087)

commit d322e495b296be5ad6922d419a4cba2ef08b697c
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Fri Jun 11 13:51:29 2021 -0700

    ✨ More flexible redundant temp sensor (#22085)

commit 5d80f7006a32bbf4b56dcb2c88388782a8e26ffa
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 10 14:09:29 2021 -0700

    🔨 Envs for BTT SKR Mini with RET6 (512K) (#22050)

commit 3e7a9e5d2011eb7315e8765f2a8c3267fd2d3363
Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com>
Date:   Thu Jun 10 23:05:07 2021 +0200

    🌐 Update Hungarian language (#22083)

commit 33e8769226f0d994a73dea33cec3e1488cc8f249
Author: grauerfuchs <42082416+grauerfuchs@users.noreply.github.com>
Date:   Thu Jun 10 17:04:18 2021 -0400

    🔨 MightyBoard envs for A.B.M. (#22100)

commit 59842edbcb46b6cc8f30807bdc9ef5fbe79bd7fa
Author: Radek <46979052+radek8@users.noreply.github.com>
Date:   Thu Jun 10 19:51:07 2021 +0200

    🔧 EEPROM options for BTT SKR 1.4 (#22092)

commit 507e1e436e7f45078c61e79026d64c55598fd707
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Thu Jun 10 02:17:39 2021 -0600

    🎨 Fix and improve FTDI Eve Touch UI (#22093)

commit b27447ef484b86d573e7ba60960df2f008df37d4
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 10 19:09:52 2021 +1200

    🔧 Enforce BLTouch settings (#22086)

commit c9a3ba99be5e45b880387aa28577c10a9875b459
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 10 02:05:04 2021 -0500

    🎨 Adjust some conditionals

commit 967942460ecfa952cd39b055cf9fd6cb968f51ea
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 8 19:55:27 2021 -0500

    ⚡️ Optimize Sensitive Pins array (except STM32) (#22080)

commit bfa257902ec4b0c96e642b4ee54f6e75de546255
Author: Kyle Repinski <MWisBest@users.noreply.github.com>
Date:   Tue Jun 8 18:56:16 2021 -0500

    🐛 Fix small/huge I2C EEPROM address (#22081)

commit 3f103c91f0e206bf3911bcc884d1dfaa8f2dd38b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 8 07:51:28 2021 -0500

    🎨 Laser Ammeter followup (#22079)

    Followup to #21835

commit 2fd9971f413bf4d34da5c3de9fc57c31ebcf6a4f
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Mon Jun 7 14:15:09 2021 -0500

    Add Laser Based I2C Ammeter Feature (#21835)

commit a3063a939243acefec606909ce8982fdabd848c4
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 8 07:09:12 2021 +1200

    expose hidden BLTOUCH setting changes (#22069)

commit d8a02bbbdba39e3fcc6519d7fa8ddbc36f4ea967
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Sun Jun 6 22:26:42 2021 -0600

    🎨 Reorganize FTDI Touch UI variants (#22066)

commit 76d4a395d1a3d9d24f308ce6deb19c8767f04105
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 21:21:14 2021 +1200

    🩹 Fallback ID for MKS TS35 V2.0 (#22031)

commit c515bfb5fbb860d13daea84dfde6cb9d54662d20
Author: 7FM <41307817+7FM@users.noreply.github.com>
Date:   Sun Jun 6 09:56:24 2021 +0200

    👽️ Include <EEPROM.h> in STM32 (for now) (#22054)

commit 83430be580071acd35617e99f0fb23814993d04b
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 19:50:14 2021 +1200

    📦️ Malyan M200 with HAL/STM32 (#22052)

commit 9bd9f91722f9ae917a98bf8c148cadc84e885a6e
Author: George Fu <nailao_5918@163.com>
Date:   Sun Jun 6 14:37:52 2021 +0800

    📌 Update FYSETC E4 to espressif32@2.1.0 (#22049)

commit e6ef43e51a90e25ecbe24e766d32c046a9dbbdf3
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 6 02:59:19 2021 -0300

    ⚰️ Remove obsolete CUSTOM_SPI_PINS (#22058)

commit 16bca67f2deaf1d53bd7c1d3515ffbfb01a65ef8
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 12:16:40 2021 +1200

    🔧 Check G29_RETRY_AND_RECOVER requirements (#21921)

commit d65eea550caf12edaa678bde375864060cc68713
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 5 17:08:10 2021 -0500

    🔧 FOAMCUTTER_XYUV moved to custom config

commit 46080b367af8fbdef0628fc21243fd115007a2b5
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Fri Jun 11 22:53:23 2021 +0200

    ✏️ Six Linear Axes followup (Fix M503) (#22112)

commit 317afae37c5927ec6c4e6118a9e4d64dd8b757e3
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Thu Jun 10 02:08:42 2021 -0600

    ✏️ Six Linear Axes followup (typos) (#22094)

commit 930a6082362c3bef59aee27d72f0611b72ccbded
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 9 10:43:39 2021 +1200

    🎨 IJK auto-allocation (#22075)

commit 6e3c45580ce415bb27774bc0b707fec7da54943b
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Mon Jun 7 06:23:23 2021 +0200

    ✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068)

commit e3df7d7bc8188994cc49879da9556222db935252
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sun Jun 6 08:30:39 2021 +0200

    ✏️ Followup to Six Linear Axes (#22056)

commit c1fca911036af3ca868caea7556a630044ae4a77
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sat Jun 5 09:18:47 2021 +0200

    🏗️ Support for up to 6 linear axes (#19112)

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

commit d3c56a76e73f8e126f1cf579f552e671efa9005b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 20:23:37 2021 -0500

    ♻️ Patches for Zero Extruders (with TMC)

commit 4194cdda5bb01171b2523038d568de670a8f0461
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 24 16:38:57 2021 -0500

    ♻️ Refactor Linear / Logical / Distinct Axes (#21953)

    * More patches supporting EXTRUDERS 0
    * Extend types in prep for more axes

commit f5f999d7bf56c03fd95455902e75cff873139500
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jun 4 23:35:05 2021 -0600

    📺 Fix and enhance FTDI EVE Touch UI (#22047)

commit b4b607681c19aff8c067f70c970f9ae755b1e059
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jun 4 21:56:18 2021 -0700

    ✨ BigTreeTech Octopus V1.1 (#22042)

commit 1e75eba27bd439d805d9de3e3c2194c2bfc3e42e
Author: ellensp <ellensp@hotmail.com>
Date:   Sat Jun 5 16:51:17 2021 +1200

    🐛 Fix STM3R / BEAST envs (#22028)

commit f3f3d202accf2c36e348c5e08fae82981d74c872
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sat Jun 5 01:49:00 2021 -0300

    📦️ STM32F103RE_btt(_USB) with HAL/STM32 (#22040)

commit c90fa530db2e6c98cfc8329ef36eda837b5ecc30
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 4 23:44:16 2021 -0500

    ✨ Update G34 for 4x Z steppers (#22039)

commit aeb8097cbc2b946cffe9813b5c8805c6943fd87d
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sat Jun 5 00:01:06 2021 -0400

    🐛 Fix M140 print job timer autostart (#22046)

commit 04bea727877c931777d69b718482630c40bd86fe
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sat Jun 5 03:02:37 2021 +0200

    🐛 Fix MMU compile with >5 EXTRUDERS (#22036)

commit ce95f56ac8755eff188001e12c88e01ae8e65f0e
Author: ldursw <37294448+ldursw@users.noreply.github.com>
Date:   Fri Jun 4 00:38:10 2021 -0300

    🔨 MKS Robin E3 for HAL/STM32 (#21927)

commit aff45fd455dd34f06f7211e0ff29d4f4dd93c7a8
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 3 03:23:10 2021 -0500

    ✏️ Remove whitespace

commit c8f28d9d0906261749f8beabc645503fadb0cbc9
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 3 20:10:04 2021 +1200

    🐛 Fix Creality v4 servo timer (#22021)

    Followup to #21999

commit f3697e5e02cd9debb170f69250a1ac37bc338852
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 3 17:51:22 2021 -0700

    🔨 Consolidate BTT linker scripts followup (#22038)

commit 557ba20ff4f57f0311f92e74b20a031c1ffb3520
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 3 02:55:30 2021 -0500

    🔨 Consolidate BTT linker scripts

    Originally from #22022

commit dd0e5c26d15a188dca9f7c772f8058bffdda108c
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 3 19:40:16 2021 +1200

    🐛 Fix env:STM32F103RE maple/unified split-up (#22019)

    Followup to #21999

commit c9a3f41152d1cc5145993920f2594aef8e745089
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 17:09:47 2021 -0500

    📝 Update G61 comment

commit d13ffa0aba6e31095d08bd3ccbc1c970e1fb2a59
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 2 18:42:15 2021 +1200

    🔨 Creality v4 with STM32 HAL (#21999)

    - New STM32 env for Creality V4 boards.
    - Separate Libmaple targets into their own `ini` file.
    - Temporarily remove unusable targets from `pins.h`.

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

commit fb0be2960408c08de09ecba4253c65f50e01b275
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 23:24:20 2021 -0500

    🔨 Move FLY_MINI env to stm32f1.ini

commit 7ca155077503cb2c62bf5ed739f9c6a2280a1cd9
Author: hannesweisbach <hannesweisbach@users.noreply.github.com>
Date:   Wed Jun 2 06:20:47 2021 +0200

    ✨ TMC Driver distinct baudrates (#22008)

commit 665a71b471476b7eaebe910d4412c5f39f26932c
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 22:46:35 2021 -0500

    🔧 Treat TPARA like SCARA in mfconfig

commit 9268a4b28c485a2efeffccabab42defbd1c2cbaf
Author: Roman Moravčík <roman.moravcik@gmail.com>
Date:   Wed Jun 2 04:10:15 2021 +0200

    🌐 Update Slovak language (#22000)

commit 529bbfad10ca13a9d11af84302b7a92a14250d34
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Mon May 31 08:44:38 2021 +0200

    ⚗️ 32-bit float constants (STM32F1) (#21996)

commit e7945c227762a66840b0d9eb3c4aa9e40ff7641b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 11 18:33:07 2021 -0500

    🐛 Fix Z endstop enum

    Followup to 92dea8e6cc

commit 5ee91c73ed17cbb49899a7d91fce9377fd6e4599
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jun 6 03:49:23 2021 -0500

    👷 Add caching to CI workflow

commit 2116e4202b064c6cafef70d54ed50edf00b79e44
Author: hannesweisbach <hannesweisbach@users.noreply.github.com>
Date:   Sat Jun 5 06:38:43 2021 +0200

    🐛 Fix Probe Temp Calibration compile (#22032)

commit 19521d16cd9838345f404196e62bf6a2e2719b39
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sat Jun 5 00:01:06 2021 -0400

    🐛 Fix M140 print job timer autostart (#22046)

commit 057302b93636f276e8fe188f3fbd23d087e68a00
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 3 18:52:25 2021 -0300

    👽️ Fix usb-host-msc-cdc-msc issue (#22025)

commit d62619c9c8e4e92ea8e1d0fdfdca923df1d94140
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 19:38:34 2021 -0500

    📌 Use U8glib-HAL@~0.4.5

commit 9c80a89597ceb397f079a2bae47c15f32a195165
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 15:34:31 2021 -0500

    🎨 Reorganize BTT_E3_RRF_IDEX_BOARD

commit 00834ef03dc9a58e7b2c1b1333276e0c65399a5f
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 15:34:03 2021 -0500

    🎨 Clean up stops, sdss pins

commit 5b7b065b96e6920171a50aace7e77ec8f735915d
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat May 29 16:01:38 2021 -0500

    Marlin 2.0.8.2

commit a739af823f63bf5cfafb22a62d5f7b4d9ba4073e
Author: Timo <timo.birnschein@microforge.de>
Date:   Sat May 29 14:00:39 2021 -0700

    ✨ Malyan M180 (#21992)

commit 493eb446b74cdc7ab99315dfc129ecc86fbc343d
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Thu May 20 13:35:38 2021 +0200

    ✨ MEDIA_MENU_AT_TOP for MarlinUI (#21925)

commit 1b45b3802ac62c3b1e47213b847d9eb772ba1f4b
Author: charlespick <charles.pickering19@gmail.com>
Date:   Thu May 20 04:06:26 2021 -0700

    ✨ Independent baud rates (#21949)

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

commit 7898307d783f13e3d1947c61b3cc573f5973f69a
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Sat May 29 20:48:56 2021 +0200

    🌐 Update Polish language (#21993)

commit 8da8aa140fb7b57623144b222b5ff31816b2f84a
Author: ellensp <ellensp@hotmail.com>
Date:   Thu May 27 22:13:43 2021 +1200

    🥅 Add MESH_EDIT_MENU sanity check (#21922)

commit 4572af2bce25fc4959746f1088981c410cafee1b
Author: Andy Barratt <mail@andybarratt.co.uk>
Date:   Thu May 27 03:07:13 2021 +0100

    🚸 cap:HOST_ACTION_COMMANDS (#21987)

commit 6dc17f0e6ea3b88f109d683a4b223d6a733ad1e5
Author: Allen Bauer <kylix.rd@gmail.com>
Date:   Tue May 25 17:08:10 2021 -0700

    🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980)

commit 3fcf3f69ca495722b0f47a69435e033f8895ae82
Author: ellensp <ellensp@hotmail.com>
Date:   Wed May 26 11:38:23 2021 +1200

    ♻️ LEDs refactor and extend (#21962)

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

commit a9fd2769f3f26e7e61a908a0ef2c079f1d06baab
Author: LawnMo <81721212+LawnMo@users.noreply.github.com>
Date:   Tue May 25 00:53:48 2021 +0200

    🩹 Fix multi_volume + SDIO onboard compile (#21975)

commit 9adaf92674751542e76e31738d2915992c57a40f
Author: LawnMo <81721212+LawnMo@users.noreply.github.com>
Date:   Mon May 24 09:21:21 2021 +0200

    🩹 Improved SKR2 12864 LCD Delays (#21956)

commit e75c3b6c54e9e8b4b48009a0ccc58ed7069f612a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 23 21:33:22 2021 -0500

    🎨 Macros for optional arguments (#21969)

commit 61f2bb122844aa0607f6d53aa37f843123931af6
Author: ellensp <ellensp@hotmail.com>
Date:   Mon May 24 13:29:19 2021 +1200

    ⚡️ PIO filters for M117, M300 and M414 (#21972)

commit d1502f74eaae94b6bff61b45c8481db39956ac2b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:56:31 2021 -0500

    🎨 Null heating message method

commit 83f9413196fbb842764eba33a975cec8d524e973
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:41:29 2021 -0500

    🐛 Fix Selena Compact probe pin

commit cdc3e18d994f120219ec8683246a81ac31cca75b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri May 28 19:47:06 2021 -0500

    Use another PR close action

commit 55a6315862cfafccfc939cf1b1f064f748c82d54
Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com>
Date:   Mon May 24 14:57:45 2021 +0800

    🐛 Fix Octopus HS USB (#21961)

commit cf447a54428345903fe9f4c9497a4f32dfa72b08
Author: gjdodd <31553294+gjdodd@users.noreply.github.com>
Date:   Mon May 24 07:54:10 2021 +0100

    🐛 Fix flowmeter calculation (#21959)

commit 7597b4fb40a6e936267a57c74264fcf6c5bd1fc5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 21:12:53 2021 -0500

    🎨 Apply shorthand and cleanups

commit 7cd0f2a32aef86b361e9bef7ec3c30a944b7d153
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 21:08:57 2021 -0500

    🎨 pause => pause_heaters

commit 4dae5890e99c73686b7e1ee08857487a0acfeb28
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 23 01:09:46 2021 -0500

    ♻️ Refactor, comment endstop/probe enums

commit 738ae4be331b8d580cb22b7ec6e33ab095e3e81c
Author: Danol <czdanol@gmail.com>
Date:   Sun May 23 00:35:07 2021 +0200

    🐛 Fix wrong Z_ENDSTOP flag bit (#21963)

    Bug introduced in #18424

commit e5736110216893362937b70472e7da2c3859a28c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:02:21 2021 -0500

    🎨 Combine M104/M109 and M140/M190 code

commit f60965a1078fec01c6bc0f438c4e019547253d5e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 23:03:49 2021 -0500

    📝 Update ExtUI example

commit 3995e8373c88fce34d9a524686302ec132f0d2e3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 22:55:13 2021 -0500

    🎨 Shorten lcd relative paths

commit ddc82b84e25e981d12bab0d74af95b1e0476248b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 22:45:54 2021 -0500

    📝 Document diveToFile, printListing

commit 87a943756a36fe7f1e3422868dcfa35d5dd54518
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 08:23:09 2021 -0500

    🎨 Move HAS_EXTRUDERS

commit 8e28731f96d3f2a8dd5d1bb8262eafddc7e0aa05
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 08:24:38 2021 -0500

    🎨 Update a condition

commit cdbd438a041427580eaea0a9fbe570864aed70d0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 08:25:54 2021 -0500

    🎨 Rename all/no axis enums

commit 3220c49f1be88f8ee2845e5a01a6132eba966208
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 00:26:54 2021 -0500

    Add a test for SAVED_POSITIONS

commit 94e67a036a614f5f43bf2e79d26c9d62a2ffb505
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 20 21:47:05 2021 -0500

    🐛 Fix compile with PREVENT_COLD_EXTRUSION off

commit c977e820743a6589b0c82159473b36e60fae7254
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 20 17:12:18 2021 -0500

    🎨 MULTI_MANUAL => MULTI_E_MANUAL

commit 9878a5ab5883f2b3112c1f67ab392538afd7520f
Author: Moonglow <fxdteam@gmail.com>
Date:   Thu May 20 14:09:10 2021 +0300

    🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) (#21944)

commit 2de914c38ce373f37c925b20af270a2e4c647356
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed May 19 23:07:09 2021 -0500

    🎨 Move switch sensor strings

commit 49b05ba9891bc7add47d32a9ca947fe7eb9f4555
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed May 19 00:21:34 2021 -0500

    🎨 Flags for homing directions

commit 85fa8c55c9415ec044a96eedc800fedfa6b02439
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 23:30:49 2021 -0500

    🐛 Fix DELTA with SENSORLESS_PROBING

commit 57eef65d9cabb6b7cc4c7937c8a9a095fc39313b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:56:05 2021 -0500

    ♻️ Refactor axis homing/trusted state bits

commit 894c954e8f2e56e7a556a71200c8465ba3507deb
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:53:52 2021 -0500

    ♻️ Minimize endstop bits

commit 046bac67693ec00ff2d2adf00aabe5cd396963c6
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:52:41 2021 -0500

    ✅ Fix tests for EXTRUDERS 0

commit 765720e98ba3cc970e42f8bf730da056c59ac2fe
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:52:10 2021 -0500

    ♻️ Simplify TMC utilities for more axes

commit 26a244325b48e5cf3e23518f9cd895491305050e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:51:19 2021 -0500

    ♻️ Refactor axis counts and loops

commit f7d28ce1d6d17621f86fd179770645723e5ae272
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:46:59 2021 -0500

    🎨 Misc cleanup and fixes

commit c85633b47f0b3c92055e725b9162acdeebd1ef79
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 17 21:17:22 2021 -0500

    🎨 Use defined strings

commit 6861b1ec827b30a4493099ebee1e49adbb48e8a5
Author: Alvaro Segura Del Barco <alvarosb@gmail.com>
Date:   Sat May 22 14:52:41 2021 -0600

    🐛 Fix Teensy PINS_DEBUGGING compile (#21958)

    Followup to 84a11cfedc

commit 003cb20b9fcf98bd80501d20634b41863ebf4dee
Author: Roger D. Winans <solvaholic@users.noreply.github.com>
Date:   Sat May 22 00:14:25 2021 -0400

    📝 Add Configurations section to README (#21955)

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

commit f1f622de01780418a3fe510f3f9be7237372831e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed May 19 22:02:28 2021 -0500

    Fix 'G29 K' value

commit dbb8f3db090e234ab17df986ccb29d2b4e7a4361
Author: ellensp <ellensp@hotmail.com>
Date:   Tue May 18 14:16:47 2021 +1200

    Fix EEPROM_CHITCHAT (#21934)

    Fix #21929

commit 5d7c72db5a57086e721ce0370c7a4ac75a47a978
Author: ellensp <ellensp@hotmail.com>
Date:   Tue May 18 11:22:33 2021 +1200

    Fix envs using mks_encrypt.py (#21933)

    Fix #21928

commit 755adb8973aa69ca6f0832e606060eaca065b88c
Author: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat May 15 18:33:10 2021 -0700

    Update Configurations URL (2.0.8.1)

commit 09774291384c8f301dffa274cf08ddd199b17c31
Author: ekef <62036680+ekef@users.noreply.github.com>
Date:   Sun May 16 02:22:30 2021 +0300

    Fix MKS Robin E3 BLTOUCH and Fan PWM timer conflicts (#21889)

commit 1dfa6cbc809d93a685c75f8b88ee3b9173aaeaa9
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat May 15 14:56:27 2021 -0500

    Marlin 2.0.8.1

commit e3998dc3dfae6bb52851374b3ba2e61cc3bc6661
Author: Luu Lac <45380455+shitcreek@users.noreply.github.com>
Date:   Sat May 15 15:02:20 2021 -0500

    M154 Position Auto-Report (#18427)

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

commit b6e1838fa6e905bcc4beab665d1e69b4eb35bce9
Author: Moonglow <fxdteam@gmail.com>
Date:   Sat May 15 06:30:16 2021 +0300

    Fix MKS UI missing font select condition (#21905)

commit 908caba7353cc321736cdf3fab61ea58163ee87e
Author: ondrada <82547068+ondrada@users.noreply.github.com>
Date:   Sat May 15 05:29:17 2021 +0200

    Fix G29_RETRY_AND_RECOVER dependency (#21907)

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

commit 121f3b1096bf0fcc0317df842a389a7f8afc2e3e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 14 00:17:04 2021 -0500

    🐛 Fix RR collision with MM (#21902)

commit 9e373617dc599130daf7b0204c5281237a6cc590
Author: Jamie <vector76@users.noreply.github.com>
Date:   Fri May 14 00:14:13 2021 -0500

    ✨ Instant Freeze/Resume Function (#17462)

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

commit 5298fa357c18c8bceb9552bcc4fd7543ee21b70f
Author: ellensp <ellensp@hotmail.com>
Date:   Fri May 14 08:19:12 2021 +1200

    Fix nextion compile error  (#21884)

commit 2c15bc5d3971571ad6e19e82436d2b8bd6f7f1d5
Author: Alexander D. Kanevskiy <kad@kad.name>
Date:   Thu May 13 23:10:48 2021 +0300

    Fix …
santi19z added a commit to santi19z/Marlin that referenced this pull request Sep 25, 2021
commit 718227a94c0cb163a73f0f288be6f7b864b7127a
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Aug 18 14:54:56 2021 -0500

    📌 Disregard TMCStepper 0.7.2

commit bb12ebcca616742b3459a8176b54a2139dc39c43
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Aug 18 05:39:08 2021 +0200

    🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584)

commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Aug 18 05:37:27 2021 +0200

    🐛 Fix Longer3D PWM/timer pins (#22583)

commit 11070b79a3aceb600c260cb8eb0758f46b7b4784
Author: Jason Smith <jason.inet@gmail.com>
Date:   Tue Aug 17 20:35:12 2021 -0700

    ⚡️ Simplify PROBING_STEPPERS_OFF (#22581)

commit 4219ae91067c4de8c13712f10598b4f9647486bd
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Aug 17 20:27:21 2021 -0700

    ⏪️ Revert ABL G29 feedrate (#22574)

    Reverts 9130f58

commit f803d74bc9602192f99053ff86731dd2d6c778f5
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Aug 15 21:31:00 2021 -0500

    💚 Update STM32F103RET6_creality test path

commit f0bca66d45f5efc8310edf938ee662f091ef10b8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 15 19:02:08 2021 -0500

    🐛 Fix LCD_COL_X_RJ

    Followup to #22471

commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Fri Aug 13 05:40:52 2021 +0200

    🚸 Fewer CRs in settings report (#22560)

commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326
Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com>
Date:   Fri Aug 13 12:26:26 2021 +0800

    🐛 Fix some BTT SKR2 pins (#22558)

commit 65e39116cb1f2cc914125654bb4f83b12892fb55
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 11 18:19:55 2021 -0500

    🔨 Use zip link for MarlinSimUI

commit 0c97a2afdc700caa5f55e6d148df25ece8576900
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Thu Aug 12 00:58:28 2021 +0200

    🐛 Fix M575 port index output (#22553)

commit 9c19d4705ebd67e6769853d86b6237086a5426aa
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 10 23:49:56 2021 -0500

    🎨 Tweak M73 condition

commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Aug 12 11:06:09 2021 +1200

    🚸 Better error for MOTHERBOARD not defined (#22551)

commit c612b56bc101ce66d45e85b255bf74e85df7bc4f
Author: luzpaz <luzpaz@users.noreply.github.com>
Date:   Tue Aug 3 20:02:34 2021 -0400

    🐛 Spellcheck comments (#22496)

    codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint

commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753
Author: ldursw <37294448+ldursw@users.noreply.github.com>
Date:   Sun Aug 1 00:42:26 2021 -0300

    🔨 Fix (RRF E3) RX/TX buffer size override (#22475)

commit 2a323d0a8ebea712183b65aa76f1ac9f39692133
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Wed Aug 11 21:00:47 2021 -0500

    🐛 Fix Ender-3 v2 language init (#22550)

commit c544711f14fe65638508cfc2408e870f74b8a5c6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 31 05:32:13 2021 -0500

    🚚 Relocate and adjust DWIN E3V2 (#22471)

commit a348f8e02cae7c296700e25155775a1604537413
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 19:39:38 2021 -0500

    🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes

    Fixes #22466. Regression from #22377.

commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b
Author: ellensp <ellensp@hotmail.com>
Date:   Fri Jul 30 11:25:06 2021 +1200

    📝 Document DGUS display options (#22443)

commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Aug 13 18:49:27 2021 -0500

    🎨 Update HAL/STM32 wrappers

    Followup to #22537

commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 10 02:53:28 2021 -0500

    🚸 Set M122 interval only with S0 or Pn

commit eafd0ed7656586d6eef4364afb314d46c5a4428d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 10 02:39:50 2021 -0500

    🐛 Use delete [] for new []

commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 9 16:07:15 2021 -0500

    🐛 Fix CoreXY plus extra axes

    See #22490

commit 166324fc7b12119d5deded9ff51188bd6cba3173
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Wed Jul 14 21:13:08 2021 -0600

    🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530)

commit 3924545912f3379f291355797a361c9e58c3840f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Aug 8 19:45:51 2021 +1200

    ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498)

commit 86e78410d6e1a36c74d9ab502a622fa2825931d3
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Mon Aug 9 04:37:27 2021 +0200

    🚑️ Init FastIO before anything else (#22508)

commit 157c60c93bb79ff2e35dd5c6877da75615008884
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 02:12:48 2021 -0500

    🌐 Level Corners => Bed Tramming

commit d7f3228ec6170c64a4caf64b965a8a59c528258e
Author: George Fu <nailao_5918@163.com>
Date:   Sun Jul 25 16:40:43 2021 +0800

    🔨 Fix FYSETC S6 envs (#22421)

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

commit c56ac0c34a0cad9177e87951aae4071d73cdac68
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 02:19:30 2021 -0500

    🎨 Misc. Cleanup

commit e71fa2b64982fa949125e3056308b6bc010de3ee
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 03:58:16 2021 -0500

    🎨 Add DWIN_StatusChanged_P

commit fefde2a6448c5e5296095fe1525dc76cfe2238b0
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Aug 5 23:24:20 2021 -0500

    🐛 Fix fan index for Singlenozzle, chamber fan

    Fixes #22512
    Followup to #19152, #19519

commit a668a9d302ff92f413360aff664675f52ed99650
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 8 21:31:10 2021 -0500

    🏗️ Define HAL_STM32 for HAL/STM32 (#22537)

commit e3c294dc9b379d80d59857c07428534ae33c408b
Author: Jason Smith <jason.inet@gmail.com>
Date:   Sun Aug 8 19:25:17 2021 -0700

    🐛 Fix some Simulator on Windows issues (#22516)

commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97
Author: Chris Pepper <p3p@p3psoft.co.uk>
Date:   Thu Jul 22 01:01:23 2021 +0100

    ✨ Simulator HAL and build targets (#22418)

commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a
Author: mks-viva <1224833100@qq.com>
Date:   Sat Aug 7 22:17:43 2021 -0500

    📌 MKS pins for PSU_CONTROL (#22528)

commit a4cd654e485e9b69f88ee8c50f331d635c228704
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Aug 7 08:54:02 2021 +1200

    🐛 Fix MKS 'USB Flash MSC' environments (#22515)

commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c
Author: mks-viva <1224833100@qq.com>
Date:   Sat Jul 31 00:47:30 2021 -0500

    ✨ MKS Monster8 board (#22455)

commit a36a6685aec273ff7753f0055466199436abe91b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 2 17:08:35 2021 -0500

    🐛 Fix up endstop flags (#22487, #22525)

commit 83b8a0f2acef4c5cb01a075aac9a911688a97433
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Mon Aug 2 07:13:57 2021 +0200

    🐛 Followup to 6 linear axes (#22482)

commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246
Author: Grayson <mxpklx@gmail.com>
Date:   Sat Jul 31 22:55:22 2021 -0500

    🐛 Fix G38 with probe on Z_MIN (#22452)

commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 1 14:28:53 2021 -0500

    ✨ M256 LCD brightness (#22478)

commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sun Aug 1 21:43:31 2021 +0200

    🔨 Offset/encrypt/rename for Maple STM32F1 (#22477)

commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Aug 5 00:19:21 2021 -0500

    🚸 Fix BLTouch spelling

commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Thu Aug 5 06:47:31 2021 +0200

    🚸 Prevent M42 unintended pin change to output (#22493)

commit b567717762a0fe652d717981a5cb2156bb687818
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 4 16:37:02 2021 -0500

    🐛 Prevent ABL G29 setting a funky feedrate

    See #22472

commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Aug 4 08:14:54 2021 +0200

    🐛 Fix Longer3D STM32 boot, add Maple test (#22473)

commit ac64d6915f9914948cf76d7b530406329801fd3a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 4 17:01:42 2021 -0500

    🐛 Fix report_a_position ABC criteria

commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Fri Aug 6 22:51:10 2021 +0200

    🎨 Fix "'EEPROM' unused" warning (#22511)

commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 8 01:24:15 2021 -0500

    💚 Fix tests for new sanity-checks

commit eba0ae4ee13d89713a81e6ace1b3446466b8a203
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 7 16:06:51 2021 -0500

    🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE

    See #20649

commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 7 15:59:00 2021 -0500

    🔧 Sanity-check Mixing plus Disable Inactive Extruder

    See #22166

commit a2759bc245ffcb965daf2c2a34e25515b684872a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 3 18:29:20 2021 -0500

    🐛 Allow SKR Pro CONTROLLER_FAN_PIN override

    Followup to #22411

commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd
Author: Bob Anthony <42719046+bob-anthony@users.noreply.github.com>
Date:   Tue Aug 3 23:45:08 2021 -0500

    🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504)

commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Aug 1 19:09:29 2021 +1200

    🐛 Fix sprintf_P compile error (Maple) (#22479)

commit ffde28428893452bd315bed8780bdeb23ce3f282
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 31 23:27:10 2021 -0500

    🎨 Adjust settings.cpp indent

commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sat Jul 31 06:49:12 2021 +0200

    🔨 Update Longer and Chitu envs (#22467)

commit 8e84d24737c8571173834041c1a570c76716ef16
Author: Malderin <52313714+Malderin@users.noreply.github.com>
Date:   Sun Aug 1 06:00:18 2021 +0300

    🐛 Fix custom menus on MKS UI (#22470)

commit 981191660d705f56fb2e8662b06e1d745f2e6fc0
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 23:05:53 2021 -0500

    🐛 Fix custom menus on TFT LVGL

    Fixes #21423. Regression from #18177.

commit 245b6e0884e9f421230520789bd72f49b20e4720
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 22:43:58 2021 -0500

    ✅ Custom logging for MBL

commit c7530719615b37eb7f901135b4fb2d94ad30dda8
Author: ellensp <ellensp@hotmail.com>
Date:   Sat Jul 31 12:50:22 2021 +1200

    🐛 Fix DGUS displays compile (#22464)

commit 22ef6362ae3180e4265f5063045b530efbd5ae14
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 19:39:38 2021 -0500

    🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475)

    Fixes #22466. Regression from #22377.

commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jul 28 23:24:30 2021 -0500

    🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN

commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814
Author: mks-viva <1224833100@qq.com>
Date:   Wed Jul 28 21:56:22 2021 -0500

    📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453)

commit fbb5732dee4ba9f803ac873206421877f8ba7b9f
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 28 16:28:15 2021 +1200

    🐛 SAV_3DGLCD conditionals (#22447)

commit 90ed772590ac634e605797effee3ef5f13dc2243
Author: George Fu <nailao_5918@163.com>
Date:   Fri Jul 30 09:09:38 2021 +0800

    ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424)

commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 23:40:27 2021 -0500

    🎨 abs => ABS

commit eb8649ba42f86159bd51b1ee366bd3291c05aafc
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jul 23 16:02:39 2021 -0600

    📺 Fix and optimize FTDI Eve Touch Interface (#22427)

commit 99f917c02225e4a610d02807a4335d36bad7ef03
Author: vyacheslav-shubin <shubin-vv@krista.ru>
Date:   Wed Jul 28 22:55:04 2021 +0300

    🐛 Reset workDirDepth in cdroot() (#22441)

commit 55cf3bd5eed67e72e9359dff152615035816afd7
Author: borland1 <barryorlando@hotmail.com>
Date:   Wed Jul 28 15:45:32 2021 -0700

    🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450)

commit 776ededca44d6a04c4c23afe82a42065b966aee8
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 28 12:56:26 2021 -0700

    🐛 Fix SKR Pro bad directive (#22438)

commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Jul 28 06:30:41 2021 +0200

    🐛 Fix Longer3D SDSS / SD_SS (#22444)

commit f9809ca75aff3434fffaf26bba04106a973bb73e
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sat Jul 24 17:08:47 2021 -0400

    🐛 Fix delta calibrate manual move scale (#22430)

commit e402f43c028852c880e1acfb2632550daa949d0e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 24 15:55:45 2021 -0500

    🎨 NULL => nullptr

commit 2aad79fa15d5a51180270ed1afa44c7065576283
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 02:07:34 2021 -0500

    🐛 Fix some board names

commit 89e84fec61da126a7d59cad41f354d6219407034
Author: tome9111991 <57866234+tome9111991@users.noreply.github.com>
Date:   Fri Jul 23 23:47:38 2021 +0200

    📝 SKR E3 Turbo custom cable description (#22426)

commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb
Author: Luke Harrison <looxonline@gmail.com>
Date:   Wed Jul 21 07:43:33 2021 +0200

    🔧 Octopus SPI display pins, fix USB build env (#22412)

commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7
Author: luzpaz <luzpaz@users.noreply.github.com>
Date:   Sun Aug 8 03:26:54 2021 -0400

    🎨 Spellcheck code (#22531)

commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 28 09:05:44 2021 +1200

    💚 Specify compatible Teensy @4.12 (#22448)

commit bc68664c3b198599c4ea4095313f79e78c01396a
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Mon Aug 9 04:37:27 2021 +0200

    🚑️ Init FastIO before anything else (#22508)

commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 4 16:48:06 2021 -0500

    🚸 Ask for bed leveling on bug form

commit 35df24e1cbf5b71166580f28389a7c4bd7f54120
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 23:41:48 2021 -0500

    🐛 One-based G35 point index output

commit 74b0133bc911676bf8af6cc2f8a43429993faf64
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 19:55:04 2021 -0500

    🐛 Fix 5-axis no extruder compile

    Fixes #22446

commit 12581bcc44f959b9aa015f082ac9069113a4939f
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 19:34:49 2021 -0500

    🐛 Fix 3-point leveling position

    See #22457. Fixes a G29 regression from #19112.

commit c7c56ac45f9120b7d972d21427312e5282f82606
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 22:59:33 2021 -0500

    🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING

    Fixes #22250. Regression from #17460.

commit 603b65e843b98a5d2d7f8c8f64be3980656c0522
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Mon Jul 19 05:39:01 2021 +0300

    ✨ Laser support for TFT GLCD (#22391)

commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 20 23:35:56 2021 -0500

    🎨 BTT SKR Pro pins auto-assign (#22411)

    Co-authored-by: MarkusThur <83773817+MarkusThur@users.noreply.github.com>

commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 22:23:06 2021 -0500

    🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED

    Fixes #22295. Regression from #20241.

commit f8f68f9259cc486fd36147f4f9d1e474940510dd
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jul 22 09:31:11 2021 +1200

    🎨 MKS Hardware Test followup (#22414)

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

commit 7773504afa546884f533fabefa1497547431bcdf
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jul 20 12:20:28 2021 -0700

    ♻️ Refactor STM32 ini files (#22377)

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

commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189
Author: VTXtruder <87478332+VTXtruder@users.noreply.github.com>
Date:   Tue Jul 20 23:27:19 2021 -0400

    ✨ Chitu3D V9 board (#22401)

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

commit 29dde9be2b9fb52641d4fa804b097852f69e68f4
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sun Jul 18 00:16:57 2021 +0200

    🐛 Fix Longer3D build environment (#22378)

commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jul 15 14:07:46 2021 +1200

    🔨 More HAL/STM32 targets (#22358, #22369)

commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 21 07:44:15 2021 +1200

    🐛 Fix STATUS_COMBINE_HEATERS compile (#22405)

commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Sun Jul 18 20:11:24 2021 -0500

    🐛 Fix Ammeter display on DOGM (#22384)

commit 61d0b082989d506b7e0716a792c104389cd6d8c1
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sat Jul 17 23:10:13 2021 -0700

    🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382)

commit b57f73a4883fc732b0c413e45d8614791bad4298
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 17 03:10:54 2021 -0500

    🎨 Add MMU2 enabled() accessor

commit 40b99d8084b235625ffe8701ce859219d52838c5
Author: Yash <76577754+yash-fn@users.noreply.github.com>
Date:   Tue Jul 20 14:51:41 2021 -0500

    🐛 Fix G2/G3 angular motion calculation (#22407)

commit c944e4fc6009cfc6e11f97b63f6ea817b8470071
Author: vyacheslav-shubin <shubin-vv@krista.ru>
Date:   Tue Jul 20 23:12:08 2021 +0300

    🩹 Init var to suppress invalid warning (#22396)

commit eebab93358427b3b95b4d38dedbbb8aaaba977b8
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jul 18 18:24:27 2021 -0700

    🐛 Ensure Software SPI pins for Max Thermocouple (#22389)

commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 18 19:56:28 2021 -0500

    🐛 Change font for selected language (#22381)

commit e190684fe6ae4bf1a885508dbf39a6477ad274a5
Author: Roxy-3D <Roxy-3D@users.noreply.github.com>
Date:   Mon Jul 19 18:59:06 2021 -0600

    🐛 Fix UBL G29 J - Vector3 regression

commit 69c1e79c302e936d15957a98795afc8d57495ab6
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jul 20 13:13:25 2021 -0700

    🐛 Fix BTC_SAMPLE_RES sanity check (#22394)

commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Jul 20 12:54:02 2021 -0700

    🎨 Fix unused lambda warning (#22399)

commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b
Author: Malderin <52313714+Malderin@users.noreply.github.com>
Date:   Mon Jul 19 05:21:51 2021 +0300

    🐛 Fix MKS UI compile (#22388, #22395)

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

commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d
Author: squiddity <squiddity@users.noreply.github.com>
Date:   Sat Jul 17 22:50:39 2021 -0700

    🐛 Fix M913 typos (#22385)

commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 18 00:45:17 2021 -0500

    🐛 No translated serial strings

commit 6e7c20e78e1036140d9e076f71759e35f91300e2
Author: mks-viva <1224833100@qq.com>
Date:   Thu Jul 15 20:57:34 2021 -0500

    ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368)

commit 165ae139d51b617295c2302f39c09edb0f0b0dd6
Author: Cytown <cytown@gmail.com>
Date:   Sat Jun 26 03:50:09 2021 +0800

    🎨 Power-off tone followup (#22222)

commit 42eb2347d4c9cc64220322e10046ad275ec7a04e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 9 22:24:43 2021 -0500

    🎨 Strip trailing whitespace

commit 3ab67898070c4422e454627e2836ab3b821bcf55
Author: mks-viva <1224833100@qq.com>
Date:   Fri Jul 9 17:59:36 2021 -0500

    ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285)

commit 5054dc6ea2883095f081971cb267090b7756db97
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jul 6 17:36:41 2021 -0700

    🐛 Redundant Temp Sensor followup (#22196)

commit ee54cd4bd7e36284e4bc974e297834fb31ed466e
Author: lujios <83166168+lujios@users.noreply.github.com>
Date:   Tue Jul 13 02:19:29 2021 +0200

    ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899)

commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b
Author: Cytown <cytown@gmail.com>
Date:   Wed Jun 30 01:58:11 2021 +0800

    🚸 Retain power during Pause (#22227)

commit fef76a76a3275cf59bdf085b29d7d02168e61903
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 14 19:44:51 2021 -0500

    🔨 Consolidate STM32 extra_scripts (#22365)

commit a5459a68a69d255456b477dd134cba88a8d4f06f
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 14 00:03:24 2021 -0700

    💡 Update FLYmaker comments, URL (#22355)

commit b44d4746c8c039effc7513c6a5ca2917e9a18691
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 14 15:55:24 2021 -0700

    🩹 FLYmaker FLY Mini followup (#22364)

    Followup to #22355, #22356.

commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 14 18:57:26 2021 +1200

    ✨ FLY Mini for stm32duino (#22356)

commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Wed Jul 7 04:10:40 2021 +0200

    ✨ DWIN LCD for BTT SKR Mini E3 (#22288)

commit ee640816968b95ee14c3eaafbc0572df9f4dcee1
Author: Mihai <mihai-dumitresq@users.noreply.github.com>
Date:   Wed Jul 7 07:10:35 2021 +0300

    ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271)

commit a35c234ce1f75b042c23402fda0426a7257c388b
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Thu Jul 8 00:41:33 2021 -0400

    🐛 Fix redundant heater / sensor pin assignments (#22309)

commit 5026797310b19618150d6010fd9cc4b57aae9a49
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Mon Jul 12 00:22:08 2021 -0500

    🏗️ Allow headless Flow Meter (#22234)

commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Wed Jul 14 02:34:18 2021 -0300

    ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354)

commit 8cf15e85463361289820b240d0de527d47852992
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Wed Jul 14 16:56:02 2021 -0700

    🎨 Call millis() once in manage_inactivity (#22363)

commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9
Author: Skruppy <skruppy@onmars.eu>
Date:   Fri Jul 9 04:55:34 2021 +0200

    🐛 Fix AVR DELAY_US int overflow (#22268)

commit 6d191d12c9dbf1bf0844445ff02797ff98028b32
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 29 16:25:37 2021 -0500

    🔨 Clean up build scripts (#22264)

    * Add 10K to marlin_blackSTM32F407VET6 (typo?)
    * Document custom build scripts.
    * Add a Robin common build script.
    * Extraneous .ldscript specifiers

commit e213246ab998239c21bbc55983b79f28b4f848ce
Author: bilsef <bilsef1@gmail.com>
Date:   Thu Jul 15 18:59:52 2021 -0700

    ✨ M115: Axis Count (#22219)

commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jul 14 18:51:58 2021 -0500

    🎨 Minor cleanup of TFT/FSMC pins

commit 87cc3873212918c30cf6a0b94ad52e93248f56c7
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Thu Jul 15 17:32:40 2021 -0400

    🐛 Fix Filament Change menu (#22370)

    Followup to #22277

commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Wed Jul 7 21:45:15 2021 -0700

    🐛 Fix Einsy RAMBo FAN1_PIN (#22305)

commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 17 00:21:17 2021 -0500

    📝 Tom's 3D Forums discontinued

commit a0704cb14ff6805a1d3eef470cf2bba87de72afc
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 14 12:32:21 2021 +1200

    🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348)

commit cad2f69687c1720a1ddb5be14732c2325eab527b
Author: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com>
Date:   Tue Jul 13 08:17:28 2021 +0800

    ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109)

commit 31fbec9a00f49818b6a82c283349167c40260cc2
Author: mks-viva <1224833100@qq.com>
Date:   Tue Jul 13 19:14:34 2021 -0500

    🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340)

commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jul 14 02:14:55 2021 -0500

    🐛 Fix SD pins for MKS Robin Lite

commit bc459a76f40a86e0c25e75d3e3b4054a3db98436
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon Jul 12 22:52:17 2021 -0500

    🐛 TM3D fixes and improvements

    Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>

commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Mon Jul 12 18:35:00 2021 -0600

    ⚡️ Fixes to FTDI Eve Touch UI (#22347)

commit 24f0613b9f14cd5a88bde851597104a1c6997abd
Author: ellensp <ellensp@hotmail.com>
Date:   Mon Jul 12 17:15:48 2021 +1200

    🎨 Optional Custom Button description (#22336)

commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Sun Jul 11 20:45:47 2021 -0500

    🔨 Update LPC176x platform to 0.2.8 (#22333)

commit f76b063e58624d477c17a082d471aea3ef7b3197
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 11 18:25:51 2021 -0500

    🚸 M666: Fix value filter, add report (#22337)

    In reference to #22325

commit c746b1a2ae3573895b24fbc8c37015736469f39c
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 11 13:18:16 2021 -0500

    🚸 Limit LCD delta endstop adjustment like M666

    In reference to #22325

commit be13220e32c2a79761224e16925436b9ae87bf48
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Fri Jul 9 19:24:14 2021 -0400

    📺 ExtUI pause state response (#22164)

commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 9 17:09:58 2021 -0500

    🎨 Check flags without ENABLED

commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Fri Jul 9 23:07:55 2021 +0200

    🌐 Update French language (#22323)

commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c
Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com>
Date:   Thu Jul 8 06:44:07 2021 +0200

    🌐 Update Hungarian language (#22307)

commit 573b8a62d9c189576b79773b9c54606c387d634a
Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com>
Date:   Sat Jul 10 04:06:10 2021 +0800

    🐛 Fixes for BTT Octopus (#22314)

commit eafb94e72d99c9c906bfd806c87684243e193aeb
Author: Skruppy <skruppy@onmars.eu>
Date:   Sat Jul 10 01:25:47 2021 +0200

    🐛 Fix HAS_KILL && SOFT_RESET_ON_KILL soft reset button logic (#22269)

commit 69b44c2309d859865d4724cb8e323a13ba535d3c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 9 16:02:27 2021 -0500

    📌 Require U8glib-HAL@~0.5.0 (#22324)

commit e9a1c10b34b5a23815285ee068112395dca17fbe
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Thu Jul 8 21:48:11 2021 -0700

    🐛 Fix manage_heaters recursion on servo move (#22313)

    Followup to e297748b22

commit 304a926b0a2c5f9edb8adac93557758115d6b004
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 6 20:42:38 2021 -0500

    👷 Bump date on /Version.h

commit 1bb61f27e98029f19abab5deaeedcbf062887bc9
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Tue Jul 6 19:32:08 2021 -0600

    📺 Assorted small FTDI Eve Touch UI fixes (#22273)

commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Wed Jul 7 03:55:31 2021 +0300

    🌐 Update Russian and Ukrainian (#22290)

commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 6 19:54:02 2021 -0500

    ♻️ Fix up and use YESNO_ITEM macros

commit ed14d14819625a98753aa715821339e4f5a0ec73
Author: ldursw <37294448+ldursw@users.noreply.github.com>
Date:   Tue Jul 6 21:50:01 2021 -0300

    🐛 Fix Maple / STM32 serial buffer (#22292)

commit cae391bb484f5e141de07335f7bf97a91aa5e297
Author: George Fu <nailao_5918@163.com>
Date:   Wed Jul 7 08:40:11 2021 +0800

    🔨 FYSETC S6 small bootloader target (#22207)

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

commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a
Author: Cytown <cytown@gmail.com>
Date:   Fri Jul 2 08:37:44 2021 +0800

    🚸 Filament Change add confirm step (#22277)

commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de
Author: ellensp <ellensp@hotmail.com>
Date:   Fri Jul 2 09:27:27 2021 +1200

    🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276)

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

commit 4235e23c7b0b62c6962624e1375605a6b5e575be
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 30 21:58:25 2021 -0500

    📝 Update Z_SAFE_HOMING description

commit cd01421ac32041c7f775ec37dd8d00b29a5d335b
Author: Glought <Glought@users.noreply.github.com>
Date:   Tue Jun 29 10:35:22 2021 -0700

    🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259)

commit aa13c7845812a3bd025437f03a5cf376eb975ee4
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jun 29 10:30:55 2021 -0700

    🐛 Fix ExtUI 'lcd_clicked' definition (#22257)

commit b1c5dd985e6cfc46c0cb0aa70c7dd681a2e9d3d5
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Mon Jun 28 18:43:05 2021 -0700

    🐛 Fix PTC/BTC whole number tests (#22255)

commit 3109a297d6e48d31ac2a23aedf0b919b63e2df4d
Author: tome9111991 <57866234+tome9111991@users.noreply.github.com>
Date:   Mon Jun 28 19:08:37 2021 +0200

    ✨ Ender-3 V2 Display for SKR E3 Turbo (#22229)

commit b878127ea04cc72334eb35ce0dca39ccf7d73a68
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 11:54:33 2021 -0500

    Marlin 2.0.9.1

commit 6ea6556d0989f6ef08ef169f513760c062de35bb
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 27 22:30:11 2021 -0700

    🐛 Use setTargetHotend in menus (#22247)

commit 2b37a71eba99101aa79c59148d73f85ac0bc4e0f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 00:33:44 2021 -0500

    ♻️ Refactor status screen timeout

commit e3ae76d76d10427d95e0926781ca1153043936c1
Author: Cytown <cytown@gmail.com>
Date:   Sun Jun 27 00:21:34 2021 +0800

    🚸 Expand box in draw_boxed_string (#22209)

commit b24508907e0e270eec764543997ac568da28a7ba
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 27 21:02:11 2021 -0700

    🐛 No HOTEND_LOOP with EXTRUDERS 0 (#22245)

commit ec3daadf4372df419f906145aed8a37056619169
Author: Sébastien Gariépy <46988275+BeePerNet@users.noreply.github.com>
Date:   Sun Jun 27 17:44:49 2021 -0400

    🌐 MSG_MOVE_100MM (#22242)

commit ae76011e751c01711a877c60a678b82115179ac7
Author: Cytown <cytown@gmail.com>
Date:   Mon Jun 28 01:39:09 2021 +0800

    🐛 Fix wide glyph characters display (#22237)

commit 34066c1717cf03039d3a80ca99dc487550a22645
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 11:54:28 2021 -0500

    📝 Update probe heating value

commit 19fe3d5e79863f817daadbefe74dbcfc01ab301c
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 23 06:42:24 2021 +1200

    🚸 MarlinUI Move Z >= 1000 (#22192)

commit ec518e6e7bc57ec3b41441acb751aa363792bfd6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 26 14:28:50 2021 -0500

    🎨 Small tweak, ms => now

commit 003ce25acfd64a83696609eed95699c7c7dff061
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 26 14:01:47 2021 -0500

    🎨 Format onboard_sd.cpp

commit 3e5d867276e4e8bf80657ecd2f8a73ccf38eb73f
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 27 06:28:56 2021 +1200

    🐛 Fix Z_MULTI_ENDSTOPS + NUM_Z_STEPPER_DRIVERS 4 compile (#22203)

commit b1bcb387fa191250c916b14f19ebc1753d0ae30c
Author: cr20-123 <66994235+cr20-123@users.noreply.github.com>
Date:   Sat Jun 26 14:17:18 2021 -0400

    ✨ Update/extend Quiet Probing (#22205)

commit 0fbd8c52bbec83e4bd0b6f772d42a495c36076a1
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 27 04:32:51 2021 +1200

    🔧 Fix E.S.T. sanity-check errors (#22224)

commit 08895e6cb046614c2e13c2df024c0fb460b7ba9f
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jun 25 22:38:27 2021 -0600

    🎨 Fix and improve FTDI Eve Touch UI (#22223)

commit 38e775496aff8c9c3af3f60b33b0ede2820c490b
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jun 25 14:12:21 2021 -0700

    📝 Update TMC SPI endstops comment (#22221)

commit 47631167f9ee6a67f655e32fadd7a88c5ad18ddc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 25 14:44:51 2021 -0500

    🐛 Trigger existing endstops on G38 hit

commit 185e0dc7b7db2d6030810cb27d50cbaade658d2f
Author: bwspath <bwspath@gmail.com>
Date:   Thu Jun 24 22:27:54 2021 +0200

    🐛 Fix Octopus build on case-sensitive FS (#22206)

commit bcf6ca59dff2f858f410ed995c9c91e20b465852
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Tue Jun 22 21:48:56 2021 +0300

    🌐 Update Russian language (#22193)

commit 1ba694cebb8cb392b89adfedec0898b236755a37
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Mon Jun 21 15:38:28 2021 -0600

    🎨 Fix and enhance FTDI Eve Touch UI (#22189)

commit 906fa05bd69ee5de18e4c083bda408699e296676
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 21 16:31:41 2021 -0500

    🐛🌐 Fix extra axis translations

commit 651f15f833d84a40d983fa7825b782fef731d8e8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 21 16:24:50 2021 -0500

    🎨 Cosmetic cleanup

commit ef41c1f452c03eff94a2dc693e25db4af2c07d94
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Mon Jun 21 13:36:06 2021 -0700

    🐛 Fix IJK axis references, E stepper indices (#22176)

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

commit 8050813d32402336eabf43152dd0e0ef76a54247
Author: Grumpy <dfouche8@gmail.com>
Date:   Tue Jun 22 08:12:39 2021 +1200

    🐛 Fix dual Neopixels (#22174)

commit 25e7e2fce05531b40a4753d138e7e00266f00efd
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 22 08:09:21 2021 +1200

    🐛 Fix heater display options/compile (#22185)

commit a0f7f0e9e21b23577695609519d7216dd2f37c43
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 20 22:49:57 2021 -0500

    🐛 Fix compact sensitive pins array (#22184)

commit f3e0bc7a4b35ec0af3734029b170527f65f5c824
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Mon Jun 21 06:48:06 2021 +0300

    🌐 Update Ukrainian language (#22183)

commit 49ff1e837ace76c852baf11dbf8ff4f38df43f32
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Mon Jun 21 05:45:26 2021 +0200

    🌐 Update Italian language (#22182)

commit 4f8191b4818b97bd20eb9db2042dc07c97cce6cc
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sat Jun 19 11:44:28 2021 -0700

    🐛 Redundant Temp Sensor followup (#22173)

commit 927a1a17384b649c2cd56fc2ded7aba8392b3781
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 20 01:19:09 2021 -0500

    🐛 Fix LCD define typos

commit f2f23e80974b271a30cbf9de3397f0e58d9de7fb
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 19 14:09:09 2021 -0500

    🎨 Cosmetic changes for G28

commit cce585f6ca2235d0a534e8f3043d6d502b3bd93b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 18 13:12:55 2021 -0500

    🐛 Define 'HEAD' axes for Markforged

    Fixes #22167

commit 5bfb465ab4735aa3d5fa6c8d359331e0f2399902
Author: Ari-SSO <85907917+Ari-SSO@users.noreply.github.com>
Date:   Thu Jun 17 21:34:40 2021 -0300

    🚸 Include 'H' value in M412 report (#22138)

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

commit ce7bbafb8fafde75fee64e526700f9551e5564de
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Wed Jun 16 23:15:16 2021 -0700

    💡 Add G28 L description (#22144)

commit 5ffc4bfe3a14cf8e280d78a11b0c19d06c20ace4
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 17 17:39:48 2021 -0700

    🐛 TFT encoder pin for BTT GTR (#22162)

commit 3ecc99e95d8c25bec2342d2ec65d49a081ef4de8
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Thu Jun 17 22:46:59 2021 -0500

    🐛 Fix Air Assist (#22159)

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

commit f22c5d3cc6f42c955f212afa6c668469f7938193
Author: gjdodd <31553294+gjdodd@users.noreply.github.com>
Date:   Fri Jun 18 01:37:27 2021 +0100

    🩹 Extruders 0 patch for PWM Motor Current (#22163)

commit d8df8e0eed63c4b56f9b1221569d38654eff4948
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 17 02:58:48 2021 -0300

    🐛 Fix env validation for 1280/2560 boards (#22150)

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

commit e38958f256e698ab5afd3b775d1fe1e2d93fcb65
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 17 02:49:42 2021 -0300

    🐛 Fix MKS Robin E3 build (#22149)

commit d7c77403fd8373c7b4bfb6a4fa6d6f25c1ff9feb
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 15 00:44:32 2021 -0500

    Marlin 2.0.9

commit c8898b5ca0db66c66a51f9d711591ab51a41fcc7
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 15 11:45:54 2021 +1200

    ✨ Redundant Part Cooling Fan (#21888)

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

commit 781257bc64d74b31d7730e473ef6ca09454462aa
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 14 18:44:27 2021 -0500

    🐛 Prevent stepper sleep during long UBL idle (#22137)

commit dec083dcc122ce2e3df2a41a1297aabadcd11484
Author: qwewer0 <57561110+qwewer0@users.noreply.github.com>
Date:   Mon Jun 14 23:52:42 2021 +0200

    ⚡️ Home Z (and maybe XY) at the start of G35 (#22060)

commit cdd95074935074c4afa1f467ef16c9e9c0325bfa
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 15 09:43:50 2021 +1200

    🚑️ Prevent BFT unaligned compressed data corruption (#22134)

commit dba877311e28829dae24da30807b430bfba19faa
Author: Bo Herrmannsen <bo.herrmannsen@gmail.com>
Date:   Mon Jun 14 11:28:13 2021 +0200

    ✨ Extruder with Dual Stepper Drivers (#21403)

commit 31fd3be6eba02e96f1e093990d5f8ef09dad617b
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Mon Jun 14 04:24:49 2021 -0300

    🔥 Remove Chitu default Touch Calibration (#22133)

commit 2b4284df81db484649b42ddf291031fb6c8e5c58
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Mon Jun 14 02:39:16 2021 -0300

    ✨ MULTI_VOLUME for Color UI and MarlinUI (#22004)

commit d84e2d6e2908f34b08613b95c28726f5c330134a
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sun Jun 13 23:08:46 2021 -0400

    🎨 ExtUI "user click" and other tweaks (#22122)

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

commit 56355159c66af615ef1a778a3c786e70cd4289b5
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 13 22:47:38 2021 -0300

    🐛 Include common TFT driver macros (#22125)

commit a7135d429b1f0f7811610732b023064a85bd367e
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 13 18:43:43 2021 -0700

    🐛 Fix UBL 'R' parameter and adjust 'P' (#22129)

commit 3b0a40cd5d46c1a3f8c7a7bb2ae93a3f274cfd2f
Author: Sola <42537573+solawc@users.noreply.github.com>
Date:   Mon Jun 14 09:31:38 2021 +0800

    🐛 Fix ExtUI/DGUS Celsius display (#22121)

commit 83c74802f89be2c3252a710960aee7bcf4469afe
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jun 13 20:19:43 2021 -0500

    🎨 General cleanup of extui/dgus

    In relation to #22121

commit adc17933cddcd21b359708f3db4b08ace23331ab
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 13 21:01:53 2021 -0300

    🔨 Fix Serial+MSC for _USB envs (#22116)

commit 68c52673d6a9cae0e1b9d8e36df1bf31a833a7e5
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 13 14:56:18 2021 -0700

    🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130)

commit 2aa35577f279ef189fb8ff9cb921d1d79e426987
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 13 15:43:33 2021 -0500

    🏗️ Refactor build encrypt / rename (#22124)

commit 14ffc66c45d73f9e62a4180aa2dc4bf3079a84e4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 12 16:28:30 2021 -0500

    🩹 Use `#pragma once` in pins files

commit 2ea0832e0fb20b5c210bcaa9315b8182b5ca8359
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 12:31:24 2021 -0500

    📝 Number SKR EXP headers

commit ab050878e91c8e7002836d85e286817d8dec774a
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 12:30:29 2021 -0500

    🎨 Clean up LPC1768 SPI init

commit 707a04022e658bd7d3224af71545f1a6cc712af7
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 11:40:35 2021 -0500

    🔨 Remove obsolete ON_BOARD_SPI_DEVICE

commit d12c35779355044fab117c739c70ea78dcedfe2f
Author: mrv96 <mrv96@users.noreply.github.com>
Date:   Sat Jun 12 18:19:37 2021 +0200

    🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123)

commit ddf8668e16aeac2ed487e8784c218e1cbd2880d5
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 11 19:29:59 2021 -0500

    📝 Describe G12 XYZ

commit 3491e49c5f4d9bb5cce260ef51269b715761b4d5
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Fri Jun 11 18:13:22 2021 -0300

    🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087)

commit d322e495b296be5ad6922d419a4cba2ef08b697c
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Fri Jun 11 13:51:29 2021 -0700

    ✨ More flexible redundant temp sensor (#22085)

commit 5d80f7006a32bbf4b56dcb2c88388782a8e26ffa
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 10 14:09:29 2021 -0700

    🔨 Envs for BTT SKR Mini with RET6 (512K) (#22050)

commit 3e7a9e5d2011eb7315e8765f2a8c3267fd2d3363
Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com>
Date:   Thu Jun 10 23:05:07 2021 +0200

    🌐 Update Hungarian language (#22083)

commit 33e8769226f0d994a73dea33cec3e1488cc8f249
Author: grauerfuchs <42082416+grauerfuchs@users.noreply.github.com>
Date:   Thu Jun 10 17:04:18 2021 -0400

    🔨 MightyBoard envs for A.B.M. (#22100)

commit 59842edbcb46b6cc8f30807bdc9ef5fbe79bd7fa
Author: Radek <46979052+radek8@users.noreply.github.com>
Date:   Thu Jun 10 19:51:07 2021 +0200

    🔧 EEPROM options for BTT SKR 1.4 (#22092)

commit 507e1e436e7f45078c61e79026d64c55598fd707
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Thu Jun 10 02:17:39 2021 -0600

    🎨 Fix and improve FTDI Eve Touch UI (#22093)

commit b27447ef484b86d573e7ba60960df2f008df37d4
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 10 19:09:52 2021 +1200

    🔧 Enforce BLTouch settings (#22086)

commit c9a3ba99be5e45b880387aa28577c10a9875b459
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 10 02:05:04 2021 -0500

    🎨 Adjust some conditionals

commit 967942460ecfa952cd39b055cf9fd6cb968f51ea
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 8 19:55:27 2021 -0500

    ⚡️ Optimize Sensitive Pins array (except STM32) (#22080)

commit bfa257902ec4b0c96e642b4ee54f6e75de546255
Author: Kyle Repinski <MWisBest@users.noreply.github.com>
Date:   Tue Jun 8 18:56:16 2021 -0500

    🐛 Fix small/huge I2C EEPROM address (#22081)

commit 3f103c91f0e206bf3911bcc884d1dfaa8f2dd38b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 8 07:51:28 2021 -0500

    🎨 Laser Ammeter followup (#22079)

    Followup to #21835

commit 2fd9971f413bf4d34da5c3de9fc57c31ebcf6a4f
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Mon Jun 7 14:15:09 2021 -0500

    Add Laser Based I2C Ammeter Feature (#21835)

commit a3063a939243acefec606909ce8982fdabd848c4
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 8 07:09:12 2021 +1200

    expose hidden BLTOUCH setting changes (#22069)

commit d8a02bbbdba39e3fcc6519d7fa8ddbc36f4ea967
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Sun Jun 6 22:26:42 2021 -0600

    🎨 Reorganize FTDI Touch UI variants (#22066)

commit 76d4a395d1a3d9d24f308ce6deb19c8767f04105
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 21:21:14 2021 +1200

    🩹 Fallback ID for MKS TS35 V2.0 (#22031)

commit c515bfb5fbb860d13daea84dfde6cb9d54662d20
Author: 7FM <41307817+7FM@users.noreply.github.com>
Date:   Sun Jun 6 09:56:24 2021 +0200

    👽️ Include <EEPROM.h> in STM32 (for now) (#22054)

commit 83430be580071acd35617e99f0fb23814993d04b
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 19:50:14 2021 +1200

    📦️ Malyan M200 with HAL/STM32 (#22052)

commit 9bd9f91722f9ae917a98bf8c148cadc84e885a6e
Author: George Fu <nailao_5918@163.com>
Date:   Sun Jun 6 14:37:52 2021 +0800

    📌 Update FYSETC E4 to espressif32@2.1.0 (#22049)

commit e6ef43e51a90e25ecbe24e766d32c046a9dbbdf3
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 6 02:59:19 2021 -0300

    ⚰️ Remove obsolete CUSTOM_SPI_PINS (#22058)

commit 16bca67f2deaf1d53bd7c1d3515ffbfb01a65ef8
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 12:16:40 2021 +1200

    🔧 Check G29_RETRY_AND_RECOVER requirements (#21921)

commit d65eea550caf12edaa678bde375864060cc68713
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 5 17:08:10 2021 -0500

    🔧 FOAMCUTTER_XYUV moved to custom config

commit 46080b367af8fbdef0628fc21243fd115007a2b5
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Fri Jun 11 22:53:23 2021 +0200

    ✏️ Six Linear Axes followup (Fix M503) (#22112)

commit 317afae37c5927ec6c4e6118a9e4d64dd8b757e3
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Thu Jun 10 02:08:42 2021 -0600

    ✏️ Six Linear Axes followup (typos) (#22094)

commit 930a6082362c3bef59aee27d72f0611b72ccbded
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 9 10:43:39 2021 +1200

    🎨 IJK auto-allocation (#22075)

commit 6e3c45580ce415bb27774bc0b707fec7da54943b
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Mon Jun 7 06:23:23 2021 +0200

    ✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068)

commit e3df7d7bc8188994cc49879da9556222db935252
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sun Jun 6 08:30:39 2021 +0200

    ✏️ Followup to Six Linear Axes (#22056)

commit c1fca911036af3ca868caea7556a630044ae4a77
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sat Jun 5 09:18:47 2021 +0200

    🏗️ Support for up to 6 linear axes (#19112)

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

commit d3c56a76e73f8e126f1cf579f552e671efa9005b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 20:23:37 2021 -0500

    ♻️ Patches for Zero Extruders (with TMC)

commit 4194cdda5bb01171b2523038d568de670a8f0461
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 24 16:38:57 2021 -0500

    ♻️ Refactor Linear / Logical / Distinct Axes (#21953)

    * More patches supporting EXTRUDERS 0
    * Extend types in prep for more axes

commit f5f999d7bf56c03fd95455902e75cff873139500
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jun 4 23:35:05 2021 -0600

    📺 Fix and enhance FTDI EVE Touch UI (#22047)

commit b4b607681c19aff8c067f70c970f9ae755b1e059
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jun 4 21:56:18 2021 -0700

    ✨ BigTreeTech Octopus V1.1 (#22042)

commit 1e75eba27bd439d805d9de3e3c2194c2bfc3e42e
Author: ellensp <ellensp@hotmail.com>
Date:   Sat Jun 5 16:51:17 2021 +1200

    🐛 Fix STM3R / BEAST envs (#22028)

commit f3f3d202accf2c36e348c5e08fae82981d74c872
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sat Jun 5 01:49:00 2021 -0300

    📦️ STM32F103RE_btt(_USB) with HAL/STM32 (#22040)

commit c90fa530db2e6c98cfc8329ef36eda837b5ecc30
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 4 23:44:16 2021 -0500

    ✨ Update G34 for 4x Z steppers (#22039)

commit aeb8097cbc2b946cffe9813b5c8805c6943fd87d
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sat Jun 5 00:01:06 2021 -0400

    🐛 Fix M140 print job timer autostart (#22046)

commit 04bea727877c931777d69b718482630c40bd86fe
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sat Jun 5 03:02:37 2021 +0200

    🐛 Fix MMU compile with >5 EXTRUDERS (#22036)

commit ce95f56ac8755eff188001e12c88e01ae8e65f0e
Author: ldursw <37294448+ldursw@users.noreply.github.com>
Date:   Fri Jun 4 00:38:10 2021 -0300

    🔨 MKS Robin E3 for HAL/STM32 (#21927)

commit aff45fd455dd34f06f7211e0ff29d4f4dd93c7a8
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 3 03:23:10 2021 -0500

    ✏️ Remove whitespace

commit c8f28d9d0906261749f8beabc645503fadb0cbc9
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 3 20:10:04 2021 +1200

    🐛 Fix Creality v4 servo timer (#22021)

    Followup to #21999

commit f3697e5e02cd9debb170f69250a1ac37bc338852
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 3 17:51:22 2021 -0700

    🔨 Consolidate BTT linker scripts followup (#22038)

commit 557ba20ff4f57f0311f92e74b20a031c1ffb3520
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 3 02:55:30 2021 -0500

    🔨 Consolidate BTT linker scripts

    Originally from #22022

commit dd0e5c26d15a188dca9f7c772f8058bffdda108c
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 3 19:40:16 2021 +1200

    🐛 Fix env:STM32F103RE maple/unified split-up (#22019)

    Followup to #21999

commit c9a3f41152d1cc5145993920f2594aef8e745089
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 17:09:47 2021 -0500

    📝 Update G61 comment

commit d13ffa0aba6e31095d08bd3ccbc1c970e1fb2a59
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 2 18:42:15 2021 +1200

    🔨 Creality v4 with STM32 HAL (#21999)

    - New STM32 env for Creality V4 boards.
    - Separate Libmaple targets into their own `ini` file.
    - Temporarily remove unusable targets from `pins.h`.

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

commit fb0be2960408c08de09ecba4253c65f50e01b275
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 23:24:20 2021 -0500

    🔨 Move FLY_MINI env to stm32f1.ini

commit 7ca155077503cb2c62bf5ed739f9c6a2280a1cd9
Author: hannesweisbach <hannesweisbach@users.noreply.github.com>
Date:   Wed Jun 2 06:20:47 2021 +0200

    ✨ TMC Driver distinct baudrates (#22008)

commit 665a71b471476b7eaebe910d4412c5f39f26932c
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 22:46:35 2021 -0500

    🔧 Treat TPARA like SCARA in mfconfig

commit 9268a4b28c485a2efeffccabab42defbd1c2cbaf
Author: Roman Moravčík <roman.moravcik@gmail.com>
Date:   Wed Jun 2 04:10:15 2021 +0200

    🌐 Update Slovak language (#22000)

commit 529bbfad10ca13a9d11af84302b7a92a14250d34
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Mon May 31 08:44:38 2021 +0200

    ⚗️ 32-bit float constants (STM32F1) (#21996)

commit e7945c227762a66840b0d9eb3c4aa9e40ff7641b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 11 18:33:07 2021 -0500

    🐛 Fix Z endstop enum

    Followup to 92dea8e6cc

commit 5ee91c73ed17cbb49899a7d91fce9377fd6e4599
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jun 6 03:49:23 2021 -0500

    👷 Add caching to CI workflow

commit 2116e4202b064c6cafef70d54ed50edf00b79e44
Author: hannesweisbach <hannesweisbach@users.noreply.github.com>
Date:   Sat Jun 5 06:38:43 2021 +0200

    🐛 Fix Probe Temp Calibration compile (#22032)

commit 19521d16cd9838345f404196e62bf6a2e2719b39
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sat Jun 5 00:01:06 2021 -0400

    🐛 Fix M140 print job timer autostart (#22046)

commit 057302b93636f276e8fe188f3fbd23d087e68a00
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 3 18:52:25 2021 -0300

    👽️ Fix usb-host-msc-cdc-msc issue (#22025)

commit d62619c9c8e4e92ea8e1d0fdfdca923df1d94140
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 19:38:34 2021 -0500

    📌 Use U8glib-HAL@~0.4.5

commit 9c80a89597ceb397f079a2bae47c15f32a195165
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 15:34:31 2021 -0500

    🎨 Reorganize BTT_E3_RRF_IDEX_BOARD

commit 00834ef03dc9a58e7b2c1b1333276e0c65399a5f
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 15:34:03 2021 -0500

    🎨 Clean up stops, sdss pins

commit 5b7b065b96e6920171a50aace7e77ec8f735915d
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat May 29 16:01:38 2021 -0500

    Marlin 2.0.8.2

commit a739af823f63bf5cfafb22a62d5f7b4d9ba4073e
Author: Timo <timo.birnschein@microforge.de>
Date:   Sat May 29 14:00:39 2021 -0700

    ✨ Malyan M180 (#21992)

commit 493eb446b74cdc7ab99315dfc129ecc86fbc343d
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Thu May 20 13:35:38 2021 +0200

    ✨ MEDIA_MENU_AT_TOP for MarlinUI (#21925)

commit 1b45b3802ac62c3b1e47213b847d9eb772ba1f4b
Author: charlespick <charles.pickering19@gmail.com>
Date:   Thu May 20 04:06:26 2021 -0700

    ✨ Independent baud rates (#21949)

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

commit 7898307d783f13e3d1947c61b3cc573f5973f69a
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Sat May 29 20:48:56 2021 +0200

    🌐 Update Polish language (#21993)

commit 8da8aa140fb7b57623144b222b5ff31816b2f84a
Author: ellensp <ellensp@hotmail.com>
Date:   Thu May 27 22:13:43 2021 +1200

    🥅 Add MESH_EDIT_MENU sanity check (#21922)

commit 4572af2bce25fc4959746f1088981c410cafee1b
Author: Andy Barratt <mail@andybarratt.co.uk>
Date:   Thu May 27 03:07:13 2021 +0100

    🚸 cap:HOST_ACTION_COMMANDS (#21987)

commit 6dc17f0e6ea3b88f109d683a4b223d6a733ad1e5
Author: Allen Bauer <kylix.rd@gmail.com>
Date:   Tue May 25 17:08:10 2021 -0700

    🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980)

commit 3fcf3f69ca495722b0f47a69435e033f8895ae82
Author: ellensp <ellensp@hotmail.com>
Date:   Wed May 26 11:38:23 2021 +1200

    ♻️ LEDs refactor and extend (#21962)

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

commit a9fd2769f3f26e7e61a908a0ef2c079f1d06baab
Author: LawnMo <81721212+LawnMo@users.noreply.github.com>
Date:   Tue May 25 00:53:48 2021 +0200

    🩹 Fix multi_volume + SDIO onboard compile (#21975)

commit 9adaf92674751542e76e31738d2915992c57a40f
Author: LawnMo <81721212+LawnMo@users.noreply.github.com>
Date:   Mon May 24 09:21:21 2021 +0200

    🩹 Improved SKR2 12864 LCD Delays (#21956)

commit e75c3b6c54e9e8b4b48009a0ccc58ed7069f612a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 23 21:33:22 2021 -0500

    🎨 Macros for optional arguments (#21969)

commit 61f2bb122844aa0607f6d53aa37f843123931af6
Author: ellensp <ellensp@hotmail.com>
Date:   Mon May 24 13:29:19 2021 +1200

    ⚡️ PIO filters for M117, M300 and M414 (#21972)

commit d1502f74eaae94b6bff61b45c8481db39956ac2b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:56:31 2021 -0500

    🎨 Null heating message method

commit 83f9413196fbb842764eba33a975cec8d524e973
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:41:29 2021 -0500

    🐛 Fix Selena Compact probe pin

commit cdc3e18d994f120219ec8683246a81ac31cca75b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri May 28 19:47:06 2021 -0500

    Use another PR close action

commit 55a6315862cfafccfc939cf1b1f064f748c82d54
Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com>
Date:   Mon May 24 14:57:45 2021 +0800

    🐛 Fix Octopus HS USB (#21961)

commit cf447a54428345903fe9f4c9497a4f32dfa72b08
Author: gjdodd <31553294+gjdodd@users.noreply.github.com>
Date:   Mon May 24 07:54:10 2021 +0100

    🐛 Fix flowmeter calculation (#21959)

commit 7597b4fb40a6e936267a57c74264fcf6c5bd1fc5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 21:12:53 2021 -0500

    🎨 Apply shorthand and cleanups

commit 7cd0f2a32aef86b361e9bef7ec3c30a944b7d153
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 21:08:57 2021 -0500

    🎨 pause => pause_heaters

commit 4dae5890e99c73686b7e1ee08857487a0acfeb28
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 23 01:09:46 2021 -0500

    ♻️ Refactor, comment endstop/probe enums

commit 738ae4be331b8d580cb22b7ec6e33ab095e3e81c
Author: Danol <czdanol@gmail.com>
Date:   Sun May 23 00:35:07 2021 +0200

    🐛 Fix wrong Z_ENDSTOP flag bit (#21963)

    Bug introduced in #18424

commit e5736110216893362937b70472e7da2c3859a28c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:02:21 2021 -0500

    🎨 Combine M104/M109 and M140/M190 code

commit f60965a1078fec01c6bc0f438c4e019547253d5e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 23:03:49 2021 -0500

    📝 Update ExtUI example

commit 3995e8373c88fce34d9a524686302ec132f0d2e3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 22:55:13 2021 -0500

    🎨 Shorten lcd relative paths

commit ddc82b84e25e981d12bab0d74af95b1e0476248b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 22:45:54 2021 -0500

    📝 Document diveToFile, printListing

commit 87a943756a36fe7f1e3422868dcfa35d5dd54518
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 08:23:09 2021 -0500

    🎨 Move HAS_EXTRUDERS

commit 8e28731f96d3f2a8dd5d1bb8262eafddc7e0aa05
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 08:24:38 2021 -0500

    🎨 Update a condition

commit cdbd438a041427580eaea0a9fbe570864aed70d0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 08:25:54 2021 -0500

    🎨 Rename all/no axis enums

commit 3220c49f1be88f8ee2845e5a01a6132eba966208
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 00:26:54 2021 -0500

    Add a test for SAVED_POSITIONS

commit 94e67a036a614f5f43bf2e79d26c9d62a2ffb505
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 20 21:47:05 2021 -0500

    🐛 Fix compile with PREVENT_COLD_EXTRUSION off

commit c977e820743a6589b0c82159473b36e60fae7254
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 20 17:12:18 2021 -0500

    🎨 MULTI_MANUAL => MULTI_E_MANUAL

commit 9878a5ab5883f2b3112c1f67ab392538afd7520f
Author: Moonglow <fxdteam@gmail.com>
Date:   Thu May 20 14:09:10 2021 +0300

    🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) (#21944)

commit 2de914c38ce373f37c925b20af270a2e4c647356
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed May 19 23:07:09 2021 -0500

    🎨 Move switch sensor strings

commit 49b05ba9891bc7add47d32a9ca947fe7eb9f4555
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed May 19 00:21:34 2021 -0500

    🎨 Flags for homing directions

commit 85fa8c55c9415ec044a96eedc800fedfa6b02439
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 23:30:49 2021 -0500

    🐛 Fix DELTA with SENSORLESS_PROBING

commit 57eef65d9cabb6b7cc4c7937c8a9a095fc39313b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:56:05 2021 -0500

    ♻️ Refactor axis homing/trusted state bits

commit 894c954e8f2e56e7a556a71200c8465ba3507deb
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:53:52 2021 -0500

    ♻️ Minimize endstop bits

commit 046bac67693ec00ff2d2adf00aabe5cd396963c6
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:52:41 2021 -0500

    ✅ Fix tests for EXTRUDERS 0

commit 765720e98ba3cc970e42f8bf730da056c59ac2fe
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:52:10 2021 -0500

    ♻️ Simplify TMC utilities for more axes

commit 26a244325b48e5cf3e23518f9cd895491305050e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:51:19 2021 -0500

    ♻️ Refactor axis counts and loops

commit f7d28ce1d6d17621f86fd179770645723e5ae272
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:46:59 2021 -0500

    🎨 Misc cleanup and fixes

commit c85633b47f0b3c92055e725b9162acdeebd1ef79
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 17 21:17:22 2021 -0500

    🎨 Use defined strings

commit 6861b1ec827b30a4493099ebee1e49adbb48e8a5
Author: Alvaro Segura Del Barco <alvarosb@gmail.com>
Date:   Sat May 22 14:52:41 2021 -0600

    🐛 Fix Teensy PINS_DEBUGGING compile (#21958)

    Followup to 84a11cfedc

commit 003cb20b9fcf98bd80501d20634b41863ebf4dee
Author: Roger D. Winans <solvaholic@users.noreply.github.com>
Date:   Sat May 22 00:14:25 2021 -0400

    📝 Add Configurations section to README (#21955)

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

commit f1f622de01780418a3fe510f3f9be7237372831e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed May 19 22:02:28 2021 -0500

    Fix 'G29 K' value

commit dbb8f3db090e234ab17df986ccb29d2b4e7a4361
Author: ellensp <ellensp@hotmail.com>
Date:   Tue May 18 14:16:47 2021 +1200

    Fix EEPROM_CHITCHAT (#21934)

    Fix #21929

commit 5d7c72db5a57086e721ce0370c7a4ac75a47a978
Author: ellensp <ellensp@hotmail.com>
Date:   Tue May 18 11:22:33 2021 +1200

    Fix envs using mks_encrypt.py (#21933)

    Fix #21928

commit 755adb8973aa69ca6f0832e606060eaca065b88c
Author: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat May 15 18:33:10 2021 -0700

    Update Configurations URL (2.0.8.1)

commit 09774291384c8f301dffa274cf08ddd199b17c31
Author: ekef <62036680+ekef@users.noreply.github.com>
Date:   Sun May 16 02:22:30 2021 +0300

    Fix MKS Robin E3 BLTOUCH and Fan PWM timer conflicts (#21889)

commit 1dfa6cbc809d93a685c75f8b88ee3b9173aaeaa9
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat May 15 14:56:27 2021 -0500

    Marlin 2.0.8.1

commit e3998dc3dfae6bb52851374b3ba2e61cc3bc6661
Author: Luu Lac <45380455+shitcreek@users.noreply.github.com>
Date:   Sat May 15 15:02:20 2021 -0500

    M154 Position Auto-Report (#18427)

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

commit b6e1838fa6e905bcc4beab665d1e69b4eb35bce9
Author: Moonglow <fxdteam@gmail.com>
Date:   Sat May 15 06:30:16 2021 +0300

    Fix MKS UI missing font select condition (#21905)

commit 908caba7353cc321736cdf3fab61ea58163ee87e
Author: ondrada <82547068+ondrada@users.noreply.github.com>
Date:   Sat May 15 05:29:17 2021 +0200

    Fix G29_RETRY_AND_RECOVER dependency (#21907)

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

commit 121f3b1096bf0fcc0317df842a389a7f8afc2e3e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 14 00:17:04 2021 -0500

    🐛 Fix RR collision with MM (#21902)

commit 9e373617dc599130daf7b0204c5281237a6cc590
Author: Jamie <vector76@users.noreply.github.com>
Date:   Fri May 14 00:14:13 2021 -0500

    ✨ Instant Freeze/Resume Function (#17462)

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

commit 5298fa357c18c8bceb9552bcc4fd7543ee21b70f
Author: ellensp <ellensp@hotmail.com>
Date:   Fri May 14 08:19:12 2021 +1200

    Fix nextion compile error  (#21884)

commit 2c15bc5d3971571ad6e19e82436d2b8bd6f7f1d5
Author: Alexander D. Kanevskiy <kad@kad.name>
Date:   Thu May 13 23:10:48 2021 +0300

    Fix …
vogler added a commit to vogler/Marlin that referenced this pull request Oct 21, 2021
commit 718227a94c0cb163a73f0f288be6f7b864b7127a
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Aug 18 14:54:56 2021 -0500

    📌 Disregard TMCStepper 0.7.2

commit bb12ebcca616742b3459a8176b54a2139dc39c43
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Aug 18 05:39:08 2021 +0200

    🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584)

commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Aug 18 05:37:27 2021 +0200

    🐛 Fix Longer3D PWM/timer pins (#22583)

commit 11070b79a3aceb600c260cb8eb0758f46b7b4784
Author: Jason Smith <jason.inet@gmail.com>
Date:   Tue Aug 17 20:35:12 2021 -0700

    ⚡️ Simplify PROBING_STEPPERS_OFF (#22581)

commit 4219ae91067c4de8c13712f10598b4f9647486bd
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Aug 17 20:27:21 2021 -0700

    ⏪️ Revert ABL G29 feedrate (#22574)

    Reverts 9130f58

commit f803d74bc9602192f99053ff86731dd2d6c778f5
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Aug 15 21:31:00 2021 -0500

    💚 Update STM32F103RET6_creality test path

commit f0bca66d45f5efc8310edf938ee662f091ef10b8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 15 19:02:08 2021 -0500

    🐛 Fix LCD_COL_X_RJ

    Followup to #22471

commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Fri Aug 13 05:40:52 2021 +0200

    🚸 Fewer CRs in settings report (#22560)

commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326
Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com>
Date:   Fri Aug 13 12:26:26 2021 +0800

    🐛 Fix some BTT SKR2 pins (#22558)

commit 65e39116cb1f2cc914125654bb4f83b12892fb55
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 11 18:19:55 2021 -0500

    🔨 Use zip link for MarlinSimUI

commit 0c97a2afdc700caa5f55e6d148df25ece8576900
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Thu Aug 12 00:58:28 2021 +0200

    🐛 Fix M575 port index output (#22553)

commit 9c19d4705ebd67e6769853d86b6237086a5426aa
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 10 23:49:56 2021 -0500

    🎨 Tweak M73 condition

commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Aug 12 11:06:09 2021 +1200

    🚸 Better error for MOTHERBOARD not defined (#22551)

commit c612b56bc101ce66d45e85b255bf74e85df7bc4f
Author: luzpaz <luzpaz@users.noreply.github.com>
Date:   Tue Aug 3 20:02:34 2021 -0400

    🐛 Spellcheck comments (#22496)

    codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint

commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753
Author: ldursw <37294448+ldursw@users.noreply.github.com>
Date:   Sun Aug 1 00:42:26 2021 -0300

    🔨 Fix (RRF E3) RX/TX buffer size override (#22475)

commit 2a323d0a8ebea712183b65aa76f1ac9f39692133
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date:   Wed Aug 11 21:00:47 2021 -0500

    🐛 Fix Ender-3 v2 language init (#22550)

commit c544711f14fe65638508cfc2408e870f74b8a5c6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jul 31 05:32:13 2021 -0500

    🚚 Relocate and adjust DWIN E3V2 (#22471)

commit a348f8e02cae7c296700e25155775a1604537413
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 19:39:38 2021 -0500

    🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes

    Fixes #22466. Regression from #22377.

commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b
Author: ellensp <ellensp@hotmail.com>
Date:   Fri Jul 30 11:25:06 2021 +1200

    📝 Document DGUS display options (#22443)

commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Aug 13 18:49:27 2021 -0500

    🎨 Update HAL/STM32 wrappers

    Followup to #22537

commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 10 02:53:28 2021 -0500

    🚸 Set M122 interval only with S0 or Pn

commit eafd0ed7656586d6eef4364afb314d46c5a4428d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 10 02:39:50 2021 -0500

    🐛 Use delete [] for new []

commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 9 16:07:15 2021 -0500

    🐛 Fix CoreXY plus extra axes

    See #22490

commit 166324fc7b12119d5deded9ff51188bd6cba3173
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Wed Jul 14 21:13:08 2021 -0600

    🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530)

commit 3924545912f3379f291355797a361c9e58c3840f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Aug 8 19:45:51 2021 +1200

    ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498)

commit 86e78410d6e1a36c74d9ab502a622fa2825931d3
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Mon Aug 9 04:37:27 2021 +0200

    🚑️ Init FastIO before anything else (#22508)

commit 157c60c93bb79ff2e35dd5c6877da75615008884
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 02:12:48 2021 -0500

    🌐 Level Corners => Bed Tramming

commit d7f3228ec6170c64a4caf64b965a8a59c528258e
Author: George Fu <nailao_5918@163.com>
Date:   Sun Jul 25 16:40:43 2021 +0800

    🔨 Fix FYSETC S6 envs (#22421)

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

commit c56ac0c34a0cad9177e87951aae4071d73cdac68
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 02:19:30 2021 -0500

    🎨 Misc. Cleanup

commit e71fa2b64982fa949125e3056308b6bc010de3ee
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 03:58:16 2021 -0500

    🎨 Add DWIN_StatusChanged_P

commit fefde2a6448c5e5296095fe1525dc76cfe2238b0
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Aug 5 23:24:20 2021 -0500

    🐛 Fix fan index for Singlenozzle, chamber fan

    Fixes #22512
    Followup to #19152, #19519

commit a668a9d302ff92f413360aff664675f52ed99650
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 8 21:31:10 2021 -0500

    🏗️ Define HAL_STM32 for HAL/STM32 (#22537)

commit e3c294dc9b379d80d59857c07428534ae33c408b
Author: Jason Smith <jason.inet@gmail.com>
Date:   Sun Aug 8 19:25:17 2021 -0700

    🐛 Fix some Simulator on Windows issues (#22516)

commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97
Author: Chris Pepper <p3p@p3psoft.co.uk>
Date:   Thu Jul 22 01:01:23 2021 +0100

    ✨ Simulator HAL and build targets (#22418)

commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a
Author: mks-viva <1224833100@qq.com>
Date:   Sat Aug 7 22:17:43 2021 -0500

    📌 MKS pins for PSU_CONTROL (#22528)

commit a4cd654e485e9b69f88ee8c50f331d635c228704
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Aug 7 08:54:02 2021 +1200

    🐛 Fix MKS 'USB Flash MSC' environments (#22515)

commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c
Author: mks-viva <1224833100@qq.com>
Date:   Sat Jul 31 00:47:30 2021 -0500

    ✨ MKS Monster8 board (#22455)

commit a36a6685aec273ff7753f0055466199436abe91b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 2 17:08:35 2021 -0500

    🐛 Fix up endstop flags (#22487, #22525)

commit 83b8a0f2acef4c5cb01a075aac9a911688a97433
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Mon Aug 2 07:13:57 2021 +0200

    🐛 Followup to 6 linear axes (#22482)

commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246
Author: Grayson <mxpklx@gmail.com>
Date:   Sat Jul 31 22:55:22 2021 -0500

    🐛 Fix G38 with probe on Z_MIN (#22452)

commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 1 14:28:53 2021 -0500

    ✨ M256 LCD brightness (#22478)

commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sun Aug 1 21:43:31 2021 +0200

    🔨 Offset/encrypt/rename for Maple STM32F1 (#22477)

commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Aug 5 00:19:21 2021 -0500

    🚸 Fix BLTouch spelling

commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Thu Aug 5 06:47:31 2021 +0200

    🚸 Prevent M42 unintended pin change to output (#22493)

commit b567717762a0fe652d717981a5cb2156bb687818
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 4 16:37:02 2021 -0500

    🐛 Prevent ABL G29 setting a funky feedrate

    See #22472

commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Aug 4 08:14:54 2021 +0200

    🐛 Fix Longer3D STM32 boot, add Maple test (#22473)

commit ac64d6915f9914948cf76d7b530406329801fd3a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 4 17:01:42 2021 -0500

    🐛 Fix report_a_position ABC criteria

commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Fri Aug 6 22:51:10 2021 +0200

    🎨 Fix "'EEPROM' unused" warning (#22511)

commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Aug 8 01:24:15 2021 -0500

    💚 Fix tests for new sanity-checks

commit eba0ae4ee13d89713a81e6ace1b3446466b8a203
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 7 16:06:51 2021 -0500

    🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE

    See #20649

commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Aug 7 15:59:00 2021 -0500

    🔧 Sanity-check Mixing plus Disable Inactive Extruder

    See #22166

commit a2759bc245ffcb965daf2c2a34e25515b684872a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Aug 3 18:29:20 2021 -0500

    🐛 Allow SKR Pro CONTROLLER_FAN_PIN override

    Followup to #22411

commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd
Author: Bob Anthony <42719046+bob-anthony@users.noreply.github.com>
Date:   Tue Aug 3 23:45:08 2021 -0500

    🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504)

commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Aug 1 19:09:29 2021 +1200

    🐛 Fix sprintf_P compile error (Maple) (#22479)

commit ffde28428893452bd315bed8780bdeb23ce3f282
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 31 23:27:10 2021 -0500

    🎨 Adjust settings.cpp indent

commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sat Jul 31 06:49:12 2021 +0200

    🔨 Update Longer and Chitu envs (#22467)

commit 8e84d24737c8571173834041c1a570c76716ef16
Author: Malderin <52313714+Malderin@users.noreply.github.com>
Date:   Sun Aug 1 06:00:18 2021 +0300

    🐛 Fix custom menus on MKS UI (#22470)

commit 981191660d705f56fb2e8662b06e1d745f2e6fc0
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 23:05:53 2021 -0500

    🐛 Fix custom menus on TFT LVGL

    Fixes #21423. Regression from #18177.

commit 245b6e0884e9f421230520789bd72f49b20e4720
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 22:43:58 2021 -0500

    ✅ Custom logging for MBL

commit c7530719615b37eb7f901135b4fb2d94ad30dda8
Author: ellensp <ellensp@hotmail.com>
Date:   Sat Jul 31 12:50:22 2021 +1200

    🐛 Fix DGUS displays compile (#22464)

commit 22ef6362ae3180e4265f5063045b530efbd5ae14
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 30 19:39:38 2021 -0500

    🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475)

    Fixes #22466. Regression from #22377.

commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jul 28 23:24:30 2021 -0500

    🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN

commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814
Author: mks-viva <1224833100@qq.com>
Date:   Wed Jul 28 21:56:22 2021 -0500

    📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453)

commit fbb5732dee4ba9f803ac873206421877f8ba7b9f
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 28 16:28:15 2021 +1200

    🐛 SAV_3DGLCD conditionals (#22447)

commit 90ed772590ac634e605797effee3ef5f13dc2243
Author: George Fu <nailao_5918@163.com>
Date:   Fri Jul 30 09:09:38 2021 +0800

    ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424)

commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 23:40:27 2021 -0500

    🎨 abs => ABS

commit eb8649ba42f86159bd51b1ee366bd3291c05aafc
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jul 23 16:02:39 2021 -0600

    📺 Fix and optimize FTDI Eve Touch Interface (#22427)

commit 99f917c02225e4a610d02807a4335d36bad7ef03
Author: vyacheslav-shubin <shubin-vv@krista.ru>
Date:   Wed Jul 28 22:55:04 2021 +0300

    🐛 Reset workDirDepth in cdroot() (#22441)

commit 55cf3bd5eed67e72e9359dff152615035816afd7
Author: borland1 <barryorlando@hotmail.com>
Date:   Wed Jul 28 15:45:32 2021 -0700

    🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450)

commit 776ededca44d6a04c4c23afe82a42065b966aee8
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 28 12:56:26 2021 -0700

    🐛 Fix SKR Pro bad directive (#22438)

commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Wed Jul 28 06:30:41 2021 +0200

    🐛 Fix Longer3D SDSS / SD_SS (#22444)

commit f9809ca75aff3434fffaf26bba04106a973bb73e
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sat Jul 24 17:08:47 2021 -0400

    🐛 Fix delta calibrate manual move scale (#22430)

commit e402f43c028852c880e1acfb2632550daa949d0e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 24 15:55:45 2021 -0500

    🎨 NULL => nullptr

commit 2aad79fa15d5a51180270ed1afa44c7065576283
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 25 02:07:34 2021 -0500

    🐛 Fix some board names

commit 89e84fec61da126a7d59cad41f354d6219407034
Author: tome9111991 <57866234+tome9111991@users.noreply.github.com>
Date:   Fri Jul 23 23:47:38 2021 +0200

    📝 SKR E3 Turbo custom cable description (#22426)

commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb
Author: Luke Harrison <looxonline@gmail.com>
Date:   Wed Jul 21 07:43:33 2021 +0200

    🔧 Octopus SPI display pins, fix USB build env (#22412)

commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7
Author: luzpaz <luzpaz@users.noreply.github.com>
Date:   Sun Aug 8 03:26:54 2021 -0400

    🎨 Spellcheck code (#22531)

commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 28 09:05:44 2021 +1200

    💚 Specify compatible Teensy @4.12 (#22448)

commit bc68664c3b198599c4ea4095313f79e78c01396a
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Mon Aug 9 04:37:27 2021 +0200

    🚑️ Init FastIO before anything else (#22508)

commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Aug 4 16:48:06 2021 -0500

    🚸 Ask for bed leveling on bug form

commit 35df24e1cbf5b71166580f28389a7c4bd7f54120
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 23:41:48 2021 -0500

    🐛 One-based G35 point index output

commit 74b0133bc911676bf8af6cc2f8a43429993faf64
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 19:55:04 2021 -0500

    🐛 Fix 5-axis no extruder compile

    Fixes #22446

commit 12581bcc44f959b9aa015f082ac9069113a4939f
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 19:34:49 2021 -0500

    🐛 Fix 3-point leveling position

    See #22457. Fixes a G29 regression from #19112.

commit c7c56ac45f9120b7d972d21427312e5282f82606
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 22:59:33 2021 -0500

    🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING

    Fixes #22250. Regression from #17460.

commit 603b65e843b98a5d2d7f8c8f64be3980656c0522
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Mon Jul 19 05:39:01 2021 +0300

    ✨ Laser support for TFT GLCD (#22391)

commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 20 23:35:56 2021 -0500

    🎨 BTT SKR Pro pins auto-assign (#22411)

    Co-authored-by: MarkusThur <83773817+MarkusThur@users.noreply.github.com>

commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jul 29 22:23:06 2021 -0500

    🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED

    Fixes #22295. Regression from #20241.

commit f8f68f9259cc486fd36147f4f9d1e474940510dd
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jul 22 09:31:11 2021 +1200

    🎨 MKS Hardware Test followup (#22414)

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

commit 7773504afa546884f533fabefa1497547431bcdf
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jul 20 12:20:28 2021 -0700

    ♻️ Refactor STM32 ini files (#22377)

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

commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189
Author: VTXtruder <87478332+VTXtruder@users.noreply.github.com>
Date:   Tue Jul 20 23:27:19 2021 -0400

    ✨ Chitu3D V9 board (#22401)

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

commit 29dde9be2b9fb52641d4fa804b097852f69e68f4
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Sun Jul 18 00:16:57 2021 +0200

    🐛 Fix Longer3D build environment (#22378)

commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jul 15 14:07:46 2021 +1200

    🔨 More HAL/STM32 targets (#22358, #22369)

commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 21 07:44:15 2021 +1200

    🐛 Fix STATUS_COMBINE_HEATERS compile (#22405)

commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Sun Jul 18 20:11:24 2021 -0500

    🐛 Fix Ammeter display on DOGM (#22384)

commit 61d0b082989d506b7e0716a792c104389cd6d8c1
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sat Jul 17 23:10:13 2021 -0700

    🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382)

commit b57f73a4883fc732b0c413e45d8614791bad4298
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 17 03:10:54 2021 -0500

    🎨 Add MMU2 enabled() accessor

commit 40b99d8084b235625ffe8701ce859219d52838c5
Author: Yash <76577754+yash-fn@users.noreply.github.com>
Date:   Tue Jul 20 14:51:41 2021 -0500

    🐛 Fix G2/G3 angular motion calculation (#22407)

commit c944e4fc6009cfc6e11f97b63f6ea817b8470071
Author: vyacheslav-shubin <shubin-vv@krista.ru>
Date:   Tue Jul 20 23:12:08 2021 +0300

    🩹 Init var to suppress invalid warning (#22396)

commit eebab93358427b3b95b4d38dedbbb8aaaba977b8
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jul 18 18:24:27 2021 -0700

    🐛 Ensure Software SPI pins for Max Thermocouple (#22389)

commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 18 19:56:28 2021 -0500

    🐛 Change font for selected language (#22381)

commit e190684fe6ae4bf1a885508dbf39a6477ad274a5
Author: Roxy-3D <Roxy-3D@users.noreply.github.com>
Date:   Mon Jul 19 18:59:06 2021 -0600

    🐛 Fix UBL G29 J - Vector3 regression

commit 69c1e79c302e936d15957a98795afc8d57495ab6
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jul 20 13:13:25 2021 -0700

    🐛 Fix BTC_SAMPLE_RES sanity check (#22394)

commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Jul 20 12:54:02 2021 -0700

    🎨 Fix unused lambda warning (#22399)

commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b
Author: Malderin <52313714+Malderin@users.noreply.github.com>
Date:   Mon Jul 19 05:21:51 2021 +0300

    🐛 Fix MKS UI compile (#22388, #22395)

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

commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d
Author: squiddity <squiddity@users.noreply.github.com>
Date:   Sat Jul 17 22:50:39 2021 -0700

    🐛 Fix M913 typos (#22385)

commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 18 00:45:17 2021 -0500

    🐛 No translated serial strings

commit 6e7c20e78e1036140d9e076f71759e35f91300e2
Author: mks-viva <1224833100@qq.com>
Date:   Thu Jul 15 20:57:34 2021 -0500

    ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368)

commit 165ae139d51b617295c2302f39c09edb0f0b0dd6
Author: Cytown <cytown@gmail.com>
Date:   Sat Jun 26 03:50:09 2021 +0800

    🎨 Power-off tone followup (#22222)

commit 42eb2347d4c9cc64220322e10046ad275ec7a04e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 9 22:24:43 2021 -0500

    🎨 Strip trailing whitespace

commit 3ab67898070c4422e454627e2836ab3b821bcf55
Author: mks-viva <1224833100@qq.com>
Date:   Fri Jul 9 17:59:36 2021 -0500

    ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285)

commit 5054dc6ea2883095f081971cb267090b7756db97
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jul 6 17:36:41 2021 -0700

    🐛 Redundant Temp Sensor followup (#22196)

commit ee54cd4bd7e36284e4bc974e297834fb31ed466e
Author: lujios <83166168+lujios@users.noreply.github.com>
Date:   Tue Jul 13 02:19:29 2021 +0200

    ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899)

commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b
Author: Cytown <cytown@gmail.com>
Date:   Wed Jun 30 01:58:11 2021 +0800

    🚸 Retain power during Pause (#22227)

commit fef76a76a3275cf59bdf085b29d7d02168e61903
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jul 14 19:44:51 2021 -0500

    🔨 Consolidate STM32 extra_scripts (#22365)

commit a5459a68a69d255456b477dd134cba88a8d4f06f
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 14 00:03:24 2021 -0700

    💡 Update FLYmaker comments, URL (#22355)

commit b44d4746c8c039effc7513c6a5ca2917e9a18691
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Jul 14 15:55:24 2021 -0700

    🩹 FLYmaker FLY Mini followup (#22364)

    Followup to #22355, #22356.

commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 14 18:57:26 2021 +1200

    ✨ FLY Mini for stm32duino (#22356)

commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Wed Jul 7 04:10:40 2021 +0200

    ✨ DWIN LCD for BTT SKR Mini E3 (#22288)

commit ee640816968b95ee14c3eaafbc0572df9f4dcee1
Author: Mihai <mihai-dumitresq@users.noreply.github.com>
Date:   Wed Jul 7 07:10:35 2021 +0300

    ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271)

commit a35c234ce1f75b042c23402fda0426a7257c388b
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Thu Jul 8 00:41:33 2021 -0400

    🐛 Fix redundant heater / sensor pin assignments (#22309)

commit 5026797310b19618150d6010fd9cc4b57aae9a49
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Mon Jul 12 00:22:08 2021 -0500

    🏗️ Allow headless Flow Meter (#22234)

commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Wed Jul 14 02:34:18 2021 -0300

    ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354)

commit 8cf15e85463361289820b240d0de527d47852992
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Wed Jul 14 16:56:02 2021 -0700

    🎨 Call millis() once in manage_inactivity (#22363)

commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9
Author: Skruppy <skruppy@onmars.eu>
Date:   Fri Jul 9 04:55:34 2021 +0200

    🐛 Fix AVR DELAY_US int overflow (#22268)

commit 6d191d12c9dbf1bf0844445ff02797ff98028b32
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 29 16:25:37 2021 -0500

    🔨 Clean up build scripts (#22264)

    * Add 10K to marlin_blackSTM32F407VET6 (typo?)
    * Document custom build scripts.
    * Add a Robin common build script.
    * Extraneous .ldscript specifiers

commit e213246ab998239c21bbc55983b79f28b4f848ce
Author: bilsef <bilsef1@gmail.com>
Date:   Thu Jul 15 18:59:52 2021 -0700

    ✨ M115: Axis Count (#22219)

commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jul 14 18:51:58 2021 -0500

    🎨 Minor cleanup of TFT/FSMC pins

commit 87cc3873212918c30cf6a0b94ad52e93248f56c7
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Thu Jul 15 17:32:40 2021 -0400

    🐛 Fix Filament Change menu (#22370)

    Followup to #22277

commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Wed Jul 7 21:45:15 2021 -0700

    🐛 Fix Einsy RAMBo FAN1_PIN (#22305)

commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jul 17 00:21:17 2021 -0500

    📝 Tom's 3D Forums discontinued

commit a0704cb14ff6805a1d3eef470cf2bba87de72afc
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jul 14 12:32:21 2021 +1200

    🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348)

commit cad2f69687c1720a1ddb5be14732c2325eab527b
Author: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com>
Date:   Tue Jul 13 08:17:28 2021 +0800

    ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109)

commit 31fbec9a00f49818b6a82c283349167c40260cc2
Author: mks-viva <1224833100@qq.com>
Date:   Tue Jul 13 19:14:34 2021 -0500

    🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340)

commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jul 14 02:14:55 2021 -0500

    🐛 Fix SD pins for MKS Robin Lite

commit bc459a76f40a86e0c25e75d3e3b4054a3db98436
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Mon Jul 12 22:52:17 2021 -0500

    🐛 TM3D fixes and improvements

    Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>

commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Mon Jul 12 18:35:00 2021 -0600

    ⚡️ Fixes to FTDI Eve Touch UI (#22347)

commit 24f0613b9f14cd5a88bde851597104a1c6997abd
Author: ellensp <ellensp@hotmail.com>
Date:   Mon Jul 12 17:15:48 2021 +1200

    🎨 Optional Custom Button description (#22336)

commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Sun Jul 11 20:45:47 2021 -0500

    🔨 Update LPC176x platform to 0.2.8 (#22333)

commit f76b063e58624d477c17a082d471aea3ef7b3197
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jul 11 18:25:51 2021 -0500

    🚸 M666: Fix value filter, add report (#22337)

    In reference to #22325

commit c746b1a2ae3573895b24fbc8c37015736469f39c
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jul 11 13:18:16 2021 -0500

    🚸 Limit LCD delta endstop adjustment like M666

    In reference to #22325

commit be13220e32c2a79761224e16925436b9ae87bf48
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Fri Jul 9 19:24:14 2021 -0400

    📺 ExtUI pause state response (#22164)

commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jul 9 17:09:58 2021 -0500

    🎨 Check flags without ENABLED

commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7
Author: Tanguy Pruvot <tpruvot@users.noreply.github.com>
Date:   Fri Jul 9 23:07:55 2021 +0200

    🌐 Update French language (#22323)

commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c
Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com>
Date:   Thu Jul 8 06:44:07 2021 +0200

    🌐 Update Hungarian language (#22307)

commit 573b8a62d9c189576b79773b9c54606c387d634a
Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com>
Date:   Sat Jul 10 04:06:10 2021 +0800

    🐛 Fixes for BTT Octopus (#22314)

commit eafb94e72d99c9c906bfd806c87684243e193aeb
Author: Skruppy <skruppy@onmars.eu>
Date:   Sat Jul 10 01:25:47 2021 +0200

    🐛 Fix HAS_KILL && SOFT_RESET_ON_KILL soft reset button logic (#22269)

commit 69b44c2309d859865d4724cb8e323a13ba535d3c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jul 9 16:02:27 2021 -0500

    📌 Require U8glib-HAL@~0.5.0 (#22324)

commit e9a1c10b34b5a23815285ee068112395dca17fbe
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Thu Jul 8 21:48:11 2021 -0700

    🐛 Fix manage_heaters recursion on servo move (#22313)

    Followup to e297748b22

commit 304a926b0a2c5f9edb8adac93557758115d6b004
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 6 20:42:38 2021 -0500

    👷 Bump date on /Version.h

commit 1bb61f27e98029f19abab5deaeedcbf062887bc9
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Tue Jul 6 19:32:08 2021 -0600

    📺 Assorted small FTDI Eve Touch UI fixes (#22273)

commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Wed Jul 7 03:55:31 2021 +0300

    🌐 Update Russian and Ukrainian (#22290)

commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jul 6 19:54:02 2021 -0500

    ♻️ Fix up and use YESNO_ITEM macros

commit ed14d14819625a98753aa715821339e4f5a0ec73
Author: ldursw <37294448+ldursw@users.noreply.github.com>
Date:   Tue Jul 6 21:50:01 2021 -0300

    🐛 Fix Maple / STM32 serial buffer (#22292)

commit cae391bb484f5e141de07335f7bf97a91aa5e297
Author: George Fu <nailao_5918@163.com>
Date:   Wed Jul 7 08:40:11 2021 +0800

    🔨 FYSETC S6 small bootloader target (#22207)

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

commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a
Author: Cytown <cytown@gmail.com>
Date:   Fri Jul 2 08:37:44 2021 +0800

    🚸 Filament Change add confirm step (#22277)

commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de
Author: ellensp <ellensp@hotmail.com>
Date:   Fri Jul 2 09:27:27 2021 +1200

    🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276)

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

commit 4235e23c7b0b62c6962624e1375605a6b5e575be
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 30 21:58:25 2021 -0500

    📝 Update Z_SAFE_HOMING description

commit cd01421ac32041c7f775ec37dd8d00b29a5d335b
Author: Glought <Glought@users.noreply.github.com>
Date:   Tue Jun 29 10:35:22 2021 -0700

    🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259)

commit aa13c7845812a3bd025437f03a5cf376eb975ee4
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Tue Jun 29 10:30:55 2021 -0700

    🐛 Fix ExtUI 'lcd_clicked' definition (#22257)

commit b1c5dd985e6cfc46c0cb0aa70c7dd681a2e9d3d5
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Mon Jun 28 18:43:05 2021 -0700

    🐛 Fix PTC/BTC whole number tests (#22255)

commit 3109a297d6e48d31ac2a23aedf0b919b63e2df4d
Author: tome9111991 <57866234+tome9111991@users.noreply.github.com>
Date:   Mon Jun 28 19:08:37 2021 +0200

    ✨ Ender-3 V2 Display for SKR E3 Turbo (#22229)

commit b878127ea04cc72334eb35ce0dca39ccf7d73a68
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 11:54:33 2021 -0500

    Marlin 2.0.9.1

commit 6ea6556d0989f6ef08ef169f513760c062de35bb
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 27 22:30:11 2021 -0700

    🐛 Use setTargetHotend in menus (#22247)

commit 2b37a71eba99101aa79c59148d73f85ac0bc4e0f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 00:33:44 2021 -0500

    ♻️ Refactor status screen timeout

commit e3ae76d76d10427d95e0926781ca1153043936c1
Author: Cytown <cytown@gmail.com>
Date:   Sun Jun 27 00:21:34 2021 +0800

    🚸 Expand box in draw_boxed_string (#22209)

commit b24508907e0e270eec764543997ac568da28a7ba
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 27 21:02:11 2021 -0700

    🐛 No HOTEND_LOOP with EXTRUDERS 0 (#22245)

commit ec3daadf4372df419f906145aed8a37056619169
Author: Sébastien Gariépy <46988275+BeePerNet@users.noreply.github.com>
Date:   Sun Jun 27 17:44:49 2021 -0400

    🌐 MSG_MOVE_100MM (#22242)

commit ae76011e751c01711a877c60a678b82115179ac7
Author: Cytown <cytown@gmail.com>
Date:   Mon Jun 28 01:39:09 2021 +0800

    🐛 Fix wide glyph characters display (#22237)

commit 34066c1717cf03039d3a80ca99dc487550a22645
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 27 11:54:28 2021 -0500

    📝 Update probe heating value

commit 19fe3d5e79863f817daadbefe74dbcfc01ab301c
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 23 06:42:24 2021 +1200

    🚸 MarlinUI Move Z >= 1000 (#22192)

commit ec518e6e7bc57ec3b41441acb751aa363792bfd6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 26 14:28:50 2021 -0500

    🎨 Small tweak, ms => now

commit 003ce25acfd64a83696609eed95699c7c7dff061
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 26 14:01:47 2021 -0500

    🎨 Format onboard_sd.cpp

commit 3e5d867276e4e8bf80657ecd2f8a73ccf38eb73f
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 27 06:28:56 2021 +1200

    🐛 Fix Z_MULTI_ENDSTOPS + NUM_Z_STEPPER_DRIVERS 4 compile (#22203)

commit b1bcb387fa191250c916b14f19ebc1753d0ae30c
Author: cr20-123 <66994235+cr20-123@users.noreply.github.com>
Date:   Sat Jun 26 14:17:18 2021 -0400

    ✨ Update/extend Quiet Probing (#22205)

commit 0fbd8c52bbec83e4bd0b6f772d42a495c36076a1
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 27 04:32:51 2021 +1200

    🔧 Fix E.S.T. sanity-check errors (#22224)

commit 08895e6cb046614c2e13c2df024c0fb460b7ba9f
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jun 25 22:38:27 2021 -0600

    🎨 Fix and improve FTDI Eve Touch UI (#22223)

commit 38e775496aff8c9c3af3f60b33b0ede2820c490b
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jun 25 14:12:21 2021 -0700

    📝 Update TMC SPI endstops comment (#22221)

commit 47631167f9ee6a67f655e32fadd7a88c5ad18ddc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 25 14:44:51 2021 -0500

    🐛 Trigger existing endstops on G38 hit

commit 185e0dc7b7db2d6030810cb27d50cbaade658d2f
Author: bwspath <bwspath@gmail.com>
Date:   Thu Jun 24 22:27:54 2021 +0200

    🐛 Fix Octopus build on case-sensitive FS (#22206)

commit bcf6ca59dff2f858f410ed995c9c91e20b465852
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Tue Jun 22 21:48:56 2021 +0300

    🌐 Update Russian language (#22193)

commit 1ba694cebb8cb392b89adfedec0898b236755a37
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Mon Jun 21 15:38:28 2021 -0600

    🎨 Fix and enhance FTDI Eve Touch UI (#22189)

commit 906fa05bd69ee5de18e4c083bda408699e296676
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 21 16:31:41 2021 -0500

    🐛🌐 Fix extra axis translations

commit 651f15f833d84a40d983fa7825b782fef731d8e8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 21 16:24:50 2021 -0500

    🎨 Cosmetic cleanup

commit ef41c1f452c03eff94a2dc693e25db4af2c07d94
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Mon Jun 21 13:36:06 2021 -0700

    🐛 Fix IJK axis references, E stepper indices (#22176)

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

commit 8050813d32402336eabf43152dd0e0ef76a54247
Author: Grumpy <dfouche8@gmail.com>
Date:   Tue Jun 22 08:12:39 2021 +1200

    🐛 Fix dual Neopixels (#22174)

commit 25e7e2fce05531b40a4753d138e7e00266f00efd
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 22 08:09:21 2021 +1200

    🐛 Fix heater display options/compile (#22185)

commit a0f7f0e9e21b23577695609519d7216dd2f37c43
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 20 22:49:57 2021 -0500

    🐛 Fix compact sensitive pins array (#22184)

commit f3e0bc7a4b35ec0af3734029b170527f65f5c824
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date:   Mon Jun 21 06:48:06 2021 +0300

    🌐 Update Ukrainian language (#22183)

commit 49ff1e837ace76c852baf11dbf8ff4f38df43f32
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Mon Jun 21 05:45:26 2021 +0200

    🌐 Update Italian language (#22182)

commit 4f8191b4818b97bd20eb9db2042dc07c97cce6cc
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sat Jun 19 11:44:28 2021 -0700

    🐛 Redundant Temp Sensor followup (#22173)

commit 927a1a17384b649c2cd56fc2ded7aba8392b3781
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 20 01:19:09 2021 -0500

    🐛 Fix LCD define typos

commit f2f23e80974b271a30cbf9de3397f0e58d9de7fb
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 19 14:09:09 2021 -0500

    🎨 Cosmetic changes for G28

commit cce585f6ca2235d0a534e8f3043d6d502b3bd93b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 18 13:12:55 2021 -0500

    🐛 Define 'HEAD' axes for Markforged

    Fixes #22167

commit 5bfb465ab4735aa3d5fa6c8d359331e0f2399902
Author: Ari-SSO <85907917+Ari-SSO@users.noreply.github.com>
Date:   Thu Jun 17 21:34:40 2021 -0300

    🚸 Include 'H' value in M412 report (#22138)

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

commit ce7bbafb8fafde75fee64e526700f9551e5564de
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Wed Jun 16 23:15:16 2021 -0700

    💡 Add G28 L description (#22144)

commit 5ffc4bfe3a14cf8e280d78a11b0c19d06c20ace4
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 17 17:39:48 2021 -0700

    🐛 TFT encoder pin for BTT GTR (#22162)

commit 3ecc99e95d8c25bec2342d2ec65d49a081ef4de8
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Thu Jun 17 22:46:59 2021 -0500

    🐛 Fix Air Assist (#22159)

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

commit f22c5d3cc6f42c955f212afa6c668469f7938193
Author: gjdodd <31553294+gjdodd@users.noreply.github.com>
Date:   Fri Jun 18 01:37:27 2021 +0100

    🩹 Extruders 0 patch for PWM Motor Current (#22163)

commit d8df8e0eed63c4b56f9b1221569d38654eff4948
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 17 02:58:48 2021 -0300

    🐛 Fix env validation for 1280/2560 boards (#22150)

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

commit e38958f256e698ab5afd3b775d1fe1e2d93fcb65
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 17 02:49:42 2021 -0300

    🐛 Fix MKS Robin E3 build (#22149)

commit d7c77403fd8373c7b4bfb6a4fa6d6f25c1ff9feb
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 15 00:44:32 2021 -0500

    Marlin 2.0.9

commit c8898b5ca0db66c66a51f9d711591ab51a41fcc7
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 15 11:45:54 2021 +1200

    ✨ Redundant Part Cooling Fan (#21888)

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

commit 781257bc64d74b31d7730e473ef6ca09454462aa
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 14 18:44:27 2021 -0500

    🐛 Prevent stepper sleep during long UBL idle (#22137)

commit dec083dcc122ce2e3df2a41a1297aabadcd11484
Author: qwewer0 <57561110+qwewer0@users.noreply.github.com>
Date:   Mon Jun 14 23:52:42 2021 +0200

    ⚡️ Home Z (and maybe XY) at the start of G35 (#22060)

commit cdd95074935074c4afa1f467ef16c9e9c0325bfa
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 15 09:43:50 2021 +1200

    🚑️ Prevent BFT unaligned compressed data corruption (#22134)

commit dba877311e28829dae24da30807b430bfba19faa
Author: Bo Herrmannsen <bo.herrmannsen@gmail.com>
Date:   Mon Jun 14 11:28:13 2021 +0200

    ✨ Extruder with Dual Stepper Drivers (#21403)

commit 31fd3be6eba02e96f1e093990d5f8ef09dad617b
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Mon Jun 14 04:24:49 2021 -0300

    🔥 Remove Chitu default Touch Calibration (#22133)

commit 2b4284df81db484649b42ddf291031fb6c8e5c58
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Mon Jun 14 02:39:16 2021 -0300

    ✨ MULTI_VOLUME for Color UI and MarlinUI (#22004)

commit d84e2d6e2908f34b08613b95c28726f5c330134a
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date:   Sun Jun 13 23:08:46 2021 -0400

    🎨 ExtUI "user click" and other tweaks (#22122)

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

commit 56355159c66af615ef1a778a3c786e70cd4289b5
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 13 22:47:38 2021 -0300

    🐛 Include common TFT driver macros (#22125)

commit a7135d429b1f0f7811610732b023064a85bd367e
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 13 18:43:43 2021 -0700

    🐛 Fix UBL 'R' parameter and adjust 'P' (#22129)

commit 3b0a40cd5d46c1a3f8c7a7bb2ae93a3f274cfd2f
Author: Sola <42537573+solawc@users.noreply.github.com>
Date:   Mon Jun 14 09:31:38 2021 +0800

    🐛 Fix ExtUI/DGUS Celsius display (#22121)

commit 83c74802f89be2c3252a710960aee7bcf4469afe
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jun 13 20:19:43 2021 -0500

    🎨 General cleanup of extui/dgus

    In relation to #22121

commit adc17933cddcd21b359708f3db4b08ace23331ab
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 13 21:01:53 2021 -0300

    🔨 Fix Serial+MSC for _USB envs (#22116)

commit 68c52673d6a9cae0e1b9d8e36df1bf31a833a7e5
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Sun Jun 13 14:56:18 2021 -0700

    🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130)

commit 2aa35577f279ef189fb8ff9cb921d1d79e426987
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 13 15:43:33 2021 -0500

    🏗️ Refactor build encrypt / rename (#22124)

commit 14ffc66c45d73f9e62a4180aa2dc4bf3079a84e4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 12 16:28:30 2021 -0500

    🩹 Use `#pragma once` in pins files

commit 2ea0832e0fb20b5c210bcaa9315b8182b5ca8359
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 12:31:24 2021 -0500

    📝 Number SKR EXP headers

commit ab050878e91c8e7002836d85e286817d8dec774a
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 12:30:29 2021 -0500

    🎨 Clean up LPC1768 SPI init

commit 707a04022e658bd7d3224af71545f1a6cc712af7
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 12 11:40:35 2021 -0500

    🔨 Remove obsolete ON_BOARD_SPI_DEVICE

commit d12c35779355044fab117c739c70ea78dcedfe2f
Author: mrv96 <mrv96@users.noreply.github.com>
Date:   Sat Jun 12 18:19:37 2021 +0200

    🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123)

commit ddf8668e16aeac2ed487e8784c218e1cbd2880d5
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 11 19:29:59 2021 -0500

    📝 Describe G12 XYZ

commit 3491e49c5f4d9bb5cce260ef51269b715761b4d5
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Fri Jun 11 18:13:22 2021 -0300

    🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087)

commit d322e495b296be5ad6922d419a4cba2ef08b697c
Author: Katelyn Schiesser <katelyn.schiesser@gmail.com>
Date:   Fri Jun 11 13:51:29 2021 -0700

    ✨ More flexible redundant temp sensor (#22085)

commit 5d80f7006a32bbf4b56dcb2c88388782a8e26ffa
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 10 14:09:29 2021 -0700

    🔨 Envs for BTT SKR Mini with RET6 (512K) (#22050)

commit 3e7a9e5d2011eb7315e8765f2a8c3267fd2d3363
Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com>
Date:   Thu Jun 10 23:05:07 2021 +0200

    🌐 Update Hungarian language (#22083)

commit 33e8769226f0d994a73dea33cec3e1488cc8f249
Author: grauerfuchs <42082416+grauerfuchs@users.noreply.github.com>
Date:   Thu Jun 10 17:04:18 2021 -0400

    🔨 MightyBoard envs for A.B.M. (#22100)

commit 59842edbcb46b6cc8f30807bdc9ef5fbe79bd7fa
Author: Radek <46979052+radek8@users.noreply.github.com>
Date:   Thu Jun 10 19:51:07 2021 +0200

    🔧 EEPROM options for BTT SKR 1.4 (#22092)

commit 507e1e436e7f45078c61e79026d64c55598fd707
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Thu Jun 10 02:17:39 2021 -0600

    🎨 Fix and improve FTDI Eve Touch UI (#22093)

commit b27447ef484b86d573e7ba60960df2f008df37d4
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 10 19:09:52 2021 +1200

    🔧 Enforce BLTouch settings (#22086)

commit c9a3ba99be5e45b880387aa28577c10a9875b459
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 10 02:05:04 2021 -0500

    🎨 Adjust some conditionals

commit 967942460ecfa952cd39b055cf9fd6cb968f51ea
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 8 19:55:27 2021 -0500

    ⚡️ Optimize Sensitive Pins array (except STM32) (#22080)

commit bfa257902ec4b0c96e642b4ee54f6e75de546255
Author: Kyle Repinski <MWisBest@users.noreply.github.com>
Date:   Tue Jun 8 18:56:16 2021 -0500

    🐛 Fix small/huge I2C EEPROM address (#22081)

commit 3f103c91f0e206bf3911bcc884d1dfaa8f2dd38b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 8 07:51:28 2021 -0500

    🎨 Laser Ammeter followup (#22079)

    Followup to #21835

commit 2fd9971f413bf4d34da5c3de9fc57c31ebcf6a4f
Author: Mike La Spina <mike.laspina@shaw.ca>
Date:   Mon Jun 7 14:15:09 2021 -0500

    Add Laser Based I2C Ammeter Feature (#21835)

commit a3063a939243acefec606909ce8982fdabd848c4
Author: ellensp <ellensp@hotmail.com>
Date:   Tue Jun 8 07:09:12 2021 +1200

    expose hidden BLTOUCH setting changes (#22069)

commit d8a02bbbdba39e3fcc6519d7fa8ddbc36f4ea967
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Sun Jun 6 22:26:42 2021 -0600

    🎨 Reorganize FTDI Touch UI variants (#22066)

commit 76d4a395d1a3d9d24f308ce6deb19c8767f04105
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 21:21:14 2021 +1200

    🩹 Fallback ID for MKS TS35 V2.0 (#22031)

commit c515bfb5fbb860d13daea84dfde6cb9d54662d20
Author: 7FM <41307817+7FM@users.noreply.github.com>
Date:   Sun Jun 6 09:56:24 2021 +0200

    👽️ Include <EEPROM.h> in STM32 (for now) (#22054)

commit 83430be580071acd35617e99f0fb23814993d04b
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 19:50:14 2021 +1200

    📦️ Malyan M200 with HAL/STM32 (#22052)

commit 9bd9f91722f9ae917a98bf8c148cadc84e885a6e
Author: George Fu <nailao_5918@163.com>
Date:   Sun Jun 6 14:37:52 2021 +0800

    📌 Update FYSETC E4 to espressif32@2.1.0 (#22049)

commit e6ef43e51a90e25ecbe24e766d32c046a9dbbdf3
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sun Jun 6 02:59:19 2021 -0300

    ⚰️ Remove obsolete CUSTOM_SPI_PINS (#22058)

commit 16bca67f2deaf1d53bd7c1d3515ffbfb01a65ef8
Author: ellensp <ellensp@hotmail.com>
Date:   Sun Jun 6 12:16:40 2021 +1200

    🔧 Check G29_RETRY_AND_RECOVER requirements (#21921)

commit d65eea550caf12edaa678bde375864060cc68713
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat Jun 5 17:08:10 2021 -0500

    🔧 FOAMCUTTER_XYUV moved to custom config

commit 46080b367af8fbdef0628fc21243fd115007a2b5
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Fri Jun 11 22:53:23 2021 +0200

    ✏️ Six Linear Axes followup (Fix M503) (#22112)

commit 317afae37c5927ec6c4e6118a9e4d64dd8b757e3
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Thu Jun 10 02:08:42 2021 -0600

    ✏️ Six Linear Axes followup (typos) (#22094)

commit 930a6082362c3bef59aee27d72f0611b72ccbded
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 9 10:43:39 2021 +1200

    🎨 IJK auto-allocation (#22075)

commit 6e3c45580ce415bb27774bc0b707fec7da54943b
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Mon Jun 7 06:23:23 2021 +0200

    ✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068)

commit e3df7d7bc8188994cc49879da9556222db935252
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sun Jun 6 08:30:39 2021 +0200

    ✏️ Followup to Six Linear Axes (#22056)

commit c1fca911036af3ca868caea7556a630044ae4a77
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date:   Sat Jun 5 09:18:47 2021 +0200

    🏗️ Support for up to 6 linear axes (#19112)

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

commit d3c56a76e73f8e126f1cf579f552e671efa9005b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 20:23:37 2021 -0500

    ♻️ Patches for Zero Extruders (with TMC)

commit 4194cdda5bb01171b2523038d568de670a8f0461
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 24 16:38:57 2021 -0500

    ♻️ Refactor Linear / Logical / Distinct Axes (#21953)

    * More patches supporting EXTRUDERS 0
    * Extend types in prep for more axes

commit f5f999d7bf56c03fd95455902e75cff873139500
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Fri Jun 4 23:35:05 2021 -0600

    📺 Fix and enhance FTDI EVE Touch UI (#22047)

commit b4b607681c19aff8c067f70c970f9ae755b1e059
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Jun 4 21:56:18 2021 -0700

    ✨ BigTreeTech Octopus V1.1 (#22042)

commit 1e75eba27bd439d805d9de3e3c2194c2bfc3e42e
Author: ellensp <ellensp@hotmail.com>
Date:   Sat Jun 5 16:51:17 2021 +1200

    🐛 Fix STM3R / BEAST envs (#22028)

commit f3f3d202accf2c36e348c5e08fae82981d74c872
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sat Jun 5 01:49:00 2021 -0300

    📦️ STM32F103RE_btt(_USB) with HAL/STM32 (#22040)

commit c90fa530db2e6c98cfc8329ef36eda837b5ecc30
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jun 4 23:44:16 2021 -0500

    ✨ Update G34 for 4x Z steppers (#22039)

commit aeb8097cbc2b946cffe9813b5c8805c6943fd87d
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sat Jun 5 00:01:06 2021 -0400

    🐛 Fix M140 print job timer autostart (#22046)

commit 04bea727877c931777d69b718482630c40bd86fe
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sat Jun 5 03:02:37 2021 +0200

    🐛 Fix MMU compile with >5 EXTRUDERS (#22036)

commit ce95f56ac8755eff188001e12c88e01ae8e65f0e
Author: ldursw <37294448+ldursw@users.noreply.github.com>
Date:   Fri Jun 4 00:38:10 2021 -0300

    🔨 MKS Robin E3 for HAL/STM32 (#21927)

commit aff45fd455dd34f06f7211e0ff29d4f4dd93c7a8
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 3 03:23:10 2021 -0500

    ✏️ Remove whitespace

commit c8f28d9d0906261749f8beabc645503fadb0cbc9
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 3 20:10:04 2021 +1200

    🐛 Fix Creality v4 servo timer (#22021)

    Followup to #21999

commit f3697e5e02cd9debb170f69250a1ac37bc338852
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Jun 3 17:51:22 2021 -0700

    🔨 Consolidate BTT linker scripts followup (#22038)

commit 557ba20ff4f57f0311f92e74b20a031c1ffb3520
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Thu Jun 3 02:55:30 2021 -0500

    🔨 Consolidate BTT linker scripts

    Originally from #22022

commit dd0e5c26d15a188dca9f7c772f8058bffdda108c
Author: ellensp <ellensp@hotmail.com>
Date:   Thu Jun 3 19:40:16 2021 +1200

    🐛 Fix env:STM32F103RE maple/unified split-up (#22019)

    Followup to #21999

commit c9a3f41152d1cc5145993920f2594aef8e745089
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 17:09:47 2021 -0500

    📝 Update G61 comment

commit d13ffa0aba6e31095d08bd3ccbc1c970e1fb2a59
Author: ellensp <ellensp@hotmail.com>
Date:   Wed Jun 2 18:42:15 2021 +1200

    🔨 Creality v4 with STM32 HAL (#21999)

    - New STM32 env for Creality V4 boards.
    - Separate Libmaple targets into their own `ini` file.
    - Temporarily remove unusable targets from `pins.h`.

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

commit fb0be2960408c08de09ecba4253c65f50e01b275
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 23:24:20 2021 -0500

    🔨 Move FLY_MINI env to stm32f1.ini

commit 7ca155077503cb2c62bf5ed739f9c6a2280a1cd9
Author: hannesweisbach <hannesweisbach@users.noreply.github.com>
Date:   Wed Jun 2 06:20:47 2021 +0200

    ✨ TMC Driver distinct baudrates (#22008)

commit 665a71b471476b7eaebe910d4412c5f39f26932c
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue Jun 1 22:46:35 2021 -0500

    🔧 Treat TPARA like SCARA in mfconfig

commit 9268a4b28c485a2efeffccabab42defbd1c2cbaf
Author: Roman Moravčík <roman.moravcik@gmail.com>
Date:   Wed Jun 2 04:10:15 2021 +0200

    🌐 Update Slovak language (#22000)

commit 529bbfad10ca13a9d11af84302b7a92a14250d34
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Mon May 31 08:44:38 2021 +0200

    ⚗️ 32-bit float constants (STM32F1) (#21996)

commit e7945c227762a66840b0d9eb3c4aa9e40ff7641b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri Jun 11 18:33:07 2021 -0500

    🐛 Fix Z endstop enum

    Followup to 92dea8e6cc

commit 5ee91c73ed17cbb49899a7d91fce9377fd6e4599
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sun Jun 6 03:49:23 2021 -0500

    👷 Add caching to CI workflow

commit 2116e4202b064c6cafef70d54ed50edf00b79e44
Author: hannesweisbach <hannesweisbach@users.noreply.github.com>
Date:   Sat Jun 5 06:38:43 2021 +0200

    🐛 Fix Probe Temp Calibration compile (#22032)

commit 19521d16cd9838345f404196e62bf6a2e2719b39
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date:   Sat Jun 5 00:01:06 2021 -0400

    🐛 Fix M140 print job timer autostart (#22046)

commit 057302b93636f276e8fe188f3fbd23d087e68a00
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Thu Jun 3 18:52:25 2021 -0300

    👽️ Fix usb-host-msc-cdc-msc issue (#22025)

commit d62619c9c8e4e92ea8e1d0fdfdca923df1d94140
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 19:38:34 2021 -0500

    📌 Use U8glib-HAL@~0.4.5

commit 9c80a89597ceb397f079a2bae47c15f32a195165
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 15:34:31 2021 -0500

    🎨 Reorganize BTT_E3_RRF_IDEX_BOARD

commit 00834ef03dc9a58e7b2c1b1333276e0c65399a5f
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed Jun 2 15:34:03 2021 -0500

    🎨 Clean up stops, sdss pins

commit 5b7b065b96e6920171a50aace7e77ec8f735915d
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat May 29 16:01:38 2021 -0500

    Marlin 2.0.8.2

commit a739af823f63bf5cfafb22a62d5f7b4d9ba4073e
Author: Timo <timo.birnschein@microforge.de>
Date:   Sat May 29 14:00:39 2021 -0700

    ✨ Malyan M180 (#21992)

commit 493eb446b74cdc7ab99315dfc129ecc86fbc343d
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Thu May 20 13:35:38 2021 +0200

    ✨ MEDIA_MENU_AT_TOP for MarlinUI (#21925)

commit 1b45b3802ac62c3b1e47213b847d9eb772ba1f4b
Author: charlespick <charles.pickering19@gmail.com>
Date:   Thu May 20 04:06:26 2021 -0700

    ✨ Independent baud rates (#21949)

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

commit 7898307d783f13e3d1947c61b3cc573f5973f69a
Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com>
Date:   Sat May 29 20:48:56 2021 +0200

    🌐 Update Polish language (#21993)

commit 8da8aa140fb7b57623144b222b5ff31816b2f84a
Author: ellensp <ellensp@hotmail.com>
Date:   Thu May 27 22:13:43 2021 +1200

    🥅 Add MESH_EDIT_MENU sanity check (#21922)

commit 4572af2bce25fc4959746f1088981c410cafee1b
Author: Andy Barratt <mail@andybarratt.co.uk>
Date:   Thu May 27 03:07:13 2021 +0100

    🚸 cap:HOST_ACTION_COMMANDS (#21987)

commit 6dc17f0e6ea3b88f109d683a4b223d6a733ad1e5
Author: Allen Bauer <kylix.rd@gmail.com>
Date:   Tue May 25 17:08:10 2021 -0700

    🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980)

commit 3fcf3f69ca495722b0f47a69435e033f8895ae82
Author: ellensp <ellensp@hotmail.com>
Date:   Wed May 26 11:38:23 2021 +1200

    ♻️ LEDs refactor and extend (#21962)

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

commit a9fd2769f3f26e7e61a908a0ef2c079f1d06baab
Author: LawnMo <81721212+LawnMo@users.noreply.github.com>
Date:   Tue May 25 00:53:48 2021 +0200

    🩹 Fix multi_volume + SDIO onboard compile (#21975)

commit 9adaf92674751542e76e31738d2915992c57a40f
Author: LawnMo <81721212+LawnMo@users.noreply.github.com>
Date:   Mon May 24 09:21:21 2021 +0200

    🩹 Improved SKR2 12864 LCD Delays (#21956)

commit e75c3b6c54e9e8b4b48009a0ccc58ed7069f612a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 23 21:33:22 2021 -0500

    🎨 Macros for optional arguments (#21969)

commit 61f2bb122844aa0607f6d53aa37f843123931af6
Author: ellensp <ellensp@hotmail.com>
Date:   Mon May 24 13:29:19 2021 +1200

    ⚡️ PIO filters for M117, M300 and M414 (#21972)

commit d1502f74eaae94b6bff61b45c8481db39956ac2b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:56:31 2021 -0500

    🎨 Null heating message method

commit 83f9413196fbb842764eba33a975cec8d524e973
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:41:29 2021 -0500

    🐛 Fix Selena Compact probe pin

commit cdc3e18d994f120219ec8683246a81ac31cca75b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Fri May 28 19:47:06 2021 -0500

    Use another PR close action

commit 55a6315862cfafccfc939cf1b1f064f748c82d54
Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com>
Date:   Mon May 24 14:57:45 2021 +0800

    🐛 Fix Octopus HS USB (#21961)

commit cf447a54428345903fe9f4c9497a4f32dfa72b08
Author: gjdodd <31553294+gjdodd@users.noreply.github.com>
Date:   Mon May 24 07:54:10 2021 +0100

    🐛 Fix flowmeter calculation (#21959)

commit 7597b4fb40a6e936267a57c74264fcf6c5bd1fc5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 21:12:53 2021 -0500

    🎨 Apply shorthand and cleanups

commit 7cd0f2a32aef86b361e9bef7ec3c30a944b7d153
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 21:08:57 2021 -0500

    🎨 pause => pause_heaters

commit 4dae5890e99c73686b7e1ee08857487a0acfeb28
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 23 01:09:46 2021 -0500

    ♻️ Refactor, comment endstop/probe enums

commit 738ae4be331b8d580cb22b7ec6e33ab095e3e81c
Author: Danol <czdanol@gmail.com>
Date:   Sun May 23 00:35:07 2021 +0200

    🐛 Fix wrong Z_ENDSTOP flag bit (#21963)

    Bug introduced in #18424

commit e5736110216893362937b70472e7da2c3859a28c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 22 17:02:21 2021 -0500

    🎨 Combine M104/M109 and M140/M190 code

commit f60965a1078fec01c6bc0f438c4e019547253d5e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 23:03:49 2021 -0500

    📝 Update ExtUI example

commit 3995e8373c88fce34d9a524686302ec132f0d2e3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 22:55:13 2021 -0500

    🎨 Shorten lcd relative paths

commit ddc82b84e25e981d12bab0d74af95b1e0476248b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 22:45:54 2021 -0500

    📝 Document diveToFile, printListing

commit 87a943756a36fe7f1e3422868dcfa35d5dd54518
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 08:23:09 2021 -0500

    🎨 Move HAS_EXTRUDERS

commit 8e28731f96d3f2a8dd5d1bb8262eafddc7e0aa05
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 08:24:38 2021 -0500

    🎨 Update a condition

commit cdbd438a041427580eaea0a9fbe570864aed70d0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 08:25:54 2021 -0500

    🎨 Rename all/no axis enums

commit 3220c49f1be88f8ee2845e5a01a6132eba966208
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 21 00:26:54 2021 -0500

    Add a test for SAVED_POSITIONS

commit 94e67a036a614f5f43bf2e79d26c9d62a2ffb505
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 20 21:47:05 2021 -0500

    🐛 Fix compile with PREVENT_COLD_EXTRUSION off

commit c977e820743a6589b0c82159473b36e60fae7254
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 20 17:12:18 2021 -0500

    🎨 MULTI_MANUAL => MULTI_E_MANUAL

commit 9878a5ab5883f2b3112c1f67ab392538afd7520f
Author: Moonglow <fxdteam@gmail.com>
Date:   Thu May 20 14:09:10 2021 +0300

    🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) (#21944)

commit 2de914c38ce373f37c925b20af270a2e4c647356
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed May 19 23:07:09 2021 -0500

    🎨 Move switch sensor strings

commit 49b05ba9891bc7add47d32a9ca947fe7eb9f4555
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Wed May 19 00:21:34 2021 -0500

    🎨 Flags for homing directions

commit 85fa8c55c9415ec044a96eedc800fedfa6b02439
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 23:30:49 2021 -0500

    🐛 Fix DELTA with SENSORLESS_PROBING

commit 57eef65d9cabb6b7cc4c7937c8a9a095fc39313b
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:56:05 2021 -0500

    ♻️ Refactor axis homing/trusted state bits

commit 894c954e8f2e56e7a556a71200c8465ba3507deb
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:53:52 2021 -0500

    ♻️ Minimize endstop bits

commit 046bac67693ec00ff2d2adf00aabe5cd396963c6
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:52:41 2021 -0500

    ✅ Fix tests for EXTRUDERS 0

commit 765720e98ba3cc970e42f8bf730da056c59ac2fe
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:52:10 2021 -0500

    ♻️ Simplify TMC utilities for more axes

commit 26a244325b48e5cf3e23518f9cd895491305050e
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:51:19 2021 -0500

    ♻️ Refactor axis counts and loops

commit f7d28ce1d6d17621f86fd179770645723e5ae272
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Tue May 18 22:46:59 2021 -0500

    🎨 Misc cleanup and fixes

commit c85633b47f0b3c92055e725b9162acdeebd1ef79
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 17 21:17:22 2021 -0500

    🎨 Use defined strings

commit 6861b1ec827b30a4493099ebee1e49adbb48e8a5
Author: Alvaro Segura Del Barco <alvarosb@gmail.com>
Date:   Sat May 22 14:52:41 2021 -0600

    🐛 Fix Teensy PINS_DEBUGGING compile (#21958)

    Followup to 84a11cfedc

commit 003cb20b9fcf98bd80501d20634b41863ebf4dee
Author: Roger D. Winans <solvaholic@users.noreply.github.com>
Date:   Sat May 22 00:14:25 2021 -0400

    📝 Add Configurations section to README (#21955)

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

commit f1f622de01780418a3fe510f3f9be7237372831e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed May 19 22:02:28 2021 -0500

    Fix 'G29 K' value

commit dbb8f3db090e234ab17df986ccb29d2b4e7a4361
Author: ellensp <ellensp@hotmail.com>
Date:   Tue May 18 14:16:47 2021 +1200

    Fix EEPROM_CHITCHAT (#21934)

    Fix #21929

commit 5d7c72db5a57086e721ce0370c7a4ac75a47a978
Author: ellensp <ellensp@hotmail.com>
Date:   Tue May 18 11:22:33 2021 +1200

    Fix envs using mks_encrypt.py (#21933)

    Fix #21928

commit 755adb8973aa69ca6f0832e606060eaca065b88c
Author: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat May 15 18:33:10 2021 -0700

    Update Configurations URL (2.0.8.1)

commit 09774291384c8f301dffa274cf08ddd199b17c31
Author: ekef <62036680+ekef@users.noreply.github.com>
Date:   Sun May 16 02:22:30 2021 +0300

    Fix MKS Robin E3 BLTOUCH and Fan PWM timer conflicts (#21889)

commit 1dfa6cbc809d93a685c75f8b88ee3b9173aaeaa9
Author: Scott Lahteine <github@thinkyhead.com>
Date:   Sat May 15 14:56:27 2021 -0500

    Marlin 2.0.8.1

commit e3998dc3dfae6bb52851374b3ba2e61cc3bc6661
Author: Luu Lac <45380455+shitcreek@users.noreply.github.com>
Date:   Sat May 15 15:02:20 2021 -0500

    M154 Position Auto-Report (#18427)

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

commit b6e1838fa6e905bcc4beab665d1e69b4eb35bce9
Author: Moonglow <fxdteam@gmail.com>
Date:   Sat May 15 06:30:16 2021 +0300

    Fix MKS UI missing font select condition (#21905)

commit 908caba7353cc321736cdf3fab61ea58163ee87e
Author: ondrada <82547068+ondrada@users.noreply.github.com>
Date:   Sat May 15 05:29:17 2021 +0200

    Fix G29_RETRY_AND_RECOVER dependency (#21907)

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

commit 121f3b1096bf0fcc0317df842a389a7f8afc2e3e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 14 00:17:04 2021 -0500

    🐛 Fix RR collision with MM (#21902)

commit 9e373617dc599130daf7b0204c5281237a6cc590
Author: Jamie <vector76@users.noreply.github.com>
Date:   Fri May 14 00:14:13 2021 -0500

    ✨ Instant Freeze/Resume Function (#17462)

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

commit 5298fa357c18c8bceb9552bcc4fd7543ee21b70f
Author: ellensp <ellensp@hotmail.com>
Date:   Fri May 14 08:19:12 2021 +1200

    Fix nextion compile error  (#21884)

commit 2c15bc5d3971571ad6e19e82436d2b8bd6f7f1d5
Author: Alexander D. Kanevskiy <kad@kad.name>
Date:   Thu May 13 23:10:48 2021 +0300

    Fix …
ptoal pushed a commit to ptoal/Marlin that referenced this pull request Jan 12, 2022
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
thinkyhead added a commit that referenced this pull request Mar 16, 2023
shadow578 added a commit to shadow578/Marlin-H32 that referenced this pull request Apr 7, 2023
* [cron] Bump distribution date (2023-03-05)

* 🐛 Fix apply_power for SPINDLE_SERVO (MarlinFirmware#25465)

* 🐛 Fix Flash EEPROM for STM32G0B1CB (MarlinFirmware#25469)

* 🌐 Update Turkish language (MarlinFirmware#25447)

* [cron] Bump distribution date (2023-03-06)

* 🧑‍💻 Script to make non-accented languages

* 🌐 Update Turkish language

Followup to MarlinFirmware#25447

* [cron] Bump distribution date (2023-03-07)

* 🌐 DGUS Reloaded non-accented French (MarlinFirmware#25443)

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

* 🔧 Add DGUS_LCD_UI RELOADED conditions

* [cron] Bump distribution date (2023-03-08)

* ✨ Extra Z Servo Probe options (MarlinFirmware#21427)

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

* 🔧 Update some config.ini options

* 🔨 VSCode + Devcontainer support (MarlinFirmware#22420)

* [cron] Bump distribution date (2023-03-09)

* ✨ Z_SAFE_HOMING_POINT_ABSOLUTE (MarlinFirmware#23069)

* [cron] Bump distribution date (2023-03-10)

* ✨ BTT Octopus Max EZ 1.0, SKR 3.0 / 3.0 EZ (MarlinFirmware#25387)

BTT Octopus Max EZ V1.0 (STM32H723VE/ZE), SKR V3.0 / V3.0 EZ (STM32H723VG)

* [cron] Bump distribution date (2023-03-11)

* 🐛 Fix Anet ET4 SD_SS_PIN (MarlinFirmware#25492)

* [cron] Bump distribution date (2023-03-12)

* BTT Octopus … followup (MarlinFirmware#25495)

Followup to MarlinFirmware#25387

* ⚡️ Exit from ISR on AVR already does sei

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* 🎨 Cosmetic stepper updates

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* ✨ MAX7219_DEBUG_MULTISTEPPING

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* ⚡️ Use hal_timer_t for timing vars

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* ⚡️ Use cached la_active state

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* ⚡️ Use AxisFlags for step_needed

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* [cron] Bump distribution date (2023-03-13)

* ⚡️ Major shaper optimization

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* ⚡️ Set steps_per_isr in calc_multistep_timer_interval

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* 🔧 Expose MULTISTEPPING_LIMIT option

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* ⚡️ Optimize speed lookup for AVR

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* ⚡️ Update ISR cycle counts

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* 📺 DGUS_RELOADED 1.03 (MarlinFirmware#25490)

* [cron] Bump distribution date (2023-03-14)

* 🐛 Fix Polargraph without Z (MarlinFirmware#25514)

* 🐛 Fix long filename read/report (MarlinFirmware#25509)

* 🩹 Fix IA_CREALITY float, startup (MarlinFirmware#25493)

Followup to MarlinFirmware#25440

* [cron] Bump distribution date (2023-03-15)

* 🎨 Misc. formatting

* 🎨 Misc. tramming menu cleanup (MarlinFirmware#25519)

* 🩹 Fan Menu / Status fixes

Followup to MarlinFirmware#21888

* 🩹 Fix DWIN MarlinUI Fan/E/XY (MarlinFirmware#25502)

* [cron] Bump distribution date (2023-03-16)

* 🔧 Safer default for Z_MIN_PROBE_PIN override (MarlinFirmware#25524)

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

* ♻️ Refactor PROBE_PT_[123]

* ♻️ Refactor UBL 'G29 J'

* [cron] Bump distribution date (2023-03-17)

* 🚸 Refinements for UBL G29 J (tilt mesh) (MarlinFirmware#25486)

* [cron] Bump distribution date (2023-03-18)

* 🔧 Optional MPC_AUTOTUNE to save 5.5 - 5.8KB

* ✨ Sovol v1.3.1 (Sovol SV06) (MarlinFirmware#25267)

* 🧑‍💻 More IntelliSense-friendly declares

* 🎨 Clean up IA_CREALITY includes (MarlinFirmware#25530)

* 🎨 Suppress warning (MarlinFirmware#25529)

* 🔧 SQUARE_WAVE_STEPPING => EDGE_STEPPING (MarlinFirmware#25526)

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

* 🚸 Improve Z-Probe raise for deploy (MarlinFirmware#25498)

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

* 🐛 Fix LVGL / MKS WiFi long filename (MarlinFirmware#25483)

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

* 🔨 Fix STM32H723Vx_btt for case-sensitive (MarlinFirmware#25535)

* 🐛 Fix FYSETC Cheetah v2.0 Servo/Probe pins (MarlinFirmware#24635)

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

* 🐛 Prevent MPC E-permm overrun in Load Filament (MarlinFirmware#25531)

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

* 🚸 Fix / improve LCD_BED_TRAMMING (MarlinFirmware#25425)

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

* 🔧 Sanity-check PRINTCOUNTER_SAVE_INTERVAL + ESP32 I2S Exp (MarlinFirmware#25527)

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

* ⚡️ Smart Adaptive Multi-Stepping (MarlinFirmware#25474)

* 🚸 Temperature Variance Monitor tweaks (MarlinFirmware#23571)

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

* 🩹 Fix Ender 2 stock LCD (MarlinFirmware#25538)

* ⚡️ Misc. optimizations

* [cron] Bump distribution date (2023-03-19)

* ✨ REPORT_ADAPTIVE_FAN_SLOWING (MarlinFirmware#25537)

* 🩹 Fix a serial_ternary

* ✨ Z_SERVO_DEACTIVATE_AFTER_STOW (MarlinFirmware#24215)

* 🐛 Avoid step rate overflow (MarlinFirmware#25541)

* [cron] Bump distribution date (2023-03-20)

* ✨ PROBING_TOOL (MarlinFirmware#24411)

* [cron] Bump distribution date (2023-03-22)

* ✨ FILAMENT_SWITCH_AND_MOTION (MarlinFirmware#25548)

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

* 🧑‍💻 ExtUI::onSetPowerLoss

* [cron] Bump distribution date (2023-03-23)

* 🎨 calibration_stage => stage

* [cron] Bump distribution date (2023-03-24)

* 🩹 Reset touch screen calibration on failure (MarlinFirmware#25334)

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

* 🎨 TMC SPI Pins

Co-Authored-By: Martin Turski <turningtides@outlook.de>

* 🎨 Pins header comments

Co-Authored-By: Martin Turski <turningtides@outlook.de>

* 🎨 Wrap font includes

Co-Authored-By: Martin Turski <turningtides@outlook.de>

* 🎨 LPC_SOFTWARE_SPI => SOFTWARE_SPI

Co-Authored-By: Martin Turski <turningtides@outlook.de>

* 🔨 INI Updates

Co-Authored-By: Martin Turski <turningtides@outlook.de>

* 🎨 Misc. fixes, cleanup

Co-Authored-By: Martin Turski <turningtides@outlook.de>

* 🩹 Update TRONXY_V10 SPI_FLASH pins

* [cron] Bump distribution date (2023-03-25)

* 🩹 Fix Chitu3D V6 default probe pin (MarlinFirmware#25552)

* 🔧 Remove TVPM warning (MarlinFirmware#25551)

* 🐛 Fix MKS Gen L 2.1 MOSFET pins (MarlinFirmware#25542)

* 🩹 Refine MKS boards with a dedicated FAN port (MarlinFirmware#25567)

* 🎨 Rename FAN_PIN to FAN0_PIN (MarlinFirmware#25568)

* 📝 Fix spelling (MarlinFirmware#25563)

* [cron] Bump distribution date (2023-03-26)

* 🎨 Timer tweaks

* 🔧 Refactor endstop state config (MarlinFirmware#25574)

* ✨ AnyCubic Vyper / Vyper LCD (MarlinFirmware#25405)

* 🩹 Fix Touch Calibration first point (MarlinFirmware#25298)

* 🧑‍💻 Auto Fan / Cooler Fan updates (MarlinFirmware#25554)

* 🐛 Prevent divide-by-zero in calc_timer_interval (MarlinFirmware#25557)

* 🔧 Sanity-check for endstop inverting

Followup to MarlinFirmware#25574

* 🔧 Clarify axis disable / timeout (MarlinFirmware#25571)

* [cron] Bump distribution date (2023-03-27)

* 🔨 Fix thread-unsafe deque iteration

* 🐛 Fix AnyCubic Vyper ProcessPanelRequest

Followup to MarlinFirmware#25405

* 🎨 Suppress a type warning (MarlinFirmware#25575)

* ⚡️ Improve TFT DMA for STM32 (MarlinFirmware#25359)

* 🐛 Fix M23 long filename support (MarlinFirmware#25540)

* [cron] Bump distribution date (2023-03-28)

* 🎨 Misc. cleanup

* 🔧 Fix up WiFi options (MarlinFirmware#25586)

* 🔨 Update config.ini endstop states

Followup to MarlinFirmware#25574

* [cron] Bump distribution date (2023-03-29)

* 🔧 Impose Hephestos 2 Bed Kit requirements (MarlinFirmware#25585)

* 🎨 Remove unused ProUI : UBLValidMesh (MarlinFirmware#25591)

* 🔨 Improve Docker local tests support (MarlinFirmware#25583)

* 🔨 MarlinSimUI updates (MarlinFirmware#25589)

* [cron] Bump distribution date (2023-03-30)

* 🩹 Update Trigorilla V006 fan pin

Followup to MarlinFirmware#25568

* 🩹 Fix Ender-3 V2 with no fan

* 🐛 Fix _HAS_FAN for fan on Pin 0

* 🎨 Refine probe, more debug

* 🩹 Fix displayed mix percentages

* [cron] Bump distribution date (2023-03-31)

* 🔧  DGUS_LCD_UI selectable options

* 🔧 Fix SENSORLESS hit state error (MarlinFirmware#25604)

* 🧑‍💻 CardReader adjustments (MarlinFirmware#25611)

* [cron] Bump distribution date (2023-04-01)

* 🎨  HAS_SHAPING => HAS_ZV_SHAPING

* ✨ Fixed-Time Motion with Input Shaping by Ulendo (MarlinFirmware#25394)

Co-authored-by: Ulendo Alex <alex@ulendo.io>

* 🐛 Fix Long FIlename lookup (MarlinFirmware#25598)

* 🌐 Update Italian language (MarlinFirmware#25587)

* 🔨 Move Docker local test script

Followup to MarlinFirmware#25583

* 🩹 FT_MOTION Followup

* 🐛 Ensure root for 'M503 C'

* 🐛 Clean up DELTA babystep Z

* 🐛 INVERT_*_DIR for FT_MOTION (MarlinFirmware#25637)

* 🔧 Move DOGLCD options

* 🧑‍💻 Update pinsformat.js

* 📝 Update Ender # labels

* [cron] Bump distribution date (2023-04-07)

* 🚸 Support CoreXY without Z (MarlinFirmware#25630)

* 🎨 Apply const (MarlinFirmware#25643)

* update `pins_Aquila_X2.h` to new format

---------

Co-authored-by: thinkyhead <thinkyhead@users.noreply.github.com>
Co-authored-by: Hans-Christian Ebke <ebke@cs.rwth-aachen.de>
Co-authored-by: alextrical <35117191+alextrical@users.noreply.github.com>
Co-authored-by: Abdullah YILMAZ <h.abdullahyilmaz@hotmail.com>
Co-authored-by: albatorsssx <albator_ssx@hotmail.com>
Co-authored-by: Kurt Haenen <Misterke@users.noreply.github.com>
Co-authored-by: Sion Williams <sion5@hotmail.co.uk>
Co-authored-by: Evgeniy Zhabotinskiy <evg-zhabotinsky@users.noreply.github.com>
Co-authored-by: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Co-authored-by: tombrazier <68918209+tombrazier@users.noreply.github.com>
Co-authored-by: Neo2003 <Neo2003@users.noreply.github.com>
Co-authored-by: jbubik <jbubik@centrum.cz>
Co-authored-by: Eduard Sukharev <sukharev.eh@gmail.com>
Co-authored-by: Davide Rombolà <davide.rombola@gmail.com>
Co-authored-by: dwzg <50058606+dwzg@users.noreply.github.com>
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
Co-authored-by: jamespearson04 <jamespearson04@hotmail.co.uk>
Co-authored-by: Michael Hill <mhill@hillsoftware.com>
Co-authored-by: James Gilliland <neclimdul@gmail.com>
Co-authored-by: Liam Powell <liam+github@liampwll.com>
Co-authored-by: George Fu <nailao_5918@163.com>
Co-authored-by: Piotr Paczyński <ppaczyn@gmail.com>
Co-authored-by: Farva42 <100859196+Farva42@users.noreply.github.com>
Co-authored-by: John Robertson <john@cirtech.co.uk>
Co-authored-by: John Lagonikas <39417467+zeleps@users.noreply.github.com>
Co-authored-by: StevilKnevil <stevilknevil@hotmail.co.uk>
Co-authored-by: FilippoR <filippo.rossoni@gmail.com>
Co-authored-by: BIGTREETECH <38851044+bigtreetech@users.noreply.github.com>
Co-authored-by: Martin Turski <turningtides@outlook.de>
Co-authored-by: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Co-authored-by: Bob Kuhn <bob.kuhn@att.net>
Co-authored-by: Alexander Gavrilenko <jmz52@users.noreply.github.com>
Co-authored-by: Andrew <18502096+classicrocker883@users.noreply.github.com>
Co-authored-by: John Unland <junland.foss@gmail.com>
Co-authored-by: Chris Pepper <p3p@p3psoft.co.uk>
Co-authored-by: Ulendo Alex <alex@ulendo.io>
EvilGremlin pushed a commit to EvilGremlin/Marlin that referenced this pull request Apr 8, 2023
thinkyhead added a commit that referenced this pull request Apr 10, 2023
thinkyhead added a commit to thinkyhead/Marlin that referenced this pull request May 16, 2023
EvilGremlin pushed a commit to EvilGremlin/Marlin that referenced this pull request May 17, 2023
thinkyhead added a commit that referenced this pull request May 17, 2023
tspiva pushed a commit to tspiva/Marlin that referenced this pull request May 25, 2023
Infobitas added a commit to Infobitas/Marlin-Tronxy-X5SA-Pro-with-LCD-V10-220413 that referenced this pull request May 31, 2023
commit 0a30fac
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue May 16 14:01:35 2023 -0500

    🔖 Version 2.1.2.1

commit cbdc01e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 29 19:23:21 2023 -0500

    🩹 Prevent Z drop with G28 X/Y

commit 2dffa39
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 21 08:41:01 2023 -0500

    🩹 Fix TFT LVGL compile error (MarlinFirmware#25865)

    Fixes regression from MarlinFirmware#24302

commit 09247e7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 19 23:30:48 2023 -0500

    🚸 Improve EEPROM validation (MarlinFirmware#25860)

commit 62a7bba
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 18 19:53:03 2023 -0500

    🩹 Fix null pwm_details

commit ce38260
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue May 16 01:28:04 2023 -0500

    🩹 Improve edit menu rounding

commit 3ad9c0b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue May 2 18:15:23 2023 -0500

    🧑‍💻 ftdi_language

commit a0fd588
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 14 18:08:33 2023 -0500

    📌 TH3D EZBoard SD_DETECT_PIN 27

commit 876f996
Author: Chris Bagwell <chris@cnpbagwell.com>
Date:   Wed May 10 05:59:28 2023 -0500

    🔧 Fix SHAPING_MIN_FREQ check (MarlinFirmware#25358)

commit dba521a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 14 18:32:59 2023 -0500

    🧑‍💻 M43 updates

commit 50ad323
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Tue May 9 22:52:59 2023 +0200

    🔧 Move SOFT_PWM_SCALE fallback to cpp (MarlinFirmware#25800)

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

commit 03149b9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 6 17:37:47 2023 -0500

    🚸 Faster default Marlin feedrate

commit 6e91f36
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon May 8 23:54:46 2023 +1200

    🔨 MKS Robin2 PIO Env (MarlinFirmware#25792)

commit 0708275
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 4 18:05:56 2023 -0500

    🎨 Move G28O inside ProUI

commit a2040ba
Author: Scott Mikutsky <smikutsky@gmail.com>
Date:   Mon May 1 02:10:46 2023 -0400

    🐛 Fix STM32 USB disconnect behavior (MarlinFirmware#25762)

commit b6c27fb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Apr 30 18:12:13 2023 -0500

    🔧 Fix X2/Y2 axis pins check

commit b2acd51
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 28 11:03:38 2023 -0500

    🔧 Move MMU section

commit 6d46a49
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 1 18:15:31 2023 -0500

    🩹 Fix TFT sanity error

commit d959e3b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Apr 30 18:12:21 2023 -0500

    🧑‍💻 Use NUM_AXIS_ARRAY

commit f48467b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Apr 26 14:39:56 2023 -0500

    🔨 Servo Timer 1 with STM32F103RC_fysetc (MarlinFirmware#25741)

commit a9c476c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue May 16 18:43:44 2023 -0500

    🔧 Update config.ini script

commit 61d1ce7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Apr 26 14:29:21 2023 -0500

    🧑‍💻 Change HAL_PATH macro for easier HAL relocation (MarlinFirmware#25743)

commit 3c9e8e1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Apr 26 02:57:53 2023 -0500

    🔧 Extra axis endstop defaults

commit d554855
Author: Anson Liu <ansonl@users.noreply.github.com>
Date:   Mon Apr 24 22:07:12 2023 -0400

    🔨 Prevent SlowSoftWire + Wire name conflict (MarlinFirmware#25707)

commit 44b06d7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Apr 24 05:24:10 2023 -0500

    📝 Developer note in boards.h

commit ffe47a0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Apr 23 03:17:55 2023 -0500

    🚸 Improve PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED (MarlinFirmware#25681)

commit 6a12937
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Apr 23 02:07:42 2023 -0500

    🩹 Fix UBL safe measure move with extra axes

    Followup to 7e79fc5

commit 00c96dc
Author: Alexey D. Filimonov <alexey@filimonic.net>
Date:   Sat Apr 22 12:06:19 2023 +0300

    🎨 Clean up TFT Color UI display items (MarlinFirmware#25712)

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

commit 7fb92f4
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Apr 19 17:21:53 2023 -0700

    🚸 Permit G38 with Core (MarlinFirmware#25713)

commit a93b3c1
Author: Jay Robson <45777442+jsrobson10@users.noreply.github.com>
Date:   Thu Apr 20 06:58:42 2023 +1000

    🐛 Fix G38 with Z, support 9 axes (MarlinFirmware#25691)

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

commit d75e016
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Apr 19 14:53:11 2023 -0700

    🔧 Check renamed LIN_ADVANCE_K (MarlinFirmware#25710)

commit 5426759
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Apr 19 12:50:11 2023 +1200

    🩹 Correctly add JSON to mc.zip (MarlinFirmware#25706)

commit a5b5db4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Apr 16 19:11:56 2023 -0500

    🧑‍💻 Minor SpindleLaser::set_enabled tweak

commit 15671a4
Author: Alexey D. Filimonov <alexey@filimonic.net>
Date:   Mon Apr 17 02:38:12 2023 +0300

    🩹 Fix Spindle/Laser ENA pin test (MarlinFirmware#25622)

commit f62d47a
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Sun Apr 16 18:35:13 2023 -0500

    🩹 Fix laser with no PWM compile (MarlinFirmware#25290)

commit 5b8be44
Author: Dennis Lawler <4824647+drawlerr@users.noreply.github.com>
Date:   Sat Apr 15 22:50:26 2023 -0600

    🚸 Echo G30 out-of-bounds (MarlinFirmware#25671)

commit df7d13a
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Tue Apr 18 10:40:13 2023 +0200

    🩹 Bail on 'mc.zip' write error (MarlinFirmware#25695)

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

commit 8592035
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Apr 18 07:51:25 2023 +1200

    🔨 Fix, clean up STM32F1 envs (MarlinFirmware#25697)

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

commit 5a38066
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sun Apr 16 03:26:08 2023 +0200

    🐛 Fix Configuration Embedding (MarlinFirmware#25688)

commit 0ece7ca
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Apr 23 08:59:51 2023 +1200

    🩹 Status / Host Prompt followup (MarlinFirmware#25720)

    Followup to MarlinFirmware#25679

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

commit 2fb47af
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 14 18:06:56 2023 -0500

    🧑‍💻 HostUI::continue_prompt method

commit d2e84e8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 14 17:51:45 2023 -0500

    🧑‍💻 Status Message cleanup

commit 3340491
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 14 18:00:25 2023 -0500

    🧑‍💻 JyersUI code cleanup

commit d399101
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 14 18:09:16 2023 -0500

    🧑‍💻 Apply simplified ?:

commit 02178bd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 14 22:22:07 2023 -0500

    🔧 Trigorilla / Chiron updates

    Followup to c3f34e4

commit 8bc6f77
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Apr 13 04:06:35 2023 -0500

    🔨 Improve runout script check

commit 141cfdd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Apr 13 04:05:56 2023 -0500

    🩹 Fix AUTOFAN_CASE

    Followup to MarlinFirmware#25554

commit 4781d57
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Apr 11 21:28:21 2023 -0500

    🔧 Move FIL_RUNOUT_PIN for Chiron + GLCD

commit 6ebbfa8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Apr 11 18:43:18 2023 -0500

    🧑‍💻 Clarify G28 R / R0

commit cbbcc01
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Apr 11 21:26:46 2023 -0500

    🚸 Minor M43 improvements

commit b5ccd65
Author: David Fries <David@Fries.net>
Date:   Mon Apr 10 04:38:38 2023 -0500

    ⚡️ Skip a redundant BLTouch::command (MarlinFirmware#25656)

commit cf1f56f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Mar 26 20:26:18 2023 -0500

    🔧 Move TFT sanity checks

commit 1e2de0e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 7 01:49:27 2023 -0500

    🎨 Detab some build files

commit cf28f48
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 7 01:33:03 2023 -0500

    🎨 Apply const (MarlinFirmware#25643)

commit 69e8f2e
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Apr 7 18:32:25 2023 +1200

    🚸 Support CoreXY without Z (MarlinFirmware#25630)

commit 2be9f98
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Apr 6 17:24:32 2023 -0500

    📝 Update Ender # labels

commit c2c1ff8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Apr 6 16:58:12 2023 -0500

    🧑‍💻 Update pinsformat.js

commit e240874
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Apr 4 20:46:46 2023 -0500

    🐛 Ensure root for 'M503 C'

commit 6412950
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sat Apr 1 06:19:48 2023 +0200

    🌐 Update Italian language (MarlinFirmware#25587)

commit 466ce0b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 16 13:44:00 2021 -0500

    🩹 Fix displayed mix percentages

commit 59a2cb0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Mar 29 21:50:04 2023 -0500

    🩹 Fix Ender-3 V2 with no fan

commit 85e28f3
Author: Chris Pepper <p3p@p3psoft.co.uk>
Date:   Wed Mar 29 05:45:22 2023 +0100

    🔨 MarlinSimUI updates (MarlinFirmware#25589)

commit bbb75ab
Author: John Unland <junland.foss@gmail.com>
Date:   Tue Mar 28 23:23:27 2023 -0500

    🔨 Improve Docker local tests support (MarlinFirmware#25583)

commit 637cd95
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Wed Mar 29 00:20:52 2023 -0400

    🎨 Remove unused ProUI : UBLValidMesh (MarlinFirmware#25591)

commit d04b3ff
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Mar 28 16:14:37 2023 -0500

    🔧 Fix up WiFi options (MarlinFirmware#25586)

commit 51b33cc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Mar 24 03:01:09 2023 -0500

    🔨 INI Updates

    Co-Authored-By: Martin Turski <turningtides@outlook.de>

commit f452df0
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Mon Mar 27 21:55:56 2023 +0300

    🐛 Fix M23 long filename support (MarlinFirmware#25540)

commit cd0bfcd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Mar 26 04:36:12 2023 -0500

    🧑‍💻 Auto Fan / Cooler Fan updates (MarlinFirmware#25554)

commit bcf3098
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Mar 26 02:09:27 2023 -0700

    🩹 Fix Touch Calibration first point (MarlinFirmware#25298)

commit a40e17d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Mar 25 20:17:54 2023 -0500

    🎨 Timer tweaks

commit d66f4ba
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Mar 25 17:14:21 2023 +1300

    🩹 Fix Chitu3D V6 default probe pin (MarlinFirmware#25552)

commit 26cb2d5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Mar 24 18:43:53 2023 -0500

    🩹 Update TRONXY_V10 SPI_FLASH pins

commit 376e940
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Mar 24 02:43:20 2023 -0500

    🎨 LPC_SOFTWARE_SPI => SOFTWARE_SPI

    Co-Authored-By: Martin Turski <turningtides@outlook.de>

commit ebe3fe0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Mar 24 02:40:29 2023 -0500

    🎨 Pins header comments

    Co-Authored-By: Martin Turski <turningtides@outlook.de>

commit 0d7e30b
Author: Martin Turski <turningtides@outlook.de>
Date:   Fri Mar 24 05:08:28 2023 +0100

    🩹 Reset touch screen calibration on failure (MarlinFirmware#25334)

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

commit accfab8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Mar 23 17:19:20 2023 -0500

    🎨 calibration_stage => stage

commit d68ad9e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Mar 18 21:57:06 2023 -0500

    🩹 Fix a serial_ternary

commit 70c8859
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Mar 19 13:17:21 2023 +1300

    🩹 Fix Ender 2 stock LCD (MarlinFirmware#25538)

commit 980fba8
Author: George Fu <nailao_5918@163.com>
Date:   Sat Mar 18 17:47:54 2023 +0800

    🐛 Fix FYSETC Cheetah v2.0 Servo/Probe pins (MarlinFirmware#24635)

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

commit d0bdb9c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Mar 18 17:13:06 2023 -0500

    ⚡️ Misc. optimizations

commit 821d796
Author: Davide Rombolà <davide.rombola@gmail.com>
Date:   Sat Mar 18 07:35:54 2023 +0100

    🎨 Suppress warning (MarlinFirmware#25529)

commit dcbba65
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Mar 18 01:22:50 2023 -0500

    🧑‍💻 More IntelliSense-friendly declares

commit 5c3dd46
Author: Michael Hill <mhill@hillsoftware.com>
Date:   Sat Mar 18 01:56:07 2023 -0400

    ✨ Sovol v1.3.1 (Sovol SV06) (MarlinFirmware#25267)

commit e50980e
Author: dwzg <50058606+dwzg@users.noreply.github.com>
Date:   Thu Mar 16 01:15:54 2023 +0100

    🩹 Fix DWIN MarlinUI Fan/E/XY (MarlinFirmware#25502)

commit c3b037e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Mar 15 19:13:09 2023 -0500

    🩹 Fan Menu / Status fixes

    Followup to MarlinFirmware#21888

commit 71e6f70
Author: Abdullah YILMAZ <h.abdullahyilmaz@hotmail.com>
Date:   Mon Mar 6 01:29:43 2023 +0300

    🌐 Update Turkish language (MarlinFirmware#25447)

commit 7f9f922
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Fri Mar 3 21:27:15 2023 +0100

    🌐 Update Italian language (MarlinFirmware#25454)

commit 197b319
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Mar 3 13:42:46 2023 -0600

    📝 Fix a comment

commit e03dfb8
Author: jamespearson04 <jamespearson04@hotmail.co.uk>
Date:   Fri Mar 3 20:26:38 2023 +0000

    🐛 Fix UBL 'G29 J' mesh tilt (MarlinFirmware#25453)

    Fix regression from MarlinFirmware#24214

commit cba3b2c
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Wed Mar 1 21:07:23 2023 -0700

    🚸 Improve CocoaPress Touch UI (MarlinFirmware#25446)

commit a9a6d1f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Feb 27 15:27:58 2023 +1300

    📝 Link to archived RA Control Panel page (MarlinFirmware#25424)

commit 61ccd45
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Tue Jan 31 06:07:51 2023 +0100

    🌐 Update Italian language (MarlinFirmware#25309)

commit bab8478
Author: Roman Moravčík <roman.moravcik@gmail.com>
Date:   Tue Jan 31 06:07:03 2023 +0100

    🌐 Update Slovak language (MarlinFirmware#25305)

commit 0110877
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Feb 28 06:11:53 2023 +1300

    🧑‍💻 Add IA_CREALITY CI test (MarlinFirmware#25434)

commit b7ee06b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue May 16 19:52:36 2023 -0500

    🔨 Use 'build_src_filter'

commit 5f8df0a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Mar 26 17:49:51 2023 -0500

    🔨 Fix thread-unsafe deque iteration

commit b338159
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed May 17 06:50:57 2023 +1200

    🐛 Fix MKS Robin Nano 1.3 F4 pin collision (MarlinFirmware#25838)

commit 2399a24
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Apr 10 22:17:50 2023 +1200

    🔧 Update thermocouple 2 pin sanity check (MarlinFirmware#25627)

commit d05acb7
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Apr 10 21:16:52 2023 +1200

    🩹 Fix MARLIN_F446Zx_TRONXY variant (MarlinFirmware#25659)

    Followup to 9be1554

commit 81d4f8f
Author: Chris Pepper <p3p@p3psoft.co.uk>
Date:   Sat Apr 8 02:55:10 2023 +0100

    🩹 Fix SD partitionTable packing (MarlinFirmware#25648)

commit b0c3db6
Author: Jason Smith <jason.inet@gmail.com>
Date:   Fri Apr 7 18:52:33 2023 -0700

    🎨 Suppress M122 sign warning (MarlinFirmware#25613)

commit ea6430d
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Wed Mar 15 00:49:49 2023 +0300

    🐛 Fix long filename read/report (MarlinFirmware#25509)

commit ccb4d11
Author: John Robertson <john@cirtech.co.uk>
Date:   Sat Mar 18 10:33:15 2023 +0000

    🔧 Sanity-check PRINTCOUNTER_SAVE_INTERVAL + ESP32 I2S Exp (MarlinFirmware#25527)

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

commit 176ecf4
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Mar 11 00:08:07 2023 -0800

    🐛 Fix Anet ET4 SD_SS_PIN (MarlinFirmware#25492)

commit 3ec5d6d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Mar 11 19:17:25 2023 -0600

    ⚡️ Exit from ISR on AVR already does sei

    Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

commit 75aa880
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Mar 10 15:56:33 2023 -0800

    ✨ BTT Octopus Max EZ 1.0, SKR 3.0 / 3.0 EZ (MarlinFirmware#25387, MarlinFirmware#25495, MarlinFirmware#25535)

commit a50ff5d
Author: Sion Williams <sion5@hotmail.co.uk>
Date:   Thu Mar 9 08:45:01 2023 +0000

    🔨 VSCode + Devcontainer support (MarlinFirmware#22420)

commit 504f09f
Author: alextrical <35117191+alextrical@users.noreply.github.com>
Date:   Sun Mar 5 22:28:50 2023 +0000

    🐛 Fix Flash EEPROM for STM32G0B1CB (MarlinFirmware#25469)

commit aae1102
Author: Hans-Christian Ebke <ebke@cs.rwth-aachen.de>
Date:   Sun Mar 5 23:25:11 2023 +0100

    🐛 Fix apply_power for SPINDLE_SERVO (MarlinFirmware#25465)

commit a40ff13
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Wed Mar 1 00:16:27 2023 +0000

    🐛 Fix LA retract/feedrate edge case (MarlinFirmware#25445)

    Followup to MarlinFirmware#25442

commit dfd1fb7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Feb 28 17:50:06 2023 -0600

    🔨 Improve config.ini example fetch

commit 6d8c9f6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Mar 1 20:06:47 2023 -0600

    🌐 Regenerate language data

commit db0c8b3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Mar 5 19:15:22 2023 -0600

    🧑‍💻 Script to make non-accented languages

commit 0e3d951
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Mar 1 19:07:47 2023 -0600

    🔨 Update font scripts

commit 22e6365
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Feb 28 16:16:11 2023 +1300

    🔧 Fix Sensorless Probe sanity-check err (MarlinFirmware#25417)

commit abd710b
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Mon Feb 27 23:00:13 2023 +0000

    🐛 Fix Linear Advance E position tracking (MarlinFirmware#25442)

    Fix regression from MarlinFirmware#24951

commit d5c312c
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Mar 3 20:37:10 2023 +0000

    🐛 Fix ISR_SHAPING_LOOP_CYCLES (MarlinFirmware#25335)

commit 64f9c17
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Mar 4 09:32:04 2023 +1300

    🔨 Fix 'step' type in createTemperatureLookupMarlin.py (MarlinFirmware#25455)

commit bac334c
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Feb 26 19:03:28 2023 -0800

    🔨 Fix env STM32G0B1RE_btt, add …_manta_btt (MarlinFirmware#25431)

commit 071d54e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Feb 23 21:38:11 2023 -0600

    🎨 Use LIMIT macro

commit c4ac8a2
Author: Guðni Már Gilbert <gudni.m.g@gmail.com>
Date:   Fri Feb 24 03:29:47 2023 +0000

    ⚡️ Reduce edit_screen code size (MarlinFirmware#25420)

commit 53698b8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 22 14:30:02 2023 -0600

    🔧 Fix Einsy Rambo TMC driver check

commit d5d497f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Feb 21 18:22:16 2023 -0600

    🔨 Fix marlin_custom.* without lib_deps

commit e65e38a
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Tue Feb 21 22:37:11 2023 +0000

    🐛 Fix AVR maths used by Stepper (MarlinFirmware#25338)

commit 9d56b7f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Feb 22 11:27:47 2023 +1300

    🔨 Encrypt some MKS Robin (MarlinFirmware#25349)

commit 1748abd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Feb 21 15:08:25 2023 -0600

    🧑‍💻 Fix preheat tests (nested macro limit ~256)

    Followup to MarlinFirmware#25407

commit 7afd823
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Feb 21 15:25:22 2023 +1300

    🔧 Sanity-check hotend max / preheat temps (MarlinFirmware#25407)

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

commit 4a1cbff
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Feb 21 13:58:40 2023 +1300

    📺 Update Re-ARM VIKI2 SPI pins (MarlinFirmware#25411)

commit 94780bb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Feb 17 22:12:11 2023 -0600

    🚸 Interruptible PLR (MarlinFirmware#25395)

commit 838df37
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Feb 16 12:58:51 2023 +1300

    🐛 Fix FastPWM calculations (MarlinFirmware#25343)

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

commit 7a8c984
Author: Trevin Small <trevincub03@gmail.com>
Date:   Wed Feb 15 19:00:10 2023 -0500

    ✏️ Fix README typo (MarlinFirmware#25388)

commit 50f4e6b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Feb 14 22:29:47 2023 -0600

    🎨 Tweak VALIDATE_MESH_TILT

commit db8f501
Author: Frederik Kemner <stuff+github@fredo.org>
Date:   Wed Feb 15 05:25:47 2023 +0100

    🚸 SPI endstops for X/Y Dual and Core (MarlinFirmware#25371)

commit 255bc3c
Author: Radek <46979052+radek8@users.noreply.github.com>
Date:   Wed Feb 15 04:57:39 2023 +0100

    📝 Fix BTT_MINI_12864_V1 comment (MarlinFirmware#25366)

commit 38c4c7f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Feb 11 21:29:32 2023 -0600

    🔨 Suppress native build warnings

commit fecb667
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Feb 9 06:46:02 2023 +0300

    🔨 Adjust INI comments (MarlinFirmware#25183)

commit f7485ce
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 20:31:02 2023 -0600

    🩹 Extra axis min home with Delta Sensorless Probe

commit a49d286
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 20:29:37 2023 -0600

    🩹 Extra axes for Tool Change

commit 59c8857
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 20:28:56 2023 -0600

    🩹 Various simple fixes

commit 6e38ec3
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 20:26:59 2023 -0600

    🩹 Safe Bed Leveling updates

commit 93c61b1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 20:19:12 2023 -0600

    🩹 Misc. extra axis updates

commit 87d7449
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 19:39:21 2023 -0600

    🩹 Use 'M205 D' when 'B' is an axis

commit 98c9ecd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 19:37:10 2023 -0600

    🔧 Add a test for extra axes

commit 8976bc5
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Feb 7 22:39:09 2023 -0800

    ✨ BigTreeTech Manta M4P, M5P, M8P V1.0 / 1.1, E3 EZ (MarlinFirmware#25001)

commit e3cff7a
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sat Feb 4 05:10:26 2023 -0300

    🧑‍💻 General 'MediaFile' type alias (MarlinFirmware#24424)

commit 4000db2
Author: vyacheslav-shubin <shubin-vv@krista.ru>
Date:   Sat Feb 4 10:36:07 2023 +0300

    🧑‍💻 Add SD Card 'hide' method for dev usage (MarlinFirmware#22425)

commit f9621e2
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Feb 2 17:41:46 2023 -0800

    📝 Fix Z*_ENDSTOP_ADJUSTMENT comments (MarlinFirmware#25295)

commit 1a184e5
Author: kg333 <matthew@kyengineer.com>
Date:   Wed Feb 1 19:02:26 2023 -0500

    📺 Melzi v4 with BTT SKR Mini E3 (MarlinFirmware#25321)

commit 6e42735
Author: Martin Turski <quiret@vfemail.net>
Date:   Fri Feb 3 04:01:22 2023 +0100

    🔨 Fix test build path with spaces (MarlinFirmware#25329)

commit 79e2375
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Wed Feb 1 01:51:11 2023 -0600

    🔧 Fix SD sorting sanity checks (MarlinFirmware#25318)

commit 858de4f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jan 30 22:11:50 2023 -0600

    🔧 Fix build with no Y axis (MarlinFirmware#25311)

commit bac0b35
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Mon Jan 30 21:57:36 2023 -0600

    🩹 Fix G61 axis parameters with no offset (MarlinFirmware#25312)

commit 60f3857
Author: Darren Garnier <dgarnier@reinrag.net>
Date:   Mon Jan 30 23:00:49 2023 -0500

    🔨 Fix config.ini URL fetch (MarlinFirmware#25313)

commit b3c004e
Author: avionix-g <63542699+avionix-g@users.noreply.github.com>
Date:   Wed Jan 25 23:14:52 2023 -0500

    🐛 Fix MKS board Ultipanel support (MarlinFirmware#25278)

commit 9e755a2
Author: xBiohazardx <36756950+xBiohazardx@users.noreply.github.com>
Date:   Fri Jan 27 01:05:04 2023 +0100

    ✏️ Fix probe invert flag (MarlinFirmware#25282)

commit 0d83118
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jan 25 21:37:10 2023 -0600

    🔧 Refine Input Shaping check (MarlinFirmware#25280)

commit 0ed083a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jan 20 21:17:13 2023 -0600

    SDIO retry, hsd clock, etc.

commit 2c39f84
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jan 24 02:21:02 2023 -0600

    🔧 Overridable Stepper EN init

commit b7e4216
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Mon Jan 23 01:37:35 2023 -0600

    🐛 Fix Ender-2 Stock Display with Melzi (MarlinFirmware#25258)

commit 536e8a7
Author: MarkMan0 <38912829+MarkMan0@users.noreply.github.com>
Date:   Sun Dec 18 06:48:33 2022 +0100

    🐛 Fix, Refactor PID scaling (MarlinFirmware#25096)

commit 8c34258
Author: John Robertson <john@cirtech.co.uk>
Date:   Tue Jan 17 23:53:39 2023 +0000

    🐛 Fix potential I2S buffer overwrite (MarlinFirmware#25113)

commit dd892c6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jan 16 22:11:49 2023 -0600

    🎨 Heading cleanup

commit 947a9cb
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jan 15 06:48:17 2023 -0600

    🎨 Language / menu cleanup

commit 62487c6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jan 14 07:44:57 2023 -0600

    ✏️  ProUI followup

commit 6cf085d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jan 15 01:11:49 2023 -0600

    🔧 Added MOTHERBOARD error text

commit c3c6432
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Mar 14 16:48:17 2023 -0500

    🎨 Misc. formatting
Andy-Big pushed a commit to Andy-Big/Marlin_FB_Reborn that referenced this pull request Jul 9, 2023
pierre-quelin added a commit to pierre-quelin/MyMarlin that referenced this pull request Jul 17, 2023
* 🐛 Fix homing_needed_error

* 🧑‍💻 Fix D5 warning

* 🎨 Misc. formatting

* 🔧 Added MOTHERBOARD error text

* ✏️  ProUI followup

* 🎨 Language / menu cleanup

* 🎨 Heading cleanup

* 🐛 Fix potential I2S buffer overwrite (MarlinFirmware#25113)

* 🐛 Fix, Refactor PID scaling (MarlinFirmware#25096)

* 🐛 Fix Ender-2 Stock Display with Melzi (MarlinFirmware#25258)

* 🔧 Overridable Stepper EN init

* SDIO retry, hsd clock, etc.

* 🔧 Refine Input Shaping check (MarlinFirmware#25280)

* ✏️ Fix probe invert flag (MarlinFirmware#25282)

* 🐛 Fix MKS board Ultipanel support (MarlinFirmware#25278)

* 🔨 Fix config.ini URL fetch (MarlinFirmware#25313)

* 🩹 Fix G61 axis parameters with no offset (MarlinFirmware#25312)

* 🔧 Fix build with no Y axis (MarlinFirmware#25311)

* 🔧 Fix SD sorting sanity checks (MarlinFirmware#25318)

* 🔨 Fix test build path with spaces (MarlinFirmware#25329)

* 📺 Melzi v4 with BTT SKR Mini E3 (MarlinFirmware#25321)

* 📝 Fix Z*_ENDSTOP_ADJUSTMENT comments (MarlinFirmware#25295)

* 🧑‍💻 Add SD Card 'hide' method for dev usage (MarlinFirmware#22425)

* 🧑‍💻 General 'MediaFile' type alias (MarlinFirmware#24424)

* ✨ BigTreeTech Manta M4P, M5P, M8P V1.0 / 1.1, E3 EZ (MarlinFirmware#25001)

* 🔧 Add a test for extra axes

* 🩹 Use 'M205 D' when 'B' is an axis

* 🩹 Misc. extra axis updates

* 🩹 Safe Bed Leveling updates

* 🩹 Various simple fixes

* 🩹 Extra axes for Tool Change

* 🩹 Extra axis min home with Delta Sensorless Probe

* 🔨 Adjust INI comments (MarlinFirmware#25183)

* 🔨 Suppress native build warnings

* 📝 Fix BTT_MINI_12864_V1 comment (MarlinFirmware#25366)

* 🚸 SPI endstops for X/Y Dual and Core (MarlinFirmware#25371)

* 🎨 Tweak VALIDATE_MESH_TILT

* ✏️ Fix README typo (MarlinFirmware#25388)

* 🐛 Fix FastPWM calculations (MarlinFirmware#25343)

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

* 🚸 Interruptible PLR (MarlinFirmware#25395)

* 📺 Update Re-ARM VIKI2 SPI pins (MarlinFirmware#25411)

* 🔧 Sanity-check hotend max / preheat temps (MarlinFirmware#25407)

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

* 🧑‍💻 Fix preheat tests (nested macro limit ~256)

Followup to MarlinFirmware#25407

* 🔨 Encrypt some MKS Robin (MarlinFirmware#25349)

* 🐛 Fix AVR maths used by Stepper (MarlinFirmware#25338)

* 🔨 Fix marlin_custom.* without lib_deps

* 🔧 Fix Einsy Rambo TMC driver check

* ⚡️ Reduce edit_screen code size (MarlinFirmware#25420)

* 🎨 Use LIMIT macro

* 🔨 Fix env STM32G0B1RE_btt, add …_manta_btt (MarlinFirmware#25431)

* 🔨 Fix 'step' type in createTemperatureLookupMarlin.py (MarlinFirmware#25455)

* 🐛 Fix ISR_SHAPING_LOOP_CYCLES (MarlinFirmware#25335)

* 🐛 Fix Linear Advance E position tracking (MarlinFirmware#25442)

Fix regression from MarlinFirmware#24951

* 🔧 Fix Sensorless Probe sanity-check err (MarlinFirmware#25417)

* 🔨 Update font scripts

* 🧑‍💻 Script to make non-accented languages

* 🌐 Regenerate language data

* 🔨 Improve config.ini example fetch

* 🐛 Fix LA retract/feedrate edge case (MarlinFirmware#25445)

Followup to MarlinFirmware#25442

* 🐛 Fix apply_power for SPINDLE_SERVO (MarlinFirmware#25465)

* 🐛 Fix Flash EEPROM for STM32G0B1CB (MarlinFirmware#25469)

* 🔨 VSCode + Devcontainer support (MarlinFirmware#22420)

* ✨ BTT Octopus Max EZ 1.0, SKR 3.0 / 3.0 EZ (MarlinFirmware#25387, MarlinFirmware#25495, MarlinFirmware#25535)

* ⚡️ Exit from ISR on AVR already does sei

Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

* 🐛 Fix Anet ET4 SD_SS_PIN (MarlinFirmware#25492)

* 🔧 Sanity-check PRINTCOUNTER_SAVE_INTERVAL + ESP32 I2S Exp (MarlinFirmware#25527)

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

* 🐛 Fix long filename read/report (MarlinFirmware#25509)

* 🎨 Suppress M122 sign warning (MarlinFirmware#25613)

* 🩹 Fix SD partitionTable packing (MarlinFirmware#25648)

* 🩹 Fix MARLIN_F446Zx_TRONXY variant (MarlinFirmware#25659)

Followup to 9be1554

* 🔧 Update thermocouple 2 pin sanity check (MarlinFirmware#25627)

* 🐛 Fix MKS Robin Nano 1.3 F4 pin collision (MarlinFirmware#25838)

* 🔨 Fix thread-unsafe deque iteration

* 🔨 Use 'build_src_filter'

* 🧑‍💻 Add IA_CREALITY CI test (MarlinFirmware#25434)

* 🌐 Update Slovak language (MarlinFirmware#25305)

* 🌐 Update Italian language (MarlinFirmware#25309)

* 📝 Link to archived RA Control Panel page (MarlinFirmware#25424)

* 🚸 Improve CocoaPress Touch UI (MarlinFirmware#25446)

* 🐛 Fix UBL 'G29 J' mesh tilt (MarlinFirmware#25453)

Fix regression from MarlinFirmware#24214

* 📝 Fix a comment

* 🌐 Update Italian language (MarlinFirmware#25454)

* 🌐 Update Turkish language (MarlinFirmware#25447)

* 🩹 Fan Menu / Status fixes

Followup to MarlinFirmware#21888

* 🩹 Fix DWIN MarlinUI Fan/E/XY (MarlinFirmware#25502)

* ✨ Sovol v1.3.1 (Sovol SV06) (MarlinFirmware#25267)

* 🧑‍💻 More IntelliSense-friendly declares

* 🎨 Suppress warning (MarlinFirmware#25529)

* ⚡️ Misc. optimizations

* 🐛 Fix FYSETC Cheetah v2.0 Servo/Probe pins (MarlinFirmware#24635)

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

* 🩹 Fix Ender 2 stock LCD (MarlinFirmware#25538)

* 🩹 Fix a serial_ternary

* 🎨 calibration_stage => stage

* 🩹 Reset touch screen calibration on failure (MarlinFirmware#25334)

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

* 🎨 Pins header comments

Co-Authored-By: Martin Turski <turningtides@outlook.de>

* 🎨 LPC_SOFTWARE_SPI => SOFTWARE_SPI

Co-Authored-By: Martin Turski <turningtides@outlook.de>

* 🩹 Update TRONXY_V10 SPI_FLASH pins

* 🩹 Fix Chitu3D V6 default probe pin (MarlinFirmware#25552)

* 🎨 Timer tweaks

* 🩹 Fix Touch Calibration first point (MarlinFirmware#25298)

* 🧑‍💻 Auto Fan / Cooler Fan updates (MarlinFirmware#25554)

* 🐛 Fix M23 long filename support (MarlinFirmware#25540)

* 🔨 INI Updates

Co-Authored-By: Martin Turski <turningtides@outlook.de>

* 🔧 Fix up WiFi options (MarlinFirmware#25586)

* 🎨 Remove unused ProUI : UBLValidMesh (MarlinFirmware#25591)

* 🔨 Improve Docker local tests support (MarlinFirmware#25583)

* 🔨 MarlinSimUI updates (MarlinFirmware#25589)

* 🩹 Fix Ender-3 V2 with no fan

* 🩹 Fix displayed mix percentages

* 🌐 Update Italian language (MarlinFirmware#25587)

* 🐛 Ensure root for 'M503 C'

* 🧑‍💻 Update pinsformat.js

* 📝 Update Ender # labels

* 🚸 Support CoreXY without Z (MarlinFirmware#25630)

* 🎨 Apply const (MarlinFirmware#25643)

* 🎨 Detab some build files

* 🔧 Move TFT sanity checks

* ⚡️ Skip a redundant BLTouch::command (MarlinFirmware#25656)

* 🚸 Minor M43 improvements

* 🧑‍💻 Clarify G28 R / R0

* 🔧 Move FIL_RUNOUT_PIN for Chiron + GLCD

* 🩹 Fix AUTOFAN_CASE

Followup to MarlinFirmware#25554

* 🔨 Improve runout script check

* 🔧 Trigorilla / Chiron updates

Followup to c3f34e4

* 🧑‍💻 Apply simplified ?:

* 🧑‍💻 JyersUI code cleanup

* 🧑‍💻 Status Message cleanup

* 🧑‍💻 HostUI::continue_prompt method

* 🩹 Status / Host Prompt followup (MarlinFirmware#25720)

Followup to MarlinFirmware#25679

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

* 🐛 Fix Configuration Embedding (MarlinFirmware#25688)

* 🔨 Fix, clean up STM32F1 envs (MarlinFirmware#25697)

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

* 🩹 Bail on 'mc.zip' write error (MarlinFirmware#25695)

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

* 🚸 Echo G30 out-of-bounds (MarlinFirmware#25671)

* 🩹 Fix laser with no PWM compile (MarlinFirmware#25290)

* 🩹 Fix Spindle/Laser ENA pin test (MarlinFirmware#25622)

* 🧑‍💻 Minor SpindleLaser::set_enabled tweak

* 🩹 Correctly add JSON to mc.zip (MarlinFirmware#25706)

* 🔧 Check renamed LIN_ADVANCE_K (MarlinFirmware#25710)

* 🐛 Fix G38 with Z, support 9 axes (MarlinFirmware#25691)

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

* 🚸 Permit G38 with Core (MarlinFirmware#25713)

* 🎨 Clean up TFT Color UI display items (MarlinFirmware#25712)

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

* 🩹 Fix UBL safe measure move with extra axes

Followup to 7e79fc5

* 🚸 Improve PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED (MarlinFirmware#25681)

* 📝 Developer note in boards.h

* 🔨 Prevent SlowSoftWire + Wire name conflict (MarlinFirmware#25707)

* 🔧 Extra axis endstop defaults

* 🧑‍💻 Change HAL_PATH macro for easier HAL relocation (MarlinFirmware#25743)

* 🔧 Update config.ini script

* 🔨 Servo Timer 1 with STM32F103RC_fysetc (MarlinFirmware#25741)

* 🧑‍💻 Use NUM_AXIS_ARRAY

* 🩹 Fix TFT sanity error

* 🔧 Move MMU section

* 🔧 Fix X2/Y2 axis pins check

* 🐛 Fix STM32 USB disconnect behavior (MarlinFirmware#25762)

* 🎨 Move G28O inside ProUI

* 🔨 MKS Robin2 PIO Env (MarlinFirmware#25792)

* 🚸 Faster default Marlin feedrate

* 🔧 Move SOFT_PWM_SCALE fallback to cpp (MarlinFirmware#25800)

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

* 🧑‍💻 M43 updates

* 🔧 Fix SHAPING_MIN_FREQ check (MarlinFirmware#25358)

* 📌 TH3D EZBoard SD_DETECT_PIN 27

* 🧑‍💻 ftdi_language

* 🩹 Improve edit menu rounding

* 🩹 Fix null pwm_details

* 🚸 Improve EEPROM validation (MarlinFirmware#25860)

* 🩹 Fix TFT LVGL compile error (MarlinFirmware#25865)

Fixes regression from MarlinFirmware#24302

* 🔖 Version 2.1.2.1

* 🩹 Prevent Z drop with G28 X/Y

* 🐛 Fix G2/G3 limiting_speed (MarlinFirmware#25988)

* 🐛 Fix G2/G3 limiting_speed (MarlinFirmware#25988)

* 🔖 Version 2.1.2.1

---------

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: John Robertson <john@cirtech.co.uk>
Co-authored-by: MarkMan0 <38912829+MarkMan0@users.noreply.github.com>
Co-authored-by: Bob Kuhn <bob.kuhn@att.net>
Co-authored-by: xBiohazardx <36756950+xBiohazardx@users.noreply.github.com>
Co-authored-by: avionix-g <63542699+avionix-g@users.noreply.github.com>
Co-authored-by: Darren Garnier <dgarnier@reinrag.net>
Co-authored-by: Martin Turski <quiret@vfemail.net>
Co-authored-by: kg333 <matthew@kyengineer.com>
Co-authored-by: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Co-authored-by: vyacheslav-shubin <shubin-vv@krista.ru>
Co-authored-by: Victor Oliveira <rhapsodyv@gmail.com>
Co-authored-by: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Co-authored-by: Radek <46979052+radek8@users.noreply.github.com>
Co-authored-by: Frederik Kemner <stuff+github@fredo.org>
Co-authored-by: Trevin Small <trevincub03@gmail.com>
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
Co-authored-by: tombrazier <68918209+tombrazier@users.noreply.github.com>
Co-authored-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Co-authored-by: Hans-Christian Ebke <ebke@cs.rwth-aachen.de>
Co-authored-by: alextrical <35117191+alextrical@users.noreply.github.com>
Co-authored-by: Sion Williams <sion5@hotmail.co.uk>
Co-authored-by: Eduard Sukharev <sukharev.eh@gmail.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Chris Pepper <p3p@p3psoft.co.uk>
Co-authored-by: Roman Moravčík <roman.moravcik@gmail.com>
Co-authored-by: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Co-authored-by: Marcio T <mlt4356-github@yahoo.com>
Co-authored-by: jamespearson04 <jamespearson04@hotmail.co.uk>
Co-authored-by: Abdullah YILMAZ <h.abdullahyilmaz@hotmail.com>
Co-authored-by: dwzg <50058606+dwzg@users.noreply.github.com>
Co-authored-by: Michael Hill <mhill@hillsoftware.com>
Co-authored-by: Davide Rombolà <davide.rombola@gmail.com>
Co-authored-by: George Fu <nailao_5918@163.com>
Co-authored-by: Martin Turski <turningtides@outlook.de>
Co-authored-by: Andrew <18502096+classicrocker883@users.noreply.github.com>
Co-authored-by: John Unland <junland.foss@gmail.com>
Co-authored-by: David Fries <David@Fries.net>
Co-authored-by: Dennis Lawler <4824647+drawlerr@users.noreply.github.com>
Co-authored-by: Alexey D. Filimonov <alexey@filimonic.net>
Co-authored-by: Jay Robson <45777442+jsrobson10@users.noreply.github.com>
Co-authored-by: Anson Liu <ansonl@users.noreply.github.com>
Co-authored-by: Scott Mikutsky <smikutsky@gmail.com>
Co-authored-by: Chris Bagwell <chris@cnpbagwell.com>
SMHRambo pushed a commit to SMHRambo/Marlin that referenced this pull request Jul 17, 2023
akreager added a commit to akreager/Marlin that referenced this pull request Oct 14, 2023
commit 60cd1ecb69d20b3ede99620b17918d81e812992b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Oct 7 01:08:19 2023 -0500

    🩹 Fix G33 output

    See #26299

commit 09d0b4d15228b3efb6fd765f1e1574f521df2e27
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue May 16 14:01:35 2023 -0500

    🔖 Version 2.1.2.1

commit 862d0e9d5dcf84ca61fe80659a94835fec44ec6c
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 cbdc01ef1aa52bb3b30cf38dbb8ea773e99522b8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 29 19:23:21 2023 -0500

    🩹 Prevent Z drop with G28 X/Y

commit 2dffa3994de96ab5f85d2967c17ad2bc087a3e33
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 21 08:41:01 2023 -0500

    🩹 Fix TFT LVGL compile error (#25865)

    Fixes regression from #24302

commit 09247e7ea9f1571c7061eeaae00d9affefa90821
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri May 19 23:30:48 2023 -0500

    🚸 Improve EEPROM validation (#25860)

commit 62a7bba225baf44218f7c2b559abaa1a2d432b85
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 18 19:53:03 2023 -0500

    🩹 Fix null pwm_details

commit ce38260dfbdacbc374ac1f497ee99886f11c23ab
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue May 16 01:28:04 2023 -0500

    🩹 Improve edit menu rounding

commit 3ad9c0b98c9a7d01d3c81f3b889ab15b7faf0423
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue May 2 18:15:23 2023 -0500

    🧑‍💻 ftdi_language

commit a0fd588797ae2303b271c5435840985ea43d444c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 14 18:08:33 2023 -0500

    📌 TH3D EZBoard SD_DETECT_PIN 27

commit 876f996691062fc44cee73d6828469007ff48179
Author: Chris Bagwell <chris@cnpbagwell.com>
Date:   Wed May 10 05:59:28 2023 -0500

    🔧 Fix SHAPING_MIN_FREQ check (#25358)

commit dba521a9fbf19138ded3edcd4f8cab0e3b2ff50a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun May 14 18:32:59 2023 -0500

    🧑‍💻 M43 updates

commit 50ad32356748dcfd9ef1dfbf3b9224c0f410aefa
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Tue May 9 22:52:59 2023 +0200

    🔧 Move SOFT_PWM_SCALE fallback to cpp (#25800)

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

commit 03149b973e4eb67d2941ddd0c27f1563994c6ebf
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat May 6 17:37:47 2023 -0500

    🚸 Faster default Marlin feedrate

commit 6e91f3608bd866c615e3abb0b1fb243eaa5208f2
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon May 8 23:54:46 2023 +1200

    🔨 MKS Robin2 PIO Env (#25792)

commit 0708275c6a6caeb21dc483ff2e8fca4c3584ce83
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu May 4 18:05:56 2023 -0500

    🎨 Move G28O inside ProUI

commit a2040bae21c968794c612e17473ff9cfeafb8319
Author: Scott Mikutsky <smikutsky@gmail.com>
Date:   Mon May 1 02:10:46 2023 -0400

    🐛 Fix STM32 USB disconnect behavior (#25762)

commit b6c27fbbdb7a6955c6752a34131bff865f2fb465
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Apr 30 18:12:13 2023 -0500

    🔧 Fix X2/Y2 axis pins check

commit b2acd51bc2c05d00960e2dd97ba42a6ec99f8861
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 28 11:03:38 2023 -0500

    🔧 Move MMU section

commit 6d46a4924c877f6ca190e862462829770fd25862
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon May 1 18:15:31 2023 -0500

    🩹 Fix TFT sanity error

commit d959e3b0c48398c614f75a9ee6e5a9727851c99e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Apr 30 18:12:21 2023 -0500

    🧑‍💻 Use NUM_AXIS_ARRAY

commit f48467b2e3be909113cfd0dea42202f2e01106ac
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Apr 26 14:39:56 2023 -0500

    🔨 Servo Timer 1 with STM32F103RC_fysetc (#25741)

commit a9c476c55e47fade92ee2926e7d93bea9894e4d8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue May 16 18:43:44 2023 -0500

    🔧 Update config.ini script

commit 61d1ce7d2e079d0b0f90bc28d22ee6880ea4f659
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Apr 26 14:29:21 2023 -0500

    🧑‍💻 Change HAL_PATH macro for easier HAL relocation (#25743)

commit 3c9e8e1e60665c8782cb5eaae45fe3927c6a6b01
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Apr 26 02:57:53 2023 -0500

    🔧 Extra axis endstop defaults

commit d5548556d38c4f0ada26194a8889e7b09138aaa4
Author: Anson Liu <ansonl@users.noreply.github.com>
Date:   Mon Apr 24 22:07:12 2023 -0400

    🔨 Prevent SlowSoftWire + Wire name conflict (#25707)

commit 44b06d756156b757fa6c7fb79b7eef4bfe297ab7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Apr 24 05:24:10 2023 -0500

    📝 Developer note in boards.h

commit ffe47a0197c6ec8db932d25bf19e724f43235137
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Apr 23 03:17:55 2023 -0500

    🚸 Improve PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED (#25681)

commit 6a12937dec532b51451f06859b05ddd139e2c26c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Apr 23 02:07:42 2023 -0500

    🩹 Fix UBL safe measure move with extra axes

    Followup to 7e79fc5b

commit 00c96dc3cd267ca81db94f048f95dbc4b5fd79c3
Author: Alexey D. Filimonov <alexey@filimonic.net>
Date:   Sat Apr 22 12:06:19 2023 +0300

    🎨 Clean up TFT Color UI display items (#25712)

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

commit 7fb92f4e64ecab6e452b14bd5a304ff27b18047e
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Apr 19 17:21:53 2023 -0700

    🚸 Permit G38 with Core (#25713)

commit a93b3c1222178e5f58cfa3f801459dcfca51a0a2
Author: Jay Robson <45777442+jsrobson10@users.noreply.github.com>
Date:   Thu Apr 20 06:58:42 2023 +1000

    🐛 Fix G38 with Z, support 9 axes (#25691)

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

commit d75e016f3a8bc4965699f5656832a786efd33ccd
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Wed Apr 19 14:53:11 2023 -0700

    🔧 Check renamed LIN_ADVANCE_K (#25710)

commit 5426759a37e90b969a5df599fc224274583c497c
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Apr 19 12:50:11 2023 +1200

    🩹 Correctly add JSON to mc.zip (#25706)

commit a5b5db4819806f7143d82bff3f2677e502839e26
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Apr 16 19:11:56 2023 -0500

    🧑‍💻 Minor SpindleLaser::set_enabled tweak

commit 15671a46d20087f662ad5d67bbc945d2e6cb9339
Author: Alexey D. Filimonov <alexey@filimonic.net>
Date:   Mon Apr 17 02:38:12 2023 +0300

    🩹 Fix Spindle/Laser ENA pin test (#25622)

commit f62d47a1657c82da7838556fc88853c137e23589
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Sun Apr 16 18:35:13 2023 -0500

    🩹 Fix laser with no PWM compile (#25290)

commit 5b8be446a03d3a8e6b964c7f3231c969bacf579d
Author: Dennis Lawler <4824647+drawlerr@users.noreply.github.com>
Date:   Sat Apr 15 22:50:26 2023 -0600

    🚸 Echo G30 out-of-bounds (#25671)

commit df7d13a4d0ebc1a9053d0e8df1ce1b1a17c46d59
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Tue Apr 18 10:40:13 2023 +0200

    🩹 Bail on 'mc.zip' write error (#25695)

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

commit 859203547410de151eb063c9c2356576e5ee468f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Apr 18 07:51:25 2023 +1200

    🔨 Fix, clean up STM32F1 envs (#25697)

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

commit 5a3806633ad8af04815cb3281f33dc1d0348495e
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sun Apr 16 03:26:08 2023 +0200

    🐛 Fix Configuration Embedding (#25688)

commit 0ece7ca66d55fb46d0a919dd34385770284943e8
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Apr 23 08:59:51 2023 +1200

    🩹 Status / Host Prompt followup (#25720)

    Followup to #25679

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

commit 2fb47afa4aa16167cbbc21d9b51faa190f584322
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 14 18:06:56 2023 -0500

    🧑‍💻 HostUI::continue_prompt method

commit d2e84e84466dabe070bfe93099a677f113155b37
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 14 17:51:45 2023 -0500

    🧑‍💻 Status Message cleanup

commit 3340491f90ba603748e2c1d0b287f7a86da30e1f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 14 18:00:25 2023 -0500

    🧑‍💻 JyersUI code cleanup

commit d3991011e4b75b63825126a215781e0e750ee416
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 14 18:09:16 2023 -0500

    🧑‍💻 Apply simplified ?:

commit 02178bdcaf569f9a42af1f82ca89d555a29f4ca5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 14 22:22:07 2023 -0500

    🔧 Trigorilla / Chiron updates

    Followup to c3f34e4e

commit 8bc6f7707da7cee2b6eacc084f56fbe4bf91f2b1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Apr 13 04:06:35 2023 -0500

    🔨 Improve runout script check

commit 141cfdde2cfa1691f9af16051bb213cb47430ca1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Apr 13 04:05:56 2023 -0500

    🩹 Fix AUTOFAN_CASE

    Followup to #25554

commit 4781d57912a52112f1045d01d992e51ab1148286
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Apr 11 21:28:21 2023 -0500

    🔧 Move FIL_RUNOUT_PIN for Chiron + GLCD

commit 6ebbfa832cfb9542d4998595394de31b5ff6a555
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Apr 11 18:43:18 2023 -0500

    🧑‍💻 Clarify G28 R / R0

commit cbbcc01b4743cf87406619692087bdf77c23db89
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Apr 11 21:26:46 2023 -0500

    🚸 Minor M43 improvements

commit b5ccd65fb5423f1b52d123dec6ec7b5f33891850
Author: David Fries <David@Fries.net>
Date:   Mon Apr 10 04:38:38 2023 -0500

    ⚡️ Skip a redundant BLTouch::command (#25656)

commit cf1f56f132af0a8c7556ddee1e201a20c9efa7e5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Mar 26 20:26:18 2023 -0500

    🔧 Move TFT sanity checks

commit 1e2de0e036c8192b130b4a50d8fbabaf52245fc4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 7 01:49:27 2023 -0500

    🎨 Detab some build files

commit cf28f48481333f0cd2ccf5b2cb406eebfc004810
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Apr 7 01:33:03 2023 -0500

    🎨 Apply const (#25643)

commit 69e8f2ee99c3e12385c39e9ed568e8913687496e
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Apr 7 18:32:25 2023 +1200

    🚸 Support CoreXY without Z (#25630)

commit 2be9f98b9f00d7aced5ee4313edb240893f5b348
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Apr 6 17:24:32 2023 -0500

    📝 Update Ender # labels

commit c2c1ff8da98cd81104703f083d44e2e7ec3ef627
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Apr 6 16:58:12 2023 -0500

    🧑‍💻 Update pinsformat.js

commit e24087478d44fa2f03281ebc3d18ee6e53b1f8bc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Apr 4 20:46:46 2023 -0500

    🐛 Ensure root for 'M503 C'

commit 641295032fd5e5f42746603e2eb680d70b789970
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Sat Apr 1 06:19:48 2023 +0200

    🌐 Update Italian language (#25587)

commit 466ce0b8d26fd3110ac59979a105ac85d6656116
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Aug 16 13:44:00 2021 -0500

    🩹 Fix displayed mix percentages

commit 59a2cb032f7ba912cdb48aadf8c152feb61d9839
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Mar 29 21:50:04 2023 -0500

    🩹 Fix Ender-3 V2 with no fan

commit 85e28f31232c789a4a91683637fbef1ec145f0d2
Author: Chris Pepper <p3p@p3psoft.co.uk>
Date:   Wed Mar 29 05:45:22 2023 +0100

    🔨 MarlinSimUI updates (#25589)

commit bbb75ab9b3daae9f6fd0a07db3e427f69f212743
Author: John Unland <junland.foss@gmail.com>
Date:   Tue Mar 28 23:23:27 2023 -0500

    🔨 Improve Docker local tests support (#25583)

commit 637cd952cad0ac08ab0d6ad906f16d5eca34aa51
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Wed Mar 29 00:20:52 2023 -0400

    🎨 Remove unused ProUI : UBLValidMesh (#25591)

commit d04b3ff8028a1c432370f230132621cf26480e66
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Mar 28 16:14:37 2023 -0500

    🔧 Fix up WiFi options (#25586)

commit 51b33ccf905b6623d1966d4f9dcc081914f5484d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Mar 24 03:01:09 2023 -0500

    🔨 INI Updates

    Co-Authored-By: Martin Turski <turningtides@outlook.de>

commit f452df047d437f01a401eee3944a2ba0e2a873d1
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Mon Mar 27 21:55:56 2023 +0300

    🐛 Fix M23 long filename support (#25540)

commit cd0bfcd3f29bdf86a165f852d01bf3af018e32fc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Mar 26 04:36:12 2023 -0500

    🧑‍💻 Auto Fan / Cooler Fan updates (#25554)

commit bcf30988cbf04b2416d321ced84e9b932e819b70
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Mar 26 02:09:27 2023 -0700

    🩹 Fix Touch Calibration first point (#25298)

commit a40e17d94b6faceb5fc26e899571bbc092d06e08
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Mar 25 20:17:54 2023 -0500

    🎨 Timer tweaks

commit d66f4baba6d9ccac9f425ba8d297e8b14cdfdd46
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Mar 25 17:14:21 2023 +1300

    🩹 Fix Chitu3D V6 default probe pin (#25552)

commit 26cb2d5b0827fa1b5d18691a29cc3a13cb3f2a70
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Mar 24 18:43:53 2023 -0500

    🩹 Update TRONXY_V10 SPI_FLASH pins

commit 376e940ae9c6fc62063649bf08bdb7ef53d29008
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Mar 24 02:43:20 2023 -0500

    🎨 LPC_SOFTWARE_SPI => SOFTWARE_SPI

    Co-Authored-By: Martin Turski <turningtides@outlook.de>

commit ebe3fe08180c6cc6583b49576d498241a4409572
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Mar 24 02:40:29 2023 -0500

    🎨 Pins header comments

    Co-Authored-By: Martin Turski <turningtides@outlook.de>

commit 0d7e30bcd8f8f0c9039cf2e0a06610dde7dac48c
Author: Martin Turski <turningtides@outlook.de>
Date:   Fri Mar 24 05:08:28 2023 +0100

    🩹 Reset touch screen calibration on failure (#25334)

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

commit accfab85a21745527bb2fbf7445c3ad8744899ca
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Mar 23 17:19:20 2023 -0500

    🎨 calibration_stage => stage

commit d68ad9e0b140e13c5862d693c62e236d75aa5566
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Mar 18 21:57:06 2023 -0500

    🩹 Fix a serial_ternary

commit 70c8859e7f5d49e55d567b2ea61e24f84f9d4992
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Mar 19 13:17:21 2023 +1300

    🩹 Fix Ender 2 stock LCD (#25538)

commit 980fba810d54fd74d94e0216b174b6b0282ae7f0
Author: George Fu <nailao_5918@163.com>
Date:   Sat Mar 18 17:47:54 2023 +0800

    🐛 Fix FYSETC Cheetah v2.0 Servo/Probe pins (#24635)

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

commit d0bdb9c281c98a02bf2f7b93e481f4a91928f182
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Mar 18 17:13:06 2023 -0500

    ⚡️ Misc. optimizations

commit 821d7969f46abeca729bcf19b103b2fbd41535b4
Author: Davide Rombolà <davide.rombola@gmail.com>
Date:   Sat Mar 18 07:35:54 2023 +0100

    🎨 Suppress warning (#25529)

commit dcbba65962cce76dbd28760ba9f2002f4e2a761a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Mar 18 01:22:50 2023 -0500

    🧑‍💻 More IntelliSense-friendly declares

commit 5c3dd467c7c369cd8ddbd5327639d034d3c8c93f
Author: Michael Hill <mhill@hillsoftware.com>
Date:   Sat Mar 18 01:56:07 2023 -0400

    ✨ Sovol v1.3.1 (Sovol SV06) (#25267)

commit e50980e32b1b15b1e5a1829cc40673a12057f3ee
Author: dwzg <50058606+dwzg@users.noreply.github.com>
Date:   Thu Mar 16 01:15:54 2023 +0100

    🩹 Fix DWIN MarlinUI Fan/E/XY (#25502)

commit c3b037e0f313ae7fd254508e82f9076249cb6a38
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Mar 15 19:13:09 2023 -0500

    🩹 Fan Menu / Status fixes

    Followup to #21888

commit 71e6f701f3604beb1d7c87fb288b9a75d64d4007
Author: Abdullah YILMAZ <h.abdullahyilmaz@hotmail.com>
Date:   Mon Mar 6 01:29:43 2023 +0300

    🌐 Update Turkish language (#25447)

commit 7f9f922d84d33317bc0b7282f3fb46a8d1dd6d90
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Fri Mar 3 21:27:15 2023 +0100

    🌐 Update Italian language (#25454)

commit 197b3198b55d1aa3c3d2bd8bd7a89f3970176e43
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Mar 3 13:42:46 2023 -0600

    📝 Fix a comment

commit e03dfb8ca1eed0a372801482c70dc5c152a463fe
Author: jamespearson04 <jamespearson04@hotmail.co.uk>
Date:   Fri Mar 3 20:26:38 2023 +0000

    🐛 Fix UBL 'G29 J' mesh tilt (#25453)

    Fix regression from #24214

commit cba3b2c527feecb40f56e756cb7d89108bc8bbe0
Author: Marcio T <mlt4356-github@yahoo.com>
Date:   Wed Mar 1 21:07:23 2023 -0700

    🚸 Improve CocoaPress Touch UI (#25446)

commit a9a6d1f716bae7f61dc4b8d40c97c96c7a31571a
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Feb 27 15:27:58 2023 +1300

    📝 Link to archived RA Control Panel page (#25424)

commit 61ccd4599e443c09e327559f28f4dd08dc881a49
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date:   Tue Jan 31 06:07:51 2023 +0100

    🌐 Update Italian language (#25309)

commit bab847809c3f896aa166f3ec0ff378f3a6645c0e
Author: Roman Moravčík <roman.moravcik@gmail.com>
Date:   Tue Jan 31 06:07:03 2023 +0100

    🌐 Update Slovak language (#25305)

commit 011087731a06259f75aa2ddee55720a5d478be1b
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Feb 28 06:11:53 2023 +1300

    🧑‍💻 Add IA_CREALITY CI test (#25434)

commit b7ee06bb29fb5a38c5e2963201a79fd45ef56e55
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue May 16 19:52:36 2023 -0500

    🔨 Use 'build_src_filter'

commit 5f8df0aa21718f20b6c9b4158c23c469c3a38500
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Mar 26 17:49:51 2023 -0500

    🔨 Fix thread-unsafe deque iteration

commit b338159f9d40c06469ad4f6f9f7517d20c29728e
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed May 17 06:50:57 2023 +1200

    🐛 Fix MKS Robin Nano 1.3 F4 pin collision (#25838)

commit 2399a24466b22138d7b82336035dc2bf5efecc0f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Apr 10 22:17:50 2023 +1200

    🔧 Update thermocouple 2 pin sanity check (#25627)

commit d05acb762634acff6a1cefc3a2ed32819c23e88f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Apr 10 21:16:52 2023 +1200

    🩹 Fix MARLIN_F446Zx_TRONXY variant (#25659)

    Followup to 9be1554f

commit 81d4f8f26a95ee2c85c02a1b5612b798db19ea9a
Author: Chris Pepper <p3p@p3psoft.co.uk>
Date:   Sat Apr 8 02:55:10 2023 +0100

    🩹 Fix SD partitionTable packing (#25648)

commit b0c3db67f09b02df4c66f75a06a66fc38dfcdeed
Author: Jason Smith <jason.inet@gmail.com>
Date:   Fri Apr 7 18:52:33 2023 -0700

    🎨 Suppress M122 sign warning (#25613)

commit ea6430ddf6c2ceda60b2aecc1143434f91513917
Author: Eduard Sukharev <sukharev.eh@gmail.com>
Date:   Wed Mar 15 00:49:49 2023 +0300

    🐛 Fix long filename read/report (#25509)

commit ccb4d11696ff886430463bafe020246582f75c42
Author: John Robertson <john@cirtech.co.uk>
Date:   Sat Mar 18 10:33:15 2023 +0000

    🔧 Sanity-check PRINTCOUNTER_SAVE_INTERVAL + ESP32 I2S Exp (#25527)

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

commit 176ecf4f82d1d18b1a99fceb20aad2eeedbd7842
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sat Mar 11 00:08:07 2023 -0800

    🐛 Fix Anet ET4 SD_SS_PIN (#25492)

commit 3ec5d6da6e4365fc9a800be6607733465c24ad6e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Mar 11 19:17:25 2023 -0600

    ⚡️ Exit from ISR on AVR already does sei

    Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>

commit 75aa880b63eedba3641db1f359dde065637dfc46
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Fri Mar 10 15:56:33 2023 -0800

    ✨ BTT Octopus Max EZ 1.0, SKR 3.0 / 3.0 EZ (#25387, #25495, #25535)

commit a50ff5d7c7267ce7658f1b8b086691e8ead4faca
Author: Sion Williams <sion5@hotmail.co.uk>
Date:   Thu Mar 9 08:45:01 2023 +0000

    🔨 VSCode + Devcontainer support (#22420)

commit 504f09f9448b8c1789ea2ba047a0ad47fa09064c
Author: alextrical <35117191+alextrical@users.noreply.github.com>
Date:   Sun Mar 5 22:28:50 2023 +0000

    🐛 Fix Flash EEPROM for STM32G0B1CB (#25469)

commit aae1102c540db5ca9bd6594dd961416a3138dc2b
Author: Hans-Christian Ebke <ebke@cs.rwth-aachen.de>
Date:   Sun Mar 5 23:25:11 2023 +0100

    🐛 Fix apply_power for SPINDLE_SERVO (#25465)

commit a40ff1357e5f36fedfff9db0f0d8dab4dc7c610b
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Wed Mar 1 00:16:27 2023 +0000

    🐛 Fix LA retract/feedrate edge case (#25445)

    Followup to #25442

commit dfd1fb736d6e37cad5ff0c773ee3453e2a055332
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Feb 28 17:50:06 2023 -0600

    🔨 Improve config.ini example fetch

commit 6d8c9f6ed17396784ea2765b50583b36a9a6f423
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Mar 1 20:06:47 2023 -0600

    🌐 Regenerate language data

commit db0c8b31f7a6da568c2a305e633c5f2c4ac0571c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Mar 5 19:15:22 2023 -0600

    🧑‍💻 Script to make non-accented languages

commit 0e3d9518726f13ac1d37b4dedac09aeaff0a6f1f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Mar 1 19:07:47 2023 -0600

    🔨 Update font scripts

commit 22e6365b2f8c0cfe3f18f9758a347db20eb9a29b
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Feb 28 16:16:11 2023 +1300

    🔧 Fix Sensorless Probe sanity-check err (#25417)

commit abd710b5d660e1f2bb99e576704d5e2c98e8fd91
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Mon Feb 27 23:00:13 2023 +0000

    🐛 Fix Linear Advance E position tracking (#25442)

    Fix regression from #24951

commit d5c312cff078ae0dae57a1021daccf9f5ffff157
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Fri Mar 3 20:37:10 2023 +0000

    🐛 Fix ISR_SHAPING_LOOP_CYCLES (#25335)

commit 64f9c17f3baf7ea0ad6081f0bea7952595d79258
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Mar 4 09:32:04 2023 +1300

    🔨 Fix 'step' type in createTemperatureLookupMarlin.py (#25455)

commit bac334c74eecdb35b1cb8d6ce8d6066b91095652
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Sun Feb 26 19:03:28 2023 -0800

    🔨 Fix env STM32G0B1RE_btt, add …_manta_btt (#25431)

commit 071d54ec7082f265b3665ab086e5580925f8b124
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Feb 23 21:38:11 2023 -0600

    🎨 Use LIMIT macro

commit c4ac8a25730d10fa08890a4b216dc06c22dd8a93
Author: Guðni Már Gilbert <gudni.m.g@gmail.com>
Date:   Fri Feb 24 03:29:47 2023 +0000

    ⚡️ Reduce edit_screen code size (#25420)

commit 53698b8f62b00c7e4f85a943150e8cc64015e7d4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 22 14:30:02 2023 -0600

    🔧 Fix Einsy Rambo TMC driver check

commit d5d497f2c5185bd7b153ed7195a8216f37e5a42c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Feb 21 18:22:16 2023 -0600

    🔨 Fix marlin_custom.* without lib_deps

commit e65e38afafec9f85be603ffefcc1817d8732b9a4
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date:   Tue Feb 21 22:37:11 2023 +0000

    🐛 Fix AVR maths used by Stepper (#25338)

commit 9d56b7f073e01ebca1f4d3fb54a49393191e9e1d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Wed Feb 22 11:27:47 2023 +1300

    🔨 Encrypt some MKS Robin (#25349)

commit 1748abde0af17b452e940df20fba65abb4fc6ef0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Feb 21 15:08:25 2023 -0600

    🧑‍💻 Fix preheat tests (nested macro limit ~256)

    Followup to #25407

commit 7afd823aa59f5197dab80d397da744ec48896f2b
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Feb 21 15:25:22 2023 +1300

    🔧 Sanity-check hotend max / preheat temps (#25407)

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

commit 4a1cbffbe5d6fc2619537eb7d0a07c70b1cb8e29
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Tue Feb 21 13:58:40 2023 +1300

    📺 Update Re-ARM VIKI2 SPI pins (#25411)

commit 94780bbb54e4d75986c53ea39223d3e51df8e23e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Feb 17 22:12:11 2023 -0600

    🚸 Interruptible PLR (#25395)

commit 838df37efd55a1ffdeffbd838ebffb3618ab36d2
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Thu Feb 16 12:58:51 2023 +1300

    🐛 Fix FastPWM calculations (#25343)

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

commit 7a8c9847e664d0bd400b0ba4ee4514d1c9f966c3
Author: Trevin Small <trevincub03@gmail.com>
Date:   Wed Feb 15 19:00:10 2023 -0500

    ✏️ Fix README typo (#25388)

commit 50f4e6b2705e61d4a850e04f2d55909f4abfcc4d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Feb 14 22:29:47 2023 -0600

    🎨 Tweak VALIDATE_MESH_TILT

commit db8f501dfefd801bc42db2ea36c82afc48eac427
Author: Frederik Kemner <stuff+github@fredo.org>
Date:   Wed Feb 15 05:25:47 2023 +0100

    🚸 SPI endstops for X/Y Dual and Core (#25371)

commit 255bc3c90c181c302ca0640c0ebc097313f4cc4a
Author: Radek <46979052+radek8@users.noreply.github.com>
Date:   Wed Feb 15 04:57:39 2023 +0100

    📝 Fix BTT_MINI_12864_V1 comment (#25366)

commit 38c4c7f4b17f1de96996b2b15ec064b5926f30f1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Feb 11 21:29:32 2023 -0600

    🔨 Suppress native build warnings

commit fecb66779a098a6ad09706a6f6662c525a032c18
Author: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
Date:   Thu Feb 9 06:46:02 2023 +0300

    🔨 Adjust INI comments (#25183)

commit f7485cea60e7bd78015e6f9aa48cde605d9a9a88
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 20:31:02 2023 -0600

    🩹 Extra axis min home with Delta Sensorless Probe

commit a49d286118343f36759dba941c96b95dfaa36c38
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 20:29:37 2023 -0600

    🩹 Extra axes for Tool Change

commit 59c88575643782b9d34a3b2ea6bd54dfb7717b71
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 20:28:56 2023 -0600

    🩹 Various simple fixes

commit 6e38ec3a3e0d074b900c4fd3b901d10ae974ac29
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 20:26:59 2023 -0600

    🩹 Safe Bed Leveling updates

commit 93c61b1ba8f1e105c3a36d083e98c95c95196e5e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 20:19:12 2023 -0600

    🩹 Misc. extra axis updates

commit 87d744995271945b814d9f4c84d3b791422c0c50
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 19:39:21 2023 -0600

    🩹 Use 'M205 D' when 'B' is an axis

commit 98c9ecd5c516e470a3b14727fe19a0b695f26d45
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Feb 8 19:37:10 2023 -0600

    🔧 Add a test for extra axes

commit 8976bc5605e1c0696fb42c72d0fec4c88880f289
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Tue Feb 7 22:39:09 2023 -0800

    ✨ BigTreeTech Manta M4P, M5P, M8P V1.0 / 1.1, E3 EZ (#25001)

commit e3cff7a28a74ec468e15ff8a2799076be37361e9
Author: Victor Oliveira <rhapsodyv@gmail.com>
Date:   Sat Feb 4 05:10:26 2023 -0300

    🧑‍💻 General 'MediaFile' type alias (#24424)

commit 4000db2be39f7cf35cf85ec2272ad31578fcc44a
Author: vyacheslav-shubin <shubin-vv@krista.ru>
Date:   Sat Feb 4 10:36:07 2023 +0300

    🧑‍💻 Add SD Card 'hide' method for dev usage (#22425)

commit f9621e2e8e9f2301924a72fcc1e8d110806145ff
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date:   Thu Feb 2 17:41:46 2023 -0800

    📝 Fix Z*_ENDSTOP_ADJUSTMENT comments (#25295)

commit 1a184e5a82b0908cbe9649688cd15de92f776a9e
Author: kg333 <matthew@kyengineer.com>
Date:   Wed Feb 1 19:02:26 2023 -0500

    📺 Melzi v4 with BTT SKR Mini E3 (#25321)

commit 6e427350db0fbe3fd294d34c9c178df7dd1bf8d4
Author: Martin Turski <quiret@vfemail.net>
Date:   Fri Feb 3 04:01:22 2023 +0100

    🔨 Fix test build path with spaces (#25329)

commit 79e23752aea243b84a3703e3f158cdeffd230346
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Wed Feb 1 01:51:11 2023 -0600

    🔧 Fix SD sorting sanity checks (#25318)

commit 858de4ff3f24b9b1d20f39da031ed8293e6c61bc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jan 30 22:11:50 2023 -0600

    🔧 Fix build with no Y axis (#25311)

commit bac0b35b85d59a83b9fa2789c9048de99017f02e
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Mon Jan 30 21:57:36 2023 -0600

    🩹 Fix G61 axis parameters with no offset (#25312)

commit 60f38576620e993e06fc19166cb3d68f275096e6
Author: Darren Garnier <dgarnier@reinrag.net>
Date:   Mon Jan 30 23:00:49 2023 -0500

    🔨 Fix config.ini URL fetch (#25313)

commit b3c004eed97989b8e26664438528138567efb349
Author: avionix-g <63542699+avionix-g@users.noreply.github.com>
Date:   Wed Jan 25 23:14:52 2023 -0500

    🐛 Fix MKS board Ultipanel support (#25278)

commit 9e755a25c7fa727b4143d8ba5a9acdc712b7667c
Author: xBiohazardx <36756950+xBiohazardx@users.noreply.github.com>
Date:   Fri Jan 27 01:05:04 2023 +0100

    ✏️ Fix probe invert flag (#25282)

commit 0d831183ba6d3fa0d7780cd135a8d8a95bd0592a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Wed Jan 25 21:37:10 2023 -0600

    🔧 Refine Input Shaping check (#25280)

commit 0ed083aba81710af6aefb678c3a15117abd5f79f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Jan 20 21:17:13 2023 -0600

    SDIO retry, hsd clock, etc.

commit 2c39f848885a83766fbf47ec6c76dc3804908fd1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Jan 24 02:21:02 2023 -0600

    🔧 Overridable Stepper EN init

commit b7e421610f4546c15ecdb65ee9f144a3d33f4b86
Author: Bob Kuhn <bob.kuhn@att.net>
Date:   Mon Jan 23 01:37:35 2023 -0600

    🐛 Fix Ender-2 Stock Display with Melzi (#25258)

commit 536e8a7d1e98e98089d571939a2c9613e604ab8c
Author: MarkMan0 <38912829+MarkMan0@users.noreply.github.com>
Date:   Sun Dec 18 06:48:33 2022 +0100

    🐛 Fix, Refactor PID scaling (#25096)

commit 8c3425811a3073b17ac1ed3100198e115f298174
Author: John Robertson <john@cirtech.co.uk>
Date:   Tue Jan 17 23:53:39 2023 +0000

    🐛 Fix potential I2S buffer overwrite (#25113)

commit dd892c6e75f4683d286147d9a3daa47cc7297ea0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jan 16 22:11:49 2023 -0600

    🎨 Heading cleanup

commit 947a9cb000a4cc4f8a3eccf675ae852daf3b3a75
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jan 15 06:48:17 2023 -0600

    🎨 Language / menu cleanup

commit 62487c67b6b0142a5a610d46b65c4a07de0f3e62
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jan 14 07:44:57 2023 -0600

    ✏️  ProUI followup

commit 6cf085d72407d5afb15cbb942854ff3d04ef3519
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Jan 15 01:11:49 2023 -0600

    🔧 Added MOTHERBOARD error text

commit c3c6432be44f6ee1895bd33137e0cea34ea048df
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Tue Mar 14 16:48:17 2023 -0500

    🎨 Misc. formatting

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 f1a05d19b0886921cbe3529a22bcf796…
ernisv pushed a commit to ernisv/Marlin that referenced this pull request Nov 23, 2023
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.

6 participants