-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Fixes and enhancements to FTDI Eve Touch UI #22189
Merged
thinkyhead
merged 4 commits into
MarlinFirmware:bugfix-2.0.x
from
marciot:pr-cocoa-press-touch-ui-fixes-jun20
Jun 21, 2021
Merged
Fixes and enhancements to FTDI Eve Touch UI #22189
thinkyhead
merged 4 commits into
MarlinFirmware:bugfix-2.0.x
from
marciot:pr-cocoa-press-touch-ui-fixes-jun20
Jun 21, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Fix Z offset wizard to turn off soft endstops - Fix color contrast in bed mesh view - Fix incorrect pause behavior in touch UI - Allow decimal points in temperature display - Added CocoaPress customized leveling menu
thinkyhead
pushed a commit
that referenced
this pull request
Jun 27, 2021
alrtprogrammer
added a commit
to alrtprogrammer/Marlin
that referenced
this pull request
Jul 6, 2021
commit cd01421 Author: Glought <[email protected]> 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 <[email protected]> Date: Tue Jun 29 10:30:55 2021 -0700 🐛 Fix ExtUI 'lcd_clicked' definition (MarlinFirmware#22257) commit b1c5dd9 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 28 18:43:05 2021 -0700 🐛 Fix PTC/BTC whole number tests (MarlinFirmware#22255) commit 3109a29 Author: tome9111991 <[email protected]> Date: Mon Jun 28 19:08:37 2021 +0200 ✨ Ender-3 V2 Display for SKR E3 Turbo (MarlinFirmware#22229) commit b878127 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:33 2021 -0500 Marlin 2.0.9.1 commit 6ea6556 Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 22:30:11 2021 -0700 🐛 Use setTargetHotend in menus (MarlinFirmware#22247) commit 2b37a71 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 00:33:44 2021 -0500 ♻️ Refactor status screen timeout commit e3ae76d Author: Cytown <[email protected]> Date: Sun Jun 27 00:21:34 2021 +0800 🚸 Expand box in draw_boxed_string (MarlinFirmware#22209) commit b245089 Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 21:02:11 2021 -0700 🐛 No HOTEND_LOOP with EXTRUDERS 0 (MarlinFirmware#22245) commit ec3daad Author: Sébastien Gariépy <[email protected]> Date: Sun Jun 27 17:44:49 2021 -0400 🌐 MSG_MOVE_100MM (MarlinFirmware#22242) commit ae76011 Author: Cytown <[email protected]> Date: Mon Jun 28 01:39:09 2021 +0800 🐛 Fix wide glyph characters display (MarlinFirmware#22237) commit 34066c1 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:28 2021 -0500 📝 Update probe heating value commit 19fe3d5 Author: ellensp <[email protected]> Date: Wed Jun 23 06:42:24 2021 +1200 🚸 MarlinUI Move Z >= 1000 (MarlinFirmware#22192) commit ec518e6 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:28:50 2021 -0500 🎨 Small tweak, ms => now commit 003ce25 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:01:47 2021 -0500 🎨 Format onboard_sd.cpp commit 3e5d867 Author: ellensp <[email protected]> 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 <[email protected]> Date: Sat Jun 26 14:17:18 2021 -0400 ✨ Update/extend Quiet Probing (MarlinFirmware#22205) commit 0fbd8c5 Author: ellensp <[email protected]> Date: Sun Jun 27 04:32:51 2021 +1200 🔧 Fix E.S.T. sanity-check errors (MarlinFirmware#22224) commit 08895e6 Author: Marcio T <[email protected]> Date: Fri Jun 25 22:38:27 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (MarlinFirmware#22223) commit 38e7754 Author: Keith Bennett <[email protected]> Date: Fri Jun 25 14:12:21 2021 -0700 📝 Update TMC SPI endstops comment (MarlinFirmware#22221) commit 4763116 Author: Scott Lahteine <[email protected]> Date: Fri Jun 25 14:44:51 2021 -0500 🐛 Trigger existing endstops on G38 hit commit 185e0dc Author: bwspath <[email protected]> Date: Thu Jun 24 22:27:54 2021 +0200 🐛 Fix Octopus build on case-sensitive FS (MarlinFirmware#22206) commit bcf6ca5 Author: Serhiy-K <[email protected]> Date: Tue Jun 22 21:48:56 2021 +0300 🌐 Update Russian language (MarlinFirmware#22193) commit 1ba694c Author: Marcio T <[email protected]> Date: Mon Jun 21 15:38:28 2021 -0600 🎨 Fix and enhance FTDI Eve Touch UI (MarlinFirmware#22189) commit 906fa05 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:31:41 2021 -0500 🐛🌐 Fix extra axis translations commit 651f15f Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:24:50 2021 -0500 🎨 Cosmetic cleanup commit ef41c1f Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 21 13:36:06 2021 -0700 🐛 Fix IJK axis references, E stepper indices (MarlinFirmware#22176) Co-authored-by: Scott Lahteine <[email protected]> commit 8050813 Author: Grumpy <[email protected]> Date: Tue Jun 22 08:12:39 2021 +1200 🐛 Fix dual Neopixels (MarlinFirmware#22174) commit 25e7e2f Author: ellensp <[email protected]> Date: Tue Jun 22 08:09:21 2021 +1200 🐛 Fix heater display options/compile (MarlinFirmware#22185) commit a0f7f0e Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 22:49:57 2021 -0500 🐛 Fix compact sensitive pins array (MarlinFirmware#22184) commit f3e0bc7 Author: Serhiy-K <[email protected]> Date: Mon Jun 21 06:48:06 2021 +0300 🌐 Update Ukrainian language (MarlinFirmware#22183) commit 49ff1e8 Author: Giuliano Zaro <[email protected]> Date: Mon Jun 21 05:45:26 2021 +0200 🌐 Update Italian language (MarlinFirmware#22182) commit 4f8191b Author: Katelyn Schiesser <[email protected]> Date: Sat Jun 19 11:44:28 2021 -0700 🐛 Redundant Temp Sensor followup (MarlinFirmware#22173) commit 927a1a1 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 01:19:09 2021 -0500 🐛 Fix LCD define typos commit f2f23e8 Author: Scott Lahteine <[email protected]> Date: Sat Jun 19 14:09:09 2021 -0500 🎨 Cosmetic changes for G28 commit cce585f Author: Scott Lahteine <[email protected]> Date: Fri Jun 18 13:12:55 2021 -0500 🐛 Define 'HEAD' axes for Markforged Fixes MarlinFirmware#22167 commit 5bfb465 Author: Ari-SSO <[email protected]> Date: Thu Jun 17 21:34:40 2021 -0300 🚸 Include 'H' value in M412 report (MarlinFirmware#22138) Co-authored-by: Scott Lahteine <[email protected]> commit ce7bbaf Author: Katelyn Schiesser <[email protected]> Date: Wed Jun 16 23:15:16 2021 -0700 💡 Add G28 L description (MarlinFirmware#22144) commit 5ffc4bf Author: Keith Bennett <[email protected]> Date: Thu Jun 17 17:39:48 2021 -0700 🐛 TFT encoder pin for BTT GTR (MarlinFirmware#22162) commit 3ecc99e Author: Mike La Spina <[email protected]> Date: Thu Jun 17 22:46:59 2021 -0500 🐛 Fix Air Assist (MarlinFirmware#22159) Co-authored-by: Scott Lahteine <[email protected]> commit f22c5d3 Author: gjdodd <[email protected]> Date: Fri Jun 18 01:37:27 2021 +0100 🩹 Extruders 0 patch for PWM Motor Current (MarlinFirmware#22163) commit d8df8e0 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:58:48 2021 -0300 🐛 Fix env validation for 1280/2560 boards (MarlinFirmware#22150) Co-authored-by: Scott Lahteine <[email protected]> commit e38958f Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:49:42 2021 -0300 🐛 Fix MKS Robin E3 build (MarlinFirmware#22149) commit d7c7740 Author: Scott Lahteine <[email protected]> Date: Tue Jun 15 00:44:32 2021 -0500 Marlin 2.0.9 commit c8898b5 Author: ellensp <[email protected]> Date: Tue Jun 15 11:45:54 2021 +1200 ✨ Redundant Part Cooling Fan (MarlinFirmware#21888) Co-authored-by: Scott Lahteine <[email protected]> commit 781257b Author: Scott Lahteine <[email protected]> Date: Mon Jun 14 18:44:27 2021 -0500 🐛 Prevent stepper sleep during long UBL idle (MarlinFirmware#22137) commit dec083d Author: qwewer0 <[email protected]> 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 <[email protected]> Date: Tue Jun 15 09:43:50 2021 +1200 🚑️ Prevent BFT unaligned compressed data corruption (MarlinFirmware#22134) commit dba8773 Author: Bo Herrmannsen <[email protected]> Date: Mon Jun 14 11:28:13 2021 +0200 ✨ Extruder with Dual Stepper Drivers (MarlinFirmware#21403) commit 31fd3be Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 04:24:49 2021 -0300 🔥 Remove Chitu default Touch Calibration (MarlinFirmware#22133) commit 2b4284d Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 02:39:16 2021 -0300 ✨ MULTI_VOLUME for Color UI and MarlinUI (MarlinFirmware#22004) commit d84e2d6 Author: InsanityAutomation <[email protected]> Date: Sun Jun 13 23:08:46 2021 -0400 🎨 ExtUI "user click" and other tweaks (MarlinFirmware#22122) Co-authored-by: Scott Lahteine <[email protected]> commit 5635515 Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 22:47:38 2021 -0300 🐛 Include common TFT driver macros (MarlinFirmware#22125) commit a7135d4 Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 18:43:43 2021 -0700 🐛 Fix UBL 'R' parameter and adjust 'P' (MarlinFirmware#22129) commit 3b0a40c Author: Sola <[email protected]> Date: Mon Jun 14 09:31:38 2021 +0800 🐛 Fix ExtUI/DGUS Celsius display (MarlinFirmware#22121) commit 83c7480 Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 20:19:43 2021 -0500 🎨 General cleanup of extui/dgus In relation to MarlinFirmware#22121 commit adc1793 Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 21:01:53 2021 -0300 🔨 Fix Serial+MSC for _USB envs (MarlinFirmware#22116) commit 68c5267 Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 14:56:18 2021 -0700 🐛 Use whole PROBE_TEMP_COMPENSATION values (MarlinFirmware#22130) commit 2aa3557 Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 15:43:33 2021 -0500 🏗️ Refactor build encrypt / rename (MarlinFirmware#22124) commit 14ffc66 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 16:28:30 2021 -0500 🩹 Use `#pragma once` in pins files commit 2ea0832 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:31:24 2021 -0500 📝 Number SKR EXP headers commit ab05087 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:30:29 2021 -0500 🎨 Clean up LPC1768 SPI init commit 707a040 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 11:40:35 2021 -0500 🔨 Remove obsolete ON_BOARD_SPI_DEVICE commit d12c357 Author: mrv96 <[email protected]> Date: Sat Jun 12 18:19:37 2021 +0200 🔨 Robin Nano V3 overridable POWER_LOSS_PIN (MarlinFirmware#22123) commit ddf8668 Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 19:29:59 2021 -0500 📝 Describe G12 XYZ commit 3491e49 Author: Victor Oliveira <[email protected]> Date: Fri Jun 11 18:13:22 2021 -0300 🐛 Fix boot / SD for STM32 (F103Rx) boards (MarlinFirmware#22087) commit d322e49 Author: Katelyn Schiesser <[email protected]> Date: Fri Jun 11 13:51:29 2021 -0700 ✨ More flexible redundant temp sensor (MarlinFirmware#22085) commit 5d80f70 Author: Keith Bennett <[email protected]> Date: Thu Jun 10 14:09:29 2021 -0700 🔨 Envs for BTT SKR Mini with RET6 (512K) (MarlinFirmware#22050) commit 3e7a9e5 Author: Zs.Antal <[email protected]> Date: Thu Jun 10 23:05:07 2021 +0200 🌐 Update Hungarian language (MarlinFirmware#22083) commit 33e8769 Author: grauerfuchs <[email protected]> Date: Thu Jun 10 17:04:18 2021 -0400 🔨 MightyBoard envs for A.B.M. (MarlinFirmware#22100) commit 59842ed Author: Radek <[email protected]> Date: Thu Jun 10 19:51:07 2021 +0200 🔧 EEPROM options for BTT SKR 1.4 (MarlinFirmware#22092) commit 507e1e4 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:17:39 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (MarlinFirmware#22093) commit b27447e Author: ellensp <[email protected]> Date: Thu Jun 10 19:09:52 2021 +1200 🔧 Enforce BLTouch settings (MarlinFirmware#22086) commit c9a3ba9 Author: Scott Lahteine <[email protected]> Date: Thu Jun 10 02:05:04 2021 -0500 🎨 Adjust some conditionals commit 9679424 Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 19:55:27 2021 -0500 ⚡️ Optimize Sensitive Pins array (except STM32) (MarlinFirmware#22080) commit bfa2579 Author: Kyle Repinski <[email protected]> Date: Tue Jun 8 18:56:16 2021 -0500 🐛 Fix small/huge I2C EEPROM address (MarlinFirmware#22081) commit 3f103c9 Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 07:51:28 2021 -0500 🎨 Laser Ammeter followup (MarlinFirmware#22079) Followup to MarlinFirmware#21835 commit 2fd9971 Author: Mike La Spina <[email protected]> Date: Mon Jun 7 14:15:09 2021 -0500 Add Laser Based I2C Ammeter Feature (MarlinFirmware#21835) commit a3063a9 Author: ellensp <[email protected]> Date: Tue Jun 8 07:09:12 2021 +1200 expose hidden BLTOUCH setting changes (MarlinFirmware#22069) commit d8a02bb Author: Marcio T <[email protected]> Date: Sun Jun 6 22:26:42 2021 -0600 🎨 Reorganize FTDI Touch UI variants (MarlinFirmware#22066) commit 76d4a39 Author: ellensp <[email protected]> Date: Sun Jun 6 21:21:14 2021 +1200 🩹 Fallback ID for MKS TS35 V2.0 (MarlinFirmware#22031) commit c515bfb Author: 7FM <[email protected]> Date: Sun Jun 6 09:56:24 2021 +0200 👽️ Include <EEPROM.h> in STM32 (for now) (MarlinFirmware#22054) commit 83430be Author: ellensp <[email protected]> Date: Sun Jun 6 19:50:14 2021 +1200 📦️ Malyan M200 with HAL/STM32 (MarlinFirmware#22052) commit 9bd9f91 Author: George Fu <[email protected]> Date: Sun Jun 6 14:37:52 2021 +0800 📌 Update FYSETC E4 to [email protected] (MarlinFirmware#22049) commit e6ef43e Author: Victor Oliveira <[email protected]> Date: Sun Jun 6 02:59:19 2021 -0300 ⚰️ Remove obsolete CUSTOM_SPI_PINS (MarlinFirmware#22058) commit 16bca67 Author: ellensp <[email protected]> Date: Sun Jun 6 12:16:40 2021 +1200 🔧 Check G29_RETRY_AND_RECOVER requirements (MarlinFirmware#21921) commit d65eea5 Author: Scott Lahteine <[email protected]> Date: Sat Jun 5 17:08:10 2021 -0500 🔧 FOAMCUTTER_XYUV moved to custom config commit 46080b3 Author: DerAndere <[email protected]> Date: Fri Jun 11 22:53:23 2021 +0200 ✏️ Six Linear Axes followup (Fix M503) (MarlinFirmware#22112) commit 317afae Author: Marcio T <[email protected]> Date: Thu Jun 10 02:08:42 2021 -0600 ✏️ Six Linear Axes followup (typos) (MarlinFirmware#22094) commit 930a608 Author: ellensp <[email protected]> Date: Wed Jun 9 10:43:39 2021 +1200 🎨 IJK auto-allocation (MarlinFirmware#22075) commit 6e3c455 Author: DerAndere <[email protected]> Date: Mon Jun 7 06:23:23 2021 +0200 ✏️ Six Linear Axes followup (Hybrid Threshold init) (MarlinFirmware#22068) commit e3df7d7 Author: DerAndere <[email protected]> Date: Sun Jun 6 08:30:39 2021 +0200 ✏️ Followup to Six Linear Axes (MarlinFirmware#22056) commit c1fca91 Author: DerAndere <[email protected]> Date: Sat Jun 5 09:18:47 2021 +0200 🏗️ Support for up to 6 linear axes (MarlinFirmware#19112) Co-authored-by: Scott Lahteine <[email protected]> commit d3c56a7 Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 20:23:37 2021 -0500 ♻️ Patches for Zero Extruders (with TMC) commit 4194cdd Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Fri Jun 4 23:35:05 2021 -0600 📺 Fix and enhance FTDI EVE Touch UI (MarlinFirmware#22047) commit b4b6076 Author: Keith Bennett <[email protected]> Date: Fri Jun 4 21:56:18 2021 -0700 ✨ BigTreeTech Octopus V1.1 (MarlinFirmware#22042) commit 1e75eba Author: ellensp <[email protected]> Date: Sat Jun 5 16:51:17 2021 +1200 🐛 Fix STM3R / BEAST envs (MarlinFirmware#22028) commit f3f3d20 Author: Victor Oliveira <[email protected]> Date: Sat Jun 5 01:49:00 2021 -0300 📦️ STM32F103RE_btt(_USB) with HAL/STM32 (MarlinFirmware#22040) commit c90fa53 Author: Scott Lahteine <[email protected]> Date: Fri Jun 4 23:44:16 2021 -0500 ✨ Update G34 for 4x Z steppers (MarlinFirmware#22039) commit aeb8097 Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (MarlinFirmware#22046) commit 04bea72 Author: Giuliano Zaro <[email protected]> Date: Sat Jun 5 03:02:37 2021 +0200 🐛 Fix MMU compile with >5 EXTRUDERS (MarlinFirmware#22036) commit ce95f56 Author: ldursw <[email protected]> Date: Fri Jun 4 00:38:10 2021 -0300 🔨 MKS Robin E3 for HAL/STM32 (MarlinFirmware#21927) commit aff45fd Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 03:23:10 2021 -0500 ✏️ Remove whitespace commit c8f28d9 Author: ellensp <[email protected]> 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 <[email protected]> Date: Thu Jun 3 17:51:22 2021 -0700 🔨 Consolidate BTT linker scripts followup (MarlinFirmware#22038) commit 557ba20 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 02:55:30 2021 -0500 🔨 Consolidate BTT linker scripts Originally from MarlinFirmware#22022 commit dd0e5c2 Author: ellensp <[email protected]> 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 <[email protected]> Date: Wed Jun 2 17:09:47 2021 -0500 📝 Update G61 comment commit d13ffa0 Author: ellensp <[email protected]> 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 <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit fb0be29 Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 23:24:20 2021 -0500 🔨 Move FLY_MINI env to stm32f1.ini commit 7ca1550 Author: hannesweisbach <[email protected]> Date: Wed Jun 2 06:20:47 2021 +0200 ✨ TMC Driver distinct baudrates (MarlinFirmware#22008) commit 665a71b Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 22:46:35 2021 -0500 🔧 Treat TPARA like SCARA in mfconfig commit 9268a4b Author: Roman Moravčík <[email protected]> Date: Wed Jun 2 04:10:15 2021 +0200 🌐 Update Slovak language (MarlinFirmware#22000) commit 529bbfa Author: Krzysztof Błażewicz <[email protected]> Date: Mon May 31 08:44:38 2021 +0200 ⚗️ 32-bit float constants (STM32F1) (MarlinFirmware#21996) commit e7945c2 Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 18:33:07 2021 -0500 🐛 Fix Z endstop enum Followup to 92dea8e commit 5ee91c7 Author: Scott Lahteine <[email protected]> Date: Sun Jun 6 03:49:23 2021 -0500 👷 Add caching to CI workflow commit 2116e42 Author: hannesweisbach <[email protected]> Date: Sat Jun 5 06:38:43 2021 +0200 🐛 Fix Probe Temp Calibration compile (MarlinFirmware#22032) commit 19521d1 Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (MarlinFirmware#22046) commit 057302b Author: Victor Oliveira <[email protected]> Date: Thu Jun 3 18:52:25 2021 -0300 👽️ Fix usb-host-msc-cdc-msc issue (MarlinFirmware#22025) commit d62619c Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 19:38:34 2021 -0500 📌 Use U8glib-HAL@~0.4.5 commit 9c80a89 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:31 2021 -0500 🎨 Reorganize BTT_E3_RRF_IDEX_BOARD commit 00834ef Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:03 2021 -0500 🎨 Clean up stops, sdss pins commit 5b7b065 Author: Scott Lahteine <[email protected]> Date: Sat May 29 16:01:38 2021 -0500 Marlin 2.0.8.2 commit a739af8 Author: Timo <[email protected]> Date: Sat May 29 14:00:39 2021 -0700 ✨ Malyan M180 (MarlinFirmware#21992) commit 493eb44 Author: Pascal de Bruijn <[email protected]> Date: Thu May 20 13:35:38 2021 +0200 ✨ MEDIA_MENU_AT_TOP for MarlinUI (MarlinFirmware#21925) commit 1b45b38 Author: charlespick <[email protected]> Date: Thu May 20 04:06:26 2021 -0700 ✨ Independent baud rates (MarlinFirmware#21949) Co-authored-by: Scott Lahteine <[email protected]> commit 7898307 Author: Krzysztof Błażewicz <[email protected]> Date: Sat May 29 20:48:56 2021 +0200 🌐 Update Polish language (MarlinFirmware#21993) commit 8da8aa1 Author: ellensp <[email protected]> Date: Thu May 27 22:13:43 2021 +1200 🥅 Add MESH_EDIT_MENU sanity check (MarlinFirmware#21922) commit 4572af2 Author: Andy Barratt <[email protected]> Date: Thu May 27 03:07:13 2021 +0100 🚸 cap:HOST_ACTION_COMMANDS (MarlinFirmware#21987) commit 6dc17f0 Author: Allen Bauer <[email protected]> Date: Tue May 25 17:08:10 2021 -0700 🐛 Fix BTT002 variant MMU2 serial pins 🧩 (MarlinFirmware#21980) commit 3fcf3f6 Author: ellensp <[email protected]> Date: Wed May 26 11:38:23 2021 +1200 ♻️ LEDs refactor and extend (MarlinFirmware#21962) Co-authored-by: Scott Lahteine <[email protected]> commit a9fd276 Author: LawnMo <[email protected]> Date: Tue May 25 00:53:48 2021 +0200 🩹 Fix multi_volume + SDIO onboard compile (MarlinFirmware#21975) commit 9adaf92 Author: LawnMo <[email protected]> Date: Mon May 24 09:21:21 2021 +0200 🩹 Improved SKR2 12864 LCD Delays (MarlinFirmware#21956) commit e75c3b6 Author: Scott Lahteine <[email protected]> Date: Sun May 23 21:33:22 2021 -0500 🎨 Macros for optional arguments (MarlinFirmware#21969) commit 61f2bb1 Author: ellensp <[email protected]> Date: Mon May 24 13:29:19 2021 +1200 ⚡️ PIO filters for M117, M300 and M414 (MarlinFirmware#21972) commit d1502f7 Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:56:31 2021 -0500 🎨 Null heating message method commit 83f9413 Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:41:29 2021 -0500 🐛 Fix Selena Compact probe pin commit cdc3e18 Author: Scott Lahteine <[email protected]> Date: Fri May 28 19:47:06 2021 -0500 Use another PR close action
StevilKnevil
pushed a commit
to StevilKnevil/Marlin
that referenced
this pull request
Aug 31, 2021
vogler
added a commit
to vogler/Marlin
that referenced
this pull request
Sep 2, 2021
commit 718227a94c0cb163a73f0f288be6f7b864b7127a Author: Scott Lahteine <[email protected]> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <[email protected]> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <[email protected]> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <[email protected]> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <[email protected]> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <[email protected]> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <[email protected]> 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 <[email protected]> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <[email protected]> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <[email protected]> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <[email protected]> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <[email protected]> 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 <[email protected]> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <[email protected]> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <[email protected]> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <[email protected]> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <[email protected]> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <[email protected]> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <[email protected]> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <[email protected]> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <[email protected]> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <[email protected]> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <[email protected]> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <[email protected]> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <[email protected]> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <[email protected]> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <[email protected]> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <[email protected]> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <[email protected]> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <[email protected]> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <[email protected]> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <[email protected]> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <[email protected]> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <[email protected]> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <[email protected]> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <[email protected]> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <[email protected]> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <[email protected]> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <[email protected]> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <[email protected]> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <[email protected]> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <[email protected]> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <[email protected]> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <[email protected]> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <[email protected]> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <[email protected]> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <[email protected]> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <[email protected]> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241. commit f8f68f9259cc486fd36147f4f9d1e474940510dd Author: ellensp <[email protected]> Date: Thu Jul 22 09:31:11 2021 +1200 🎨 MKS Hardware Test followup (#22414) Co-authored-by: Scott Lahteine <[email protected]> commit 7773504afa546884f533fabefa1497547431bcdf Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 12:20:28 2021 -0700 ♻️ Refactor STM32 ini files (#22377) Co-authored-by: Scott Lahteine <[email protected]> commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189 Author: VTXtruder <[email protected]> Date: Tue Jul 20 23:27:19 2021 -0400 ✨ Chitu3D V9 board (#22401) Co-authored-by: Scott Lahteine <[email protected]> commit 29dde9be2b9fb52641d4fa804b097852f69e68f4 Author: Tanguy Pruvot <[email protected]> Date: Sun Jul 18 00:16:57 2021 +0200 🐛 Fix Longer3D build environment (#22378) commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd Author: ellensp <[email protected]> Date: Thu Jul 15 14:07:46 2021 +1200 🔨 More HAL/STM32 targets (#22358, #22369) commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc Author: ellensp <[email protected]> Date: Wed Jul 21 07:44:15 2021 +1200 🐛 Fix STATUS_COMBINE_HEATERS compile (#22405) commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985 Author: Mike La Spina <[email protected]> Date: Sun Jul 18 20:11:24 2021 -0500 🐛 Fix Ammeter display on DOGM (#22384) commit 61d0b082989d506b7e0716a792c104389cd6d8c1 Author: Katelyn Schiesser <[email protected]> Date: Sat Jul 17 23:10:13 2021 -0700 🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382) commit b57f73a4883fc732b0c413e45d8614791bad4298 Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 03:10:54 2021 -0500 🎨 Add MMU2 enabled() accessor commit 40b99d8084b235625ffe8701ce859219d52838c5 Author: Yash <[email protected]> Date: Tue Jul 20 14:51:41 2021 -0500 🐛 Fix G2/G3 angular motion calculation (#22407) commit c944e4fc6009cfc6e11f97b63f6ea817b8470071 Author: vyacheslav-shubin <[email protected]> Date: Tue Jul 20 23:12:08 2021 +0300 🩹 Init var to suppress invalid warning (#22396) commit eebab93358427b3b95b4d38dedbbb8aaaba977b8 Author: Katelyn Schiesser <[email protected]> Date: Sun Jul 18 18:24:27 2021 -0700 🐛 Ensure Software SPI pins for Max Thermocouple (#22389) commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 19:56:28 2021 -0500 🐛 Change font for selected language (#22381) commit e190684fe6ae4bf1a885508dbf39a6477ad274a5 Author: Roxy-3D <[email protected]> Date: Mon Jul 19 18:59:06 2021 -0600 🐛 Fix UBL G29 J - Vector3 regression commit 69c1e79c302e936d15957a98795afc8d57495ab6 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 13:13:25 2021 -0700 🐛 Fix BTC_SAMPLE_RES sanity check (#22394) commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e Author: Keith Bennett <[email protected]> Date: Tue Jul 20 12:54:02 2021 -0700 🎨 Fix unused lambda warning (#22399) commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b Author: Malderin <[email protected]> Date: Mon Jul 19 05:21:51 2021 +0300 🐛 Fix MKS UI compile (#22388, #22395) Co-authored-by: Scott Lahteine <[email protected]> commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d Author: squiddity <[email protected]> Date: Sat Jul 17 22:50:39 2021 -0700 🐛 Fix M913 typos (#22385) commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 00:45:17 2021 -0500 🐛 No translated serial strings commit 6e7c20e78e1036140d9e076f71759e35f91300e2 Author: mks-viva <[email protected]> Date: Thu Jul 15 20:57:34 2021 -0500 ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368) commit 165ae139d51b617295c2302f39c09edb0f0b0dd6 Author: Cytown <[email protected]> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 42eb2347d4c9cc64220322e10046ad275ec7a04e Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 22:24:43 2021 -0500 🎨 Strip trailing whitespace commit 3ab67898070c4422e454627e2836ab3b821bcf55 Author: mks-viva <[email protected]> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit 5054dc6ea2883095f081971cb267090b7756db97 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 6 17:36:41 2021 -0700 🐛 Redundant Temp Sensor followup (#22196) commit ee54cd4bd7e36284e4bc974e297834fb31ed466e Author: lujios <[email protected]> Date: Tue Jul 13 02:19:29 2021 +0200 ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899) commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b Author: Cytown <[email protected]> Date: Wed Jun 30 01:58:11 2021 +0800 🚸 Retain power during Pause (#22227) commit fef76a76a3275cf59bdf085b29d7d02168e61903 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 19:44:51 2021 -0500 🔨 Consolidate STM32 extra_scripts (#22365) commit a5459a68a69d255456b477dd134cba88a8d4f06f Author: Keith Bennett <[email protected]> Date: Wed Jul 14 00:03:24 2021 -0700 💡 Update FLYmaker comments, URL (#22355) commit b44d4746c8c039effc7513c6a5ca2917e9a18691 Author: Keith Bennett <[email protected]> Date: Wed Jul 14 15:55:24 2021 -0700 🩹 FLYmaker FLY Mini followup (#22364) Followup to #22355, #22356. commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5 Author: ellensp <[email protected]> Date: Wed Jul 14 18:57:26 2021 +1200 ✨ FLY Mini for stm32duino (#22356) commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe Author: Krzysztof Błażewicz <[email protected]> Date: Wed Jul 7 04:10:40 2021 +0200 ✨ DWIN LCD for BTT SKR Mini E3 (#22288) commit ee640816968b95ee14c3eaafbc0572df9f4dcee1 Author: Mihai <[email protected]> Date: Wed Jul 7 07:10:35 2021 +0300 ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) commit a35c234ce1f75b042c23402fda0426a7257c388b Author: InsanityAutomation <[email protected]> Date: Thu Jul 8 00:41:33 2021 -0400 🐛 Fix redundant heater / sensor pin assignments (#22309) commit 5026797310b19618150d6010fd9cc4b57aae9a49 Author: Mike La Spina <[email protected]> Date: Mon Jul 12 00:22:08 2021 -0500 🏗️ Allow headless Flow Meter (#22234) commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7 Author: Victor Oliveira <[email protected]> Date: Wed Jul 14 02:34:18 2021 -0300 ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) commit 8cf15e85463361289820b240d0de527d47852992 Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 14 16:56:02 2021 -0700 🎨 Call millis() once in manage_inactivity (#22363) commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9 Author: Skruppy <[email protected]> Date: Fri Jul 9 04:55:34 2021 +0200 🐛 Fix AVR DELAY_US int overflow (#22268) commit 6d191d12c9dbf1bf0844445ff02797ff98028b32 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Thu Jul 15 18:59:52 2021 -0700 ✨ M115: Axis Count (#22219) commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 18:51:58 2021 -0500 🎨 Minor cleanup of TFT/FSMC pins commit 87cc3873212918c30cf6a0b94ad52e93248f56c7 Author: Taylor Talkington <[email protected]> Date: Thu Jul 15 17:32:40 2021 -0400 🐛 Fix Filament Change menu (#22370) Followup to #22277 commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 7 21:45:15 2021 -0700 🐛 Fix Einsy RAMBo FAN1_PIN (#22305) commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 00:21:17 2021 -0500 📝 Tom's 3D Forums discontinued commit a0704cb14ff6805a1d3eef470cf2bba87de72afc Author: ellensp <[email protected]> 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 <[email protected]> Date: Tue Jul 13 08:17:28 2021 +0800 ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) commit 31fbec9a00f49818b6a82c283349167c40260cc2 Author: mks-viva <[email protected]> Date: Tue Jul 13 19:14:34 2021 -0500 🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340) commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 02:14:55 2021 -0500 🐛 Fix SD pins for MKS Robin Lite commit bc459a76f40a86e0c25e75d3e3b4054a3db98436 Author: Scott Lahteine <[email protected]> Date: Mon Jul 12 22:52:17 2021 -0500 🐛 TM3D fixes and improvements Co-Authored-By: InsanityAutomation <[email protected]> commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30 Author: Marcio T <[email protected]> Date: Mon Jul 12 18:35:00 2021 -0600 ⚡️ Fixes to FTDI Eve Touch UI (#22347) commit 24f0613b9f14cd5a88bde851597104a1c6997abd Author: ellensp <[email protected]> Date: Mon Jul 12 17:15:48 2021 +1200 🎨 Optional Custom Button description (#22336) commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3 Author: Mike La Spina <[email protected]> Date: Sun Jul 11 20:45:47 2021 -0500 🔨 Update LPC176x platform to 0.2.8 (#22333) commit f76b063e58624d477c17a082d471aea3ef7b3197 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Sun Jul 11 13:18:16 2021 -0500 🚸 Limit LCD delta endstop adjustment like M666 In reference to #22325 commit be13220e32c2a79761224e16925436b9ae87bf48 Author: InsanityAutomation <[email protected]> Date: Fri Jul 9 19:24:14 2021 -0400 📺 ExtUI pause state response (#22164) commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985 Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 17:09:58 2021 -0500 🎨 Check flags without ENABLED commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7 Author: Tanguy Pruvot <[email protected]> Date: Fri Jul 9 23:07:55 2021 +0200 🌐 Update French language (#22323) commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c Author: Zs.Antal <[email protected]> Date: Thu Jul 8 06:44:07 2021 +0200 🌐 Update Hungarian language (#22307) commit 573b8a62d9c189576b79773b9c54606c387d634a Author: BigTreeTech <[email protected]> Date: Sat Jul 10 04:06:10 2021 +0800 🐛 Fixes for BTT Octopus (#22314) commit eafb94e72d99c9c906bfd806c87684243e193aeb Author: Skruppy <[email protected]> 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 <[email protected]> Date: Fri Jul 9 16:02:27 2021 -0500 📌 Require U8glib-HAL@~0.5.0 (#22324) commit e9a1c10b34b5a23815285ee068112395dca17fbe Author: Katelyn Schiesser <[email protected]> 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 <[email protected]> Date: Tue Jul 6 20:42:38 2021 -0500 👷 Bump date on /Version.h commit 1bb61f27e98029f19abab5deaeedcbf062887bc9 Author: Marcio T <[email protected]> Date: Tue Jul 6 19:32:08 2021 -0600 📺 Assorted small FTDI Eve Touch UI fixes (#22273) commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1 Author: Serhiy-K <[email protected]> Date: Wed Jul 7 03:55:31 2021 +0300 🌐 Update Russian and Ukrainian (#22290) commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 19:54:02 2021 -0500 ♻️ Fix up and use YESNO_ITEM macros commit ed14d14819625a98753aa715821339e4f5a0ec73 Author: ldursw <[email protected]> Date: Tue Jul 6 21:50:01 2021 -0300 🐛 Fix Maple / STM32 serial buffer (#22292) commit cae391bb484f5e141de07335f7bf97a91aa5e297 Author: George Fu <[email protected]> Date: Wed Jul 7 08:40:11 2021 +0800 🔨 FYSETC S6 small bootloader target (#22207) Co-authored-by: Scott Lahteine <[email protected]> commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a Author: Cytown <[email protected]> Date: Fri Jul 2 08:37:44 2021 +0800 🚸 Filament Change add confirm step (#22277) commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de Author: ellensp <[email protected]> Date: Fri Jul 2 09:27:27 2021 +1200 🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276) Co-authored-by: Scott Lahteine <[email protected]> commit 4235e23c7b0b62c6962624e1375605a6b5e575be Author: Scott Lahteine <[email protected]> Date: Wed Jun 30 21:58:25 2021 -0500 📝 Update Z_SAFE_HOMING description commit cd01421ac32041c7f775ec37dd8d00b29a5d335b Author: Glought <[email protected]> Date: Tue Jun 29 10:35:22 2021 -0700 🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259) commit aa13c7845812a3bd025437f03a5cf376eb975ee4 Author: Katelyn Schiesser <[email protected]> Date: Tue Jun 29 10:30:55 2021 -0700 🐛 Fix ExtUI 'lcd_clicked' definition (#22257) commit b1c5dd985e6cfc46c0cb0aa70c7dd681a2e9d3d5 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 28 18:43:05 2021 -0700 🐛 Fix PTC/BTC whole number tests (#22255) commit 3109a297d6e48d31ac2a23aedf0b919b63e2df4d Author: tome9111991 <[email protected]> Date: Mon Jun 28 19:08:37 2021 +0200 ✨ Ender-3 V2 Display for SKR E3 Turbo (#22229) commit b878127ea04cc72334eb35ce0dca39ccf7d73a68 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:33 2021 -0500 Marlin 2.0.9.1 commit 6ea6556d0989f6ef08ef169f513760c062de35bb Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 22:30:11 2021 -0700 🐛 Use setTargetHotend in menus (#22247) commit 2b37a71eba99101aa79c59148d73f85ac0bc4e0f Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 00:33:44 2021 -0500 ♻️ Refactor status screen timeout commit e3ae76d76d10427d95e0926781ca1153043936c1 Author: Cytown <[email protected]> Date: Sun Jun 27 00:21:34 2021 +0800 🚸 Expand box in draw_boxed_string (#22209) commit b24508907e0e270eec764543997ac568da28a7ba Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 21:02:11 2021 -0700 🐛 No HOTEND_LOOP with EXTRUDERS 0 (#22245) commit ec3daadf4372df419f906145aed8a37056619169 Author: Sébastien Gariépy <[email protected]> Date: Sun Jun 27 17:44:49 2021 -0400 🌐 MSG_MOVE_100MM (#22242) commit ae76011e751c01711a877c60a678b82115179ac7 Author: Cytown <[email protected]> Date: Mon Jun 28 01:39:09 2021 +0800 🐛 Fix wide glyph characters display (#22237) commit 34066c1717cf03039d3a80ca99dc487550a22645 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:28 2021 -0500 📝 Update probe heating value commit 19fe3d5e79863f817daadbefe74dbcfc01ab301c Author: ellensp <[email protected]> Date: Wed Jun 23 06:42:24 2021 +1200 🚸 MarlinUI Move Z >= 1000 (#22192) commit ec518e6e7bc57ec3b41441acb751aa363792bfd6 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:28:50 2021 -0500 🎨 Small tweak, ms => now commit 003ce25acfd64a83696609eed95699c7c7dff061 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:01:47 2021 -0500 🎨 Format onboard_sd.cpp commit 3e5d867276e4e8bf80657ecd2f8a73ccf38eb73f Author: ellensp <[email protected]> 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 <[email protected]> Date: Sat Jun 26 14:17:18 2021 -0400 ✨ Update/extend Quiet Probing (#22205) commit 0fbd8c52bbec83e4bd0b6f772d42a495c36076a1 Author: ellensp <[email protected]> Date: Sun Jun 27 04:32:51 2021 +1200 🔧 Fix E.S.T. sanity-check errors (#22224) commit 08895e6cb046614c2e13c2df024c0fb460b7ba9f Author: Marcio T <[email protected]> Date: Fri Jun 25 22:38:27 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22223) commit 38e775496aff8c9c3af3f60b33b0ede2820c490b Author: Keith Bennett <[email protected]> Date: Fri Jun 25 14:12:21 2021 -0700 📝 Update TMC SPI endstops comment (#22221) commit 47631167f9ee6a67f655e32fadd7a88c5ad18ddc Author: Scott Lahteine <[email protected]> Date: Fri Jun 25 14:44:51 2021 -0500 🐛 Trigger existing endstops on G38 hit commit 185e0dc7b7db2d6030810cb27d50cbaade658d2f Author: bwspath <[email protected]> Date: Thu Jun 24 22:27:54 2021 +0200 🐛 Fix Octopus build on case-sensitive FS (#22206) commit bcf6ca59dff2f858f410ed995c9c91e20b465852 Author: Serhiy-K <[email protected]> Date: Tue Jun 22 21:48:56 2021 +0300 🌐 Update Russian language (#22193) commit 1ba694cebb8cb392b89adfedec0898b236755a37 Author: Marcio T <[email protected]> Date: Mon Jun 21 15:38:28 2021 -0600 🎨 Fix and enhance FTDI Eve Touch UI (#22189) commit 906fa05bd69ee5de18e4c083bda408699e296676 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:31:41 2021 -0500 🐛🌐 Fix extra axis translations commit 651f15f833d84a40d983fa7825b782fef731d8e8 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:24:50 2021 -0500 🎨 Cosmetic cleanup commit ef41c1f452c03eff94a2dc693e25db4af2c07d94 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 21 13:36:06 2021 -0700 🐛 Fix IJK axis references, E stepper indices (#22176) Co-authored-by: Scott Lahteine <[email protected]> commit 8050813d32402336eabf43152dd0e0ef76a54247 Author: Grumpy <[email protected]> Date: Tue Jun 22 08:12:39 2021 +1200 🐛 Fix dual Neopixels (#22174) commit 25e7e2fce05531b40a4753d138e7e00266f00efd Author: ellensp <[email protected]> Date: Tue Jun 22 08:09:21 2021 +1200 🐛 Fix heater display options/compile (#22185) commit a0f7f0e9e21b23577695609519d7216dd2f37c43 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 22:49:57 2021 -0500 🐛 Fix compact sensitive pins array (#22184) commit f3e0bc7a4b35ec0af3734029b170527f65f5c824 Author: Serhiy-K <[email protected]> Date: Mon Jun 21 06:48:06 2021 +0300 🌐 Update Ukrainian language (#22183) commit 49ff1e837ace76c852baf11dbf8ff4f38df43f32 Author: Giuliano Zaro <[email protected]> Date: Mon Jun 21 05:45:26 2021 +0200 🌐 Update Italian language (#22182) commit 4f8191b4818b97bd20eb9db2042dc07c97cce6cc Author: Katelyn Schiesser <[email protected]> Date: Sat Jun 19 11:44:28 2021 -0700 🐛 Redundant Temp Sensor followup (#22173) commit 927a1a17384b649c2cd56fc2ded7aba8392b3781 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 01:19:09 2021 -0500 🐛 Fix LCD define typos commit f2f23e80974b271a30cbf9de3397f0e58d9de7fb Author: Scott Lahteine <[email protected]> Date: Sat Jun 19 14:09:09 2021 -0500 🎨 Cosmetic changes for G28 commit cce585f6ca2235d0a534e8f3043d6d502b3bd93b Author: Scott Lahteine <[email protected]> Date: Fri Jun 18 13:12:55 2021 -0500 🐛 Define 'HEAD' axes for Markforged Fixes #22167 commit 5bfb465ab4735aa3d5fa6c8d359331e0f2399902 Author: Ari-SSO <[email protected]> Date: Thu Jun 17 21:34:40 2021 -0300 🚸 Include 'H' value in M412 report (#22138) Co-authored-by: Scott Lahteine <[email protected]> commit ce7bbafb8fafde75fee64e526700f9551e5564de Author: Katelyn Schiesser <[email protected]> Date: Wed Jun 16 23:15:16 2021 -0700 💡 Add G28 L description (#22144) commit 5ffc4bfe3a14cf8e280d78a11b0c19d06c20ace4 Author: Keith Bennett <[email protected]> Date: Thu Jun 17 17:39:48 2021 -0700 🐛 TFT encoder pin for BTT GTR (#22162) commit 3ecc99e95d8c25bec2342d2ec65d49a081ef4de8 Author: Mike La Spina <[email protected]> Date: Thu Jun 17 22:46:59 2021 -0500 🐛 Fix Air Assist (#22159) Co-authored-by: Scott Lahteine <[email protected]> commit f22c5d3cc6f42c955f212afa6c668469f7938193 Author: gjdodd <[email protected]> Date: Fri Jun 18 01:37:27 2021 +0100 🩹 Extruders 0 patch for PWM Motor Current (#22163) commit d8df8e0eed63c4b56f9b1221569d38654eff4948 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:58:48 2021 -0300 🐛 Fix env validation for 1280/2560 boards (#22150) Co-authored-by: Scott Lahteine <[email protected]> commit e38958f256e698ab5afd3b775d1fe1e2d93fcb65 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:49:42 2021 -0300 🐛 Fix MKS Robin E3 build (#22149) commit d7c77403fd8373c7b4bfb6a4fa6d6f25c1ff9feb Author: Scott Lahteine <[email protected]> Date: Tue Jun 15 00:44:32 2021 -0500 Marlin 2.0.9 commit c8898b5ca0db66c66a51f9d711591ab51a41fcc7 Author: ellensp <[email protected]> Date: Tue Jun 15 11:45:54 2021 +1200 ✨ Redundant Part Cooling Fan (#21888) Co-authored-by: Scott Lahteine <[email protected]> commit 781257bc64d74b31d7730e473ef6ca09454462aa Author: Scott Lahteine <[email protected]> Date: Mon Jun 14 18:44:27 2021 -0500 🐛 Prevent stepper sleep during long UBL idle (#22137) commit dec083dcc122ce2e3df2a41a1297aabadcd11484 Author: qwewer0 <[email protected]> Date: Mon Jun 14 23:52:42 2021 +0200 ⚡️ Home Z (and maybe XY) at the start of G35 (#22060) commit cdd95074935074c4afa1f467ef16c9e9c0325bfa Author: ellensp <[email protected]> Date: Tue Jun 15 09:43:50 2021 +1200 🚑️ Prevent BFT unaligned compressed data corruption (#22134) commit dba877311e28829dae24da30807b430bfba19faa Author: Bo Herrmannsen <[email protected]> Date: Mon Jun 14 11:28:13 2021 +0200 ✨ Extruder with Dual Stepper Drivers (#21403) commit 31fd3be6eba02e96f1e093990d5f8ef09dad617b Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 04:24:49 2021 -0300 🔥 Remove Chitu default Touch Calibration (#22133) commit 2b4284df81db484649b42ddf291031fb6c8e5c58 Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 02:39:16 2021 -0300 ✨ MULTI_VOLUME for Color UI and MarlinUI (#22004) commit d84e2d6e2908f34b08613b95c28726f5c330134a Author: InsanityAutomation <[email protected]> Date: Sun Jun 13 23:08:46 2021 -0400 🎨 ExtUI "user click" and other tweaks (#22122) Co-authored-by: Scott Lahteine <[email protected]> commit 56355159c66af615ef1a778a3c786e70cd4289b5 Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 22:47:38 2021 -0300 🐛 Include common TFT driver macros (#22125) commit a7135d429b1f0f7811610732b023064a85bd367e Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 18:43:43 2021 -0700 🐛 Fix UBL 'R' parameter and adjust 'P' (#22129) commit 3b0a40cd5d46c1a3f8c7a7bb2ae93a3f274cfd2f Author: Sola <[email protected]> Date: Mon Jun 14 09:31:38 2021 +0800 🐛 Fix ExtUI/DGUS Celsius display (#22121) commit 83c74802f89be2c3252a710960aee7bcf4469afe Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 20:19:43 2021 -0500 🎨 General cleanup of extui/dgus In relation to #22121 commit adc17933cddcd21b359708f3db4b08ace23331ab Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 21:01:53 2021 -0300 🔨 Fix Serial+MSC for _USB envs (#22116) commit 68c52673d6a9cae0e1b9d8e36df1bf31a833a7e5 Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 14:56:18 2021 -0700 🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130) commit 2aa35577f279ef189fb8ff9cb921d1d79e426987 Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 15:43:33 2021 -0500 🏗️ Refactor build encrypt / rename (#22124) commit 14ffc66c45d73f9e62a4180aa2dc4bf3079a84e4 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 16:28:30 2021 -0500 🩹 Use `#pragma once` in pins files commit 2ea0832e0fb20b5c210bcaa9315b8182b5ca8359 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:31:24 2021 -0500 📝 Number SKR EXP headers commit ab050878e91c8e7002836d85e286817d8dec774a Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:30:29 2021 -0500 🎨 Clean up LPC1768 SPI init commit 707a04022e658bd7d3224af71545f1a6cc712af7 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 11:40:35 2021 -0500 🔨 Remove obsolete ON_BOARD_SPI_DEVICE commit d12c35779355044fab117c739c70ea78dcedfe2f Author: mrv96 <[email protected]> Date: Sat Jun 12 18:19:37 2021 +0200 🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123) commit ddf8668e16aeac2ed487e8784c218e1cbd2880d5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 19:29:59 2021 -0500 📝 Describe G12 XYZ commit 3491e49c5f4d9bb5cce260ef51269b715761b4d5 Author: Victor Oliveira <[email protected]> Date: Fri Jun 11 18:13:22 2021 -0300 🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087) commit d322e495b296be5ad6922d419a4cba2ef08b697c Author: Katelyn Schiesser <[email protected]> Date: Fri Jun 11 13:51:29 2021 -0700 ✨ More flexible redundant temp sensor (#22085) commit 5d80f7006a32bbf4b56dcb2c88388782a8e26ffa Author: Keith Bennett <[email protected]> Date: Thu Jun 10 14:09:29 2021 -0700 🔨 Envs for BTT SKR Mini with RET6 (512K) (#22050) commit 3e7a9e5d2011eb7315e8765f2a8c3267fd2d3363 Author: Zs.Antal <[email protected]> Date: Thu Jun 10 23:05:07 2021 +0200 🌐 Update Hungarian language (#22083) commit 33e8769226f0d994a73dea33cec3e1488cc8f249 Author: grauerfuchs <[email protected]> Date: Thu Jun 10 17:04:18 2021 -0400 🔨 MightyBoard envs for A.B.M. (#22100) commit 59842edbcb46b6cc8f30807bdc9ef5fbe79bd7fa Author: Radek <[email protected]> Date: Thu Jun 10 19:51:07 2021 +0200 🔧 EEPROM options for BTT SKR 1.4 (#22092) commit 507e1e436e7f45078c61e79026d64c55598fd707 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:17:39 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22093) commit b27447ef484b86d573e7ba60960df2f008df37d4 Author: ellensp <[email protected]> Date: Thu Jun 10 19:09:52 2021 +1200 🔧 Enforce BLTouch settings (#22086) commit c9a3ba99be5e45b880387aa28577c10a9875b459 Author: Scott Lahteine <[email protected]> Date: Thu Jun 10 02:05:04 2021 -0500 🎨 Adjust some conditionals commit 967942460ecfa952cd39b055cf9fd6cb968f51ea Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 19:55:27 2021 -0500 ⚡️ Optimize Sensitive Pins array (except STM32) (#22080) commit bfa257902ec4b0c96e642b4ee54f6e75de546255 Author: Kyle Repinski <[email protected]> Date: Tue Jun 8 18:56:16 2021 -0500 🐛 Fix small/huge I2C EEPROM address (#22081) commit 3f103c91f0e206bf3911bcc884d1dfaa8f2dd38b Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 07:51:28 2021 -0500 🎨 Laser Ammeter followup (#22079) Followup to #21835 commit 2fd9971f413bf4d34da5c3de9fc57c31ebcf6a4f Author: Mike La Spina <[email protected]> Date: Mon Jun 7 14:15:09 2021 -0500 Add Laser Based I2C Ammeter Feature (#21835) commit a3063a939243acefec606909ce8982fdabd848c4 Author: ellensp <[email protected]> Date: Tue Jun 8 07:09:12 2021 +1200 expose hidden BLTOUCH setting changes (#22069) commit d8a02bbbdba39e3fcc6519d7fa8ddbc36f4ea967 Author: Marcio T <[email protected]> Date: Sun Jun 6 22:26:42 2021 -0600 🎨 Reorganize FTDI Touch UI variants (#22066) commit 76d4a395d1a3d9d24f308ce6deb19c8767f04105 Author: ellensp <[email protected]> Date: Sun Jun 6 21:21:14 2021 +1200 🩹 Fallback ID for MKS TS35 V2.0 (#22031) commit c515bfb5fbb860d13daea84dfde6cb9d54662d20 Author: 7FM <[email protected]> Date: Sun Jun 6 09:56:24 2021 +0200 👽️ Include <EEPROM.h> in STM32 (for now) (#22054) commit 83430be580071acd35617e99f0fb23814993d04b Author: ellensp <[email protected]> Date: Sun Jun 6 19:50:14 2021 +1200 📦️ Malyan M200 with HAL/STM32 (#22052) commit 9bd9f91722f9ae917a98bf8c148cadc84e885a6e Author: George Fu <[email protected]> Date: Sun Jun 6 14:37:52 2021 +0800 📌 Update FYSETC E4 to [email protected] (#22049) commit e6ef43e51a90e25ecbe24e766d32c046a9dbbdf3 Author: Victor Oliveira <[email protected]> Date: Sun Jun 6 02:59:19 2021 -0300 ⚰️ Remove obsolete CUSTOM_SPI_PINS (#22058) commit 16bca67f2deaf1d53bd7c1d3515ffbfb01a65ef8 Author: ellensp <[email protected]> Date: Sun Jun 6 12:16:40 2021 +1200 🔧 Check G29_RETRY_AND_RECOVER requirements (#21921) commit d65eea550caf12edaa678bde375864060cc68713 Author: Scott Lahteine <[email protected]> Date: Sat Jun 5 17:08:10 2021 -0500 🔧 FOAMCUTTER_XYUV moved to custom config commit 46080b367af8fbdef0628fc21243fd115007a2b5 Author: DerAndere <[email protected]> Date: Fri Jun 11 22:53:23 2021 +0200 ✏️ Six Linear Axes followup (Fix M503) (#22112) commit 317afae37c5927ec6c4e6118a9e4d64dd8b757e3 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:08:42 2021 -0600 ✏️ Six Linear Axes followup (typos) (#22094) commit 930a6082362c3bef59aee27d72f0611b72ccbded Author: ellensp <[email protected]> Date: Wed Jun 9 10:43:39 2021 +1200 🎨 IJK auto-allocation (#22075) commit 6e3c45580ce415bb27774bc0b707fec7da54943b Author: DerAndere <[email protected]> Date: Mon Jun 7 06:23:23 2021 +0200 ✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068) commit e3df7d7bc8188994cc49879da9556222db935252 Author: DerAndere <[email protected]> Date: Sun Jun 6 08:30:39 2021 +0200 ✏️ Followup to Six Linear Axes (#22056) commit c1fca911036af3ca868caea7556a630044ae4a77 Author: DerAndere <[email protected]> Date: Sat Jun 5 09:18:47 2021 +0200 🏗️ Support for up to 6 linear axes (#19112) Co-authored-by: Scott Lahteine <[email protected]> commit d3c56a76e73f8e126f1cf579f552e671efa9005b Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 20:23:37 2021 -0500 ♻️ Patches for Zero Extruders (with TMC) commit 4194cdda5bb01171b2523038d568de670a8f0461 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Fri Jun 4 23:35:05 2021 -0600 📺 Fix and enhance FTDI EVE Touch UI (#22047) commit b4b607681c19aff8c067f70c970f9ae755b1e059 Author: Keith Bennett <[email protected]> Date: Fri Jun 4 21:56:18 2021 -0700 ✨ BigTreeTech Octopus V1.1 (#22042) commit 1e75eba27bd439d805d9de3e3c2194c2bfc3e42e Author: ellensp <[email protected]> Date: Sat Jun 5 16:51:17 2021 +1200 🐛 Fix STM3R / BEAST envs (#22028) commit f3f3d202accf2c36e348c5e08fae82981d74c872 Author: Victor Oliveira <[email protected]> Date: Sat Jun 5 01:49:00 2021 -0300 📦️ STM32F103RE_btt(_USB) with HAL/STM32 (#22040) commit c90fa530db2e6c98cfc8329ef36eda837b5ecc30 Author: Scott Lahteine <[email protected]> Date: Fri Jun 4 23:44:16 2021 -0500 ✨ Update G34 for 4x Z steppers (#22039) commit aeb8097cbc2b946cffe9813b5c8805c6943fd87d Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 04bea727877c931777d69b718482630c40bd86fe Author: Giuliano Zaro <[email protected]> Date: Sat Jun 5 03:02:37 2021 +0200 🐛 Fix MMU compile with >5 EXTRUDERS (#22036) commit ce95f56ac8755eff188001e12c88e01ae8e65f0e Author: ldursw <[email protected]> Date: Fri Jun 4 00:38:10 2021 -0300 🔨 MKS Robin E3 for HAL/STM32 (#21927) commit aff45fd455dd34f06f7211e0ff29d4f4dd93c7a8 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 03:23:10 2021 -0500 ✏️ Remove whitespace commit c8f28d9d0906261749f8beabc645503fadb0cbc9 Author: ellensp <[email protected]> Date: Thu Jun 3 20:10:04 2021 +1200 🐛 Fix Creality v4 servo timer (#22021) Followup to #21999 commit f3697e5e02cd9debb170f69250a1ac37bc338852 Author: Keith Bennett <[email protected]> Date: Thu Jun 3 17:51:22 2021 -0700 🔨 Consolidate BTT linker scripts followup (#22038) commit 557ba20ff4f57f0311f92e74b20a031c1ffb3520 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 02:55:30 2021 -0500 🔨 Consolidate BTT linker scripts Originally from #22022 commit dd0e5c26d15a188dca9f7c772f8058bffdda108c Author: ellensp <[email protected]> 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 <[email protected]> Date: Wed Jun 2 17:09:47 2021 -0500 📝 Update G61 comment commit d13ffa0aba6e31095d08bd3ccbc1c970e1fb2a59 Author: ellensp <[email protected]> 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 <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit fb0be2960408c08de09ecba4253c65f50e01b275 Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 23:24:20 2021 -0500 🔨 Move FLY_MINI env to stm32f1.ini commit 7ca155077503cb2c62bf5ed739f9c6a2280a1cd9 Author: hannesweisbach <[email protected]> Date: Wed Jun 2 06:20:47 2021 +0200 ✨ TMC Driver distinct baudrates (#22008) commit 665a71b471476b7eaebe910d4412c5f39f26932c Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 22:46:35 2021 -0500 🔧 Treat TPARA like SCARA in mfconfig commit 9268a4b28c485a2efeffccabab42defbd1c2cbaf Author: Roman Moravčík <[email protected]> Date: Wed Jun 2 04:10:15 2021 +0200 🌐 Update Slovak language (#22000) commit 529bbfad10ca13a9d11af84302b7a92a14250d34 Author: Krzysztof Błażewicz <[email protected]> Date: Mon May 31 08:44:38 2021 +0200 ⚗️ 32-bit float constants (STM32F1) (#21996) commit e7945c227762a66840b0d9eb3c4aa9e40ff7641b Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 18:33:07 2021 -0500 🐛 Fix Z endstop enum Followup to 92dea8e6cc commit 5ee91c73ed17cbb49899a7d91fce9377fd6e4599 Author: Scott Lahteine <[email protected]> Date: Sun Jun 6 03:49:23 2021 -0500 👷 Add caching to CI workflow commit 2116e4202b064c6cafef70d54ed50edf00b79e44 Author: hannesweisbach <[email protected]> Date: Sat Jun 5 06:38:43 2021 +0200 🐛 Fix Probe Temp Calibration compile (#22032) commit 19521d16cd9838345f404196e62bf6a2e2719b39 Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 057302b93636f276e8fe188f3fbd23d087e68a00 Author: Victor Oliveira <[email protected]> Date: Thu Jun 3 18:52:25 2021 -0300 👽️ Fix usb-host-msc-cdc-msc issue (#22025) commit d62619c9c8e4e92ea8e1d0fdfdca923df1d94140 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 19:38:34 2021 -0500 📌 Use U8glib-HAL@~0.4.5 commit 9c80a89597ceb397f079a2bae47c15f32a195165 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:31 2021 -0500 🎨 Reorganize BTT_E3_RRF_IDEX_BOARD commit 00834ef03dc9a58e7b2c1b1333276e0c65399a5f Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:03 2021 -0500 🎨 Clean up stops, sdss pins commit 5b7b065b96e6920171a50aace7e77ec8f735915d Author: Scott Lahteine <[email protected]> Date: Sat May 29 16:01:38 2021 -0500 Marlin 2.0.8.2 commit a739af823f63bf5cfafb22a62d5f7b4d9ba4073e Author: Timo <[email protected]> Date: Sat May 29 14:00:39 2021 -0700 ✨ Malyan M180 (#21992) commit 493eb446b74cdc7ab99315dfc129ecc86fbc343d Author: Pascal de Bruijn <[email protected]> Date: Thu May 20 13:35:38 2021 +0200 ✨ MEDIA_MENU_AT_TOP for MarlinUI (#21925) commit 1b45b3802ac62c3b1e47213b847d9eb772ba1f4b Author: charlespick <[email protected]> Date: Thu May 20 04:06:26 2021 -0700 ✨ Independent baud rates (#21949) Co-authored-by: Scott Lahteine <[email protected]> commit 7898307d783f13e3d1947c61b3cc573f5973f69a Author: Krzysztof Błażewicz <[email protected]> Date: Sat May 29 20:48:56 2021 +0200 🌐 Update Polish language (#21993) commit 8da8aa140fb7b57623144b222b5ff31816b2f84a Author: ellensp <[email protected]> Date: Thu May 27 22:13:43 2021 +1200 🥅 Add MESH_EDIT_MENU sanity check (#21922) commit 4572af2bce25fc4959746f1088981c410cafee1b Author: Andy Barratt <[email protected]> Date: Thu May 27 03:07:13 2021 +0100 🚸 cap:HOST_ACTION_COMMANDS (#21987) commit 6dc17f0e6ea3b88f109d683a4b223d6a733ad1e5 Author: Allen Bauer <[email protected]> Date: Tue May 25 17:08:10 2021 -0700 🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980) commit 3fcf3f69ca495722b0f47a69435e033f8895ae82 Author: ellensp <[email protected]> Date: Wed May 26 11:38:23 2021 +1200 ♻️ LEDs refactor and extend (#21962) Co-authored-by: Scott Lahteine <[email protected]> commit a9fd2769f3f26e7e61a908a0ef2c079f1d06baab Author: LawnMo <[email protected]> Date: Tue May 25 00:53:48 2021 +0200 🩹 Fix multi_volume + SDIO onboard compile (#21975) commit 9adaf92674751542e76e31738d2915992c57a40f Author: LawnMo <[email protected]> Date: Mon May 24 09:21:21 2021 +0200 🩹 Improved SKR2 12864 LCD Delays (#21956) commit e75c3b6c54e9e8b4b48009a0ccc58ed7069f612a Author: Scott Lahteine <[email protected]> Date: Sun May 23 21:33:22 2021 -0500 🎨 Macros for optional arguments (#21969) commit 61f2bb122844aa0607f6d53aa37f843123931af6 Author: ellensp <[email protected]> Date: Mon May 24 13:29:19 2021 +1200 ⚡️ PIO filters for M117, M300 and M414 (#21972) commit d1502f74eaae94b6bff61b45c8481db39956ac2b Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:56:31 2021 -0500 🎨 Null heating message method commit 83f9413196fbb842764eba33a975cec8d524e973 Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:41:29 2021 -0500 🐛 Fix Selena Compact probe pin commit cdc3e18d994f120219ec8683246a81ac31cca75b Author: Scott Lahteine <[email protected]> Date: Fri May 28 19:47:06 2021 -0500 Use another PR close action commit 55a6315862cfafccfc939cf1b1f064f748c82d54 Author: BigTreeTech <[email protected]> Date: Mon May 24 14:57:45 2021 +0800 🐛 Fix Octopus HS USB (#21961) commit cf447a54428345903fe9f4c9497a4f32dfa72b08 Author: gjdodd <[email protected]> Date: Mon May 24 07:54:10 2021 +0100 🐛 Fix flowmeter calculation (#21959) commit 7597b4fb40a6e936267a57c74264fcf6c5bd1fc5 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:12:53 2021 -0500 🎨 Apply shorthand and cleanups commit 7cd0f2a32aef86b361e9bef7ec3c30a944b7d153 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:08:57 2021 -0500 🎨 pause => pause_heaters commit 4dae5890e99c73686b7e1ee08857487a0acfeb28 Author: Scott Lahteine <[email protected]> Date: Sun May 23 01:09:46 2021 -0500 ♻️ Refactor, comment endstop/probe enums commit 738ae4be331b8d580cb22b7ec6e33ab095e3e81c Author: Danol <[email protected]> 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 <[email protected]> Date: Sat May 22 17:02:21 2021 -0500 🎨 Combine M104/M109 and M140/M190 code commit f60965a1078fec01c6bc0f438c4e019547253d5e Author: Scott Lahteine <[email protected]> Date: Fri May 21 23:03:49 2021 -0500 📝 Update ExtUI example commit 3995e8373c88fce34d9a524686302ec132f0d2e3 Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:55:13 2021 -0500 🎨 Shorten lcd relative paths commit ddc82b84e25e981d12bab0d74af95b1e0476248b Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:45:54 2021 -0500 📝 Document diveToFile, printListing commit 87a943756a36fe7f1e3422868dcfa35d5dd54518 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:23:09 2021 -0500 🎨 Move HAS_EXTRUDERS commit 8e28731f96d3f2a8dd5d1bb8262eafddc7e0aa05 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:24:38 2021 -0500 🎨 Update a condition commit cdbd438a041427580eaea0a9fbe570864aed70d0 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:25:54 2021 -0500 🎨 Rename all/no axis enums commit 3220c49f1be88f8ee2845e5a01a6132eba966208 Author: Scott Lahteine <[email protected]> Date: Fri May 21 00:26:54 2021 -0500 Add a test for SAVED_POSITIONS commit 94e67a036a614f5f43bf2e79d26c9d62a2ffb505 Author: Scott Lahteine <[email protected]> Date: Thu May 20 21:47:05 2021 -0500 🐛 Fix compile with PREVENT_COLD_EXTRUSION off commit c977e820743a6589b0c82159473b36e60fae7254 Author: Scott Lahteine <[email protected]> Date: Thu May 20 17:12:18 2021 -0500 🎨 MULTI_MANUAL => MULTI_E_MANUAL commit 9878a5ab5883f2b3112c1f67ab392538afd7520f Author: Moonglow <[email protected]> Date: Thu May 20 14:09:10 2021 +0300 🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) (#21944) commit 2de914c38ce373f37c925b20af270a2e4c647356 Author: Scott Lahteine <[email protected]> Date: Wed May 19 23:07:09 2021 -0500 🎨 Move switch sensor strings commit 49b05ba9891bc7add47d32a9ca947fe7eb9f4555 Author: Scott Lahteine <[email protected]> Date: Wed May 19 00:21:34 2021 -0500 🎨 Flags for homing directions commit 85fa8c55c9415ec044a96eedc800fedfa6b02439 Author: Scott Lahteine <[email protected]> Date: Tue May 18 23:30:49 2021 -0500 🐛 Fix DELTA with SENSORLESS_PROBING commit 57eef65d9cabb6b7cc4c7937c8a9a095fc39313b Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:56:05 2021 -0500 ♻️ Refactor axis homing/trusted state bits commit 894c954e8f2e56e7a556a71200c8465ba3507deb Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:53:52 2021 -0500 ♻️ Minimize endstop bits commit 046bac67693ec00ff2d2adf00aabe5cd396963c6 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:41 2021 -0500 ✅ Fix tests for EXTRUDERS 0 commit 765720e98ba3cc970e42f8bf730da056c59ac2fe Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:10 2021 -0500 ♻️ Simplify TMC utilities for more axes commit 26a244325b48e5cf3e23518f9cd895491305050e Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:51:19 2021 -0500 ♻️ Refactor axis counts and loops commit f7d28ce1d6d17621f86fd179770645723e5ae272 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:46:59 2021 -0500 🎨 Misc cleanup and fixes commit c85633b47f0b3c92055e725b9162acdeebd1ef79 Author: Scott Lahteine <[email protected]> Date: Mon May 17 21:17:22 2021 -0500 🎨 Use defined strings commit 6861b1ec827b30a4493099ebee1e49adbb48e8a5 Author: Alvaro Segura Del Barco <[email protected]> Date: Sat May 22 14:52:41 2021 -0600 🐛 Fix Teensy PINS_DEBUGGING compile (#21958) Followup to 84a11cfedc commit 003cb20b9fcf98bd80501d20634b41863ebf4dee Author: Roger D. Winans <[email protected]> Date: Sat May 22 00:14:25 2021 -0400 📝 Add Configurations section to README (#21955) Co-authored-by: Scott Lahteine <[email protected]> commit f1f622de01780418a3fe510f3f9be7237372831e Author: Scott Lahteine <[email protected]> Date: Wed May 19 22:02:28 2021 -0500 Fix 'G29 K' value commit dbb8f3db090e234ab17df986ccb29d2b4e7a4361 Author: ellensp <[email protected]> Date: Tue May 18 14:16:47 2021 +1200 Fix EEPROM_CHITCHAT (#21934) Fix #21929 commit 5d7c72db5a57086e721ce0370c7a4ac75a47a978 Author: ellensp <[email protected]> Date: Tue May 18 11:22:33 2021 +1200 Fix envs using mks_encrypt.py (#21933) Fix #21928 commit 755adb8973aa69ca6f0832e606060eaca065b88c Author: thisiskeithb <[email protected]> Date: Sat May 15 18:33:10 2021 -0700 Update Configurations URL (2.0.8.1) commit 09774291384c8f301dffa274cf08ddd199b17c31 Author: ekef <[email protected]> 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 <[email protected]> Date: Sat May 15 14:56:27 2021 -0500 Marlin 2.0.8.1 commit e3998dc3dfae6bb52851374b3ba2e61cc3bc6661 Author: Luu Lac <[email protected]> Date: Sat May 15 15:02:20 2021 -0500 M154 Position Auto-Report (#18427) Co-authored-by: Scott Lahteine <[email protected]> commit b6e1838fa6e905bcc4beab665d1e69b4eb35bce9 Author: Moonglow <[email protected]> Date: Sat May 15 06:30:16 2021 +0300 Fix MKS UI missing font select condition (#21905) commit 908caba7353cc321736cdf3fab61ea58163ee87e Author: ondrada <[email protected]> Date: Sat May 15 05:29:17 2021 +0200 Fix G29_RETRY_AND_RECOVER dependency (#21907) Co-authored-by: Scott Lahteine <[email protected]> commit 121f3b1096bf0fcc0317df842a389a7f8afc2e3e Author: Scott Lahteine <[email protected]> Date: Fri May 14 00:17:04 2021 -0500 🐛 Fix RR collision with MM (#21902) commit 9e373617dc599130daf7b0204c5281237a6cc590 Author: Jamie <[email protected]> Date: Fri May 14 00:14:13 2021 -0500 ✨ Instant Freeze/Resume Function (#17462) Co-authored-by: Scott Lahteine <[email protected]> commit 5298fa357c18c8bceb9552bcc4fd7543ee21b70f Author: ellensp <[email protected]> Date: Fri May 14 08:19:12 2021 +1200 Fix nextion compile error (#21884) commit 2c15bc5d3971571ad6e19e82436d2b8bd6f7f1d5 Author: Alexander D. Kanevskiy <[email protected]> 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 <[email protected]> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <[email protected]> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <[email protected]> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <[email protected]> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <[email protected]> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <[email protected]> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <[email protected]> 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 <[email protected]> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <[email protected]> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <[email protected]> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <[email protected]> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <[email protected]> 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 <[email protected]> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <[email protected]> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <[email protected]> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <[email protected]> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <[email protected]> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <[email protected]> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <[email protected]> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <[email protected]> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <[email protected]> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <[email protected]> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <[email protected]> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <[email protected]> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <[email protected]> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <[email protected]> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <[email protected]> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <[email protected]> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <[email protected]> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <[email protected]> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <[email protected]> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <[email protected]> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <[email protected]> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <[email protected]> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <[email protected]> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <[email protected]> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <[email protected]> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <[email protected]> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <[email protected]> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <[email protected]> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <[email protected]> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <[email protected]> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <[email protected]> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <[email protected]> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <[email protected]> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <[email protected]> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <[email protected]> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <[email protected]> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241. commit f8f68f9259cc486fd36147f4f9d1e474940510dd Author: ellensp <[email protected]> Date: Thu Jul 22 09:31:11 2021 +1200 🎨 MKS Hardware Test followup (#22414) Co-authored-by: Scott Lahteine <[email protected]> commit 7773504afa546884f533fabefa1497547431bcdf Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 12:20:28 2021 -0700 ♻️ Refactor STM32 ini files (#22377) Co-authored-by: Scott Lahteine <[email protected]> commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189 Author: VTXtruder <[email protected]> Date: Tue Jul 20 23:27:19 2021 -0400 ✨ Chitu3D V9 board (#22401) Co-authored-by: Scott Lahteine <[email protected]> commit 29dde9be2b9fb52641d4fa804b097852f69e68f4 Author: Tanguy Pruvot <[email protected]> Date: Sun Jul 18 00:16:57 2021 +0200 🐛 Fix Longer3D build environment (#22378) commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd Author: ellensp <[email protected]> Date: Thu Jul 15 14:07:46 2021 +1200 🔨 More HAL/STM32 targets (#22358, #22369) commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc Author: ellensp <[email protected]> Date: Wed Jul 21 07:44:15 2021 +1200 🐛 Fix STATUS_COMBINE_HEATERS compile (#22405) commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985 Author: Mike La Spina <[email protected]> Date: Sun Jul 18 20:11:24 2021 -0500 🐛 Fix Ammeter display on DOGM (#22384) commit 61d0b082989d506b7e0716a792c104389cd6d8c1 Author: Katelyn Schiesser <[email protected]> Date: Sat Jul 17 23:10:13 2021 -0700 🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382) commit b57f73a4883fc732b0c413e45d8614791bad4298 Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 03:10:54 2021 -0500 🎨 Add MMU2 enabled() accessor commit 40b99d8084b235625ffe8701ce859219d52838c5 Author: Yash <[email protected]> Date: Tue Jul 20 14:51:41 2021 -0500 🐛 Fix G2/G3 angular motion calculation (#22407) commit c944e4fc6009cfc6e11f97b63f6ea817b8470071 Author: vyacheslav-shubin <[email protected]> Date: Tue Jul 20 23:12:08 2021 +0300 🩹 Init var to suppress invalid warning (#22396) commit eebab93358427b3b95b4d38dedbbb8aaaba977b8 Author: Katelyn Schiesser <[email protected]> Date: Sun Jul 18 18:24:27 2021 -0700 🐛 Ensure Software SPI pins for Max Thermocouple (#22389) commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 19:56:28 2021 -0500 🐛 Change font for selected language (#22381) commit e190684fe6ae4bf1a885508dbf39a6477ad274a5 Author: Roxy-3D <[email protected]> Date: Mon Jul 19 18:59:06 2021 -0600 🐛 Fix UBL G29 J - Vector3 regression commit 69c1e79c302e936d15957a98795afc8d57495ab6 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 13:13:25 2021 -0700 🐛 Fix BTC_SAMPLE_RES sanity check (#22394) commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e Author: Keith Bennett <[email protected]> Date: Tue Jul 20 12:54:02 2021 -0700 🎨 Fix unused lambda warning (#22399) commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b Author: Malderin <[email protected]> Date: Mon Jul 19 05:21:51 2021 +0300 🐛 Fix MKS UI compile (#22388, #22395) Co-authored-by: Scott Lahteine <[email protected]> commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d Author: squiddity <[email protected]> Date: Sat Jul 17 22:50:39 2021 -0700 🐛 Fix M913 typos (#22385) commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 00:45:17 2021 -0500 🐛 No translated serial strings commit 6e7c20e78e1036140d9e076f71759e35f91300e2 Author: mks-viva <[email protected]> Date: Thu Jul 15 20:57:34 2021 -0500 ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368) commit 165ae139d51b617295c2302f39c09edb0f0b0dd6 Author: Cytown <[email protected]> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 42eb2347d4c9cc64220322e10046ad275ec7a04e Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 22:24:43 2021 -0500 🎨 Strip trailing whitespace commit 3ab67898070c4422e454627e2836ab3b821bcf55 Author: mks-viva <[email protected]> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit 5054dc6ea2883095f081971cb267090b7756db97 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 6 17:36:41 2021 -0700 🐛 Redundant Temp Sensor followup (#22196) commit ee54cd4bd7e36284e4bc974e297834fb31ed466e Author: lujios <[email protected]> Date: Tue Jul 13 02:19:29 2021 +0200 ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899) commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b Author: Cytown <[email protected]> Date: Wed Jun 30 01:58:11 2021 +0800 🚸 Retain power during Pause (#22227) commit fef76a76a3275cf59bdf085b29d7d02168e61903 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 19:44:51 2021 -0500 🔨 Consolidate STM32 extra_scripts (#22365) commit a5459a68a69d255456b477dd134cba88a8d4f06f Author: Keith Bennett <[email protected]> Date: Wed Jul 14 00:03:24 2021 -0700 💡 Update FLYmaker comments, URL (#22355) commit b44d4746c8c039effc7513c6a5ca2917e9a18691 Author: Keith Bennett <[email protected]> Date: Wed Jul 14 15:55:24 2021 -0700 🩹 FLYmaker FLY Mini followup (#22364) Followup to #22355, #22356. commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5 Author: ellensp <[email protected]> Date: Wed Jul 14 18:57:26 2021 +1200 ✨ FLY Mini for stm32duino (#22356) commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe Author: Krzysztof Błażewicz <[email protected]> Date: Wed Jul 7 04:10:40 2021 +0200 ✨ DWIN LCD for BTT SKR Mini E3 (#22288) commit ee640816968b95ee14c3eaafbc0572df9f4dcee1 Author: Mihai <[email protected]> Date: Wed Jul 7 07:10:35 2021 +0300 ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) commit a35c234ce1f75b042c23402fda0426a7257c388b Author: InsanityAutomation <[email protected]> Date: Thu Jul 8 00:41:33 2021 -0400 🐛 Fix redundant heater / sensor pin assignments (#22309) commit 5026797310b19618150d6010fd9cc4b57aae9a49 Author: Mike La Spina <[email protected]> Date: Mon Jul 12 00:22:08 2021 -0500 🏗️ Allow headless Flow Meter (#22234) commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7 Author: Victor Oliveira <[email protected]> Date: Wed Jul 14 02:34:18 2021 -0300 ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) commit 8cf15e85463361289820b240d0de527d47852992 Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 14 16:56:02 2021 -0700 🎨 Call millis() once in manage_inactivity (#22363) commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9 Author: Skruppy <[email protected]> Date: Fri Jul 9 04:55:34 2021 +0200 🐛 Fix AVR DELAY_US int overflow (#22268) commit 6d191d12c9dbf1bf0844445ff02797ff98028b32 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Thu Jul 15 18:59:52 2021 -0700 ✨ M115: Axis Count (#22219) commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 18:51:58 2021 -0500 🎨 Minor cleanup of TFT/FSMC pins commit 87cc3873212918c30cf6a0b94ad52e93248f56c7 Author: Taylor Talkington <[email protected]> Date: Thu Jul 15 17:32:40 2021 -0400 🐛 Fix Filament Change menu (#22370) Followup to #22277 commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 7 21:45:15 2021 -0700 🐛 Fix Einsy RAMBo FAN1_PIN (#22305) commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 00:21:17 2021 -0500 📝 Tom's 3D Forums discontinued commit a0704cb14ff6805a1d3eef470cf2bba87de72afc Author: ellensp <[email protected]> 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 <[email protected]> Date: Tue Jul 13 08:17:28 2021 +0800 ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) commit 31fbec9a00f49818b6a82c283349167c40260cc2 Author: mks-viva <[email protected]> Date: Tue Jul 13 19:14:34 2021 -0500 🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340) commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 02:14:55 2021 -0500 🐛 Fix SD pins for MKS Robin Lite commit bc459a76f40a86e0c25e75d3e3b4054a3db98436 Author: Scott Lahteine <[email protected]> Date: Mon Jul 12 22:52:17 2021 -0500 🐛 TM3D fixes and improvements Co-Authored-By: InsanityAutomation <[email protected]> commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30 Author: Marcio T <[email protected]> Date: Mon Jul 12 18:35:00 2021 -0600 ⚡️ Fixes to FTDI Eve Touch UI (#22347) commit 24f0613b9f14cd5a88bde851597104a1c6997abd Author: ellensp <[email protected]> Date: Mon Jul 12 17:15:48 2021 +1200 🎨 Optional Custom Button description (#22336) commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3 Author: Mike La Spina <[email protected]> Date: Sun Jul 11 20:45:47 2021 -0500 🔨 Update LPC176x platform to 0.2.8 (#22333) commit f76b063e58624d477c17a082d471aea3ef7b3197 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Sun Jul 11 13:18:16 2021 -0500 🚸 Limit LCD delta endstop adjustment like M666 In reference to #22325 commit be13220e32c2a79761224e16925436b9ae87bf48 Author: InsanityAutomation <[email protected]> Date: Fri Jul 9 19:24:14 2021 -0400 📺 ExtUI pause state response (#22164) commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985 Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 17:09:58 2021 -0500 🎨 Check flags without ENABLED commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7 Author: Tanguy Pruvot <[email protected]> Date: Fri Jul 9 23:07:55 2021 +0200 🌐 Update French language (#22323) commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c Author: Zs.Antal <[email protected]> Date: Thu Jul 8 06:44:07 2021 +0200 🌐 Update Hungarian language (#22307) commit 573b8a62d9c189576b79773b9c54606c387d634a Author: BigTreeTech <[email protected]> Date: Sat Jul 10 04:06:10 2021 +0800 🐛 Fixes for BTT Octopus (#22314) commit eafb94e72d99c9c906bfd806c87684243e193aeb Author: Skruppy <[email protected]> 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 <[email protected]> Date: Fri Jul 9 16:02:27 2021 -0500 📌 Require U8glib-HAL@~0.5.0 (#22324) commit e9a1c10b34b5a23815285ee068112395dca17fbe Author: Katelyn Schiesser <[email protected]> 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 <[email protected]> Date: Tue Jul 6 20:42:38 2021 -0500 👷 Bump date on /Version.h commit 1bb61f27e98029f19abab5deaeedcbf062887bc9 Author: Marcio T <[email protected]> Date: Tue Jul 6 19:32:08 2021 -0600 📺 Assorted small FTDI Eve Touch UI fixes (#22273) commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1 Author: Serhiy-K <[email protected]> Date: Wed Jul 7 03:55:31 2021 +0300 🌐 Update Russian and Ukrainian (#22290) commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 19:54:02 2021 -0500 ♻️ Fix up and use YESNO_ITEM macros commit ed14d14819625a98753aa715821339e4f5a0ec73 Author: ldursw <[email protected]> Date: Tue Jul 6 21:50:01 2021 -0300 🐛 Fix Maple / STM32 serial buffer (#22292) commit cae391bb484f5e141de07335f7bf97a91aa5e297 Author: George Fu <[email protected]> Date: Wed Jul 7 08:40:11 2021 +0800 🔨 FYSETC S6 small bootloader target (#22207) Co-authored-by: Scott Lahteine <[email protected]> commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a Author: Cytown <[email protected]> Date: Fri Jul 2 08:37:44 2021 +0800 🚸 Filament Change add confirm step (#22277) commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de Author: ellensp <[email protected]> Date: Fri Jul 2 09:27:27 2021 +1200 🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276) Co-authored-by: Scott Lahteine <[email protected]> commit 4235e23c7b0b62c6962624e1375605a6b5e575be Author: Scott Lahteine <[email protected]> Date: Wed Jun 30 21:58:25 2021 -0500 📝 Update Z_SAFE_HOMING description commit cd01421ac32041c7f775ec37dd8d00b29a5d335b Author: Glought <[email protected]> Date: Tue Jun 29 10:35:22 2021 -0700 🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259) commit aa13c7845812a3bd025437f03a5cf376eb975ee4 Author: Katelyn Schiesser <[email protected]> Date: Tue Jun 29 10:30:55 2021 -0700 🐛 Fix ExtUI 'lcd_clicked' definition (#22257) commit b1c5dd985e6cfc46c0cb0aa70c7dd681a2e9d3d5 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 28 18:43:05 2021 -0700 🐛 Fix PTC/BTC whole number tests (#22255) commit 3109a297d6e48d31ac2a23aedf0b919b63e2df4d Author: tome9111991 <[email protected]> Date: Mon Jun 28 19:08:37 2021 +0200 ✨ Ender-3 V2 Display for SKR E3 Turbo (#22229) commit b878127ea04cc72334eb35ce0dca39ccf7d73a68 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:33 2021 -0500 Marlin 2.0.9.1 commit 6ea6556d0989f6ef08ef169f513760c062de35bb Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 22:30:11 2021 -0700 🐛 Use setTargetHotend in menus (#22247) commit 2b37a71eba99101aa79c59148d73f85ac0bc4e0f Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 00:33:44 2021 -0500 ♻️ Refactor status screen timeout commit e3ae76d76d10427d95e0926781ca1153043936c1 Author: Cytown <[email protected]> Date: Sun Jun 27 00:21:34 2021 +0800 🚸 Expand box in draw_boxed_string (#22209) commit b24508907e0e270eec764543997ac568da28a7ba Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 21:02:11 2021 -0700 🐛 No HOTEND_LOOP with EXTRUDERS 0 (#22245) commit ec3daadf4372df419f906145aed8a37056619169 Author: Sébastien Gariépy <[email protected]> Date: Sun Jun 27 17:44:49 2021 -0400 🌐 MSG_MOVE_100MM (#22242) commit ae76011e751c01711a877c60a678b82115179ac7 Author: Cytown <[email protected]> Date: Mon Jun 28 01:39:09 2021 +0800 🐛 Fix wide glyph characters display (#22237) commit 34066c1717cf03039d3a80ca99dc487550a22645 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:28 2021 -0500 📝 Update probe heating value commit 19fe3d5e79863f817daadbefe74dbcfc01ab301c Author: ellensp <[email protected]> Date: Wed Jun 23 06:42:24 2021 +1200 🚸 MarlinUI Move Z >= 1000 (#22192) commit ec518e6e7bc57ec3b41441acb751aa363792bfd6 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:28:50 2021 -0500 🎨 Small tweak, ms => now commit 003ce25acfd64a83696609eed95699c7c7dff061 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:01:47 2021 -0500 🎨 Format onboard_sd.cpp commit 3e5d867276e4e8bf80657ecd2f8a73ccf38eb73f Author: ellensp <[email protected]> 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 <[email protected]> Date: Sat Jun 26 14:17:18 2021 -0400 ✨ Update/extend Quiet Probing (#22205) commit 0fbd8c52bbec83e4bd0b6f772d42a495c36076a1 Author: ellensp <[email protected]> Date: Sun Jun 27 04:32:51 2021 +1200 🔧 Fix E.S.T. sanity-check errors (#22224) commit 08895e6cb046614c2e13c2df024c0fb460b7ba9f Author: Marcio T <[email protected]> Date: Fri Jun 25 22:38:27 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22223) commit 38e775496aff8c9c3af3f60b33b0ede2820c490b Author: Keith Bennett <[email protected]> Date: Fri Jun 25 14:12:21 2021 -0700 📝 Update TMC SPI endstops comment (#22221) commit 47631167f9ee6a67f655e32fadd7a88c5ad18ddc Author: Scott Lahteine <[email protected]> Date: Fri Jun 25 14:44:51 2021 -0500 🐛 Trigger existing endstops on G38 hit commit 185e0dc7b7db2d6030810cb27d50cbaade658d2f Author: bwspath <[email protected]> Date: Thu Jun 24 22:27:54 2021 +0200 🐛 Fix Octopus build on case-sensitive FS (#22206) commit bcf6ca59dff2f858f410ed995c9c91e20b465852 Author: Serhiy-K <[email protected]> Date: Tue Jun 22 21:48:56 2021 +0300 🌐 Update Russian language (#22193) commit 1ba694cebb8cb392b89adfedec0898b236755a37 Author: Marcio T <[email protected]> Date: Mon Jun 21 15:38:28 2021 -0600 🎨 Fix and enhance FTDI Eve Touch UI (#22189) commit 906fa05bd69ee5de18e4c083bda408699e296676 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:31:41 2021 -0500 🐛🌐 Fix extra axis translations commit 651f15f833d84a40d983fa7825b782fef731d8e8 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:24:50 2021 -0500 🎨 Cosmetic cleanup commit ef41c1f452c03eff94a2dc693e25db4af2c07d94 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 21 13:36:06 2021 -0700 🐛 Fix IJK axis references, E stepper indices (#22176) Co-authored-by: Scott Lahteine <[email protected]> commit 8050813d32402336eabf43152dd0e0ef76a54247 Author: Grumpy <[email protected]> Date: Tue Jun 22 08:12:39 2021 +1200 🐛 Fix dual Neopixels (#22174) commit 25e7e2fce05531b40a4753d138e7e00266f00efd Author: ellensp <[email protected]> Date: Tue Jun 22 08:09:21 2021 +1200 🐛 Fix heater display options/compile (#22185) commit a0f7f0e9e21b23577695609519d7216dd2f37c43 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 22:49:57 2021 -0500 🐛 Fix compact sensitive pins array (#22184) commit f3e0bc7a4b35ec0af3734029b170527f65f5c824 Author: Serhiy-K <[email protected]> Date: Mon Jun 21 06:48:06 2021 +0300 🌐 Update Ukrainian language (#22183) commit 49ff1e837ace76c852baf11dbf8ff4f38df43f32 Author: Giuliano Zaro <[email protected]> Date: Mon Jun 21 05:45:26 2021 +0200 🌐 Update Italian language (#22182) commit 4f8191b4818b97bd20eb9db2042dc07c97cce6cc Author: Katelyn Schiesser <[email protected]> Date: Sat Jun 19 11:44:28 2021 -0700 🐛 Redundant Temp Sensor followup (#22173) commit 927a1a17384b649c2cd56fc2ded7aba8392b3781 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 01:19:09 2021 -0500 🐛 Fix LCD define typos commit f2f23e80974b271a30cbf9de3397f0e58d9de7fb Author: Scott Lahteine <[email protected]> Date: Sat Jun 19 14:09:09 2021 -0500 🎨 Cosmetic changes for G28 commit cce585f6ca2235d0a534e8f3043d6d502b3bd93b Author: Scott Lahteine <[email protected]> Date: Fri Jun 18 13:12:55 2021 -0500 🐛 Define 'HEAD' axes for Markforged Fixes #22167 commit 5bfb465ab4735aa3d5fa6c8d359331e0f2399902 Author: Ari-SSO <[email protected]> Date: Thu Jun 17 21:34:40 2021 -0300 🚸 Include 'H' value in M412 report (#22138) Co-authored-by: Scott Lahteine <[email protected]> commit ce7bbafb8fafde75fee64e526700f9551e5564de Author: Katelyn Schiesser <[email protected]> Date: Wed Jun 16 23:15:16 2021 -0700 💡 Add G28 L description (#22144) commit 5ffc4bfe3a14cf8e280d78a11b0c19d06c20ace4 Author: Keith Bennett <[email protected]> Date: Thu Jun 17 17:39:48 2021 -0700 🐛 TFT encoder pin for BTT GTR (#22162) commit 3ecc99e95d8c25bec2342d2ec65d49a081ef4de8 Author: Mike La Spina <[email protected]> Date: Thu Jun 17 22:46:59 2021 -0500 🐛 Fix Air Assist (#22159) Co-authored-by: Scott Lahteine <[email protected]> commit f22c5d3cc6f42c955f212afa6c668469f7938193 Author: gjdodd <[email protected]> Date: Fri Jun 18 01:37:27 2021 +0100 🩹 Extruders 0 patch for PWM Motor Current (#22163) commit d8df8e0eed63c4b56f9b1221569d38654eff4948 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:58:48 2021 -0300 🐛 Fix env validation for 1280/2560 boards (#22150) Co-authored-by: Scott Lahteine <[email protected]> commit e38958f256e698ab5afd3b775d1fe1e2d93fcb65 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:49:42 2021 -0300 🐛 Fix MKS Robin E3 build (#22149) commit d7c77403fd8373c7b4bfb6a4fa6d6f25c1ff9feb Author: Scott Lahteine <[email protected]> Date: Tue Jun 15 00:44:32 2021 -0500 Marlin 2.0.9 commit c8898b5ca0db66c66a51f9d711591ab51a41fcc7 Author: ellensp <[email protected]> Date: Tue Jun 15 11:45:54 2021 +1200 ✨ Redundant Part Cooling Fan (#21888) Co-authored-by: Scott Lahteine <[email protected]> commit 781257bc64d74b31d7730e473ef6ca09454462aa Author: Scott Lahteine <[email protected]> Date: Mon Jun 14 18:44:27 2021 -0500 🐛 Prevent stepper sleep during long UBL idle (#22137) commit dec083dcc122ce2e3df2a41a1297aabadcd11484 Author: qwewer0 <[email protected]> Date: Mon Jun 14 23:52:42 2021 +0200 ⚡️ Home Z (and maybe XY) at the start of G35 (#22060) commit cdd95074935074c4afa1f467ef16c9e9c0325bfa Author: ellensp <[email protected]> Date: Tue Jun 15 09:43:50 2021 +1200 🚑️ Prevent BFT unaligned compressed data corruption (#22134) commit dba877311e28829dae24da30807b430bfba19faa Author: Bo Herrmannsen <[email protected]> Date: Mon Jun 14 11:28:13 2021 +0200 ✨ Extruder with Dual Stepper Drivers (#21403) commit 31fd3be6eba02e96f1e093990d5f8ef09dad617b Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 04:24:49 2021 -0300 🔥 Remove Chitu default Touch Calibration (#22133) commit 2b4284df81db484649b42ddf291031fb6c8e5c58 Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 02:39:16 2021 -0300 ✨ MULTI_VOLUME for Color UI and MarlinUI (#22004) commit d84e2d6e2908f34b08613b95c28726f5c330134a Author: InsanityAutomation <[email protected]> Date: Sun Jun 13 23:08:46 2021 -0400 🎨 ExtUI "user click" and other tweaks (#22122) Co-authored-by: Scott Lahteine <[email protected]> commit 56355159c66af615ef1a778a3c786e70cd4289b5 Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 22:47:38 2021 -0300 🐛 Include common TFT driver macros (#22125) commit a7135d429b1f0f7811610732b023064a85bd367e Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 18:43:43 2021 -0700 🐛 Fix UBL 'R' parameter and adjust 'P' (#22129) commit 3b0a40cd5d46c1a3f8c7a7bb2ae93a3f274cfd2f Author: Sola <[email protected]> Date: Mon Jun 14 09:31:38 2021 +0800 🐛 Fix ExtUI/DGUS Celsius display (#22121) commit 83c74802f89be2c3252a710960aee7bcf4469afe Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 20:19:43 2021 -0500 🎨 General cleanup of extui/dgus In relation to #22121 commit adc17933cddcd21b359708f3db4b08ace23331ab Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 21:01:53 2021 -0300 🔨 Fix Serial+MSC for _USB envs (#22116) commit 68c52673d6a9cae0e1b9d8e36df1bf31a833a7e5 Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 14:56:18 2021 -0700 🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130) commit 2aa35577f279ef189fb8ff9cb921d1d79e426987 Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 15:43:33 2021 -0500 🏗️ Refactor build encrypt / rename (#22124) commit 14ffc66c45d73f9e62a4180aa2dc4bf3079a84e4 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 16:28:30 2021 -0500 🩹 Use `#pragma once` in pins files commit 2ea0832e0fb20b5c210bcaa9315b8182b5ca8359 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:31:24 2021 -0500 📝 Number SKR EXP headers commit ab050878e91c8e7002836d85e286817d8dec774a Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:30:29 2021 -0500 🎨 Clean up LPC1768 SPI init commit 707a04022e658bd7d3224af71545f1a6cc712af7 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 11:40:35 2021 -0500 🔨 Remove obsolete ON_BOARD_SPI_DEVICE commit d12c35779355044fab117c739c70ea78dcedfe2f Author: mrv96 <[email protected]> Date: Sat Jun 12 18:19:37 2021 +0200 🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123) commit ddf8668e16aeac2ed487e8784c218e1cbd2880d5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 19:29:59 2021 -0500 📝 Describe G12 XYZ commit 3491e49c5f4d9bb5cce260ef51269b715761b4d5 Author: Victor Oliveira <[email protected]> Date: Fri Jun 11 18:13:22 2021 -0300 🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087) commit d322e495b296be5ad6922d419a4cba2ef08b697c Author: Katelyn Schiesser <[email protected]> Date: Fri Jun 11 13:51:29 2021 -0700 ✨ More flexible redundant temp sensor (#22085) commit 5d80f7006a32bbf4b56dcb2c88388782a8e26ffa Author: Keith Bennett <[email protected]> Date: Thu Jun 10 14:09:29 2021 -0700 🔨 Envs for BTT SKR Mini with RET6 (512K) (#22050) commit 3e7a9e5d2011eb7315e8765f2a8c3267fd2d3363 Author: Zs.Antal <[email protected]> Date: Thu Jun 10 23:05:07 2021 +0200 🌐 Update Hungarian language (#22083) commit 33e8769226f0d994a73dea33cec3e1488cc8f249 Author: grauerfuchs <[email protected]> Date: Thu Jun 10 17:04:18 2021 -0400 🔨 MightyBoard envs for A.B.M. (#22100) commit 59842edbcb46b6cc8f30807bdc9ef5fbe79bd7fa Author: Radek <[email protected]> Date: Thu Jun 10 19:51:07 2021 +0200 🔧 EEPROM options for BTT SKR 1.4 (#22092) commit 507e1e436e7f45078c61e79026d64c55598fd707 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:17:39 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22093) commit b27447ef484b86d573e7ba60960df2f008df37d4 Author: ellensp <[email protected]> Date: Thu Jun 10 19:09:52 2021 +1200 🔧 Enforce BLTouch settings (#22086) commit c9a3ba99be5e45b880387aa28577c10a9875b459 Author: Scott Lahteine <[email protected]> Date: Thu Jun 10 02:05:04 2021 -0500 🎨 Adjust some conditionals commit 967942460ecfa952cd39b055cf9fd6cb968f51ea Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 19:55:27 2021 -0500 ⚡️ Optimize Sensitive Pins array (except STM32) (#22080) commit bfa257902ec4b0c96e642b4ee54f6e75de546255 Author: Kyle Repinski <[email protected]> Date: Tue Jun 8 18:56:16 2021 -0500 🐛 Fix small/huge I2C EEPROM address (#22081) commit 3f103c91f0e206bf3911bcc884d1dfaa8f2dd38b Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 07:51:28 2021 -0500 🎨 Laser Ammeter followup (#22079) Followup to #21835 commit 2fd9971f413bf4d34da5c3de9fc57c31ebcf6a4f Author: Mike La Spina <[email protected]> Date: Mon Jun 7 14:15:09 2021 -0500 Add Laser Based I2C Ammeter Feature (#21835) commit a3063a939243acefec606909ce8982fdabd848c4 Author: ellensp <[email protected]> Date: Tue Jun 8 07:09:12 2021 +1200 expose hidden BLTOUCH setting changes (#22069) commit d8a02bbbdba39e3fcc6519d7fa8ddbc36f4ea967 Author: Marcio T <[email protected]> Date: Sun Jun 6 22:26:42 2021 -0600 🎨 Reorganize FTDI Touch UI variants (#22066) commit 76d4a395d1a3d9d24f308ce6deb19c8767f04105 Author: ellensp <[email protected]> Date: Sun Jun 6 21:21:14 2021 +1200 🩹 Fallback ID for MKS TS35 V2.0 (#22031) commit c515bfb5fbb860d13daea84dfde6cb9d54662d20 Author: 7FM <[email protected]> Date: Sun Jun 6 09:56:24 2021 +0200 👽️ Include <EEPROM.h> in STM32 (for now) (#22054) commit 83430be580071acd35617e99f0fb23814993d04b Author: ellensp <[email protected]> Date: Sun Jun 6 19:50:14 2021 +1200 📦️ Malyan M200 with HAL/STM32 (#22052) commit 9bd9f91722f9ae917a98bf8c148cadc84e885a6e Author: George Fu <[email protected]> Date: Sun Jun 6 14:37:52 2021 +0800 📌 Update FYSETC E4 to [email protected] (#22049) commit e6ef43e51a90e25ecbe24e766d32c046a9dbbdf3 Author: Victor Oliveira <[email protected]> Date: Sun Jun 6 02:59:19 2021 -0300 ⚰️ Remove obsolete CUSTOM_SPI_PINS (#22058) commit 16bca67f2deaf1d53bd7c1d3515ffbfb01a65ef8 Author: ellensp <[email protected]> Date: Sun Jun 6 12:16:40 2021 +1200 🔧 Check G29_RETRY_AND_RECOVER requirements (#21921) commit d65eea550caf12edaa678bde375864060cc68713 Author: Scott Lahteine <[email protected]> Date: Sat Jun 5 17:08:10 2021 -0500 🔧 FOAMCUTTER_XYUV moved to custom config commit 46080b367af8fbdef0628fc21243fd115007a2b5 Author: DerAndere <[email protected]> Date: Fri Jun 11 22:53:23 2021 +0200 ✏️ Six Linear Axes followup (Fix M503) (#22112) commit 317afae37c5927ec6c4e6118a9e4d64dd8b757e3 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:08:42 2021 -0600 ✏️ Six Linear Axes followup (typos) (#22094) commit 930a6082362c3bef59aee27d72f0611b72ccbded Author: ellensp <[email protected]> Date: Wed Jun 9 10:43:39 2021 +1200 🎨 IJK auto-allocation (#22075) commit 6e3c45580ce415bb27774bc0b707fec7da54943b Author: DerAndere <[email protected]> Date: Mon Jun 7 06:23:23 2021 +0200 ✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068) commit e3df7d7bc8188994cc49879da9556222db935252 Author: DerAndere <[email protected]> Date: Sun Jun 6 08:30:39 2021 +0200 ✏️ Followup to Six Linear Axes (#22056) commit c1fca911036af3ca868caea7556a630044ae4a77 Author: DerAndere <[email protected]> Date: Sat Jun 5 09:18:47 2021 +0200 🏗️ Support for up to 6 linear axes (#19112) Co-authored-by: Scott Lahteine <[email protected]> commit d3c56a76e73f8e126f1cf579f552e671efa9005b Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 20:23:37 2021 -0500 ♻️ Patches for Zero Extruders (with TMC) commit 4194cdda5bb01171b2523038d568de670a8f0461 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Fri Jun 4 23:35:05 2021 -0600 📺 Fix and enhance FTDI EVE Touch UI (#22047) commit b4b607681c19aff8c067f70c970f9ae755b1e059 Author: Keith Bennett <[email protected]> Date: Fri Jun 4 21:56:18 2021 -0700 ✨ BigTreeTech Octopus V1.1 (#22042) commit 1e75eba27bd439d805d9de3e3c2194c2bfc3e42e Author: ellensp <[email protected]> Date: Sat Jun 5 16:51:17 2021 +1200 🐛 Fix STM3R / BEAST envs (#22028) commit f3f3d202accf2c36e348c5e08fae82981d74c872 Author: Victor Oliveira <[email protected]> Date: Sat Jun 5 01:49:00 2021 -0300 📦️ STM32F103RE_btt(_USB) with HAL/STM32 (#22040) commit c90fa530db2e6c98cfc8329ef36eda837b5ecc30 Author: Scott Lahteine <[email protected]> Date: Fri Jun 4 23:44:16 2021 -0500 ✨ Update G34 for 4x Z steppers (#22039) commit aeb8097cbc2b946cffe9813b5c8805c6943fd87d Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 04bea727877c931777d69b718482630c40bd86fe Author: Giuliano Zaro <[email protected]> Date: Sat Jun 5 03:02:37 2021 +0200 🐛 Fix MMU compile with >5 EXTRUDERS (#22036) commit ce95f56ac8755eff188001e12c88e01ae8e65f0e Author: ldursw <[email protected]> Date: Fri Jun 4 00:38:10 2021 -0300 🔨 MKS Robin E3 for HAL/STM32 (#21927) commit aff45fd455dd34f06f7211e0ff29d4f4dd93c7a8 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 03:23:10 2021 -0500 ✏️ Remove whitespace commit c8f28d9d0906261749f8beabc645503fadb0cbc9 Author: ellensp <[email protected]> Date: Thu Jun 3 20:10:04 2021 +1200 🐛 Fix Creality v4 servo timer (#22021) Followup to #21999 commit f3697e5e02cd9debb170f69250a1ac37bc338852 Author: Keith Bennett <[email protected]> Date: Thu Jun 3 17:51:22 2021 -0700 🔨 Consolidate BTT linker scripts followup (#22038) commit 557ba20ff4f57f0311f92e74b20a031c1ffb3520 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 02:55:30 2021 -0500 🔨 Consolidate BTT linker scripts Originally from #22022 commit dd0e5c26d15a188dca9f7c772f8058bffdda108c Author: ellensp <[email protected]> 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 <[email protected]> Date: Wed Jun 2 17:09:47 2021 -0500 📝 Update G61 comment commit d13ffa0aba6e31095d08bd3ccbc1c970e1fb2a59 Author: ellensp <[email protected]> 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 <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit fb0be2960408c08de09ecba4253c65f50e01b275 Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 23:24:20 2021 -0500 🔨 Move FLY_MINI env to stm32f1.ini commit 7ca155077503cb2c62bf5ed739f9c6a2280a1cd9 Author: hannesweisbach <[email protected]> Date: Wed Jun 2 06:20:47 2021 +0200 ✨ TMC Driver distinct baudrates (#22008) commit 665a71b471476b7eaebe910d4412c5f39f26932c Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 22:46:35 2021 -0500 🔧 Treat TPARA like SCARA in mfconfig commit 9268a4b28c485a2efeffccabab42defbd1c2cbaf Author: Roman Moravčík <[email protected]> Date: Wed Jun 2 04:10:15 2021 +0200 🌐 Update Slovak language (#22000) commit 529bbfad10ca13a9d11af84302b7a92a14250d34 Author: Krzysztof Błażewicz <[email protected]> Date: Mon May 31 08:44:38 2021 +0200 ⚗️ 32-bit float constants (STM32F1) (#21996) commit e7945c227762a66840b0d9eb3c4aa9e40ff7641b Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 18:33:07 2021 -0500 🐛 Fix Z endstop enum Followup to 92dea8e6cc commit 5ee91c73ed17cbb49899a7d91fce9377fd6e4599 Author: Scott Lahteine <[email protected]> Date: Sun Jun 6 03:49:23 2021 -0500 👷 Add caching to CI workflow commit 2116e4202b064c6cafef70d54ed50edf00b79e44 Author: hannesweisbach <[email protected]> Date: Sat Jun 5 06:38:43 2021 +0200 🐛 Fix Probe Temp Calibration compile (#22032) commit 19521d16cd9838345f404196e62bf6a2e2719b39 Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 057302b93636f276e8fe188f3fbd23d087e68a00 Author: Victor Oliveira <[email protected]> Date: Thu Jun 3 18:52:25 2021 -0300 👽️ Fix usb-host-msc-cdc-msc issue (#22025) commit d62619c9c8e4e92ea8e1d0fdfdca923df1d94140 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 19:38:34 2021 -0500 📌 Use U8glib-HAL@~0.4.5 commit 9c80a89597ceb397f079a2bae47c15f32a195165 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:31 2021 -0500 🎨 Reorganize BTT_E3_RRF_IDEX_BOARD commit 00834ef03dc9a58e7b2c1b1333276e0c65399a5f Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:03 2021 -0500 🎨 Clean up stops, sdss pins commit 5b7b065b96e6920171a50aace7e77ec8f735915d Author: Scott Lahteine <[email protected]> Date: Sat May 29 16:01:38 2021 -0500 Marlin 2.0.8.2 commit a739af823f63bf5cfafb22a62d5f7b4d9ba4073e Author: Timo <[email protected]> Date: Sat May 29 14:00:39 2021 -0700 ✨ Malyan M180 (#21992) commit 493eb446b74cdc7ab99315dfc129ecc86fbc343d Author: Pascal de Bruijn <[email protected]> Date: Thu May 20 13:35:38 2021 +0200 ✨ MEDIA_MENU_AT_TOP for MarlinUI (#21925) commit 1b45b3802ac62c3b1e47213b847d9eb772ba1f4b Author: charlespick <[email protected]> Date: Thu May 20 04:06:26 2021 -0700 ✨ Independent baud rates (#21949) Co-authored-by: Scott Lahteine <[email protected]> commit 7898307d783f13e3d1947c61b3cc573f5973f69a Author: Krzysztof Błażewicz <[email protected]> Date: Sat May 29 20:48:56 2021 +0200 🌐 Update Polish language (#21993) commit 8da8aa140fb7b57623144b222b5ff31816b2f84a Author: ellensp <[email protected]> Date: Thu May 27 22:13:43 2021 +1200 🥅 Add MESH_EDIT_MENU sanity check (#21922) commit 4572af2bce25fc4959746f1088981c410cafee1b Author: Andy Barratt <[email protected]> Date: Thu May 27 03:07:13 2021 +0100 🚸 cap:HOST_ACTION_COMMANDS (#21987) commit 6dc17f0e6ea3b88f109d683a4b223d6a733ad1e5 Author: Allen Bauer <[email protected]> Date: Tue May 25 17:08:10 2021 -0700 🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980) commit 3fcf3f69ca495722b0f47a69435e033f8895ae82 Author: ellensp <[email protected]> Date: Wed May 26 11:38:23 2021 +1200 ♻️ LEDs refactor and extend (#21962) Co-authored-by: Scott Lahteine <[email protected]> commit a9fd2769f3f26e7e61a908a0ef2c079f1d06baab Author: LawnMo <[email protected]> Date: Tue May 25 00:53:48 2021 +0200 🩹 Fix multi_volume + SDIO onboard compile (#21975) commit 9adaf92674751542e76e31738d2915992c57a40f Author: LawnMo <[email protected]> Date: Mon May 24 09:21:21 2021 +0200 🩹 Improved SKR2 12864 LCD Delays (#21956) commit e75c3b6c54e9e8b4b48009a0ccc58ed7069f612a Author: Scott Lahteine <[email protected]> Date: Sun May 23 21:33:22 2021 -0500 🎨 Macros for optional arguments (#21969) commit 61f2bb122844aa0607f6d53aa37f843123931af6 Author: ellensp <[email protected]> Date: Mon May 24 13:29:19 2021 +1200 ⚡️ PIO filters for M117, M300 and M414 (#21972) commit d1502f74eaae94b6bff61b45c8481db39956ac2b Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:56:31 2021 -0500 🎨 Null heating message method commit 83f9413196fbb842764eba33a975cec8d524e973 Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:41:29 2021 -0500 🐛 Fix Selena Compact probe pin commit cdc3e18d994f120219ec8683246a81ac31cca75b Author: Scott Lahteine <[email protected]> Date: Fri May 28 19:47:06 2021 -0500 Use another PR close action commit 55a6315862cfafccfc939cf1b1f064f748c82d54 Author: BigTreeTech <[email protected]> Date: Mon May 24 14:57:45 2021 +0800 🐛 Fix Octopus HS USB (#21961) commit cf447a54428345903fe9f4c9497a4f32dfa72b08 Author: gjdodd <[email protected]> Date: Mon May 24 07:54:10 2021 +0100 🐛 Fix flowmeter calculation (#21959) commit 7597b4fb40a6e936267a57c74264fcf6c5bd1fc5 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:12:53 2021 -0500 🎨 Apply shorthand and cleanups commit 7cd0f2a32aef86b361e9bef7ec3c30a944b7d153 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:08:57 2021 -0500 🎨 pause => pause_heaters commit 4dae5890e99c73686b7e1ee08857487a0acfeb28 Author: Scott Lahteine <[email protected]> Date: Sun May 23 01:09:46 2021 -0500 ♻️ Refactor, comment endstop/probe enums commit 738ae4be331b8d580cb22b7ec6e33ab095e3e81c Author: Danol <[email protected]> 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 <[email protected]> Date: Sat May 22 17:02:21 2021 -0500 🎨 Combine M104/M109 and M140/M190 code commit f60965a1078fec01c6bc0f438c4e019547253d5e Author: Scott Lahteine <[email protected]> Date: Fri May 21 23:03:49 2021 -0500 📝 Update ExtUI example commit 3995e8373c88fce34d9a524686302ec132f0d2e3 Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:55:13 2021 -0500 🎨 Shorten lcd relative paths commit ddc82b84e25e981d12bab0d74af95b1e0476248b Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:45:54 2021 -0500 📝 Document diveToFile, printListing commit 87a943756a36fe7f1e3422868dcfa35d5dd54518 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:23:09 2021 -0500 🎨 Move HAS_EXTRUDERS commit 8e28731f96d3f2a8dd5d1bb8262eafddc7e0aa05 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:24:38 2021 -0500 🎨 Update a condition commit cdbd438a041427580eaea0a9fbe570864aed70d0 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:25:54 2021 -0500 🎨 Rename all/no axis enums commit 3220c49f1be88f8ee2845e5a01a6132eba966208 Author: Scott Lahteine <[email protected]> Date: Fri May 21 00:26:54 2021 -0500 Add a test for SAVED_POSITIONS commit 94e67a036a614f5f43bf2e79d26c9d62a2ffb505 Author: Scott Lahteine <[email protected]> Date: Thu May 20 21:47:05 2021 -0500 🐛 Fix compile with PREVENT_COLD_EXTRUSION off commit c977e820743a6589b0c82159473b36e60fae7254 Author: Scott Lahteine <[email protected]> Date: Thu May 20 17:12:18 2021 -0500 🎨 MULTI_MANUAL => MULTI_E_MANUAL commit 9878a5ab5883f2b3112c1f67ab392538afd7520f Author: Moonglow <[email protected]> Date: Thu May 20 14:09:10 2021 +0300 🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) (#21944) commit 2de914c38ce373f37c925b20af270a2e4c647356 Author: Scott Lahteine <[email protected]> Date: Wed May 19 23:07:09 2021 -0500 🎨 Move switch sensor strings commit 49b05ba9891bc7add47d32a9ca947fe7eb9f4555 Author: Scott Lahteine <[email protected]> Date: Wed May 19 00:21:34 2021 -0500 🎨 Flags for homing directions commit 85fa8c55c9415ec044a96eedc800fedfa6b02439 Author: Scott Lahteine <[email protected]> Date: Tue May 18 23:30:49 2021 -0500 🐛 Fix DELTA with SENSORLESS_PROBING commit 57eef65d9cabb6b7cc4c7937c8a9a095fc39313b Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:56:05 2021 -0500 ♻️ Refactor axis homing/trusted state bits commit 894c954e8f2e56e7a556a71200c8465ba3507deb Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:53:52 2021 -0500 ♻️ Minimize endstop bits commit 046bac67693ec00ff2d2adf00aabe5cd396963c6 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:41 2021 -0500 ✅ Fix tests for EXTRUDERS 0 commit 765720e98ba3cc970e42f8bf730da056c59ac2fe Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:10 2021 -0500 ♻️ Simplify TMC utilities for more axes commit 26a244325b48e5cf3e23518f9cd895491305050e Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:51:19 2021 -0500 ♻️ Refactor axis counts and loops commit f7d28ce1d6d17621f86fd179770645723e5ae272 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:46:59 2021 -0500 🎨 Misc cleanup and fixes commit c85633b47f0b3c92055e725b9162acdeebd1ef79 Author: Scott Lahteine <[email protected]> Date: Mon May 17 21:17:22 2021 -0500 🎨 Use defined strings commit 6861b1ec827b30a4493099ebee1e49adbb48e8a5 Author: Alvaro Segura Del Barco <[email protected]> Date: Sat May 22 14:52:41 2021 -0600 🐛 Fix Teensy PINS_DEBUGGING compile (#21958) Followup to 84a11cfedc commit 003cb20b9fcf98bd80501d20634b41863ebf4dee Author: Roger D. Winans <[email protected]> Date: Sat May 22 00:14:25 2021 -0400 📝 Add Configurations section to README (#21955) Co-authored-by: Scott Lahteine <[email protected]> commit f1f622de01780418a3fe510f3f9be7237372831e Author: Scott Lahteine <[email protected]> Date: Wed May 19 22:02:28 2021 -0500 Fix 'G29 K' value commit dbb8f3db090e234ab17df986ccb29d2b4e7a4361 Author: ellensp <[email protected]> Date: Tue May 18 14:16:47 2021 +1200 Fix EEPROM_CHITCHAT (#21934) Fix #21929 commit 5d7c72db5a57086e721ce0370c7a4ac75a47a978 Author: ellensp <[email protected]> Date: Tue May 18 11:22:33 2021 +1200 Fix envs using mks_encrypt.py (#21933) Fix #21928 commit 755adb8973aa69ca6f0832e606060eaca065b88c Author: thisiskeithb <[email protected]> Date: Sat May 15 18:33:10 2021 -0700 Update Configurations URL (2.0.8.1) commit 09774291384c8f301dffa274cf08ddd199b17c31 Author: ekef <[email protected]> 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 <[email protected]> Date: Sat May 15 14:56:27 2021 -0500 Marlin 2.0.8.1 commit e3998dc3dfae6bb52851374b3ba2e61cc3bc6661 Author: Luu Lac <[email protected]> Date: Sat May 15 15:02:20 2021 -0500 M154 Position Auto-Report (#18427) Co-authored-by: Scott Lahteine <[email protected]> commit b6e1838fa6e905bcc4beab665d1e69b4eb35bce9 Author: Moonglow <[email protected]> Date: Sat May 15 06:30:16 2021 +0300 Fix MKS UI missing font select condition (#21905) commit 908caba7353cc321736cdf3fab61ea58163ee87e Author: ondrada <[email protected]> Date: Sat May 15 05:29:17 2021 +0200 Fix G29_RETRY_AND_RECOVER dependency (#21907) Co-authored-by: Scott Lahteine <[email protected]> commit 121f3b1096bf0fcc0317df842a389a7f8afc2e3e Author: Scott Lahteine <[email protected]> Date: Fri May 14 00:17:04 2021 -0500 🐛 Fix RR collision with MM (#21902) commit 9e373617dc599130daf7b0204c5281237a6cc590 Author: Jamie <[email protected]> Date: Fri May 14 00:14:13 2021 -0500 ✨ Instant Freeze/Resume Function (#17462) Co-authored-by: Scott Lahteine <[email protected]> commit 5298fa357c18c8bceb9552bcc4fd7543ee21b70f Author: ellensp <[email protected]> Date: Fri May 14 08:19:12 2021 +1200 Fix nextion compile error (#21884) commit 2c15bc5d3971571ad6e19e82436d2b8bd6f7f1d5 Author: Alexander D. Kanevskiy <[email protected]> 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 <[email protected]> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <[email protected]> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <[email protected]> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <[email protected]> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <[email protected]> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <[email protected]> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <[email protected]> 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 <[email protected]> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <[email protected]> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <[email protected]> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <[email protected]> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <[email protected]> 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 <[email protected]> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <[email protected]> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <[email protected]> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <[email protected]> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <[email protected]> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <[email protected]> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <[email protected]> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <[email protected]> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <[email protected]> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <[email protected]> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <[email protected]> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <[email protected]> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <[email protected]> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <[email protected]> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <[email protected]> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <[email protected]> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <[email protected]> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <[email protected]> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <[email protected]> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <[email protected]> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <[email protected]> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <[email protected]> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <[email protected]> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <[email protected]> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <[email protected]> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <[email protected]> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <[email protected]> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <[email protected]> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <[email protected]> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <[email protected]> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <[email protected]> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <[email protected]> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <[email protected]> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <[email protected]> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <[email protected]> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <[email protected]> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241. commit f8f68f9259cc486fd36147f4f9d1e474940510dd Author: ellensp <[email protected]> Date: Thu Jul 22 09:31:11 2021 +1200 🎨 MKS Hardware Test followup (#22414) Co-authored-by: Scott Lahteine <[email protected]> commit 7773504afa546884f533fabefa1497547431bcdf Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 12:20:28 2021 -0700 ♻️ Refactor STM32 ini files (#22377) Co-authored-by: Scott Lahteine <[email protected]> commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189 Author: VTXtruder <[email protected]> Date: Tue Jul 20 23:27:19 2021 -0400 ✨ Chitu3D V9 board (#22401) Co-authored-by: Scott Lahteine <[email protected]> commit 29dde9be2b9fb52641d4fa804b097852f69e68f4 Author: Tanguy Pruvot <[email protected]> Date: Sun Jul 18 00:16:57 2021 +0200 🐛 Fix Longer3D build environment (#22378) commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd Author: ellensp <[email protected]> Date: Thu Jul 15 14:07:46 2021 +1200 🔨 More HAL/STM32 targets (#22358, #22369) commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc Author: ellensp <[email protected]> Date: Wed Jul 21 07:44:15 2021 +1200 🐛 Fix STATUS_COMBINE_HEATERS compile (#22405) commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985 Author: Mike La Spina <[email protected]> Date: Sun Jul 18 20:11:24 2021 -0500 🐛 Fix Ammeter display on DOGM (#22384) commit 61d0b082989d506b7e0716a792c104389cd6d8c1 Author: Katelyn Schiesser <[email protected]> Date: Sat Jul 17 23:10:13 2021 -0700 🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382) commit b57f73a4883fc732b0c413e45d8614791bad4298 Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 03:10:54 2021 -0500 🎨 Add MMU2 enabled() accessor commit 40b99d8084b235625ffe8701ce859219d52838c5 Author: Yash <[email protected]> Date: Tue Jul 20 14:51:41 2021 -0500 🐛 Fix G2/G3 angular motion calculation (#22407) commit c944e4fc6009cfc6e11f97b63f6ea817b8470071 Author: vyacheslav-shubin <[email protected]> Date: Tue Jul 20 23:12:08 2021 +0300 🩹 Init var to suppress invalid warning (#22396) commit eebab93358427b3b95b4d38dedbbb8aaaba977b8 Author: Katelyn Schiesser <[email protected]> Date: Sun Jul 18 18:24:27 2021 -0700 🐛 Ensure Software SPI pins for Max Thermocouple (#22389) commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 19:56:28 2021 -0500 🐛 Change font for selected language (#22381) commit e190684fe6ae4bf1a885508dbf39a6477ad274a5 Author: Roxy-3D <[email protected]> Date: Mon Jul 19 18:59:06 2021 -0600 🐛 Fix UBL G29 J - Vector3 regression commit 69c1e79c302e936d15957a98795afc8d57495ab6 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 13:13:25 2021 -0700 🐛 Fix BTC_SAMPLE_RES sanity check (#22394) commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e Author: Keith Bennett <[email protected]> Date: Tue Jul 20 12:54:02 2021 -0700 🎨 Fix unused lambda warning (#22399) commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b Author: Malderin <[email protected]> Date: Mon Jul 19 05:21:51 2021 +0300 🐛 Fix MKS UI compile (#22388, #22395) Co-authored-by: Scott Lahteine <[email protected]> commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d Author: squiddity <[email protected]> Date: Sat Jul 17 22:50:39 2021 -0700 🐛 Fix M913 typos (#22385) commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 00:45:17 2021 -0500 🐛 No translated serial strings commit 6e7c20e78e1036140d9e076f71759e35f91300e2 Author: mks-viva <[email protected]> Date: Thu Jul 15 20:57:34 2021 -0500 ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368) commit 165ae139d51b617295c2302f39c09edb0f0b0dd6 Author: Cytown <[email protected]> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 42eb2347d4c9cc64220322e10046ad275ec7a04e Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 22:24:43 2021 -0500 🎨 Strip trailing whitespace commit 3ab67898070c4422e454627e2836ab3b821bcf55 Author: mks-viva <[email protected]> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit 5054dc6ea2883095f081971cb267090b7756db97 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 6 17:36:41 2021 -0700 🐛 Redundant Temp Sensor followup (#22196) commit ee54cd4bd7e36284e4bc974e297834fb31ed466e Author: lujios <[email protected]> Date: Tue Jul 13 02:19:29 2021 +0200 ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899) commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b Author: Cytown <[email protected]> Date: Wed Jun 30 01:58:11 2021 +0800 🚸 Retain power during Pause (#22227) commit fef76a76a3275cf59bdf085b29d7d02168e61903 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 19:44:51 2021 -0500 🔨 Consolidate STM32 extra_scripts (#22365) commit a5459a68a69d255456b477dd134cba88a8d4f06f Author: Keith Bennett <[email protected]> Date: Wed Jul 14 00:03:24 2021 -0700 💡 Update FLYmaker comments, URL (#22355) commit b44d4746c8c039effc7513c6a5ca2917e9a18691 Author: Keith Bennett <[email protected]> Date: Wed Jul 14 15:55:24 2021 -0700 🩹 FLYmaker FLY Mini followup (#22364) Followup to #22355, #22356. commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5 Author: ellensp <[email protected]> Date: Wed Jul 14 18:57:26 2021 +1200 ✨ FLY Mini for stm32duino (#22356) commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe Author: Krzysztof Błażewicz <[email protected]> Date: Wed Jul 7 04:10:40 2021 +0200 ✨ DWIN LCD for BTT SKR Mini E3 (#22288) commit ee640816968b95ee14c3eaafbc0572df9f4dcee1 Author: Mihai <[email protected]> Date: Wed Jul 7 07:10:35 2021 +0300 ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) commit a35c234ce1f75b042c23402fda0426a7257c388b Author: InsanityAutomation <[email protected]> Date: Thu Jul 8 00:41:33 2021 -0400 🐛 Fix redundant heater / sensor pin assignments (#22309) commit 5026797310b19618150d6010fd9cc4b57aae9a49 Author: Mike La Spina <[email protected]> Date: Mon Jul 12 00:22:08 2021 -0500 🏗️ Allow headless Flow Meter (#22234) commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7 Author: Victor Oliveira <[email protected]> Date: Wed Jul 14 02:34:18 2021 -0300 ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) commit 8cf15e85463361289820b240d0de527d47852992 Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 14 16:56:02 2021 -0700 🎨 Call millis() once in manage_inactivity (#22363) commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9 Author: Skruppy <[email protected]> Date: Fri Jul 9 04:55:34 2021 +0200 🐛 Fix AVR DELAY_US int overflow (#22268) commit 6d191d12c9dbf1bf0844445ff02797ff98028b32 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Thu Jul 15 18:59:52 2021 -0700 ✨ M115: Axis Count (#22219) commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 18:51:58 2021 -0500 🎨 Minor cleanup of TFT/FSMC pins commit 87cc3873212918c30cf6a0b94ad52e93248f56c7 Author: Taylor Talkington <[email protected]> Date: Thu Jul 15 17:32:40 2021 -0400 🐛 Fix Filament Change menu (#22370) Followup to #22277 commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 7 21:45:15 2021 -0700 🐛 Fix Einsy RAMBo FAN1_PIN (#22305) commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 00:21:17 2021 -0500 📝 Tom's 3D Forums discontinued commit a0704cb14ff6805a1d3eef470cf2bba87de72afc Author: ellensp <[email protected]> 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 <[email protected]> Date: Tue Jul 13 08:17:28 2021 +0800 ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) commit 31fbec9a00f49818b6a82c283349167c40260cc2 Author: mks-viva <[email protected]> Date: Tue Jul 13 19:14:34 2021 -0500 🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340) commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 02:14:55 2021 -0500 🐛 Fix SD pins for MKS Robin Lite commit bc459a76f40a86e0c25e75d3e3b4054a3db98436 Author: Scott Lahteine <[email protected]> Date: Mon Jul 12 22:52:17 2021 -0500 🐛 TM3D fixes and improvements Co-Authored-By: InsanityAutomation <[email protected]> commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30 Author: Marcio T <[email protected]> Date: Mon Jul 12 18:35:00 2021 -0600 ⚡️ Fixes to FTDI Eve Touch UI (#22347) commit 24f0613b9f14cd5a88bde851597104a1c6997abd Author: ellensp <[email protected]> Date: Mon Jul 12 17:15:48 2021 +1200 🎨 Optional Custom Button description (#22336) commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3 Author: Mike La Spina <[email protected]> Date: Sun Jul 11 20:45:47 2021 -0500 🔨 Update LPC176x platform to 0.2.8 (#22333) commit f76b063e58624d477c17a082d471aea3ef7b3197 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Sun Jul 11 13:18:16 2021 -0500 🚸 Limit LCD delta endstop adjustment like M666 In reference to #22325 commit be13220e32c2a79761224e16925436b9ae87bf48 Author: InsanityAutomation <[email protected]> Date: Fri Jul 9 19:24:14 2021 -0400 📺 ExtUI pause state response (#22164) commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985 Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 17:09:58 2021 -0500 🎨 Check flags without ENABLED commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7 Author: Tanguy Pruvot <[email protected]> Date: Fri Jul 9 23:07:55 2021 +0200 🌐 Update French language (#22323) commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c Author: Zs.Antal <[email protected]> Date: Thu Jul 8 06:44:07 2021 +0200 🌐 Update Hungarian language (#22307) commit 573b8a62d9c189576b79773b9c54606c387d634a Author: BigTreeTech <[email protected]> Date: Sat Jul 10 04:06:10 2021 +0800 🐛 Fixes for BTT Octopus (#22314) commit eafb94e72d99c9c906bfd806c87684243e193aeb Author: Skruppy <[email protected]> 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 <[email protected]> Date: Fri Jul 9 16:02:27 2021 -0500 📌 Require U8glib-HAL@~0.5.0 (#22324) commit e9a1c10b34b5a23815285ee068112395dca17fbe Author: Katelyn Schiesser <[email protected]> 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 <[email protected]> Date: Tue Jul 6 20:42:38 2021 -0500 👷 Bump date on /Version.h commit 1bb61f27e98029f19abab5deaeedcbf062887bc9 Author: Marcio T <[email protected]> Date: Tue Jul 6 19:32:08 2021 -0600 📺 Assorted small FTDI Eve Touch UI fixes (#22273) commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1 Author: Serhiy-K <[email protected]> Date: Wed Jul 7 03:55:31 2021 +0300 🌐 Update Russian and Ukrainian (#22290) commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 19:54:02 2021 -0500 ♻️ Fix up and use YESNO_ITEM macros commit ed14d14819625a98753aa715821339e4f5a0ec73 Author: ldursw <[email protected]> Date: Tue Jul 6 21:50:01 2021 -0300 🐛 Fix Maple / STM32 serial buffer (#22292) commit cae391bb484f5e141de07335f7bf97a91aa5e297 Author: George Fu <[email protected]> Date: Wed Jul 7 08:40:11 2021 +0800 🔨 FYSETC S6 small bootloader target (#22207) Co-authored-by: Scott Lahteine <[email protected]> commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a Author: Cytown <[email protected]> Date: Fri Jul 2 08:37:44 2021 +0800 🚸 Filament Change add confirm step (#22277) commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de Author: ellensp <[email protected]> Date: Fri Jul 2 09:27:27 2021 +1200 🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276) Co-authored-by: Scott Lahteine <[email protected]> commit 4235e23c7b0b62c6962624e1375605a6b5e575be Author: Scott Lahteine <[email protected]> Date: Wed Jun 30 21:58:25 2021 -0500 📝 Update Z_SAFE_HOMING description commit cd01421ac32041c7f775ec37dd8d00b29a5d335b Author: Glought <[email protected]> Date: Tue Jun 29 10:35:22 2021 -0700 🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259) commit aa13c7845812a3bd025437f03a5cf376eb975ee4 Author: Katelyn Schiesser <[email protected]> Date: Tue Jun 29 10:30:55 2021 -0700 🐛 Fix ExtUI 'lcd_clicked' definition (#22257) commit b1c5dd985e6cfc46c0cb0aa70c7dd681a2e9d3d5 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 28 18:43:05 2021 -0700 🐛 Fix PTC/BTC whole number tests (#22255) commit 3109a297d6e48d31ac2a23aedf0b919b63e2df4d Author: tome9111991 <[email protected]> Date: Mon Jun 28 19:08:37 2021 +0200 ✨ Ender-3 V2 Display for SKR E3 Turbo (#22229) commit b878127ea04cc72334eb35ce0dca39ccf7d73a68 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:33 2021 -0500 Marlin 2.0.9.1 commit 6ea6556d0989f6ef08ef169f513760c062de35bb Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 22:30:11 2021 -0700 🐛 Use setTargetHotend in menus (#22247) commit 2b37a71eba99101aa79c59148d73f85ac0bc4e0f Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 00:33:44 2021 -0500 ♻️ Refactor status screen timeout commit e3ae76d76d10427d95e0926781ca1153043936c1 Author: Cytown <[email protected]> Date: Sun Jun 27 00:21:34 2021 +0800 🚸 Expand box in draw_boxed_string (#22209) commit b24508907e0e270eec764543997ac568da28a7ba Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 21:02:11 2021 -0700 🐛 No HOTEND_LOOP with EXTRUDERS 0 (#22245) commit ec3daadf4372df419f906145aed8a37056619169 Author: Sébastien Gariépy <[email protected]> Date: Sun Jun 27 17:44:49 2021 -0400 🌐 MSG_MOVE_100MM (#22242) commit ae76011e751c01711a877c60a678b82115179ac7 Author: Cytown <[email protected]> Date: Mon Jun 28 01:39:09 2021 +0800 🐛 Fix wide glyph characters display (#22237) commit 34066c1717cf03039d3a80ca99dc487550a22645 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:28 2021 -0500 📝 Update probe heating value commit 19fe3d5e79863f817daadbefe74dbcfc01ab301c Author: ellensp <[email protected]> Date: Wed Jun 23 06:42:24 2021 +1200 🚸 MarlinUI Move Z >= 1000 (#22192) commit ec518e6e7bc57ec3b41441acb751aa363792bfd6 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:28:50 2021 -0500 🎨 Small tweak, ms => now commit 003ce25acfd64a83696609eed95699c7c7dff061 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:01:47 2021 -0500 🎨 Format onboard_sd.cpp commit 3e5d867276e4e8bf80657ecd2f8a73ccf38eb73f Author: ellensp <[email protected]> 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 <[email protected]> Date: Sat Jun 26 14:17:18 2021 -0400 ✨ Update/extend Quiet Probing (#22205) commit 0fbd8c52bbec83e4bd0b6f772d42a495c36076a1 Author: ellensp <[email protected]> Date: Sun Jun 27 04:32:51 2021 +1200 🔧 Fix E.S.T. sanity-check errors (#22224) commit 08895e6cb046614c2e13c2df024c0fb460b7ba9f Author: Marcio T <[email protected]> Date: Fri Jun 25 22:38:27 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22223) commit 38e775496aff8c9c3af3f60b33b0ede2820c490b Author: Keith Bennett <[email protected]> Date: Fri Jun 25 14:12:21 2021 -0700 📝 Update TMC SPI endstops comment (#22221) commit 47631167f9ee6a67f655e32fadd7a88c5ad18ddc Author: Scott Lahteine <[email protected]> Date: Fri Jun 25 14:44:51 2021 -0500 🐛 Trigger existing endstops on G38 hit commit 185e0dc7b7db2d6030810cb27d50cbaade658d2f Author: bwspath <[email protected]> Date: Thu Jun 24 22:27:54 2021 +0200 🐛 Fix Octopus build on case-sensitive FS (#22206) commit bcf6ca59dff2f858f410ed995c9c91e20b465852 Author: Serhiy-K <[email protected]> Date: Tue Jun 22 21:48:56 2021 +0300 🌐 Update Russian language (#22193) commit 1ba694cebb8cb392b89adfedec0898b236755a37 Author: Marcio T <[email protected]> Date: Mon Jun 21 15:38:28 2021 -0600 🎨 Fix and enhance FTDI Eve Touch UI (#22189) commit 906fa05bd69ee5de18e4c083bda408699e296676 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:31:41 2021 -0500 🐛🌐 Fix extra axis translations commit 651f15f833d84a40d983fa7825b782fef731d8e8 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:24:50 2021 -0500 🎨 Cosmetic cleanup commit ef41c1f452c03eff94a2dc693e25db4af2c07d94 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 21 13:36:06 2021 -0700 🐛 Fix IJK axis references, E stepper indices (#22176) Co-authored-by: Scott Lahteine <[email protected]> commit 8050813d32402336eabf43152dd0e0ef76a54247 Author: Grumpy <[email protected]> Date: Tue Jun 22 08:12:39 2021 +1200 🐛 Fix dual Neopixels (#22174) commit 25e7e2fce05531b40a4753d138e7e00266f00efd Author: ellensp <[email protected]> Date: Tue Jun 22 08:09:21 2021 +1200 🐛 Fix heater display options/compile (#22185) commit a0f7f0e9e21b23577695609519d7216dd2f37c43 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 22:49:57 2021 -0500 🐛 Fix compact sensitive pins array (#22184) commit f3e0bc7a4b35ec0af3734029b170527f65f5c824 Author: Serhiy-K <[email protected]> Date: Mon Jun 21 06:48:06 2021 +0300 🌐 Update Ukrainian language (#22183) commit 49ff1e837ace76c852baf11dbf8ff4f38df43f32 Author: Giuliano Zaro <[email protected]> Date: Mon Jun 21 05:45:26 2021 +0200 🌐 Update Italian language (#22182) commit 4f8191b4818b97bd20eb9db2042dc07c97cce6cc Author: Katelyn Schiesser <[email protected]> Date: Sat Jun 19 11:44:28 2021 -0700 🐛 Redundant Temp Sensor followup (#22173) commit 927a1a17384b649c2cd56fc2ded7aba8392b3781 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 01:19:09 2021 -0500 🐛 Fix LCD define typos commit f2f23e80974b271a30cbf9de3397f0e58d9de7fb Author: Scott Lahteine <[email protected]> Date: Sat Jun 19 14:09:09 2021 -0500 🎨 Cosmetic changes for G28 commit cce585f6ca2235d0a534e8f3043d6d502b3bd93b Author: Scott Lahteine <[email protected]> Date: Fri Jun 18 13:12:55 2021 -0500 🐛 Define 'HEAD' axes for Markforged Fixes #22167 commit 5bfb465ab4735aa3d5fa6c8d359331e0f2399902 Author: Ari-SSO <[email protected]> Date: Thu Jun 17 21:34:40 2021 -0300 🚸 Include 'H' value in M412 report (#22138) Co-authored-by: Scott Lahteine <[email protected]> commit ce7bbafb8fafde75fee64e526700f9551e5564de Author: Katelyn Schiesser <[email protected]> Date: Wed Jun 16 23:15:16 2021 -0700 💡 Add G28 L description (#22144) commit 5ffc4bfe3a14cf8e280d78a11b0c19d06c20ace4 Author: Keith Bennett <[email protected]> Date: Thu Jun 17 17:39:48 2021 -0700 🐛 TFT encoder pin for BTT GTR (#22162) commit 3ecc99e95d8c25bec2342d2ec65d49a081ef4de8 Author: Mike La Spina <[email protected]> Date: Thu Jun 17 22:46:59 2021 -0500 🐛 Fix Air Assist (#22159) Co-authored-by: Scott Lahteine <[email protected]> commit f22c5d3cc6f42c955f212afa6c668469f7938193 Author: gjdodd <[email protected]> Date: Fri Jun 18 01:37:27 2021 +0100 🩹 Extruders 0 patch for PWM Motor Current (#22163) commit d8df8e0eed63c4b56f9b1221569d38654eff4948 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:58:48 2021 -0300 🐛 Fix env validation for 1280/2560 boards (#22150) Co-authored-by: Scott Lahteine <[email protected]> commit e38958f256e698ab5afd3b775d1fe1e2d93fcb65 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:49:42 2021 -0300 🐛 Fix MKS Robin E3 build (#22149) commit d7c77403fd8373c7b4bfb6a4fa6d6f25c1ff9feb Author: Scott Lahteine <[email protected]> Date: Tue Jun 15 00:44:32 2021 -0500 Marlin 2.0.9 commit c8898b5ca0db66c66a51f9d711591ab51a41fcc7 Author: ellensp <[email protected]> Date: Tue Jun 15 11:45:54 2021 +1200 ✨ Redundant Part Cooling Fan (#21888) Co-authored-by: Scott Lahteine <[email protected]> commit 781257bc64d74b31d7730e473ef6ca09454462aa Author: Scott Lahteine <[email protected]> Date: Mon Jun 14 18:44:27 2021 -0500 🐛 Prevent stepper sleep during long UBL idle (#22137) commit dec083dcc122ce2e3df2a41a1297aabadcd11484 Author: qwewer0 <[email protected]> Date: Mon Jun 14 23:52:42 2021 +0200 ⚡️ Home Z (and maybe XY) at the start of G35 (#22060) commit cdd95074935074c4afa1f467ef16c9e9c0325bfa Author: ellensp <[email protected]> Date: Tue Jun 15 09:43:50 2021 +1200 🚑️ Prevent BFT unaligned compressed data corruption (#22134) commit dba877311e28829dae24da30807b430bfba19faa Author: Bo Herrmannsen <[email protected]> Date: Mon Jun 14 11:28:13 2021 +0200 ✨ Extruder with Dual Stepper Drivers (#21403) commit 31fd3be6eba02e96f1e093990d5f8ef09dad617b Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 04:24:49 2021 -0300 🔥 Remove Chitu default Touch Calibration (#22133) commit 2b4284df81db484649b42ddf291031fb6c8e5c58 Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 02:39:16 2021 -0300 ✨ MULTI_VOLUME for Color UI and MarlinUI (#22004) commit d84e2d6e2908f34b08613b95c28726f5c330134a Author: InsanityAutomation <[email protected]> Date: Sun Jun 13 23:08:46 2021 -0400 🎨 ExtUI "user click" and other tweaks (#22122) Co-authored-by: Scott Lahteine <[email protected]> commit 56355159c66af615ef1a778a3c786e70cd4289b5 Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 22:47:38 2021 -0300 🐛 Include common TFT driver macros (#22125) commit a7135d429b1f0f7811610732b023064a85bd367e Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 18:43:43 2021 -0700 🐛 Fix UBL 'R' parameter and adjust 'P' (#22129) commit 3b0a40cd5d46c1a3f8c7a7bb2ae93a3f274cfd2f Author: Sola <[email protected]> Date: Mon Jun 14 09:31:38 2021 +0800 🐛 Fix ExtUI/DGUS Celsius display (#22121) commit 83c74802f89be2c3252a710960aee7bcf4469afe Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 20:19:43 2021 -0500 🎨 General cleanup of extui/dgus In relation to #22121 commit adc17933cddcd21b359708f3db4b08ace23331ab Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 21:01:53 2021 -0300 🔨 Fix Serial+MSC for _USB envs (#22116) commit 68c52673d6a9cae0e1b9d8e36df1bf31a833a7e5 Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 14:56:18 2021 -0700 🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130) commit 2aa35577f279ef189fb8ff9cb921d1d79e426987 Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 15:43:33 2021 -0500 🏗️ Refactor build encrypt / rename (#22124) commit 14ffc66c45d73f9e62a4180aa2dc4bf3079a84e4 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 16:28:30 2021 -0500 🩹 Use `#pragma once` in pins files commit 2ea0832e0fb20b5c210bcaa9315b8182b5ca8359 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:31:24 2021 -0500 📝 Number SKR EXP headers commit ab050878e91c8e7002836d85e286817d8dec774a Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:30:29 2021 -0500 🎨 Clean up LPC1768 SPI init commit 707a04022e658bd7d3224af71545f1a6cc712af7 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 11:40:35 2021 -0500 🔨 Remove obsolete ON_BOARD_SPI_DEVICE commit d12c35779355044fab117c739c70ea78dcedfe2f Author: mrv96 <[email protected]> Date: Sat Jun 12 18:19:37 2021 +0200 🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123) commit ddf8668e16aeac2ed487e8784c218e1cbd2880d5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 19:29:59 2021 -0500 📝 Describe G12 XYZ commit 3491e49c5f4d9bb5cce260ef51269b715761b4d5 Author: Victor Oliveira <[email protected]> Date: Fri Jun 11 18:13:22 2021 -0300 🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087) commit d322e495b296be5ad6922d419a4cba2ef08b697c Author: Katelyn Schiesser <[email protected]> Date: Fri Jun 11 13:51:29 2021 -0700 ✨ More flexible redundant temp sensor (#22085) commit 5d80f7006a32bbf4b56dcb2c88388782a8e26ffa Author: Keith Bennett <[email protected]> Date: Thu Jun 10 14:09:29 2021 -0700 🔨 Envs for BTT SKR Mini with RET6 (512K) (#22050) commit 3e7a9e5d2011eb7315e8765f2a8c3267fd2d3363 Author: Zs.Antal <[email protected]> Date: Thu Jun 10 23:05:07 2021 +0200 🌐 Update Hungarian language (#22083) commit 33e8769226f0d994a73dea33cec3e1488cc8f249 Author: grauerfuchs <[email protected]> Date: Thu Jun 10 17:04:18 2021 -0400 🔨 MightyBoard envs for A.B.M. (#22100) commit 59842edbcb46b6cc8f30807bdc9ef5fbe79bd7fa Author: Radek <[email protected]> Date: Thu Jun 10 19:51:07 2021 +0200 🔧 EEPROM options for BTT SKR 1.4 (#22092) commit 507e1e436e7f45078c61e79026d64c55598fd707 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:17:39 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22093) commit b27447ef484b86d573e7ba60960df2f008df37d4 Author: ellensp <[email protected]> Date: Thu Jun 10 19:09:52 2021 +1200 🔧 Enforce BLTouch settings (#22086) commit c9a3ba99be5e45b880387aa28577c10a9875b459 Author: Scott Lahteine <[email protected]> Date: Thu Jun 10 02:05:04 2021 -0500 🎨 Adjust some conditionals commit 967942460ecfa952cd39b055cf9fd6cb968f51ea Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 19:55:27 2021 -0500 ⚡️ Optimize Sensitive Pins array (except STM32) (#22080) commit bfa257902ec4b0c96e642b4ee54f6e75de546255 Author: Kyle Repinski <[email protected]> Date: Tue Jun 8 18:56:16 2021 -0500 🐛 Fix small/huge I2C EEPROM address (#22081) commit 3f103c91f0e206bf3911bcc884d1dfaa8f2dd38b Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 07:51:28 2021 -0500 🎨 Laser Ammeter followup (#22079) Followup to #21835 commit 2fd9971f413bf4d34da5c3de9fc57c31ebcf6a4f Author: Mike La Spina <[email protected]> Date: Mon Jun 7 14:15:09 2021 -0500 Add Laser Based I2C Ammeter Feature (#21835) commit a3063a939243acefec606909ce8982fdabd848c4 Author: ellensp <[email protected]> Date: Tue Jun 8 07:09:12 2021 +1200 expose hidden BLTOUCH setting changes (#22069) commit d8a02bbbdba39e3fcc6519d7fa8ddbc36f4ea967 Author: Marcio T <[email protected]> Date: Sun Jun 6 22:26:42 2021 -0600 🎨 Reorganize FTDI Touch UI variants (#22066) commit 76d4a395d1a3d9d24f308ce6deb19c8767f04105 Author: ellensp <[email protected]> Date: Sun Jun 6 21:21:14 2021 +1200 🩹 Fallback ID for MKS TS35 V2.0 (#22031) commit c515bfb5fbb860d13daea84dfde6cb9d54662d20 Author: 7FM <[email protected]> Date: Sun Jun 6 09:56:24 2021 +0200 👽️ Include <EEPROM.h> in STM32 (for now) (#22054) commit 83430be580071acd35617e99f0fb23814993d04b Author: ellensp <[email protected]> Date: Sun Jun 6 19:50:14 2021 +1200 📦️ Malyan M200 with HAL/STM32 (#22052) commit 9bd9f91722f9ae917a98bf8c148cadc84e885a6e Author: George Fu <[email protected]> Date: Sun Jun 6 14:37:52 2021 +0800 📌 Update FYSETC E4 to [email protected] (#22049) commit e6ef43e51a90e25ecbe24e766d32c046a9dbbdf3 Author: Victor Oliveira <[email protected]> Date: Sun Jun 6 02:59:19 2021 -0300 ⚰️ Remove obsolete CUSTOM_SPI_PINS (#22058) commit 16bca67f2deaf1d53bd7c1d3515ffbfb01a65ef8 Author: ellensp <[email protected]> Date: Sun Jun 6 12:16:40 2021 +1200 🔧 Check G29_RETRY_AND_RECOVER requirements (#21921) commit d65eea550caf12edaa678bde375864060cc68713 Author: Scott Lahteine <[email protected]> Date: Sat Jun 5 17:08:10 2021 -0500 🔧 FOAMCUTTER_XYUV moved to custom config commit 46080b367af8fbdef0628fc21243fd115007a2b5 Author: DerAndere <[email protected]> Date: Fri Jun 11 22:53:23 2021 +0200 ✏️ Six Linear Axes followup (Fix M503) (#22112) commit 317afae37c5927ec6c4e6118a9e4d64dd8b757e3 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:08:42 2021 -0600 ✏️ Six Linear Axes followup (typos) (#22094) commit 930a6082362c3bef59aee27d72f0611b72ccbded Author: ellensp <[email protected]> Date: Wed Jun 9 10:43:39 2021 +1200 🎨 IJK auto-allocation (#22075) commit 6e3c45580ce415bb27774bc0b707fec7da54943b Author: DerAndere <[email protected]> Date: Mon Jun 7 06:23:23 2021 +0200 ✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068) commit e3df7d7bc8188994cc49879da9556222db935252 Author: DerAndere <[email protected]> Date: Sun Jun 6 08:30:39 2021 +0200 ✏️ Followup to Six Linear Axes (#22056) commit c1fca911036af3ca868caea7556a630044ae4a77 Author: DerAndere <[email protected]> Date: Sat Jun 5 09:18:47 2021 +0200 🏗️ Support for up to 6 linear axes (#19112) Co-authored-by: Scott Lahteine <[email protected]> commit d3c56a76e73f8e126f1cf579f552e671efa9005b Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 20:23:37 2021 -0500 ♻️ Patches for Zero Extruders (with TMC) commit 4194cdda5bb01171b2523038d568de670a8f0461 Author: Scott Lahteine <[email protected]> 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 <[email protected]> Date: Fri Jun 4 23:35:05 2021 -0600 📺 Fix and enhance FTDI EVE Touch UI (#22047) commit b4b607681c19aff8c067f70c970f9ae755b1e059 Author: Keith Bennett <[email protected]> Date: Fri Jun 4 21:56:18 2021 -0700 ✨ BigTreeTech Octopus V1.1 (#22042) commit 1e75eba27bd439d805d9de3e3c2194c2bfc3e42e Author: ellensp <[email protected]> Date: Sat Jun 5 16:51:17 2021 +1200 🐛 Fix STM3R / BEAST envs (#22028) commit f3f3d202accf2c36e348c5e08fae82981d74c872 Author: Victor Oliveira <[email protected]> Date: Sat Jun 5 01:49:00 2021 -0300 📦️ STM32F103RE_btt(_USB) with HAL/STM32 (#22040) commit c90fa530db2e6c98cfc8329ef36eda837b5ecc30 Author: Scott Lahteine <[email protected]> Date: Fri Jun 4 23:44:16 2021 -0500 ✨ Update G34 for 4x Z steppers (#22039) commit aeb8097cbc2b946cffe9813b5c8805c6943fd87d Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 04bea727877c931777d69b718482630c40bd86fe Author: Giuliano Zaro <[email protected]> Date: Sat Jun 5 03:02:37 2021 +0200 🐛 Fix MMU compile with >5 EXTRUDERS (#22036) commit ce95f56ac8755eff188001e12c88e01ae8e65f0e Author: ldursw <[email protected]> Date: Fri Jun 4 00:38:10 2021 -0300 🔨 MKS Robin E3 for HAL/STM32 (#21927) commit aff45fd455dd34f06f7211e0ff29d4f4dd93c7a8 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 03:23:10 2021 -0500 ✏️ Remove whitespace commit c8f28d9d0906261749f8beabc645503fadb0cbc9 Author: ellensp <[email protected]> Date: Thu Jun 3 20:10:04 2021 +1200 🐛 Fix Creality v4 servo timer (#22021) Followup to #21999 commit f3697e5e02cd9debb170f69250a1ac37bc338852 Author: Keith Bennett <[email protected]> Date: Thu Jun 3 17:51:22 2021 -0700 🔨 Consolidate BTT linker scripts followup (#22038) commit 557ba20ff4f57f0311f92e74b20a031c1ffb3520 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 02:55:30 2021 -0500 🔨 Consolidate BTT linker scripts Originally from #22022 commit dd0e5c26d15a188dca9f7c772f8058bffdda108c Author: ellensp <[email protected]> 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 <[email protected]> Date: Wed Jun 2 17:09:47 2021 -0500 📝 Update G61 comment commit d13ffa0aba6e31095d08bd3ccbc1c970e1fb2a59 Author: ellensp <[email protected]> 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 <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit fb0be2960408c08de09ecba4253c65f50e01b275 Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 23:24:20 2021 -0500 🔨 Move FLY_MINI env to stm32f1.ini commit 7ca155077503cb2c62bf5ed739f9c6a2280a1cd9 Author: hannesweisbach <[email protected]> Date: Wed Jun 2 06:20:47 2021 +0200 ✨ TMC Driver distinct baudrates (#22008) commit 665a71b471476b7eaebe910d4412c5f39f26932c Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 22:46:35 2021 -0500 🔧 Treat TPARA like SCARA in mfconfig commit 9268a4b28c485a2efeffccabab42defbd1c2cbaf Author: Roman Moravčík <[email protected]> Date: Wed Jun 2 04:10:15 2021 +0200 🌐 Update Slovak language (#22000) commit 529bbfad10ca13a9d11af84302b7a92a14250d34 Author: Krzysztof Błażewicz <[email protected]> Date: Mon May 31 08:44:38 2021 +0200 ⚗️ 32-bit float constants (STM32F1) (#21996) commit e7945c227762a66840b0d9eb3c4aa9e40ff7641b Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 18:33:07 2021 -0500 🐛 Fix Z endstop enum Followup to 92dea8e6cc commit 5ee91c73ed17cbb49899a7d91fce9377fd6e4599 Author: Scott Lahteine <[email protected]> Date: Sun Jun 6 03:49:23 2021 -0500 👷 Add caching to CI workflow commit 2116e4202b064c6cafef70d54ed50edf00b79e44 Author: hannesweisbach <[email protected]> Date: Sat Jun 5 06:38:43 2021 +0200 🐛 Fix Probe Temp Calibration compile (#22032) commit 19521d16cd9838345f404196e62bf6a2e2719b39 Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 057302b93636f276e8fe188f3fbd23d087e68a00 Author: Victor Oliveira <[email protected]> Date: Thu Jun 3 18:52:25 2021 -0300 👽️ Fix usb-host-msc-cdc-msc issue (#22025) commit d62619c9c8e4e92ea8e1d0fdfdca923df1d94140 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 19:38:34 2021 -0500 📌 Use U8glib-HAL@~0.4.5 commit 9c80a89597ceb397f079a2bae47c15f32a195165 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:31 2021 -0500 🎨 Reorganize BTT_E3_RRF_IDEX_BOARD commit 00834ef03dc9a58e7b2c1b1333276e0c65399a5f Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:03 2021 -0500 🎨 Clean up stops, sdss pins commit 5b7b065b96e6920171a50aace7e77ec8f735915d Author: Scott Lahteine <[email protected]> Date: Sat May 29 16:01:38 2021 -0500 Marlin 2.0.8.2 commit a739af823f63bf5cfafb22a62d5f7b4d9ba4073e Author: Timo <[email protected]> Date: Sat May 29 14:00:39 2021 -0700 ✨ Malyan M180 (#21992) commit 493eb446b74cdc7ab99315dfc129ecc86fbc343d Author: Pascal de Bruijn <[email protected]> Date: Thu May 20 13:35:38 2021 +0200 ✨ MEDIA_MENU_AT_TOP for MarlinUI (#21925) commit 1b45b3802ac62c3b1e47213b847d9eb772ba1f4b Author: charlespick <[email protected]> Date: Thu May 20 04:06:26 2021 -0700 ✨ Independent baud rates (#21949) Co-authored-by: Scott Lahteine <[email protected]> commit 7898307d783f13e3d1947c61b3cc573f5973f69a Author: Krzysztof Błażewicz <[email protected]> Date: Sat May 29 20:48:56 2021 +0200 🌐 Update Polish language (#21993) commit 8da8aa140fb7b57623144b222b5ff31816b2f84a Author: ellensp <[email protected]> Date: Thu May 27 22:13:43 2021 +1200 🥅 Add MESH_EDIT_MENU sanity check (#21922) commit 4572af2bce25fc4959746f1088981c410cafee1b Author: Andy Barratt <[email protected]> Date: Thu May 27 03:07:13 2021 +0100 🚸 cap:HOST_ACTION_COMMANDS (#21987) commit 6dc17f0e6ea3b88f109d683a4b223d6a733ad1e5 Author: Allen Bauer <[email protected]> Date: Tue May 25 17:08:10 2021 -0700 🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980) commit 3fcf3f69ca495722b0f47a69435e033f8895ae82 Author: ellensp <[email protected]> Date: Wed May 26 11:38:23 2021 +1200 ♻️ LEDs refactor and extend (#21962) Co-authored-by: Scott Lahteine <[email protected]> commit a9fd2769f3f26e7e61a908a0ef2c079f1d06baab Author: LawnMo <[email protected]> Date: Tue May 25 00:53:48 2021 +0200 🩹 Fix multi_volume + SDIO onboard compile (#21975) commit 9adaf92674751542e76e31738d2915992c57a40f Author: LawnMo <[email protected]> Date: Mon May 24 09:21:21 2021 +0200 🩹 Improved SKR2 12864 LCD Delays (#21956) commit e75c3b6c54e9e8b4b48009a0ccc58ed7069f612a Author: Scott Lahteine <[email protected]> Date: Sun May 23 21:33:22 2021 -0500 🎨 Macros for optional arguments (#21969) commit 61f2bb122844aa0607f6d53aa37f843123931af6 Author: ellensp <[email protected]> Date: Mon May 24 13:29:19 2021 +1200 ⚡️ PIO filters for M117, M300 and M414 (#21972) commit d1502f74eaae94b6bff61b45c8481db39956ac2b Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:56:31 2021 -0500 🎨 Null heating message method commit 83f9413196fbb842764eba33a975cec8d524e973 Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:41:29 2021 -0500 🐛 Fix Selena Compact probe pin commit cdc3e18d994f120219ec8683246a81ac31cca75b Author: Scott Lahteine <[email protected]> Date: Fri May 28 19:47:06 2021 -0500 Use another PR close action commit 55a6315862cfafccfc939cf1b1f064f748c82d54 Author: BigTreeTech <[email protected]> Date: Mon May 24 14:57:45 2021 +0800 🐛 Fix Octopus HS USB (#21961) commit cf447a54428345903fe9f4c9497a4f32dfa72b08 Author: gjdodd <[email protected]> Date: Mon May 24 07:54:10 2021 +0100 🐛 Fix flowmeter calculation (#21959) commit 7597b4fb40a6e936267a57c74264fcf6c5bd1fc5 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:12:53 2021 -0500 🎨 Apply shorthand and cleanups commit 7cd0f2a32aef86b361e9bef7ec3c30a944b7d153 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:08:57 2021 -0500 🎨 pause => pause_heaters commit 4dae5890e99c73686b7e1ee08857487a0acfeb28 Author: Scott Lahteine <[email protected]> Date: Sun May 23 01:09:46 2021 -0500 ♻️ Refactor, comment endstop/probe enums commit 738ae4be331b8d580cb22b7ec6e33ab095e3e81c Author: Danol <[email protected]> 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 <[email protected]> Date: Sat May 22 17:02:21 2021 -0500 🎨 Combine M104/M109 and M140/M190 code commit f60965a1078fec01c6bc0f438c4e019547253d5e Author: Scott Lahteine <[email protected]> Date: Fri May 21 23:03:49 2021 -0500 📝 Update ExtUI example commit 3995e8373c88fce34d9a524686302ec132f0d2e3 Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:55:13 2021 -0500 🎨 Shorten lcd relative paths commit ddc82b84e25e981d12bab0d74af95b1e0476248b Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:45:54 2021 -0500 📝 Document diveToFile, printListing commit 87a943756a36fe7f1e3422868dcfa35d5dd54518 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:23:09 2021 -0500 🎨 Move HAS_EXTRUDERS commit 8e28731f96d3f2a8dd5d1bb8262eafddc7e0aa05 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:24:38 2021 -0500 🎨 Update a condition commit cdbd438a041427580eaea0a9fbe570864aed70d0 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:25:54 2021 -0500 🎨 Rename all/no axis enums commit 3220c49f1be88f8ee2845e5a01a6132eba966208 Author: Scott Lahteine <[email protected]> Date: Fri May 21 00:26:54 2021 -0500 Add a test for SAVED_POSITIONS commit 94e67a036a614f5f43bf2e79d26c9d62a2ffb505 Author: Scott Lahteine <[email protected]> Date: Thu May 20 21:47:05 2021 -0500 🐛 Fix compile with PREVENT_COLD_EXTRUSION off commit c977e820743a6589b0c82159473b36e60fae7254 Author: Scott Lahteine <[email protected]> Date: Thu May 20 17:12:18 2021 -0500 🎨 MULTI_MANUAL => MULTI_E_MANUAL commit 9878a5ab5883f2b3112c1f67ab392538afd7520f Author: Moonglow <[email protected]> Date: Thu May 20 14:09:10 2021 +0300 🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) (#21944) commit 2de914c38ce373f37c925b20af270a2e4c647356 Author: Scott Lahteine <[email protected]> Date: Wed May 19 23:07:09 2021 -0500 🎨 Move switch sensor strings commit 49b05ba9891bc7add47d32a9ca947fe7eb9f4555 Author: Scott Lahteine <[email protected]> Date: Wed May 19 00:21:34 2021 -0500 🎨 Flags for homing directions commit 85fa8c55c9415ec044a96eedc800fedfa6b02439 Author: Scott Lahteine <[email protected]> Date: Tue May 18 23:30:49 2021 -0500 🐛 Fix DELTA with SENSORLESS_PROBING commit 57eef65d9cabb6b7cc4c7937c8a9a095fc39313b Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:56:05 2021 -0500 ♻️ Refactor axis homing/trusted state bits commit 894c954e8f2e56e7a556a71200c8465ba3507deb Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:53:52 2021 -0500 ♻️ Minimize endstop bits commit 046bac67693ec00ff2d2adf00aabe5cd396963c6 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:41 2021 -0500 ✅ Fix tests for EXTRUDERS 0 commit 765720e98ba3cc970e42f8bf730da056c59ac2fe Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:10 2021 -0500 ♻️ Simplify TMC utilities for more axes commit 26a244325b48e5cf3e23518f9cd895491305050e Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:51:19 2021 -0500 ♻️ Refactor axis counts and loops commit f7d28ce1d6d17621f86fd179770645723e5ae272 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:46:59 2021 -0500 🎨 Misc cleanup and fixes commit c85633b47f0b3c92055e725b9162acdeebd1ef79 Author: Scott Lahteine <[email protected]> Date: Mon May 17 21:17:22 2021 -0500 🎨 Use defined strings commit 6861b1ec827b30a4493099ebee1e49adbb48e8a5 Author: Alvaro Segura Del Barco <[email protected]> Date: Sat May 22 14:52:41 2021 -0600 🐛 Fix Teensy PINS_DEBUGGING compile (#21958) Followup to 84a11cfedc commit 003cb20b9fcf98bd80501d20634b41863ebf4dee Author: Roger D. Winans <[email protected]> Date: Sat May 22 00:14:25 2021 -0400 📝 Add Configurations section to README (#21955) Co-authored-by: Scott Lahteine <[email protected]> commit f1f622de01780418a3fe510f3f9be7237372831e Author: Scott Lahteine <[email protected]> Date: Wed May 19 22:02:28 2021 -0500 Fix 'G29 K' value commit dbb8f3db090e234ab17df986ccb29d2b4e7a4361 Author: ellensp <[email protected]> Date: Tue May 18 14:16:47 2021 +1200 Fix EEPROM_CHITCHAT (#21934) Fix #21929 commit 5d7c72db5a57086e721ce0370c7a4ac75a47a978 Author: ellensp <[email protected]> Date: Tue May 18 11:22:33 2021 +1200 Fix envs using mks_encrypt.py (#21933) Fix #21928 commit 755adb8973aa69ca6f0832e606060eaca065b88c Author: thisiskeithb <[email protected]> Date: Sat May 15 18:33:10 2021 -0700 Update Configurations URL (2.0.8.1) commit 09774291384c8f301dffa274cf08ddd199b17c31 Author: ekef <[email protected]> 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 <[email protected]> Date: Sat May 15 14:56:27 2021 -0500 Marlin 2.0.8.1 commit e3998dc3dfae6bb52851374b3ba2e61cc3bc6661 Author: Luu Lac <[email protected]> Date: Sat May 15 15:02:20 2021 -0500 M154 Position Auto-Report (#18427) Co-authored-by: Scott Lahteine <[email protected]> commit b6e1838fa6e905bcc4beab665d1e69b4eb35bce9 Author: Moonglow <[email protected]> Date: Sat May 15 06:30:16 2021 +0300 Fix MKS UI missing font select condition (#21905) commit 908caba7353cc321736cdf3fab61ea58163ee87e Author: ondrada <[email protected]> Date: Sat May 15 05:29:17 2021 +0200 Fix G29_RETRY_AND_RECOVER dependency (#21907) Co-authored-by: Scott Lahteine <[email protected]> commit 121f3b1096bf0fcc0317df842a389a7f8afc2e3e Author: Scott Lahteine <[email protected]> Date: Fri May 14 00:17:04 2021 -0500 🐛 Fix RR collision with MM (#21902) commit 9e373617dc599130daf7b0204c5281237a6cc590 Author: Jamie <[email protected]> Date: Fri May 14 00:14:13 2021 -0500 ✨ Instant Freeze/Resume Function (#17462) Co-authored-by: Scott Lahteine <[email protected]> commit 5298fa357c18c8bceb9552bcc4fd7543ee21b70f Author: ellensp <[email protected]> Date: Fri May 14 08:19:12 2021 +1200 Fix nextion compile error (#21884) commit 2c15bc5d3971571ad6e19e82436d2b8bd6f7f1d5 Author: Alexander D. Kanevskiy <[email protected]> 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description