-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] Compile errors with LOGICAL_AXIS_ARRAY_1 #24419
Comments
On updating the following defines #define LOGICAL_AXIS_LIST_1(V) LINEAR_AXIS_LIST_1(V) LIST_ITEM_E(V)
#define LOGICAL_AXIS_ARRAY_1(V) { LOGICAL_AXIS_LIST_1(V) } further errors are found
This was traced back to #define _AMAX(A) (_AXIS(A) < Z_AXIS ? A##_MAX_BED : A##_MAX_POS) Which simply seems not to work when called in MAPLIST(_AMAX, MAIN_AXIS_NAMES) |
I have posted a patch, and will soon follow up with some other patches bringing 2.0.x more in parity with 2.1.x, in prep for a quickie minor release tag later today. |
Looks like your patch does not fix that macro '#define _AMAX(A) (_AXIS(A) < Z_AXIS ? A##_MAX_BED : A##_MAX_POS)' it will extend to something like that:
#if HAS_Z_AXIS
#define Z_MAX_BED (Z_MAX_POS) /* prevent compilation error */
#endif |
Confirmed. Still stuck on "Z_MAX_BED" |
Ran into the LOGICAL_AXIS_ARRAY_1/Z_MAX_BED problem. Tried the 2.1 Configuration examples and the zip file seems to be corrupted. Unless I'm doing something obviously stupid.... |
seems to be resolved with 088fa84 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
commit 01f96a103be4369f27a009f9b524c3cc5cd821d2 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:46 2022 -0500 🔖 Marlin 2.0.9.5 commit 3638ce2b31ea3749685e034c4bf6a0eba92ee0f5 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:03 2022 -0500 🚑️ Fix XYZEval = N not setting E commit 889d1224907240aee42331ec3b011260c3f56ffe Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:14:01 2022 -0500 🧑💻 Further script updates commit dc3322b639223e4592ef724ca7d1aadd8451feee Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:08:42 2022 -0500 🧑💻 Axis macros parity with 2.1.x commit 25521cb9b2069db9bf2ab0b9576e6201c34d97e4 Author: Miguel Risco-Castillo <[email protected]> Date: Sat May 28 17:34:36 2022 -0500 🚸 Fix, update ProUI (#24251, #24473, #24500) commit 593b734d18847298acc6c1489ea97fb8528f53ec Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:53:36 2022 -0500 ♻️ Small sound / buzz refactor (#24520) commit 2952f0be5de7a82f706f74550aba17e7be3d378f Author: Keith Bennett <[email protected]> Date: Fri Jul 29 04:12:38 2022 -0700 Updates from #24560 commit 752f3d440dd72d869140268dc79f3efb49043c1e Author: tombrazier <[email protected]> Date: Sat Jul 16 00:15:51 2022 +0100 ⚡️ Optimize Planner calculations (#24484, #24509) commit 5c46ae4f003a796292fa585f4d8f959dc2e503a7 Author: tombrazier <[email protected]> Date: Fri Jul 8 20:41:39 2022 +0100 ⚡️ Optimize G2-G3 Arcs (#24366) commit af6995845cfe50edc81881b5de523cfc28efc099 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:30:26 2022 -0500 🩹 Revert extra axis changes commit 8e6aa1b113bafea1af6c0ffa9d07980cb6f90e41 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:00:07 2022 -0500 🧑💻 Fix and improve build_all_examples commit 929ce5e859858bf3db475fb4aaa49899b22f1d68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 10 22:00:10 2022 -0500 🧑💻 Add Sim debug with lldb commit 3a5e87cdb76ced2e84eccecf220289dc70e9a741 Author: ellensp <[email protected]> Date: Wed Jul 20 10:32:08 2022 +1200 📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (#24521) commit 35e1384decb6b521c729c5eb77281e01b8cdc29f Author: Keith Bennett <[email protected]> Date: Fri Jul 15 15:43:43 2022 -0700 📝 Update board MCU comments (#24486) commit 406c2342fd5556a0c54a090f38b674cd82f9fa2a Author: InsanityAutomation <[email protected]> Date: Mon Jul 18 21:12:27 2022 -0400 🚸 Machine-relative Z_STEPPER_ALIGN_XY (#24261) Co-authored-by: Scott Lahteine <[email protected]> commit fa50d2c757f9b1fecc133d511c4fc1297842e184 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 04:00:39 2022 -0500 🧑💻 Fix MAP macro use Followup to #24191 commit 6523b92014f2fd6de97c6b44dc1cfd22526b03a2 Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit 2461138661bdeed44c8291229237107680803843 Author: lujios <[email protected]> Date: Tue Jun 7 02:22:17 2022 +0200 🩹 Fix G33 Delta Sensorless Probing compile (#24291) commit 2bb9a5ee5efbf054a7f63083532c4762437a19f1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 03:42:04 2022 -0500 🩹 Apply linearval in M600 commit 0a4aa0978dfa6c198eac85cdcc09f6de59cbba55 Author: Keith Bennett <[email protected]> Date: Fri Jul 8 13:30:03 2022 -0700 🔧 Assert Probe Temp Comp requirements (#24468) commit 39863d54b06e9b9394815467bde3b44500eebab3 Author: ellensp <[email protected]> Date: Sat Apr 23 21:16:15 2022 +1200 🐛 Fix BACKLASH_COMPENSATION compile (#24072) Followup to #23826 commit cea45d49bc3c510e4fa38dead1d65c335f0737ae Author: Scott Lahteine <[email protected]> Date: Sat Apr 9 19:17:04 2022 -0500 🎨 Misc. 6-axis cleanup commit 34f9c28fd16e5cc77636bcaad5ba40c56a521375 Author: Pauli Jokela <[email protected]> Date: Thu Jul 7 18:59:23 2022 +0300 🩹 Fix safe homing sanity-check (#24462) commit bf084254dab5dab9a38ea275db4846e956589758 Author: Scott Lahteine <[email protected]> Date: Mon Jun 20 21:15:57 2022 -0500 🎨 Fix comments, formatting commit 6f51f19257a1f3a3594270169d8a8d74e312f2ba Author: Christophe Huriaux <[email protected]> Date: Wed Jul 6 22:43:38 2022 +0200 🩹 Fix ST7565 LCD contrast init (#24457) commit 56974af3e5c8958569b409ddcffabf35ecb53692 Author: Mike La Spina <[email protected]> Date: Fri Jul 8 15:02:12 2022 -0500 🐛 Fix laser/fan sync (#24460) Followup to #22690, 307dfb15 commit f9154eca8cdfbff885934f90f49209ea112593d8 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 21:46:38 2022 -0500 🩹 Fix TFT image packing commit a03516a9f40f8723c21fc4d1f26b6e06c635ed2c Author: DerAndere <[email protected]> Date: Mon Apr 4 04:43:42 2022 +0200 🚸 Better M350, M114 with more axes (#23986) Co-authored-by: Scott Lahteine <[email protected]> commit f18b0f6f4b42baa2f3aa7761ae3263dbea04ee4b Author: toomuchwonder <[email protected]> Date: Thu Jul 14 04:17:53 2022 +0100 🩹 Fix MKS UI extruder speed (#24476) commit d617002a6eec353cc1dcc69aab268cb8d71c52e3 Author: Miguel Risco-Castillo <[email protected]> Date: Thu Jul 14 00:00:33 2022 -0500 🚸 Fix and update ProUI (#24477) commit 01f16daf42a49c6c37f63e389c9c1df2d6d130f8 Author: InsanityAutomation <[email protected]> Date: Wed Jul 20 04:08:19 2022 -0400 🐛 Fix Archim2 USB Hang (#24314) commit ff1ecb00cc52b33136a1a42d0d339af7db92fcae Author: Scott Lahteine <[email protected]> Date: Thu Jul 28 20:52:33 2022 -0500 🎨 Misc. 'else' cleanup commit 750a8dbe7fedcbbe1a651cb0bc24fe0b5753eaf1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 12:38:00 2022 -0500 🩹 Fix MAX31865 approximations Followup to #24407 commit ba8f109f8aa7de5b869244ef95441f5870729856 Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:52:47 2022 -0500 🩹 Fix manual move titles (#24518) commit 77fc65ddc2753c8170597157c77cc58132f4c092 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:52:27 2022 -0500 🏗️ Extend AXIS_CHAR to include E Co-Authored-By: DerAndere <[email protected]> commit af24e1b77ee9fdff8a9551bdc7cd5ef47c302afd Author: kisslorand <[email protected]> Date: Tue May 31 20:05:57 2022 +0300 Fix axis string 'N' (#24259) Followup to 167672d commit 36d508c5a0c959191bf8f6ec7508dfdc259a7661 Author: Ludy <[email protected]> Date: Thu Jul 28 04:44:21 2022 +0200 🌐 Update German language (#24555) commit 9f5aab1a6164c7837b8352cd63ac7b2c8e1f8988 Author: Scott Lahteine <[email protected]> Date: Wed Jul 27 04:24:50 2022 -0500 🧑💻 Update planner/stepper includes commit 62d29ade426328a4924ed2838fcea8e113e1c1f9 Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 21:15:44 2022 -0500 🩹 Fix lcd_preheat compile commit c801cc4830eca838f19a61cc55a0bf31cfcfd43c Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 14:54:54 2022 -0500 🔨 Update build/CI scripts commit bc91b1cdcdc09d368653d5a9430d349e6775f81e Author: Scott Lahteine <[email protected]> Date: Sun Jul 24 13:51:43 2022 -0500 🎨 PIO scripts cleanup commit c847ef02a1c6b9c88f523b8fc2961df0a28c0904 Author: Keith Bennett <[email protected]> Date: Mon Jul 25 12:02:37 2022 -0700 📺 Fix TFT Classic UI non-Touchscreen 1024x600 (#24541) commit cdda90f56c3dc4a9a40eb2528cc92a7cd408436f Author: Keith Bennett <[email protected]> Date: Mon Jul 25 11:47:07 2022 -0700 📝 Update MPCTEMP G-Code M306 T (#24535) M306 simply reports current values. M306 T starts autotune process. commit ad4bc378b7b574a8c094872b42b541de3596fb7b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:43:03 2022 -0500 📝 Update Driver Type comments commit 99710b94d29763c25ab764513ce1efdbb5baf13b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 78fc5acca99f1717033d09f0358d9564857d1f09 Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:11:33 2022 -0500 🔨 Add mftest --default flag commit e616542c891e3f2d107da528fc46173c84652a47 Author: Arthur Masson <[email protected]> Date: Sat Jul 16 23:58:18 2022 +0200 ✨ Polargraph M665 settings (#24401) commit a50bb96d2dd22263c3e55566c789bd717cb7fcdf Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 653f0ab9dd95e07afb2e5f3a5536328f1f3daff1 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 02:56:55 2022 -0500 🔨 Fix and update Makefile Followup to 89fe5f6d commit c96ed8998b971a5a00a6aa4aca6d9f9b812fdab1 Author: Jason Smith <[email protected]> Date: Thu Jul 7 21:43:56 2022 -0700 🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463) commit b025c18d5b9d86c09b766a15f2ccaf45f340626f Author: Mike La Spina <[email protected]> Date: Wed Jul 6 07:46:39 2022 -0500 ⚡️ Fix and improve Inline Laser Power (#22690) commit b49da1d4ca1056cd28a396e878bf37c45af43441 Author: tombrazier <[email protected]> Date: Tue May 31 18:01:59 2022 +0100 💥 More M306 M => M306 H (#24258) Followup to #24253 commit 90074e626012ae74d51f4e47216b99cbe2c783d4 Author: Keith Bennett <[email protected]> Date: Sun May 22 14:32:16 2022 -0700 🎨 Fix/adjust warnings (#24225, #24404) commit e570c4cc2ed1b284834fcb809973c80a1002b784 Author: Scott Lahteine <[email protected]> Date: Sun May 22 17:45:07 2022 -0500 🧑💻 Forward-compatible axis strings commit 543bbf02fc552cd121b85f3444bcbf87fbb1faee Author: DerAndere <[email protected]> Date: Tue Apr 19 05:15:15 2022 +0200 💥 Update Motor Current G-codes for extra axes (#23975) commit 5ccdc9ced7639f646c01f757ac6afa1f42007021 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:13:11 2022 -0500 🏗️ Axis name arrays Co-Authored-By: DerAndere <[email protected]> commit ddb0168e29878d626d6b36a89b6b4850ad5d4ebe Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 22:37:20 2022 -0500 ♻️ More updates for multi-axis commit 0caf234aa5ae143bec8e9fc0ef52f632317e8fd1 Author: GHGiampy <[email protected]> Date: Fri Jul 15 10:18:57 2022 +0200 🔨 Fix firmware upload (#24499) commit dddbc4d730a1120b5f37b40f7393bc42e3651297 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:56:13 2022 -0500 🔨 PlatformIO "--target upload" == "--target exec" commit 08e6e8b9be0614fbacab998a20bf9bad1b1af94f Author: Scott Lahteine <[email protected]> Date: Sun Jul 3 10:32:47 2022 -0500 ♻️ Encapsulate PID in class (#24389) commit 12ae80bcecb8329fb0548342228d8edffeeba115 Author: Victor Oliveira <[email protected]> Date: Sat Jul 2 21:31:27 2022 -0300 🔨 Disable stack protector on macOS simulator (#24443) commit 9e530cd27b790f3dce30963c6d98af043ba5abf5 Author: Eduard Sukharev <[email protected]> Date: Wed Jul 6 16:30:47 2022 +0300 🐛 Fix MKS TinyBee compile (#24454) commit 0ec1cb58c77d37886d0b6a0c683122ea614d7e20 Author: EvilGremlin <[email protected]> Date: Mon Jul 4 04:49:23 2022 +0300 🔨 Fix OpenBLT encode; no-bootloader envs (#24446) commit b548e21b656f751305acf9d613144748e847b1e0 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:30:05 2022 -0500 ♻️ reset_acceleration_rates => refresh_… commit e170460855cf002c44a4a2d5cc8d538794fea7fa Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:24:59 2022 -0500 ♻️ Planner flags refactor commit b7b2286e49c3ddf5060e26b9c03bdb6c2207eeba Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 047d0264c5ddc5dde152eaebc6507b242d05ca02 Author: elimisback <[email protected]> Date: Sat May 28 16:22:59 2022 -0400 🔨 BTT STM32G0B1RE xfer build (#24245) commit c56fb1c1820248f256b4255de175eab854591d49 Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 04:29:39 2022 -0500 🎨 Minimize block->steps.set commit d5a79c27fe764edb295c3ed9ee3df1765c9ded27 Author: DerAndere <[email protected]> Date: Fri Apr 1 07:10:38 2022 +0200 ♻️ More updates for multi-axis Based on #23112 Co-Authored-By: Scott Lahteine <[email protected]> commit 1e3fe65b9dd0555b77cac1832ad820253e200618 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 17:49:54 2022 -0600 🚨 Fix some compiler warnings commit af4160af6f79acc4725916f311c16dfc3d1013c7 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 13:03:33 2022 -0500 🐛 Fix types.h macros and fields Fixes #24419 commit 53b73bbd7fc17172c5d5c4820ee11092e9c92926 Author: Scott Lahteine <[email protected]> Date: Sun Jul 17 22:25:51 2022 -0500 🔧 Config parity with 2.1.x commit 3b37e859491000034f73ada784931da9aaa63e1a Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:26:36 2022 -0500 🚸 Arrange EXP pins in common order (#24525) commit a1881f70a89e96ab9d95a3c6f169d97416f729db Author: Keith Bennett <[email protected]> Date: Mon Jul 11 11:33:42 2022 -0700 ✨ MKS Monster8 V2 (#24483) commit 6ad7f7ce985831c2947703cc2d5a7daf5cd0f201 Author: Christophe Huriaux <[email protected]> Date: Sat Jul 16 23:35:40 2022 +0200 ✨ eMotion-Tech eMotronic (Micro-Delta rework) (#24488) commit 9fe4d2cc6cee4db08f16deffa7356c1de0477f8e Author: Victor Oliveira <[email protected]> Date: Thu Jul 14 03:30:00 2022 -0300 ✨ Creality3D v4.2.5 / CR200B (#24491) commit 5bd0541985c1571ba753160957a418ce47df9abf Author: Keith Bennett <[email protected]> Date: Sun Jul 3 22:31:06 2022 -0700 ✨ BigTreeTech SKR SE BX V3.0 (#24449) SKR SE BX V3.0 removes the Reverse Driver Protection feature. commit 35d5393a3e2f41cdc0b5929af6f349e41d705c13 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 20:16:16 2022 -0500 📝 Index Mobo Rev03 => Opulo Lumen Rev3 commit 1ffc4ba861cce00457c4ce79503eacac58297c29 Author: DerAndere <[email protected]> Date: Mon Apr 18 06:03:39 2022 +0200 🩹 Fix some parameters w/out values (#24051) commit 2bf6573098687b203ee1f3adf3f66b7a3e05163b Author: Scott Lahteine <[email protected]> Date: Sat Jul 9 11:08:53 2022 -0500 🐛 Fix SDIO for STM32 (#24470) Followup to #24271 commit 5e0a39265ac82952a0ec73144de6f9d2497b6b48 Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 495002e158e289ee7c90663aaa0aeb61942cb28d Author: tombrazier <[email protected]> Date: Sat Jul 23 05:32:28 2022 +0100 🐛 Fix 2d mesh print (#24536) commit adeca472922700cc63a0d0e1324c5b0cf91be68c Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 686d1fbb510b5060d4a23baae67a8fda0374b65c Author: Scott Lahteine <[email protected]> Date: Wed Jul 13 21:22:53 2022 -0500 🎨 ANY => EITHER commit 8f84ce72e118478e582d45e97b7f7f0727e59522 Author: Scott Lahteine <[email protected]> Date: Fri Jul 8 22:45:17 2022 -0500 Fix SDIO for STM32 Followup to #24271 commit 5bf02e39a9159b0397a93f10571841f4d1bbc807 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 09:08:43 2022 -0700 🚸 MPCTEMP: Home before cooling (#24434) commit a5b076dff727fba479fe00e97e9d9332953addb3 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 08:08:40 2022 -0700 🩹 Fix MKS TinyBee ADC Vref (#24432) commit b79231cc59d6746f6714af102763d59488ea753a Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 21:17:32 2022 -0500 🩹 Remove poison wchar_t macro commit 86e6f9e38ea7a4653f11094221bcf4be20d0fef3 Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 20:10:51 2022 -0500 🩹 Remove obsolete split_move commit b3018da60c6cf12f22c9e9b7954bcddc2cb4b686 Author: Moonglow <[email protected]> Date: Fri Jul 1 05:51:55 2022 +0300 🐛 Fix M149 (#24430) commit 0d04aa960f49196eca9f3da17846460b322d10c6 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 17:14:23 2022 -0500 🩹 Fix memset block warning commit 0d34c2e287b582598a75cad0bb6ddd8bbd1fbba6 Author: Keith Bennett <[email protected]> Date: Wed Jun 29 06:24:22 2022 -0700 🐛 Fix Axis Homing (#24425) Followup to 4520a51 commit 1690f49656788ddb580c0f8311095800ad65881b Author: John Lagonikas <[email protected]> Date: Wed Jun 29 01:53:05 2022 +0300 🐛 Fix MAX31865 PT1000 normalization (#24407) Co-authored-by: Scott Lahteine <[email protected]> commit dbdb39f60ff1a97050f09d76f8f4de101d03d30a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:32:00 2022 -0500 📝 Note about UBL bad splits commit 843c04baa6df0db350ff759abcfa3f3fe431e5a2 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 10:01:22 2022 -0500 🎨 Misc. shorthand operators commit a7c58c1fd6463407331596623f8ff07c8a07481a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 05:47:18 2022 -0500 🐛 Fix Manual Move axis selection (#24404) commit 3af5c32ea23e8bca1e7c233006987286e980f982 Author: Shlee <[email protected]> Date: Sun Jun 26 06:56:57 2022 +0000 📝 Add STM32F4 example, Ruby (#24399) commit 4039075a1d7b96482a59987fb78f3e500ede0efb Author: Giuliano Zaro <[email protected]> Date: Sun Jun 26 08:52:19 2022 +0200 🌐 Update Italian language (#24398) commit ed796c83541a9cbbb615fe7be6007735ad279f07 Author: Roman Moravčík <[email protected]> Date: Sun Jun 26 08:51:16 2022 +0200 🌐 Update Slovak language (#24397) commit f3c64fd397b28d132e72852956a36e64d9d53f43 Author: sgparry <[email protected]> Date: Sun Jun 26 07:49:57 2022 +0100 🩹 Fix LCD contrast with K8800 board commit b220342b26b3ed327ce6723e4912163bd76661f5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 24 22:07:06 2022 -0500 🌐 Drop unused delta strings commit 4dad5871888fd99fea0ec918c04f1c134f49ab8a Author: InsanityAutomation <[email protected]> Date: Tue Jun 21 22:09:24 2022 -0400 🐛 Resolve DUE Servo pulse issue (#24305) Co-authored-by: sjasonsmith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit 1efe48ef656b38e6f60bbd193e66ae9c54f85a9d Author: tombrazier <[email protected]> Date: Sat Jun 18 05:17:12 2022 +0100 🐛 Fix G2/G3 Arcs stutter / JD speed (#24362) commit ae8365a4e56d91374e1ea20e6edb1c0bf041ad46 Author: Bob Kuhn <[email protected]> Date: Thu Jun 23 23:58:26 2022 -0500 🐛 Fix Lerdge build / encrypt (#24391) Co-authored-by: Scott Lahteine <[email protected]> commit dd68461bb1a2bc714f6b48008d2cf87c1e9e1d4e Author: Victor Oliveira <[email protected]> Date: Thu Jun 23 06:18:36 2022 -0300 ✨ Classic UI BIQU BX (#24387) commit 010fbcccf7fc2aa7c421fa5df1a9d1a32f477fcc Author: ellensp <[email protected]> Date: Wed Jun 22 22:08:24 2022 +1200 🩹 Fix DGUS (MKS) compile (#24378) commit 185fe5696c9843096a0619797566d7e27d573d75 Author: Victor Oliveira <[email protected]> Date: Wed Jun 22 05:33:03 2022 -0300 🚑️ Fix BIQU BX touch freeze (#24383) commit 7edd37bc5aeeff9c55442bf6d142c3cb9357995c Author: ellensp <[email protected]> Date: Wed Jun 22 16:13:18 2022 +1200 🐛 Fix M423 invocation (#24360) Followup to #23745 commit 000042702108a0c0e8428350961398c4d39e3273 Author: tombrazier <[email protected]> Date: Wed Jun 22 03:45:22 2022 +0100 🩹 LCD strings followup, fix warning (#24328) commit 0d1d125bc69bf1634faecea6d0a2862677f584d3 Author: ellensp <[email protected]> Date: Wed Jun 22 10:33:25 2022 +1200 🚑️ Fix SD mount bug (#24319) Co-authored-by: Scott Lahteine <[email protected]> commit 22e82a13d993e5b0ac1e7f56a77eabbf6da79dfe Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:12 2022 -0500 🎨 Simplify move menus with substitution commit 70d72354e2469eb66378e2da3a52ecd6db3f3447 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:23 2022 -0500 🎨 Use MAP for home axis items commit 821f4983d01430b9fc9ba5ccb44ea7ace4bf31e0 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:35 2022 -0500 🧑💻 Fix STATIC_ITEM_N arg order commit 15ca479708d39977c76acb73aaf1deca78810206 Author: Scott Lahteine <[email protected]> Date: Tue Jun 21 23:28:19 2022 -0500 🎨 Fix comments, formatting commit 2b8d115ebc08ee3ac03d680eff40d2b8079c2b44 Author: John Robertson <[email protected]> Date: Sat Jun 4 07:26:08 2022 +0100 ⚡️ PWM for ESP32 I2S expander (#24193) commit ae78a8844ae47d1b22f04e4545a29c19a0f8b214 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:08:29 2022 -0500 🧑💻 MAP macro for axis lists, etc. (#24191) commit f26438ef2870d88b057fba3c892f1ab4fd82b952 Author: Keith Bennett <[email protected]> Date: Mon Jun 13 19:04:49 2022 -0700 👷 Use Biqu BX for CI test (#24331) commit ce6c8adcb1002049f27513fdb0c74ce9831386cc Author: ellensp <[email protected]> Date: Wed Jun 15 20:02:32 2022 +1200 👷 CI test without src filter (emulate Arduino) (#24335) commit d57cf9bd6b6d70dda6fe2bba9b83849a9688408a Author: luzpaz <[email protected]> Date: Sat Jun 18 00:19:01 2022 -0400 🌐 Fix LCD string, typos (#24324) commit 5408259f51394e2c2a48879c0119251f324f0e12 Author: Scott Lahteine <[email protected]> Date: Mon Jun 13 20:43:23 2022 -0500 🧑💻 Apply F() to some LCD / TFT strings Followup to #24228 commit f31178f868882905d210504e763052ca639782f9 Author: ellensp <[email protected]> Date: Tue Jun 14 13:38:19 2022 +1200 🩹 Fix missing ProUI cpp wrapper (#24313) commit f976e56a1993adede0ed854326e0cab214d90295 Author: ellensp <[email protected]> Date: Sat Jun 11 17:03:20 2022 +1200 🐛 Fix JGAurora A5S A1 build (#24326) commit 571007e5c9a1e407ef7f72b555e1d207be2f256f Author: Steven Haigh <[email protected]> Date: Sat Jun 11 12:08:55 2022 +1000 🩹 Fix ProUI compile (#24310) Co-authored-by: Scott Lahteine <[email protected]> commit 00527f38d59d8b466d515da801844197073c7bcc Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:47 2022 -0500 🧑💻 Misc. servo code cleanup commit 1c7696838b04051115d246fff173846cf74ea4d9 Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:08 2022 -0500 🧑💻 Remove servo macros commit ad786a7930f1a0516427f7e0d827402387549ead Author: tombrazier <[email protected]> Date: Tue Jun 7 01:23:55 2022 +0100 🩹 Fix Mesh Leveling + Debug compile (#24297) commit ce9c81dfa12ebde0a0a55663523c782afecbd85c Author: ellensp <[email protected]> Date: Tue Jun 7 18:59:21 2022 +1200 🩹 Media Change followup (#24302) Followup to #24015 commit 92910721d0c4cc79ad0f8a64fb11b2c15bf3619d Author: Scott Lahteine <[email protected]> Date: Mon Jun 6 19:06:03 2022 -0500 👔 Fix and comment use_example_configs commit 236251a2ce4f055ab96af0008c882ffe77f5dac8 Author: Miguel Risco-Castillo <[email protected]> Date: Mon Jun 6 00:01:06 2022 -0500 🚸 ProUI G-code preview, PID plot (#24282) commit 369542db3bb34c28196a77838a2f018180a7da74 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:23:43 2022 -0500 🔖 Marlin 2.0.9.4 commit 40d96c3460117eeab1742d74c2d78b57b4a9a1b6 Author: Scott Lahteine <[email protected]> Date: Sun Jun 5 20:26:40 2022 -0500 👔 Remove actions from misc. branch commit d7a71beaf4f08e60c3d13049f1046bbb663c643d Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 18:16:43 2022 -0500 🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING commit f3b593ae73b5d21b5c270a5f5ede0fe982822b07 Author: Scott Lahteine <[email protected]> Date: Tue May 31 12:43:44 2022 -0500 🎨 Fix spelling, whitespace commit 1d8d8dccf45d2090e075b148d4f08e299184392c Author: Scott Lahteine <[email protected]> Date: Fri Apr 29 15:21:15 2022 -0500 💥 Num Axes / Multi-Stepper based on Driver Types (#24106, #24120) commit 1e127a93c4c1446cf11aacecc9597a7355262ac8 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:15:23 2022 -0500 🧑💻 Extend LCD string substitution (#24278) commit fcef8d946cbd45e27ba9888f1e18327b68d52b00 Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 0253500ccd5a7192f3e545cb5552c4ab7b309c5d Author: Tanguy Pruvot <[email protected]> Date: Wed May 25 08:07:11 2022 +0200 Use default null args in select_screen commit 0d783a76907ace17f0d61ebe8882ebee9bc6ce3b Author: ellensp <[email protected]> Date: Thu Jun 2 21:22:09 2022 +1200 🐛 Init Stepper SPI before PSU Control (#24269) commit e784e0413204680f3c8f3a8cdf519fb5bee7a164 Author: BIGTREETECH <[email protected]> Date: Thu Jun 2 17:02:06 2022 +0800 ✨ BigTreeTech SKR3 - STM32H743 (#24271, #24272, #24275) Co-Authored-By: Alan.Ma <[email protected]> commit 11d68e31274fccd20c8bb72eec0b4ad547962823 Author: bryan065 <[email protected]> Date: Thu Jun 2 04:51:39 2022 -0400 🚸 Custom Menu Items for JyersUI (#24270) commit 8b8b2a7ed35908b6a49d5b3badb230d3283792bb Author: ledzepman71 <[email protected]> Date: Thu Jun 2 02:49:48 2022 -0600 📌 Tenlog PSU pin (#24266) commit fc1a620b878b45675b9a7972be6c1fb2882b8092 Author: tombrazier <[email protected]> Date: Sat May 28 23:40:08 2022 +0100 🚩 MPC update (#24253) commit 9799907dc9a53810e87fd5b54e2194d30e70eff8 Author: Keith Bennett <[email protected]> Date: Tue May 31 14:28:01 2022 -0700 👔 Configs required to submit a Bug Report (#24256) commit 6fc4dbbbc4b3b1e6820f4f18b81602451bb1786c Author: Scott Lahteine <[email protected]> Date: Sat May 28 17:05:09 2022 -0500 🚸 Change M201 G to S commit 74596ad4d7f9117e06829b5657d7402f27a445ce Author: Robby Candra <[email protected]> Date: Mon May 23 09:13:17 2022 +0700 🩹 Adjust manage_media for slow/late media init (USB FD) (#24015) commit 28f8646aa64b8baf6f93197d04b0802580272e40 Author: Scott Lahteine <[email protected]> Date: Sun May 22 19:56:46 2022 -0500 ♻️ Apply F() to more LCD code (#24228) commit 9a74bcd4cf13efa2d7cfb365182d7e097eaa1f1d Author: John Robertson <[email protected]> Date: Tue May 31 23:09:44 2022 +0100 ✨ Laser Safety Timeout (#24189) commit 07cd248b91a59db8e2bc7ad10bbf160852af34fb Author: Scott Lahteine <[email protected]> Date: Sun May 22 20:45:37 2022 -0500 ♻️ Move watchdog to MarlinHAL commit 209c792ef7e97dc48bf3517c9f8f56e6be80e97f Author: Scott Lahteine <[email protected]> Date: Fri May 20 11:27:09 2022 -0500 🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (#24170) commit dbd00d992705a07b3da769549495d6505cb96b43 Author: Scott Lahteine <[email protected]> Date: Mon Apr 4 15:57:03 2022 -0500 ✨ DOGM Display Sleep (#23992) Co-authored-by: borland1 <[email protected]> commit 4ae54a6229d1704bfc54a85233af40b69e924246 Author: Ludy <[email protected]> Date: Mon Apr 18 11:43:34 2022 +0200 🐛 Update German language, Fix FTDI (#24047, #24048, #24227) commit ce0af56d0aa4371620b142ba5b2ed3b455813a5d Author: tombrazier <[email protected]> Date: Sun Apr 10 07:20:05 2022 +0100 🚸 Improve MPC tuning, add menu items (#23984, #24018, #24049, #24059) commit 6c557a248016f2e89e259d2d5ee8e000521099bb Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:44:45 2022 +0200 🐛 Fix Bed/Chamber PID Autotune with MPCTEMP (#23983) commit a6ce9bf559d963c3cdcb6db7f57a572bc58016ea Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:58:58 2022 -0500 ✨ Autoreport Redundant Sensor option (#24014) commit 21c838cb1b86c3ffd5958c68d82f6c0c25e78dbe Author: tombrazier <[email protected]> Date: Fri Apr 1 08:14:14 2022 +0100 ⚗️ Temperature Model Predictive Control (#23751) commit 3443a9e18bf2c9797037f141d68ab409d6b3c00b Author: Pauli Jokela <[email protected]> Date: Thu May 12 05:23:16 2022 +0300 ✨ SOUND_ON_DEFAULT option (#24102) commit b2b5b85045e689d311e472d803817e08b49ccaec Author: Robert Brenckman <[email protected]> Date: Sun Apr 10 01:24:07 2022 -0400 🐛 Fix Tool Change priming (#21142) commit 2086cc9f4e21dfc060c1ff034856ad4e6219f5f8 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:37:40 2022 -0500 📝 Refer to 'PROGMEM' as 'flash' commit 8eccfd4a6f90da93a4f13b8aa7fbd88a1f8cca46 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:35:38 2022 -0500 🔧 Bed/Chamber PID Autotune menus Derived from MarlinFirmware/Marlin#23983 commit 9ab654adcb15ba23b42ed1f13ca34130e422dbc2 Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 22:06:32 2022 -0500 🐛 Fix min/max temp evaluation Fixes #24257 commit 0ae982188c23ddab4e3a2d819c679166a7e19532 Author: Scott Lahteine <[email protected]> Date: Wed May 4 23:19:18 2022 -0500 🐛 Fix M203 report commit bed0788f723a0695726eab52e8da0b48298c619f Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit deb1ba73bbdd3aacaeec6c7d9540c41e93ddfdfe Author: Scott Lahteine <[email protected]> Date: Sat May 28 15:11:43 2022 -0500 🎨 Use pos.set method commit 57f0ac88af9e8c5eb398c8367edf471900a5171f Author: Scott Lahteine <[email protected]> Date: Sat May 28 14:41:50 2022 -0500 🎨 Misc. boards/pins cleanup commit 915bce495cdc5168c982274f6deabc92e052c2c7 Author: Simon Pilepich <[email protected]> Date: Sat May 28 08:08:24 2022 +1000 📝 Fix Mightyboard MOSFET comments (#24183) commit 800a936caae83f4e5ca5dd2c2660518bd6fc43b2 Author: Scott Lahteine <[email protected]> Date: Thu May 26 18:18:41 2022 -0500 🎨 Combine serial echos commit ccf39b1c42fa787f645fbf0ac075cc47b72b18d3 Author: ellensp <[email protected]> Date: Fri May 27 12:02:42 2022 +1200 🔨 Add src_filter for I2C_AMMETER (#24242) commit d19179ce281cec58865fcbc99185abeb48a611b9 Author: Keith Bennett <[email protected]> Date: Thu May 26 16:07:10 2022 -0700 ✏️ Fix some motherboard checks (#24238) commit 4a6ae1b64df5fa8824e20688399683bf11b840e2 Author: ellensp <[email protected]> Date: Wed May 25 08:31:29 2022 +1200 🎨 Remove MKS custom pins, TinyBee cleanup (#24186) commit 0daaef589c956d152c846760dfc157fdd1b7975b Author: ellensp <[email protected]> Date: Wed May 25 07:49:57 2022 +1200 📌 Use MarlinSimUI/bugfix-2.0.x (#24232) commit 4831cbebd80d6e2c6bcf504446cf6d0f2441c285 Author: Scott Lahteine <[email protected]> Date: Mon May 23 02:37:28 2022 -0500 🎨 Add EXP1/2 headers, adjust TFT pins (#24230) commit e0deb75764938995e32bc589d646ec397c4a3019 Author: tombrazier <[email protected]> Date: Thu May 19 22:15:15 2022 +0100 🐛 Fix Leveling apply/unapply (#24188) Co-authored-by: Scott Lahteine <[email protected]> commit a0fe4f48956299cb298e6e48255ea72ba93dad79 Author: Scott Lahteine <[email protected]> Date: Sat May 14 15:31:51 2022 -0500 🎨 Minor HAL cleanup commit 4d65d7f142882bcd77072fc7dc5c01ca937a2e81 Author: Keith Bennett <[email protected]> Date: Sun May 22 19:32:28 2022 -0700 📝 Add logo, helpful links to README (#24226) commit 1b879f0ee4e5539c237edf235b6ca38b5b2beb43 Author: Scott Lahteine <[email protected]> Date: Sun May 22 18:42:25 2022 -0500 🔨 Fix mfprep string test commit b6abc760cef73a1dfc0e186f40687d0a45c8a769 Author: Scott Lahteine <[email protected]> Date: Sat May 14 01:45:14 2022 -0500 🔨 Move, tweak maple envs commit 0ae061713c631d44cd12ad266ca9c7fdd856d72c Author: Keith Bennett <[email protected]> Date: Fri May 20 09:48:34 2022 -0700 👔 Move GitHub templates, update README (#24199) commit 1d12e72bf697f7e3cb63995a20ba9e98fbce3eb9 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:53:12 2022 -0500 🐛 Fix SEGMENT_LEVELED_MOVES with UBL commit c97cf10956ee33c80e557fb09e4cc75d30a0db82 Author: Scott Lahteine <[email protected]> Date: Sat May 21 19:29:59 2022 -0500 🩹 Fix const warning commit b72f9277e9e89a7dcdc12c8f11273f7c76a064d4 Author: Scott Lahteine <[email protected]> Date: Thu May 19 06:05:52 2022 -0500 ♻️ Common Bed Leveling object name, accessors (#24214) commit 06c4a9acdb3f08a2052ea55d00fa350e9249bcb4 Author: Keith Bennett <[email protected]> Date: Sat May 21 16:13:00 2022 -0700 🐛 Fix FLSUN Hispeed FIL_RUNOUT_PIN, MKS Robin Mini TFT pins (#24204) commit 8a301196e11d87d7e9db065d0d802910a664c5be Author: Arthur Masson <[email protected]> Date: Sat May 21 21:45:30 2022 +0200 🐛 Fix Polargraph G92 command (#24223) commit 1e7219f4a643f8cbdbcd9685ebb5a76d02c89601 Author: Marcio T <[email protected]> Date: Thu May 19 09:45:48 2022 -0600 🐛 Fix FTDI_EVE_TOUCH_UI reboot loop (#24195) commit 02c267f542223ed0d8b098da4bec6f09710d6bc8 Author: ellensp <[email protected]> Date: Fri May 20 02:15:57 2022 +1200 🔨 Require PIO >= 6.0.1 (#24205) commit fe77fc66c0004ba9a4459dd5a12c978dd0308bb1 Author: Ivan Kravets <[email protected]> Date: Wed May 18 00:47:11 2022 +0300 🔨 Use PlatformIO Core 6.0 Dev for CI (#24194) commit 268a16b1ef1c5cd462e81aef08e4e9f7d2c65658 Author: Scott Lahteine <[email protected]> Date: Tue May 17 15:05:25 2022 -0500 🚸 ProUI APRIL2022 updates (#24084) commit 8351b1431f8bad178f2f8a3ec70b32a1d4d7ca2c Author: ellensp <[email protected]> Date: Tue May 17 20:01:32 2022 +1200 🩹 Fix MarlinUI allow-cold-extrude (#24176) Co-authored-by: Scott Lahteine <[email protected]> commit 718806761f1e9d903d61408e2039357bfe46fff8 Author: Oliver Jean Eifler <[email protected]> Date: Tue May 17 06:23:03 2022 +0200 🩹 Suppress ZERO() warning (#24178) commit 78c7fedcea34f0c630f8e9fd46bc5d3244de04c5 Author: Marcio T <[email protected]> Date: Mon May 16 20:45:47 2022 -0600 🐛 Fix Due cli/sei (#24182) Followup to #23357 commit c4b8339b842958faae2567c339bcf9b44434a2ce Author: Scott Lahteine <[email protected]> Date: Fri May 13 23:49:29 2022 -0500 🎨 HAL_MinSerial.* => MinSerial.* commit 94ed67e36ef84cb4ecd8f3f1470041d4d72f7088 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:50:42 2022 -0700 🩹 Run TMC test last in setup (#24160) commit 03b819bdb235c6eb2cd0a02b832bb8f108cc5962 Author: Miguel Risco-Castillo <[email protected]> Date: Fri May 13 19:34:30 2022 -0500 🚸 DWIN/DACAI for Creality 4.2.3 (#24132) commit 2204f05dcaabf0e639f1e1722ffd293d4b415fe3 Author: Scott Lahteine <[email protected]> Date: Fri May 13 19:31:07 2022 -0500 🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround commit a13cceaad16dd2caedbf3b05ae0854b1200cb51e Author: Keith Bennett <[email protected]> Date: Fri May 13 17:27:13 2022 -0700 🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (#24147) commit 5c25ed60c80d7b06cb91e91f98b1aca6bc648d79 Author: Dominic <[email protected]> Date: Sat May 14 02:18:04 2022 +0200 🐛 Fix AIR_ASSIST (#24162) commit 1c516bdd5e71fc3da05fb52da692c9c5ccb0c0d7 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:17:19 2022 -0700 🔧 Allow board & probe dummy thermistors (#24165) commit 425684e2ffecf85dccab1eb4242772bc97992eb8 Author: grauerfuchs <[email protected]> Date: Fri May 13 20:08:50 2022 -0400 🐛 Fix Mightyboard LED pin, fan override (#24168) commit 63aecad7eef034d8cb2b3e81f8a22db8a148b90b Author: Roxy-3D <[email protected]> Date: Fri May 13 17:29:50 2022 -0500 🔨 BTT Octopus ST-Link programming/debugging commit dcd769b4a18bd40f9664262d081d553994d8eb78 Author: Scott Lahteine <[email protected]> Date: Wed May 4 15:14:31 2022 -0500 🎨 Nextion cleanup commit f9b7f00d1e1c1004e0c2a9c35e23c1c67dc47172 Author: Scott Lahteine <[email protected]> Date: Wed May 4 19:10:14 2022 -0500 🚚 Move speed_lookuptable.h commit a6ff63d5060c0ef68c2ae9f6ccf3bcada2ec6b6e Author: Keith Bennett <[email protected]> Date: Thu May 12 22:41:38 2022 -0700 🎨 Clean up warnings / extra check (#24163) commit 7d37ae2b2b1ea6613dbc8be0ec5fa30dbd6a87de Author: ellensp <[email protected]> Date: Fri May 13 16:07:27 2022 +1200 🔧 AVR/DUE Serial Port pin conflict checks (#24148) Co-authored-by: Scott Lahteine <[email protected]> commit a7d40ec654a3eca783a19e93e7bb6f394f2e6d29 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:09:25 2022 -0500 ✨ Add BOARD_CREALITY_V24S1_301F4 Co-Authored-By: Miguel Risco-Castillo <[email protected]> commit 7ed339cfa0a2d8298e0293cf465daaf4ac74c0f9 Author: InsanityAutomation <[email protected]> Date: Thu May 12 06:38:05 2022 -0400 ✨ Creality CR-10 SmartPro (#24151) Co-authored-by: Scott Lahteine <[email protected]> commit cb4ad020af2f56dc060ecafdfd58b0639a8f0199 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:13:59 2022 -0500 🧑💻 Misc. LCD cleanup commit 0805f9bf3f631d914bb6ff4817d65a9ab237fe6c Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:23:32 2022 -0500 🩹 Fix ProUI leveling start message commit d235bc9e1c5eeb210275a4abcf89a757d0259cc0 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:14:02 2022 -0500 🧑💻 General and Axis-based bitfield flags (#23989) commit d5f472a6cf4456bf715ee3b3a85132f3fbe7e15f Author: Scott Lahteine <[email protected]> Date: Thu May 12 00:07:22 2022 -0500 🔨 Fix g++ locator for CI commit d67fa98cf601a8ef2642641a8aefbcdab1d5bcc2 Author: Scott Lahteine <[email protected]> Date: Thu May 12 04:16:31 2022 -0500 🩹 Fix accel dividend commit d3fe0caa7f83b8e971e8503b5344e20811d6c812 Author: Scott Lahteine <[email protected]> Date: Mon May 9 18:50:14 2022 -0500 🧑💻 Clarify acceleration factor commit bd09f8acff3c40fe9294cfc6b6a9220ec5b766fc Author: Scott Lahteine <[email protected]> Date: Mon May 9 17:35:32 2022 -0500 📌 Define RAMPS_SMART EXP headers, AZSMZ_12864 See #23501 commit a9aca5f5e8c5c1ce40e09ce5cf80a875ec009aa0 Author: Scott Lahteine <[email protected]> Date: Mon May 9 16:47:04 2022 -0500 ✏️ Fix spurious UTF commit 13d1eb7241b8621267520e57811f8069b2e466e9 Author: Scott Lahteine <[email protected]> Date: Sat May 7 23:51:38 2022 -0500 🔨 OpenOCD Debug for VSCode commit 238ab1dd061145a525edd27bb8203ae216380894 Author: Mike La Spina <[email protected]> Date: Mon May 9 17:18:47 2022 -0500 🩹 Fix Fan Tail Speed Init (#24076) Co-authored-by: Scott Lahteine <[email protected]> commit a7e4061d1221531340e9f82bc6f1560e5d6feab8 Author: Keith Bennett <[email protected]> Date: Sat May 7 19:58:57 2022 -0700 🔧 Fix Neo RGB sanity check (#24146) commit 31c87adba80d50a90ae3c85b08cd01c5545c78b4 Author: ellensp <[email protected]> Date: Sun May 8 14:57:13 2022 +1200 📌 Use ESP3DLib master branch (#24140) commit 727e7e7fd71fb0404e0f5bf7f36dc10419d155c4 Author: ellensp <[email protected]> Date: Sun May 8 14:56:09 2022 +1200 ✏️Fix Markforged endstops/G38 (#24141) commit 975b90c0b7e6b836f67f3603c80f818dc095ffa5 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:18:56 2022 -0500 🎨 Tweak NEOPIXEL_LED format (#24110) commit 8f0180802ad327a0be47be9405a9a2764b5937db Author: Scott Lahteine <[email protected]> Date: Thu May 5 11:47:08 2022 -0500 🔧 Move LASER_COOLANT_FLOW_METER to LASER_FEATURE commit aa4c9917552df8a383816a0af516b86e1237ff48 Author: Giuliano Zaro <[email protected]> Date: Fri Apr 1 04:22:26 2022 +0200 📝 Obsolete freeze comment (#23964) Followup to #23944 commit 9ab1a57d729cfa207adfe3ee6d24d40de3bb159c Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 05:00:46 2022 -0500 ♻️ Consolidate DGUSScreenHandler class (#24067) commit 044bf8ab7ef7045583c9da175b8ebddd2b750f84 Author: Robby Candra <[email protected]> Date: Sun Apr 10 07:44:31 2022 +0700 ⚰️ Clean up dead option (#24006) commit 4bdec5e99330a35387c09adc27be94c5082b4405 Author: Scott Lahteine <[email protected]> Date: Fri Apr 22 01:12:43 2022 -0500 🚸 More ExtUI events for ABL / UBL commit 7444933d5d4fc93c6278e091be5af7e4f61b1d9c Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 02:26:17 2022 -0500 🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP Fixes #24007 Followup to aaf5bf02 commit f35404f853ba185814bd17a4742ef34688ceba98 Author: Scott Lahteine <[email protected]> Date: Sun Apr 17 21:18:39 2022 -0500 🧑💻 Handle PLR in manage_media commit 7fa2dceddafcfeea4b2599fa2b9fe3542abd4c1f Author: Keith Bennett <[email protected]> Date: Tue Apr 19 17:16:26 2022 -0700 🐛 Fix ProUI / JyersUI leveling preheat (#24060, #24064) Co-Authored-By: Scott Lahteine <[email protected]> commit 4c84769a814ab6534a1edebc66529b568c9d6d7e Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 06:31:39 2022 -0500 🩹 Fix ADVANCED_PAUSE_RESUME_PRIME check Fixes #23824 commit 8fb3074901f83034cc240834a2fc75aad0ed43ad Author: Robby Candra <[email protected]> Date: Fri Apr 15 11:21:12 2022 +0700 🩹 Fix DEBUG_CARDREADER (#24023) commit 230db90b70f1cafdea6fe3a8c28499e92004be53 Author: ellensp <[email protected]> Date: Fri Apr 22 23:02:47 2022 +1200 🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC (#24066) commit 28d2bc353ebbddc0ce0b96a634108392eb1089b4 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 16:48:24 2022 -0600 🎨 Use LEDColor default C-CTOR commit 7b5e2cd78619ba4334c0fe94b3f8293ed8d6e1ee Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 00:52:05 2022 -0500 🐛 Update M913, M914 report Followup to #11248, #11249, #23400 commit 4b456078ddc1099c081e1e7149aba612c8f41008 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 11 02:23:53 2022 +0200 🌐 Update Italian language (#24019) commit 8d3c84a6d969bf9fa576a17b0054d5b98324622d Author: Keith Bennett <[email protected]> Date: Sat Apr 9 17:21:42 2022 -0700 ✏️ Fix FYSETC Mini Panel neopixel type (#24011, #24111) commit cbc6f23a8af0c864e3607dc24764582149c0d1f3 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:49:51 2022 +0200 🔧 Sanity-check SWITCHING_TOOLHEAD_X_POS (#23985) commit bed8abe5b6df751d7dafc6f0f8d8dff7338625ce Author: Giuliano Zaro <[email protected]> Date: Sun Apr 3 01:27:05 2022 +0200 🐛 Fix PID edit menu for Bed, Chamber (#23987) commit 74565890f335f26fa7012d0164eb2964c0f2918d Author: tombrazier <[email protected]> Date: Fri Apr 1 03:13:16 2022 +0100 ♻️ Refactor and fix ABL Bilinear (#23868, #24009, #24107) commit 4ec9af42b8e24cf6ce9f238c9342bc1c11120429 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:38:25 2022 -0500 💥 Rename ExtUI settings methods commit b0d621d8b96fffda485efa45e61a68126613a766 Author: John Robertson <[email protected]> Date: Mon Apr 4 00:47:55 2022 +0100 🧑💻 Define isr_float_t to assert a non-FPU float (#23969) Co-authored-by: Scott Lahteine <[email protected]> commit 995221e68e15693697fc7f10dfc31273ea188157 Author: Stephen Hawes <[email protected]> Date: Thu May 5 03:37:47 2022 -0400 ✨ Add M3426 A<addr> parameter (#24130) Co-authored-by: Scott Lahteine <[email protected]> commit 54e543872be13439523cecb6b670b7b4bf818164 Author: LPRtypeCN <[email protected]> Date: Sun Apr 10 19:19:12 2022 +0800 🌐 Update Chinese language (#23865) commit 7b39604d6f58b46de18a41eb4a7de5058d9c4b35 Author: ellensp <[email protected]> Date: Mon Apr 4 11:46:05 2022 +1200 🌐 Update Russian language (#23978) commit 01c9c2666123f0959b02b757d2acd6adc18f4284 Author: Keith Bennett <[email protected]> Date: Mon Apr 18 03:46:58 2022 -0700 🧑💻 Preheat menu improvements (#24017) Co-authored-by: Scott Lahteine <[email protected]> commit 27b148442826780c8fc4f7ab8c21608de21f0587 Author: ellensp <[email protected]> Date: Tue Apr 19 15:03:42 2022 +1200 🐛 Fix Manual Move cold extrude override (#24045) Followup to #19606 Co-authored-by: Scott Lahteine <[email protected]> commit 7f1c5ad7aa6dc437d3a76abf8a36cb971e1f424e Author: InsanityAutomation <[email protected]> Date: Sat Apr 9 20:19:14 2022 -0400 🩹 Fix and clean up E3V2 draw (#23979, #24013) commit 4fd7d1b056bfab9f31c272ae6d8f256ed2ed202d Author: ellensp <[email protected]> Date: Thu Apr 21 21:06:22 2022 +1200 🐛 Fix STM32 Pins Debugging (#22896) commit 7ffe4de021254d34762d2a7ecd239ded0eca949d Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 07:39:50 2022 -0500 🩹 Use LCD_CONTRAST_INIT in pins files commit eada17ed69ede29d83f7c3897d64e2872faaae18 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 01:49:59 2022 -0500 🩹 Apply 100% leveling correction below the bed See #24002 commit cd5c5ea60eb20d643ab2447bc3550b3eb5874a39 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:44:45 2022 -0500 🔨 Fix LPC176x debug build See #23635 commit e9ea82e78d0c95ef1cee599093b4c91a6f97d709 Author: stream2me <[email protected]> Date: Sun Apr 10 02:46:29 2022 +0200 🐛 Prefer os.replace, fix TFT_LVGL_UI build (#24001) commit 18b17fc97d8474b2fe5c5cd7afcfdce05ba7d5cc Author: ellensp <[email protected]> Date: Sat Apr 23 22:02:13 2022 +1200 🐛 Fix MKS_MINI_12864 build for ESP32 (#24071) commit 89d5ed0c9e5570e4a025719a9ad183e505c8ed8a Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 04:22:04 2022 -0500 🎨 Combine common LPC1768 I2C code commit a56bf9045d3e68101c42ced30884fa34675279c5 Author: Scott Lahteine <[email protected]> Date: Fri Apr 15 02:05:02 2022 -0500 🧑💻 Simplify BIGTREE_SKR_2_F429 env commit c23d0351495a7fc1c396d157642db49db2754135 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 08:43:11 2022 -0500 🧑💻 Strip #errors in Configurations deployment commit 7ff4b706947e63d708cef90c936b936305947e58 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:07:04 2022 -0500 🚸 Prevent accidental button press commit 421c38ff2e0de3a8d5cd913232aa3448dbfbc487 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:57:41 2022 -0500 🐛 Home Z to Max after Z_SAFE_HOMING commit ec447dba04409c2b60d61b9bacab54c101bd9f3a Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 09:05:12 2022 -0500 🚸 Home Y before X on belt printers commit be6535e5f7a39529bd081ed38a1bf76fa645488f Author: Christian Piper <[email protected]> Date: Thu Apr 21 03:15:07 2022 -0400 🩹 Fix PRINTCOUNTER with EXTRUDERS 0 (#24063) Co-authored-by: Scott Lahteine <[email protected]> commit 99252cf0cd5a8a01228c715a505cb1eaf6b853e5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:58:45 2022 -0500 🐛 Prevent BABYSTEP freeze See #22830, #13300 commit f6f31434b8c0e21f98fef460e0c8492fd4c240d5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:16:52 2022 -0500 🧑💻 IS_ULTRA_LCD => HAS_WIRED_LCD commit 2f3960904e1a7b830c686fa793b122de49f3d674 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:45:28 2022 -0500 🎨 Misc. USB flash code cleanup commit 2dc4c642e78bb4fa99ca41f3ae3c92335248ffd4 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:50:39 2022 -0500 🎨 Misc. adjustments, spacing commit 70ea0e7c3450680e1062088243d2cf139eadc02a Author: Scott Lahteine <[email protected]> Date: Mon Apr 18 16:41:16 2022 -0500 ✏️ Remove extra G29 line Followup to 85a62bbf commit a81fd009f081eca3685e42cffac7f35e75428fea Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:08:26 2022 -0500 🎨 misc. cleanup commit e667d4e6e43b407cedce6bbf543ea1d815e8d520 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:53:39 2022 -0500 🌐 Rename "LCD Timeout" string commit 2d0af75d37c9ea8ab44c889ef4e489b3b533eb30 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 18:07:40 2022 -0500 ✏️ No such pin commit 5e68a86968d63f97f0febb8378b2a508e909ec90 Author: ellensp <[email protected]> Date: Sun Apr 10 12:37:24 2022 +1200 🔨 Preflight check old abl files (#24010) commit 8bd1547c3bb16cdce37412624161fab5b9d5ead6 Author: Moritz Wirger <[email protected]> Date: Fri Apr 15 04:43:21 2022 +0200 ✨ enwi ESPNP board support (#24029) commit a5e083603f1435a4a0e2e9fa7449c9133aa73225 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:11:03 2022 -0500 📝 Fix 'M150 S' comment commit c5f7547e8cf0d744fb1392b3651078d3985cecb1 Author: Giuliano Zaro <[email protected]> Date: Tue Apr 26 05:03:16 2022 +0200 🩹 Fix "elapsed" text on DOGLCD (#24087) commit 5c5b380fda9f541ee182e614966fc39a72ac6a18 Author: InsanityAutomation <[email protected]> Date: Tue Mar 29 05:41:33 2022 -0400 🐛 Fix MarlinUI on Ender 3 S1 (#23949) commit bb0e0cf7f35cf3b89aac4f395185d55f3aa62979 Author: aegelsky <[email protected]> Date: Fri Apr 1 05:21:10 2022 +0300 🐛 Fix MKS Gen. L - EEB (#23965) commit 5ee99dfc49eaa8e81f5beb66eb1c160ac2d217fb Author: Jon <[email protected]> Date: Thu Mar 31 22:18:32 2022 -0400 🩹 SKR2 Pins DIAG flag (#23968) Followup to #23050 commit a083b1280ec80a525766c0a9487865b76de64c81 Author: Keith Bennett <[email protected]> Date: Thu Mar 31 19:16:11 2022 -0700 📌 SKR Mini V1.1 TMC UART Pins (#23970) commit b7b5cee88baadfb10822b6bb13b6e7d3b0acaff8 Author: grauerfuchs <[email protected]> Date: Thu Mar 31 22:15:06 2022 -0400 🐛 Fix MightyBoard Rev. E EX2, extra MOSFETs (#23976) commit 7456fd68a41b12592f3ac3f47308f7037ca22b86 Author: Keith Bennett <[email protected]> Date: Sun Apr 3 14:13:29 2022 -0700 ✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check (#23990) commit 20154718b5a41c1522a313ada06ef5c35ce2023d Author: Scott Lahteine <[email protected]> Date: Wed May 4 17:03:25 2022 -0500 🌐 Clean up languages commit a6794c1862c663b387637597dba5f258a3e0e1e2 Author: Manianac <[email protected]> Date: Thu Mar 31 17:23:52 2022 -0700 🐛 Use ADC_VREF for Filament Width ADC Vref (#23977) commit bd5c6bf23c1478dcab31cc1c2edcd0fa546eb6ea Author: John Lagonikas <[email protected]> Date: Tue Mar 29 11:13:45 2022 +0300 ✏️ Fix parking extruder compile (#23961) Followup to d3e3e6a491 commit 68ee64283a7aab95c2f70eaf734e24b9d909dfa7 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:48:37 2022 -0500 🎨 INI cleanup commit dd29394bbe17ab6458817cce65b94f106252092f Author: Scott Lahteine <[email protected]> Date: Sat May 7 14:58:39 2022 -0500 🔨 Improved mfprep script commit ceb99e89a081d2230479e9bb7b63c23d14bf0b98 Author: Scott Lahteine <[email protected]> Date: Thu May 5 18:55:43 2022 -0500 🔨 Prevent build attribute define conflicts commit 6112277f9b2d24a7c9effeb5966dadef279a261c Author: Scott Lahteine <[email protected]> Date: Thu May 5 19:11:59 2022 -0500 🔨 Use first g++ in path for 'native' targets commit 81f403025c3ddb479ccf363fb091ac0fcf8e667b Author: Keith Bennett <[email protected]> Date: Thu May 5 00:38:48 2022 -0700 🐛 Some EEPROM size fixes (#24113) Co-authored-by: Scott Lahteine <[email protected]> commit eeda8b451acb2a0ae96656876f6a7682d43aca1d Author: Scott Lahteine <[email protected]> Date: Wed May 4 12:47:15 2022 -0500 📝 Replace KB with K in pins commit c7e8ba78576af230278a5662103acf421dc59bfd Author: Keith Bennett <[email protected]> Date: Mon May 2 16:29:25 2022 -0700 📝 Fix extraneous URL args (#24125) commit 071e5c336a157ca39b75081b8cb4436a72af965e Author: Ludy <[email protected]> Date: Mon Mar 28 03:20:54 2022 +0200 🐛 Fix MMU2 buzz (#23950) Followup to #23943 commit be08d4c4f01e2c297365664bd3e0f7dc2b051fde Author: David Forrest <[email protected]> Date: Sun Mar 27 21:19:02 2022 -0400 🔨 Fix Makefile GCC warning (#23957) commit e99104a0040f58477809c9e2b9506fe2bcd94331 Author: ellensp <[email protected]> Date: Sat Mar 26 16:44:22 2022 +1300 ✨ Configurable FREEZE pin state (#23944, #23948) Co-Authored-By: Scott Lahteine <[email protected]> commit edc4089121bcd96645b7be6bbd3dafa88c510ede Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 21:16:00 2022 -0500 🐛 Fix pulldown sanity check commit 3bce266ef7865a62b5e79c7c5c67a068bb5e4c20 Author: ellensp <[email protected]> Date: Sat Mar 26 14:03:43 2022 +1300 🐛 Fix MMU2 buzz (#23943) Followup to 89a9c3a391 commit c89d0114acba957d63e894bc1a479ec10cb18a81 Author: Robby Candra <[email protected]> Date: Sat Mar 26 06:34:20 2022 +0700 ✨ STATUS_MESSAGE_TIMEOUT_SEC (#23135) Co-authored-by: Scott Lahteine <[email protected]> commit 0e693854d0c86fa0998a5d497607d42d6798f6ab Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:35:00 2022 -0500 🚸 Clear "heating/cooling" message on temp reached commit 9324132a401cf0ab3781c9992d607bd4f88ba086 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:55 2022 -0500 🎨 Format, use status macros commit 5632ad65f59710ca64e4abca99afa64cb99d559e Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:26 2022 -0500 🐛 Fix status_printf alert level commit eccbfbcede60922b95971e90bf3a1d7983a5fe39 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:04:06 2022 -0500 🩹 Print English to serial out commit 5ef4fb378e345e20d1fa3bdbc5312598dc571276 Author: Scott Lahteine <[email protected]> Date: Thu Mar 24 20:29:50 2022 -0500 ✏️ Encoder noise followup Followup to #23925 commit 21f0945d2cfada672756709bc420feb11768e687 Author: Oleg Belov <[email protected]> Date: Fri Mar 25 02:12:35 2022 +0300 📌 Custom cable for Mini 12864 V1 + SKR Mini E3 V3.0 (#23936) commit b2a318af9a0c8e91b1f66a5576226b50b1b49f1b Author: Serhiy-K <[email protected]> Date: Fri Mar 25 01:07:58 2022 +0200 🌐 Update Ukrainian language (#23935) commit 1c89c0470f2778f8051ff8514831138e64a2d9ed Author: ellensp <[email protected]> Date: Fri Mar 25 12:06:28 2022 +1300 🩹 Wrap endstop_diag.cpp (#23931) commit 2ee4a667e1999839e61fa4c7d4e31a88d6e301d6 Author: Scott Lahteine <[email protected]> Date: Wed Jan 12 09:47:22 2022 -0600 💡 Misc. cleanup, comments commit f8e177a43efa3e7a173e2799562d354ab95544ab Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:39:53 2022 -0500 🧑💻 Improve STATUS_BED_X commit 9ac1c73041cbf4015b48d9d7a70a59e840a1d442 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:34:00 2022 -0500 🎨 General cleanup, comments commit 4a8b99d505584d1fa5eb71d588da1bb60c3a2878 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 22:22:08 2022 -0500 🧑💻 EXTRUDER_LOOP macro commit b094a3fc0d647f7daff7c4d97db32f9d41e4c11d Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:31:36 2022 -0500 🎨 Clean up tool change with tool sensor commit 2d99a608fd993fd5cb75223b72deadfc969a13c1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:58 2022 -0500 🔨 Fix 'mftest -s' commit fba8805c0cd87845c80d9cd7738b94332a35e27b Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:10 2022 -0500 🩹 Fix ADC math overflow commit 039a22649f4e0201d7580b63c1a414450353438a Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:56:07 2022 -0500 🧑💻 PIO --silent in build_example commit ced0ad8e094baecf6e3ee8eaa36c61baaa5743fc Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:17:12 2022 -0500 🎨 Apply _TERN where possible commit 10a0c9a9b3d4070326954c5c2354cfd8ba490f0c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:20:19 2022 -0500 🔨 Suppress MMU2 resume_position warning commit abfb0411809568970221281a3614e30970f0dfc1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:08:00 2022 -0500 🧑💻 Add neo.set_background_color(rgbw) commit 72f207f4895d5db34f697cb203876405b98d89c8 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:53:42 2022 -0500 🔧 Sanity-checks for PULLDOWN, SINGLENOZZLE commit 7186037f20a2a2c57624e31c1e99adc37759c5f6 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:31:54 2022 -0500 🔧 No Switching Nozzle with MMU2 commit b0a400da72f6752619a82246fac55a07a4e67f3c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:14:17 2022 -0500 🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER commit cc4c2c2f98a1742d6b462481f74dacf5b5b93961 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:11:01 2022 -0500 🔨 Allow I2CPE_ENC_n_INVERT set to false commit 5dae8a67344cfeda3de6d40fcd14498542004fe9 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 15:30:29 2022 -0500 🚸 Allow one servo with cutter on RAMPS commit 05dea4e30a1768913ec7d1f38c65b9423200a558 Author: Fredrik Andersson <[email protected]> Date: Mon Mar 21 02:14:45 2022 +0100 ✨ Encoder button noise filter (#23925) commit 7e88ee8c5cc87395e73c45bcd743f3ab0302773b Author: Mark <[email protected]> Date: Fri Mar 18 12:49:47 2022 +0800 📌 PandaPi V2.9 – Standalone mode (#23908) commit cc8e485e1c55fb2fcdba7dc8f6b89041ed18e9ce Author: John Robertson <[email protected]> Date: Fri Mar 18 03:21:53 2022 +0000 ✨ ESP32 - Hardware PWM for fan, cutter, servos (#23802) commit c7a2ecc31aa4def9e60668f5cfc648d87776be9b Author: ellensp <[email protected]> Date: Fri Mar 18 16:17:41 2022 +1300 🩹 Fix xatc EEPROM debug (#23911) commit 260b40d1453a9310581c45d3e1327a3103b36a22 Author: tombrazier <[email protected]> Date: Fri Mar 18 03:15:26 2022 +0000 ⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867) commit c87eded8f6183c33bd9b9a74dd577fe6c77c32df Author: Ludy <[email protected]> Date: Fri Mar 18 02:55:33 2022 +0100 🩹 Fix redundant var declaration (#23913) commit 2f2a999368f22f2c6b3105ab481987c2025bc50e Author: John Robertson <[email protected]> Date: Thu Mar 17 19:35:33 2022 +0000 🐛 MKS TinyBee - 2.5V ADC Vref (#23903) commit 2558b323e85006c3c9f6a03bcaa82f61c95da0bb Author: Jelmer van der Stel <[email protected]> Date: Sun Mar 13 23:20:30 2022 +0100 🩹 Fix DWIN E3V2 display issues by allowing re-init (#23879) commit 1db685593922214e49496d805dc9ea099e227f50 Author: Mrnt <[email protected]> Date: Sun Mar 13 15:17:35 2022 -0700 🧑💻 Allow DIGIPOT Rsx / Vrefmax override (#23885) commit 62f298aca39ff17bc7a51f49b9ff6b5b17a76c30 Author: Julien Staub <[email protected]> Date: Sun Mar 13 23:09:32 2022 +0100 🩹 Fix ExtUI build with Host Keepalive disabled (#23898) commit 8d20c5aadfff34a024665ea349c0b66834e4d305 Author: InsanityAutomation <[email protected]> Date: Sun Mar 13 18:00:35 2022 -0400 📝 Fix X2_MAX_POS comment (#23873) commit 61b470249c1cfa361f25060940cc8b7f8a8f64e9 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:59:43 2022 -0500 📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment commit 4ffa88f814f3ddcb7273b73c9bb68773bcf1fd51 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:46:08 2022 -0500 🚸 Test LIN_ADVANCE in a pins file commit 8257040fafe758ac1913e9bf633fa0c9930dd9cb Author: Mathew Winters <[email protected]> Date: Sun Mar 13 14:13:41 2022 +1300 ⚡️ G12 - Only require used axes to be homed (#23422) Co-authored-by: Scott Lahteine <[email protected]> commit 5d9ab7e71eed56f242d4fae32836f305bb1ff680 Author: Keith Bennett <[email protected]> Date: Sat Mar 12 16:23:29 2022 -0800 🔨 Drop extraneous build flag (#23862) commit 1a76d4d467ebb3d8ed1df39767efa99beb08e854 Author: Nick <[email protected]> Date: Sat Mar 12 23:47:47 2022 +0000 🐛 Fix Chiron new TFT SD print after reset (#23855) commit 4028c1cfc7bcaf78e49bb98b527353ec30a970de Author: Scott…
commit 01f96a103be4369f27a009f9b524c3cc5cd821d2 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:46 2022 -0500 🔖 Marlin 2.0.9.5 commit 3638ce2b31ea3749685e034c4bf6a0eba92ee0f5 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:03 2022 -0500 🚑️ Fix XYZEval = N not setting E commit 889d1224907240aee42331ec3b011260c3f56ffe Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:14:01 2022 -0500 🧑💻 Further script updates commit dc3322b639223e4592ef724ca7d1aadd8451feee Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:08:42 2022 -0500 🧑💻 Axis macros parity with 2.1.x commit 25521cb9b2069db9bf2ab0b9576e6201c34d97e4 Author: Miguel Risco-Castillo <[email protected]> Date: Sat May 28 17:34:36 2022 -0500 🚸 Fix, update ProUI (#24251, #24473, #24500) commit 593b734d18847298acc6c1489ea97fb8528f53ec Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:53:36 2022 -0500 ♻️ Small sound / buzz refactor (#24520) commit 2952f0be5de7a82f706f74550aba17e7be3d378f Author: Keith Bennett <[email protected]> Date: Fri Jul 29 04:12:38 2022 -0700 Updates from #24560 commit 752f3d440dd72d869140268dc79f3efb49043c1e Author: tombrazier <[email protected]> Date: Sat Jul 16 00:15:51 2022 +0100 ⚡️ Optimize Planner calculations (#24484, #24509) commit 5c46ae4f003a796292fa585f4d8f959dc2e503a7 Author: tombrazier <[email protected]> Date: Fri Jul 8 20:41:39 2022 +0100 ⚡️ Optimize G2-G3 Arcs (#24366) commit af6995845cfe50edc81881b5de523cfc28efc099 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:30:26 2022 -0500 🩹 Revert extra axis changes commit 8e6aa1b113bafea1af6c0ffa9d07980cb6f90e41 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:00:07 2022 -0500 🧑💻 Fix and improve build_all_examples commit 929ce5e859858bf3db475fb4aaa49899b22f1d68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 10 22:00:10 2022 -0500 🧑💻 Add Sim debug with lldb commit 3a5e87cdb76ced2e84eccecf220289dc70e9a741 Author: ellensp <[email protected]> Date: Wed Jul 20 10:32:08 2022 +1200 📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (#24521) commit 35e1384decb6b521c729c5eb77281e01b8cdc29f Author: Keith Bennett <[email protected]> Date: Fri Jul 15 15:43:43 2022 -0700 📝 Update board MCU comments (#24486) commit 406c2342fd5556a0c54a090f38b674cd82f9fa2a Author: InsanityAutomation <[email protected]> Date: Mon Jul 18 21:12:27 2022 -0400 🚸 Machine-relative Z_STEPPER_ALIGN_XY (#24261) Co-authored-by: Scott Lahteine <[email protected]> commit fa50d2c757f9b1fecc133d511c4fc1297842e184 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 04:00:39 2022 -0500 🧑💻 Fix MAP macro use Followup to #24191 commit 6523b92014f2fd6de97c6b44dc1cfd22526b03a2 Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit 2461138661bdeed44c8291229237107680803843 Author: lujios <[email protected]> Date: Tue Jun 7 02:22:17 2022 +0200 🩹 Fix G33 Delta Sensorless Probing compile (#24291) commit 2bb9a5ee5efbf054a7f63083532c4762437a19f1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 03:42:04 2022 -0500 🩹 Apply linearval in M600 commit 0a4aa0978dfa6c198eac85cdcc09f6de59cbba55 Author: Keith Bennett <[email protected]> Date: Fri Jul 8 13:30:03 2022 -0700 🔧 Assert Probe Temp Comp requirements (#24468) commit 39863d54b06e9b9394815467bde3b44500eebab3 Author: ellensp <[email protected]> Date: Sat Apr 23 21:16:15 2022 +1200 🐛 Fix BACKLASH_COMPENSATION compile (#24072) Followup to #23826 commit cea45d49bc3c510e4fa38dead1d65c335f0737ae Author: Scott Lahteine <[email protected]> Date: Sat Apr 9 19:17:04 2022 -0500 🎨 Misc. 6-axis cleanup commit 34f9c28fd16e5cc77636bcaad5ba40c56a521375 Author: Pauli Jokela <[email protected]> Date: Thu Jul 7 18:59:23 2022 +0300 🩹 Fix safe homing sanity-check (#24462) commit bf084254dab5dab9a38ea275db4846e956589758 Author: Scott Lahteine <[email protected]> Date: Mon Jun 20 21:15:57 2022 -0500 🎨 Fix comments, formatting commit 6f51f19257a1f3a3594270169d8a8d74e312f2ba Author: Christophe Huriaux <[email protected]> Date: Wed Jul 6 22:43:38 2022 +0200 🩹 Fix ST7565 LCD contrast init (#24457) commit 56974af3e5c8958569b409ddcffabf35ecb53692 Author: Mike La Spina <[email protected]> Date: Fri Jul 8 15:02:12 2022 -0500 🐛 Fix laser/fan sync (#24460) Followup to #22690, 307dfb15 commit f9154eca8cdfbff885934f90f49209ea112593d8 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 21:46:38 2022 -0500 🩹 Fix TFT image packing commit a03516a9f40f8723c21fc4d1f26b6e06c635ed2c Author: DerAndere <[email protected]> Date: Mon Apr 4 04:43:42 2022 +0200 🚸 Better M350, M114 with more axes (#23986) Co-authored-by: Scott Lahteine <[email protected]> commit f18b0f6f4b42baa2f3aa7761ae3263dbea04ee4b Author: toomuchwonder <[email protected]> Date: Thu Jul 14 04:17:53 2022 +0100 🩹 Fix MKS UI extruder speed (#24476) commit d617002a6eec353cc1dcc69aab268cb8d71c52e3 Author: Miguel Risco-Castillo <[email protected]> Date: Thu Jul 14 00:00:33 2022 -0500 🚸 Fix and update ProUI (#24477) commit 01f16daf42a49c6c37f63e389c9c1df2d6d130f8 Author: InsanityAutomation <[email protected]> Date: Wed Jul 20 04:08:19 2022 -0400 🐛 Fix Archim2 USB Hang (#24314) commit ff1ecb00cc52b33136a1a42d0d339af7db92fcae Author: Scott Lahteine <[email protected]> Date: Thu Jul 28 20:52:33 2022 -0500 🎨 Misc. 'else' cleanup commit 750a8dbe7fedcbbe1a651cb0bc24fe0b5753eaf1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 12:38:00 2022 -0500 🩹 Fix MAX31865 approximations Followup to #24407 commit ba8f109f8aa7de5b869244ef95441f5870729856 Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:52:47 2022 -0500 🩹 Fix manual move titles (#24518) commit 77fc65ddc2753c8170597157c77cc58132f4c092 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:52:27 2022 -0500 🏗️ Extend AXIS_CHAR to include E Co-Authored-By: DerAndere <[email protected]> commit af24e1b77ee9fdff8a9551bdc7cd5ef47c302afd Author: kisslorand <[email protected]> Date: Tue May 31 20:05:57 2022 +0300 Fix axis string 'N' (#24259) Followup to 167672d commit 36d508c5a0c959191bf8f6ec7508dfdc259a7661 Author: Ludy <[email protected]> Date: Thu Jul 28 04:44:21 2022 +0200 🌐 Update German language (#24555) commit 9f5aab1a6164c7837b8352cd63ac7b2c8e1f8988 Author: Scott Lahteine <[email protected]> Date: Wed Jul 27 04:24:50 2022 -0500 🧑💻 Update planner/stepper includes commit 62d29ade426328a4924ed2838fcea8e113e1c1f9 Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 21:15:44 2022 -0500 🩹 Fix lcd_preheat compile commit c801cc4830eca838f19a61cc55a0bf31cfcfd43c Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 14:54:54 2022 -0500 🔨 Update build/CI scripts commit bc91b1cdcdc09d368653d5a9430d349e6775f81e Author: Scott Lahteine <[email protected]> Date: Sun Jul 24 13:51:43 2022 -0500 🎨 PIO scripts cleanup commit c847ef02a1c6b9c88f523b8fc2961df0a28c0904 Author: Keith Bennett <[email protected]> Date: Mon Jul 25 12:02:37 2022 -0700 📺 Fix TFT Classic UI non-Touchscreen 1024x600 (#24541) commit cdda90f56c3dc4a9a40eb2528cc92a7cd408436f Author: Keith Bennett <[email protected]> Date: Mon Jul 25 11:47:07 2022 -0700 📝 Update MPCTEMP G-Code M306 T (#24535) M306 simply reports current values. M306 T starts autotune process. commit ad4bc378b7b574a8c094872b42b541de3596fb7b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:43:03 2022 -0500 📝 Update Driver Type comments commit 99710b94d29763c25ab764513ce1efdbb5baf13b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 78fc5acca99f1717033d09f0358d9564857d1f09 Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:11:33 2022 -0500 🔨 Add mftest --default flag commit e616542c891e3f2d107da528fc46173c84652a47 Author: Arthur Masson <[email protected]> Date: Sat Jul 16 23:58:18 2022 +0200 ✨ Polargraph M665 settings (#24401) commit a50bb96d2dd22263c3e55566c789bd717cb7fcdf Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 653f0ab9dd95e07afb2e5f3a5536328f1f3daff1 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 02:56:55 2022 -0500 🔨 Fix and update Makefile Followup to 89fe5f6d commit c96ed8998b971a5a00a6aa4aca6d9f9b812fdab1 Author: Jason Smith <[email protected]> Date: Thu Jul 7 21:43:56 2022 -0700 🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463) commit b025c18d5b9d86c09b766a15f2ccaf45f340626f Author: Mike La Spina <[email protected]> Date: Wed Jul 6 07:46:39 2022 -0500 ⚡️ Fix and improve Inline Laser Power (#22690) commit b49da1d4ca1056cd28a396e878bf37c45af43441 Author: tombrazier <[email protected]> Date: Tue May 31 18:01:59 2022 +0100 💥 More M306 M => M306 H (#24258) Followup to #24253 commit 90074e626012ae74d51f4e47216b99cbe2c783d4 Author: Keith Bennett <[email protected]> Date: Sun May 22 14:32:16 2022 -0700 🎨 Fix/adjust warnings (#24225, #24404) commit e570c4cc2ed1b284834fcb809973c80a1002b784 Author: Scott Lahteine <[email protected]> Date: Sun May 22 17:45:07 2022 -0500 🧑💻 Forward-compatible axis strings commit 543bbf02fc552cd121b85f3444bcbf87fbb1faee Author: DerAndere <[email protected]> Date: Tue Apr 19 05:15:15 2022 +0200 💥 Update Motor Current G-codes for extra axes (#23975) commit 5ccdc9ced7639f646c01f757ac6afa1f42007021 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:13:11 2022 -0500 🏗️ Axis name arrays Co-Authored-By: DerAndere <[email protected]> commit ddb0168e29878d626d6b36a89b6b4850ad5d4ebe Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 22:37:20 2022 -0500 ♻️ More updates for multi-axis commit 0caf234aa5ae143bec8e9fc0ef52f632317e8fd1 Author: GHGiampy <[email protected]> Date: Fri Jul 15 10:18:57 2022 +0200 🔨 Fix firmware upload (#24499) commit dddbc4d730a1120b5f37b40f7393bc42e3651297 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:56:13 2022 -0500 🔨 PlatformIO "--target upload" == "--target exec" commit 08e6e8b9be0614fbacab998a20bf9bad1b1af94f Author: Scott Lahteine <[email protected]> Date: Sun Jul 3 10:32:47 2022 -0500 ♻️ Encapsulate PID in class (#24389) commit 12ae80bcecb8329fb0548342228d8edffeeba115 Author: Victor Oliveira <[email protected]> Date: Sat Jul 2 21:31:27 2022 -0300 🔨 Disable stack protector on macOS simulator (#24443) commit 9e530cd27b790f3dce30963c6d98af043ba5abf5 Author: Eduard Sukharev <[email protected]> Date: Wed Jul 6 16:30:47 2022 +0300 🐛 Fix MKS TinyBee compile (#24454) commit 0ec1cb58c77d37886d0b6a0c683122ea614d7e20 Author: EvilGremlin <[email protected]> Date: Mon Jul 4 04:49:23 2022 +0300 🔨 Fix OpenBLT encode; no-bootloader envs (#24446) commit b548e21b656f751305acf9d613144748e847b1e0 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:30:05 2022 -0500 ♻️ reset_acceleration_rates => refresh_… commit e170460855cf002c44a4a2d5cc8d538794fea7fa Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:24:59 2022 -0500 ♻️ Planner flags refactor commit b7b2286e49c3ddf5060e26b9c03bdb6c2207eeba Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 047d0264c5ddc5dde152eaebc6507b242d05ca02 Author: elimisback <[email protected]> Date: Sat May 28 16:22:59 2022 -0400 🔨 BTT STM32G0B1RE xfer build (#24245) commit c56fb1c1820248f256b4255de175eab854591d49 Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 04:29:39 2022 -0500 🎨 Minimize block->steps.set commit d5a79c27fe764edb295c3ed9ee3df1765c9ded27 Author: DerAndere <[email protected]> Date: Fri Apr 1 07:10:38 2022 +0200 ♻️ More updates for multi-axis Based on #23112 Co-Authored-By: Scott Lahteine <[email protected]> commit 1e3fe65b9dd0555b77cac1832ad820253e200618 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 17:49:54 2022 -0600 🚨 Fix some compiler warnings commit af4160af6f79acc4725916f311c16dfc3d1013c7 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 13:03:33 2022 -0500 🐛 Fix types.h macros and fields Fixes #24419 commit 53b73bbd7fc17172c5d5c4820ee11092e9c92926 Author: Scott Lahteine <[email protected]> Date: Sun Jul 17 22:25:51 2022 -0500 🔧 Config parity with 2.1.x commit 3b37e859491000034f73ada784931da9aaa63e1a Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:26:36 2022 -0500 🚸 Arrange EXP pins in common order (#24525) commit a1881f70a89e96ab9d95a3c6f169d97416f729db Author: Keith Bennett <[email protected]> Date: Mon Jul 11 11:33:42 2022 -0700 ✨ MKS Monster8 V2 (#24483) commit 6ad7f7ce985831c2947703cc2d5a7daf5cd0f201 Author: Christophe Huriaux <[email protected]> Date: Sat Jul 16 23:35:40 2022 +0200 ✨ eMotion-Tech eMotronic (Micro-Delta rework) (#24488) commit 9fe4d2cc6cee4db08f16deffa7356c1de0477f8e Author: Victor Oliveira <[email protected]> Date: Thu Jul 14 03:30:00 2022 -0300 ✨ Creality3D v4.2.5 / CR200B (#24491) commit 5bd0541985c1571ba753160957a418ce47df9abf Author: Keith Bennett <[email protected]> Date: Sun Jul 3 22:31:06 2022 -0700 ✨ BigTreeTech SKR SE BX V3.0 (#24449) SKR SE BX V3.0 removes the Reverse Driver Protection feature. commit 35d5393a3e2f41cdc0b5929af6f349e41d705c13 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 20:16:16 2022 -0500 📝 Index Mobo Rev03 => Opulo Lumen Rev3 commit 1ffc4ba861cce00457c4ce79503eacac58297c29 Author: DerAndere <[email protected]> Date: Mon Apr 18 06:03:39 2022 +0200 🩹 Fix some parameters w/out values (#24051) commit 2bf6573098687b203ee1f3adf3f66b7a3e05163b Author: Scott Lahteine <[email protected]> Date: Sat Jul 9 11:08:53 2022 -0500 🐛 Fix SDIO for STM32 (#24470) Followup to #24271 commit 5e0a39265ac82952a0ec73144de6f9d2497b6b48 Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 495002e158e289ee7c90663aaa0aeb61942cb28d Author: tombrazier <[email protected]> Date: Sat Jul 23 05:32:28 2022 +0100 🐛 Fix 2d mesh print (#24536) commit adeca472922700cc63a0d0e1324c5b0cf91be68c Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 686d1fbb510b5060d4a23baae67a8fda0374b65c Author: Scott Lahteine <[email protected]> Date: Wed Jul 13 21:22:53 2022 -0500 🎨 ANY => EITHER commit 8f84ce72e118478e582d45e97b7f7f0727e59522 Author: Scott Lahteine <[email protected]> Date: Fri Jul 8 22:45:17 2022 -0500 Fix SDIO for STM32 Followup to #24271 commit 5bf02e39a9159b0397a93f10571841f4d1bbc807 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 09:08:43 2022 -0700 🚸 MPCTEMP: Home before cooling (#24434) commit a5b076dff727fba479fe00e97e9d9332953addb3 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 08:08:40 2022 -0700 🩹 Fix MKS TinyBee ADC Vref (#24432) commit b79231cc59d6746f6714af102763d59488ea753a Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 21:17:32 2022 -0500 🩹 Remove poison wchar_t macro commit 86e6f9e38ea7a4653f11094221bcf4be20d0fef3 Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 20:10:51 2022 -0500 🩹 Remove obsolete split_move commit b3018da60c6cf12f22c9e9b7954bcddc2cb4b686 Author: Moonglow <[email protected]> Date: Fri Jul 1 05:51:55 2022 +0300 🐛 Fix M149 (#24430) commit 0d04aa960f49196eca9f3da17846460b322d10c6 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 17:14:23 2022 -0500 🩹 Fix memset block warning commit 0d34c2e287b582598a75cad0bb6ddd8bbd1fbba6 Author: Keith Bennett <[email protected]> Date: Wed Jun 29 06:24:22 2022 -0700 🐛 Fix Axis Homing (#24425) Followup to 4520a51 commit 1690f49656788ddb580c0f8311095800ad65881b Author: John Lagonikas <[email protected]> Date: Wed Jun 29 01:53:05 2022 +0300 🐛 Fix MAX31865 PT1000 normalization (#24407) Co-authored-by: Scott Lahteine <[email protected]> commit dbdb39f60ff1a97050f09d76f8f4de101d03d30a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:32:00 2022 -0500 📝 Note about UBL bad splits commit 843c04baa6df0db350ff759abcfa3f3fe431e5a2 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 10:01:22 2022 -0500 🎨 Misc. shorthand operators commit a7c58c1fd6463407331596623f8ff07c8a07481a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 05:47:18 2022 -0500 🐛 Fix Manual Move axis selection (#24404) commit 3af5c32ea23e8bca1e7c233006987286e980f982 Author: Shlee <[email protected]> Date: Sun Jun 26 06:56:57 2022 +0000 📝 Add STM32F4 example, Ruby (#24399) commit 4039075a1d7b96482a59987fb78f3e500ede0efb Author: Giuliano Zaro <[email protected]> Date: Sun Jun 26 08:52:19 2022 +0200 🌐 Update Italian language (#24398) commit ed796c83541a9cbbb615fe7be6007735ad279f07 Author: Roman Moravčík <[email protected]> Date: Sun Jun 26 08:51:16 2022 +0200 🌐 Update Slovak language (#24397) commit f3c64fd397b28d132e72852956a36e64d9d53f43 Author: sgparry <[email protected]> Date: Sun Jun 26 07:49:57 2022 +0100 🩹 Fix LCD contrast with K8800 board commit b220342b26b3ed327ce6723e4912163bd76661f5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 24 22:07:06 2022 -0500 🌐 Drop unused delta strings commit 4dad5871888fd99fea0ec918c04f1c134f49ab8a Author: InsanityAutomation <[email protected]> Date: Tue Jun 21 22:09:24 2022 -0400 🐛 Resolve DUE Servo pulse issue (#24305) Co-authored-by: sjasonsmith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit 1efe48ef656b38e6f60bbd193e66ae9c54f85a9d Author: tombrazier <[email protected]> Date: Sat Jun 18 05:17:12 2022 +0100 🐛 Fix G2/G3 Arcs stutter / JD speed (#24362) commit ae8365a4e56d91374e1ea20e6edb1c0bf041ad46 Author: Bob Kuhn <[email protected]> Date: Thu Jun 23 23:58:26 2022 -0500 🐛 Fix Lerdge build / encrypt (#24391) Co-authored-by: Scott Lahteine <[email protected]> commit dd68461bb1a2bc714f6b48008d2cf87c1e9e1d4e Author: Victor Oliveira <[email protected]> Date: Thu Jun 23 06:18:36 2022 -0300 ✨ Classic UI BIQU BX (#24387) commit 010fbcccf7fc2aa7c421fa5df1a9d1a32f477fcc Author: ellensp <[email protected]> Date: Wed Jun 22 22:08:24 2022 +1200 🩹 Fix DGUS (MKS) compile (#24378) commit 185fe5696c9843096a0619797566d7e27d573d75 Author: Victor Oliveira <[email protected]> Date: Wed Jun 22 05:33:03 2022 -0300 🚑️ Fix BIQU BX touch freeze (#24383) commit 7edd37bc5aeeff9c55442bf6d142c3cb9357995c Author: ellensp <[email protected]> Date: Wed Jun 22 16:13:18 2022 +1200 🐛 Fix M423 invocation (#24360) Followup to #23745 commit 000042702108a0c0e8428350961398c4d39e3273 Author: tombrazier <[email protected]> Date: Wed Jun 22 03:45:22 2022 +0100 🩹 LCD strings followup, fix warning (#24328) commit 0d1d125bc69bf1634faecea6d0a2862677f584d3 Author: ellensp <[email protected]> Date: Wed Jun 22 10:33:25 2022 +1200 🚑️ Fix SD mount bug (#24319) Co-authored-by: Scott Lahteine <[email protected]> commit 22e82a13d993e5b0ac1e7f56a77eabbf6da79dfe Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:12 2022 -0500 🎨 Simplify move menus with substitution commit 70d72354e2469eb66378e2da3a52ecd6db3f3447 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:23 2022 -0500 🎨 Use MAP for home axis items commit 821f4983d01430b9fc9ba5ccb44ea7ace4bf31e0 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:35 2022 -0500 🧑💻 Fix STATIC_ITEM_N arg order commit 15ca479708d39977c76acb73aaf1deca78810206 Author: Scott Lahteine <[email protected]> Date: Tue Jun 21 23:28:19 2022 -0500 🎨 Fix comments, formatting commit 2b8d115ebc08ee3ac03d680eff40d2b8079c2b44 Author: John Robertson <[email protected]> Date: Sat Jun 4 07:26:08 2022 +0100 ⚡️ PWM for ESP32 I2S expander (#24193) commit ae78a8844ae47d1b22f04e4545a29c19a0f8b214 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:08:29 2022 -0500 🧑💻 MAP macro for axis lists, etc. (#24191) commit f26438ef2870d88b057fba3c892f1ab4fd82b952 Author: Keith Bennett <[email protected]> Date: Mon Jun 13 19:04:49 2022 -0700 👷 Use Biqu BX for CI test (#24331) commit ce6c8adcb1002049f27513fdb0c74ce9831386cc Author: ellensp <[email protected]> Date: Wed Jun 15 20:02:32 2022 +1200 👷 CI test without src filter (emulate Arduino) (#24335) commit d57cf9bd6b6d70dda6fe2bba9b83849a9688408a Author: luzpaz <[email protected]> Date: Sat Jun 18 00:19:01 2022 -0400 🌐 Fix LCD string, typos (#24324) commit 5408259f51394e2c2a48879c0119251f324f0e12 Author: Scott Lahteine <[email protected]> Date: Mon Jun 13 20:43:23 2022 -0500 🧑💻 Apply F() to some LCD / TFT strings Followup to #24228 commit f31178f868882905d210504e763052ca639782f9 Author: ellensp <[email protected]> Date: Tue Jun 14 13:38:19 2022 +1200 🩹 Fix missing ProUI cpp wrapper (#24313) commit f976e56a1993adede0ed854326e0cab214d90295 Author: ellensp <[email protected]> Date: Sat Jun 11 17:03:20 2022 +1200 🐛 Fix JGAurora A5S A1 build (#24326) commit 571007e5c9a1e407ef7f72b555e1d207be2f256f Author: Steven Haigh <[email protected]> Date: Sat Jun 11 12:08:55 2022 +1000 🩹 Fix ProUI compile (#24310) Co-authored-by: Scott Lahteine <[email protected]> commit 00527f38d59d8b466d515da801844197073c7bcc Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:47 2022 -0500 🧑💻 Misc. servo code cleanup commit 1c7696838b04051115d246fff173846cf74ea4d9 Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:08 2022 -0500 🧑💻 Remove servo macros commit ad786a7930f1a0516427f7e0d827402387549ead Author: tombrazier <[email protected]> Date: Tue Jun 7 01:23:55 2022 +0100 🩹 Fix Mesh Leveling + Debug compile (#24297) commit ce9c81dfa12ebde0a0a55663523c782afecbd85c Author: ellensp <[email protected]> Date: Tue Jun 7 18:59:21 2022 +1200 🩹 Media Change followup (#24302) Followup to #24015 commit 92910721d0c4cc79ad0f8a64fb11b2c15bf3619d Author: Scott Lahteine <[email protected]> Date: Mon Jun 6 19:06:03 2022 -0500 👔 Fix and comment use_example_configs commit 236251a2ce4f055ab96af0008c882ffe77f5dac8 Author: Miguel Risco-Castillo <[email protected]> Date: Mon Jun 6 00:01:06 2022 -0500 🚸 ProUI G-code preview, PID plot (#24282) commit 369542db3bb34c28196a77838a2f018180a7da74 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:23:43 2022 -0500 🔖 Marlin 2.0.9.4 commit 40d96c3460117eeab1742d74c2d78b57b4a9a1b6 Author: Scott Lahteine <[email protected]> Date: Sun Jun 5 20:26:40 2022 -0500 👔 Remove actions from misc. branch commit d7a71beaf4f08e60c3d13049f1046bbb663c643d Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 18:16:43 2022 -0500 🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING commit f3b593ae73b5d21b5c270a5f5ede0fe982822b07 Author: Scott Lahteine <[email protected]> Date: Tue May 31 12:43:44 2022 -0500 🎨 Fix spelling, whitespace commit 1d8d8dccf45d2090e075b148d4f08e299184392c Author: Scott Lahteine <[email protected]> Date: Fri Apr 29 15:21:15 2022 -0500 💥 Num Axes / Multi-Stepper based on Driver Types (#24106, #24120) commit 1e127a93c4c1446cf11aacecc9597a7355262ac8 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:15:23 2022 -0500 🧑💻 Extend LCD string substitution (#24278) commit fcef8d946cbd45e27ba9888f1e18327b68d52b00 Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 0253500ccd5a7192f3e545cb5552c4ab7b309c5d Author: Tanguy Pruvot <[email protected]> Date: Wed May 25 08:07:11 2022 +0200 Use default null args in select_screen commit 0d783a76907ace17f0d61ebe8882ebee9bc6ce3b Author: ellensp <[email protected]> Date: Thu Jun 2 21:22:09 2022 +1200 🐛 Init Stepper SPI before PSU Control (#24269) commit e784e0413204680f3c8f3a8cdf519fb5bee7a164 Author: BIGTREETECH <[email protected]> Date: Thu Jun 2 17:02:06 2022 +0800 ✨ BigTreeTech SKR3 - STM32H743 (#24271, #24272, #24275) Co-Authored-By: Alan.Ma <[email protected]> commit 11d68e31274fccd20c8bb72eec0b4ad547962823 Author: bryan065 <[email protected]> Date: Thu Jun 2 04:51:39 2022 -0400 🚸 Custom Menu Items for JyersUI (#24270) commit 8b8b2a7ed35908b6a49d5b3badb230d3283792bb Author: ledzepman71 <[email protected]> Date: Thu Jun 2 02:49:48 2022 -0600 📌 Tenlog PSU pin (#24266) commit fc1a620b878b45675b9a7972be6c1fb2882b8092 Author: tombrazier <[email protected]> Date: Sat May 28 23:40:08 2022 +0100 🚩 MPC update (#24253) commit 9799907dc9a53810e87fd5b54e2194d30e70eff8 Author: Keith Bennett <[email protected]> Date: Tue May 31 14:28:01 2022 -0700 👔 Configs required to submit a Bug Report (#24256) commit 6fc4dbbbc4b3b1e6820f4f18b81602451bb1786c Author: Scott Lahteine <[email protected]> Date: Sat May 28 17:05:09 2022 -0500 🚸 Change M201 G to S commit 74596ad4d7f9117e06829b5657d7402f27a445ce Author: Robby Candra <[email protected]> Date: Mon May 23 09:13:17 2022 +0700 🩹 Adjust manage_media for slow/late media init (USB FD) (#24015) commit 28f8646aa64b8baf6f93197d04b0802580272e40 Author: Scott Lahteine <[email protected]> Date: Sun May 22 19:56:46 2022 -0500 ♻️ Apply F() to more LCD code (#24228) commit 9a74bcd4cf13efa2d7cfb365182d7e097eaa1f1d Author: John Robertson <[email protected]> Date: Tue May 31 23:09:44 2022 +0100 ✨ Laser Safety Timeout (#24189) commit 07cd248b91a59db8e2bc7ad10bbf160852af34fb Author: Scott Lahteine <[email protected]> Date: Sun May 22 20:45:37 2022 -0500 ♻️ Move watchdog to MarlinHAL commit 209c792ef7e97dc48bf3517c9f8f56e6be80e97f Author: Scott Lahteine <[email protected]> Date: Fri May 20 11:27:09 2022 -0500 🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (#24170) commit dbd00d992705a07b3da769549495d6505cb96b43 Author: Scott Lahteine <[email protected]> Date: Mon Apr 4 15:57:03 2022 -0500 ✨ DOGM Display Sleep (#23992) Co-authored-by: borland1 <[email protected]> commit 4ae54a6229d1704bfc54a85233af40b69e924246 Author: Ludy <[email protected]> Date: Mon Apr 18 11:43:34 2022 +0200 🐛 Update German language, Fix FTDI (#24047, #24048, #24227) commit ce0af56d0aa4371620b142ba5b2ed3b455813a5d Author: tombrazier <[email protected]> Date: Sun Apr 10 07:20:05 2022 +0100 🚸 Improve MPC tuning, add menu items (#23984, #24018, #24049, #24059) commit 6c557a248016f2e89e259d2d5ee8e000521099bb Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:44:45 2022 +0200 🐛 Fix Bed/Chamber PID Autotune with MPCTEMP (#23983) commit a6ce9bf559d963c3cdcb6db7f57a572bc58016ea Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:58:58 2022 -0500 ✨ Autoreport Redundant Sensor option (#24014) commit 21c838cb1b86c3ffd5958c68d82f6c0c25e78dbe Author: tombrazier <[email protected]> Date: Fri Apr 1 08:14:14 2022 +0100 ⚗️ Temperature Model Predictive Control (#23751) commit 3443a9e18bf2c9797037f141d68ab409d6b3c00b Author: Pauli Jokela <[email protected]> Date: Thu May 12 05:23:16 2022 +0300 ✨ SOUND_ON_DEFAULT option (#24102) commit b2b5b85045e689d311e472d803817e08b49ccaec Author: Robert Brenckman <[email protected]> Date: Sun Apr 10 01:24:07 2022 -0400 🐛 Fix Tool Change priming (#21142) commit 2086cc9f4e21dfc060c1ff034856ad4e6219f5f8 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:37:40 2022 -0500 📝 Refer to 'PROGMEM' as 'flash' commit 8eccfd4a6f90da93a4f13b8aa7fbd88a1f8cca46 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:35:38 2022 -0500 🔧 Bed/Chamber PID Autotune menus Derived from MarlinFirmware/Marlin#23983 commit 9ab654adcb15ba23b42ed1f13ca34130e422dbc2 Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 22:06:32 2022 -0500 🐛 Fix min/max temp evaluation Fixes #24257 commit 0ae982188c23ddab4e3a2d819c679166a7e19532 Author: Scott Lahteine <[email protected]> Date: Wed May 4 23:19:18 2022 -0500 🐛 Fix M203 report commit bed0788f723a0695726eab52e8da0b48298c619f Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit deb1ba73bbdd3aacaeec6c7d9540c41e93ddfdfe Author: Scott Lahteine <[email protected]> Date: Sat May 28 15:11:43 2022 -0500 🎨 Use pos.set method commit 57f0ac88af9e8c5eb398c8367edf471900a5171f Author: Scott Lahteine <[email protected]> Date: Sat May 28 14:41:50 2022 -0500 🎨 Misc. boards/pins cleanup commit 915bce495cdc5168c982274f6deabc92e052c2c7 Author: Simon Pilepich <[email protected]> Date: Sat May 28 08:08:24 2022 +1000 📝 Fix Mightyboard MOSFET comments (#24183) commit 800a936caae83f4e5ca5dd2c2660518bd6fc43b2 Author: Scott Lahteine <[email protected]> Date: Thu May 26 18:18:41 2022 -0500 🎨 Combine serial echos commit ccf39b1c42fa787f645fbf0ac075cc47b72b18d3 Author: ellensp <[email protected]> Date: Fri May 27 12:02:42 2022 +1200 🔨 Add src_filter for I2C_AMMETER (#24242) commit d19179ce281cec58865fcbc99185abeb48a611b9 Author: Keith Bennett <[email protected]> Date: Thu May 26 16:07:10 2022 -0700 ✏️ Fix some motherboard checks (#24238) commit 4a6ae1b64df5fa8824e20688399683bf11b840e2 Author: ellensp <[email protected]> Date: Wed May 25 08:31:29 2022 +1200 🎨 Remove MKS custom pins, TinyBee cleanup (#24186) commit 0daaef589c956d152c846760dfc157fdd1b7975b Author: ellensp <[email protected]> Date: Wed May 25 07:49:57 2022 +1200 📌 Use MarlinSimUI/bugfix-2.0.x (#24232) commit 4831cbebd80d6e2c6bcf504446cf6d0f2441c285 Author: Scott Lahteine <[email protected]> Date: Mon May 23 02:37:28 2022 -0500 🎨 Add EXP1/2 headers, adjust TFT pins (#24230) commit e0deb75764938995e32bc589d646ec397c4a3019 Author: tombrazier <[email protected]> Date: Thu May 19 22:15:15 2022 +0100 🐛 Fix Leveling apply/unapply (#24188) Co-authored-by: Scott Lahteine <[email protected]> commit a0fe4f48956299cb298e6e48255ea72ba93dad79 Author: Scott Lahteine <[email protected]> Date: Sat May 14 15:31:51 2022 -0500 🎨 Minor HAL cleanup commit 4d65d7f142882bcd77072fc7dc5c01ca937a2e81 Author: Keith Bennett <[email protected]> Date: Sun May 22 19:32:28 2022 -0700 📝 Add logo, helpful links to README (#24226) commit 1b879f0ee4e5539c237edf235b6ca38b5b2beb43 Author: Scott Lahteine <[email protected]> Date: Sun May 22 18:42:25 2022 -0500 🔨 Fix mfprep string test commit b6abc760cef73a1dfc0e186f40687d0a45c8a769 Author: Scott Lahteine <[email protected]> Date: Sat May 14 01:45:14 2022 -0500 🔨 Move, tweak maple envs commit 0ae061713c631d44cd12ad266ca9c7fdd856d72c Author: Keith Bennett <[email protected]> Date: Fri May 20 09:48:34 2022 -0700 👔 Move GitHub templates, update README (#24199) commit 1d12e72bf697f7e3cb63995a20ba9e98fbce3eb9 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:53:12 2022 -0500 🐛 Fix SEGMENT_LEVELED_MOVES with UBL commit c97cf10956ee33c80e557fb09e4cc75d30a0db82 Author: Scott Lahteine <[email protected]> Date: Sat May 21 19:29:59 2022 -0500 🩹 Fix const warning commit b72f9277e9e89a7dcdc12c8f11273f7c76a064d4 Author: Scott Lahteine <[email protected]> Date: Thu May 19 06:05:52 2022 -0500 ♻️ Common Bed Leveling object name, accessors (#24214) commit 06c4a9acdb3f08a2052ea55d00fa350e9249bcb4 Author: Keith Bennett <[email protected]> Date: Sat May 21 16:13:00 2022 -0700 🐛 Fix FLSUN Hispeed FIL_RUNOUT_PIN, MKS Robin Mini TFT pins (#24204) commit 8a301196e11d87d7e9db065d0d802910a664c5be Author: Arthur Masson <[email protected]> Date: Sat May 21 21:45:30 2022 +0200 🐛 Fix Polargraph G92 command (#24223) commit 1e7219f4a643f8cbdbcd9685ebb5a76d02c89601 Author: Marcio T <[email protected]> Date: Thu May 19 09:45:48 2022 -0600 🐛 Fix FTDI_EVE_TOUCH_UI reboot loop (#24195) commit 02c267f542223ed0d8b098da4bec6f09710d6bc8 Author: ellensp <[email protected]> Date: Fri May 20 02:15:57 2022 +1200 🔨 Require PIO >= 6.0.1 (#24205) commit fe77fc66c0004ba9a4459dd5a12c978dd0308bb1 Author: Ivan Kravets <[email protected]> Date: Wed May 18 00:47:11 2022 +0300 🔨 Use PlatformIO Core 6.0 Dev for CI (#24194) commit 268a16b1ef1c5cd462e81aef08e4e9f7d2c65658 Author: Scott Lahteine <[email protected]> Date: Tue May 17 15:05:25 2022 -0500 🚸 ProUI APRIL2022 updates (#24084) commit 8351b1431f8bad178f2f8a3ec70b32a1d4d7ca2c Author: ellensp <[email protected]> Date: Tue May 17 20:01:32 2022 +1200 🩹 Fix MarlinUI allow-cold-extrude (#24176) Co-authored-by: Scott Lahteine <[email protected]> commit 718806761f1e9d903d61408e2039357bfe46fff8 Author: Oliver Jean Eifler <[email protected]> Date: Tue May 17 06:23:03 2022 +0200 🩹 Suppress ZERO() warning (#24178) commit 78c7fedcea34f0c630f8e9fd46bc5d3244de04c5 Author: Marcio T <[email protected]> Date: Mon May 16 20:45:47 2022 -0600 🐛 Fix Due cli/sei (#24182) Followup to #23357 commit c4b8339b842958faae2567c339bcf9b44434a2ce Author: Scott Lahteine <[email protected]> Date: Fri May 13 23:49:29 2022 -0500 🎨 HAL_MinSerial.* => MinSerial.* commit 94ed67e36ef84cb4ecd8f3f1470041d4d72f7088 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:50:42 2022 -0700 🩹 Run TMC test last in setup (#24160) commit 03b819bdb235c6eb2cd0a02b832bb8f108cc5962 Author: Miguel Risco-Castillo <[email protected]> Date: Fri May 13 19:34:30 2022 -0500 🚸 DWIN/DACAI for Creality 4.2.3 (#24132) commit 2204f05dcaabf0e639f1e1722ffd293d4b415fe3 Author: Scott Lahteine <[email protected]> Date: Fri May 13 19:31:07 2022 -0500 🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround commit a13cceaad16dd2caedbf3b05ae0854b1200cb51e Author: Keith Bennett <[email protected]> Date: Fri May 13 17:27:13 2022 -0700 🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (#24147) commit 5c25ed60c80d7b06cb91e91f98b1aca6bc648d79 Author: Dominic <[email protected]> Date: Sat May 14 02:18:04 2022 +0200 🐛 Fix AIR_ASSIST (#24162) commit 1c516bdd5e71fc3da05fb52da692c9c5ccb0c0d7 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:17:19 2022 -0700 🔧 Allow board & probe dummy thermistors (#24165) commit 425684e2ffecf85dccab1eb4242772bc97992eb8 Author: grauerfuchs <[email protected]> Date: Fri May 13 20:08:50 2022 -0400 🐛 Fix Mightyboard LED pin, fan override (#24168) commit 63aecad7eef034d8cb2b3e81f8a22db8a148b90b Author: Roxy-3D <[email protected]> Date: Fri May 13 17:29:50 2022 -0500 🔨 BTT Octopus ST-Link programming/debugging commit dcd769b4a18bd40f9664262d081d553994d8eb78 Author: Scott Lahteine <[email protected]> Date: Wed May 4 15:14:31 2022 -0500 🎨 Nextion cleanup commit f9b7f00d1e1c1004e0c2a9c35e23c1c67dc47172 Author: Scott Lahteine <[email protected]> Date: Wed May 4 19:10:14 2022 -0500 🚚 Move speed_lookuptable.h commit a6ff63d5060c0ef68c2ae9f6ccf3bcada2ec6b6e Author: Keith Bennett <[email protected]> Date: Thu May 12 22:41:38 2022 -0700 🎨 Clean up warnings / extra check (#24163) commit 7d37ae2b2b1ea6613dbc8be0ec5fa30dbd6a87de Author: ellensp <[email protected]> Date: Fri May 13 16:07:27 2022 +1200 🔧 AVR/DUE Serial Port pin conflict checks (#24148) Co-authored-by: Scott Lahteine <[email protected]> commit a7d40ec654a3eca783a19e93e7bb6f394f2e6d29 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:09:25 2022 -0500 ✨ Add BOARD_CREALITY_V24S1_301F4 Co-Authored-By: Miguel Risco-Castillo <[email protected]> commit 7ed339cfa0a2d8298e0293cf465daaf4ac74c0f9 Author: InsanityAutomation <[email protected]> Date: Thu May 12 06:38:05 2022 -0400 ✨ Creality CR-10 SmartPro (#24151) Co-authored-by: Scott Lahteine <[email protected]> commit cb4ad020af2f56dc060ecafdfd58b0639a8f0199 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:13:59 2022 -0500 🧑💻 Misc. LCD cleanup commit 0805f9bf3f631d914bb6ff4817d65a9ab237fe6c Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:23:32 2022 -0500 🩹 Fix ProUI leveling start message commit d235bc9e1c5eeb210275a4abcf89a757d0259cc0 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:14:02 2022 -0500 🧑💻 General and Axis-based bitfield flags (#23989) commit d5f472a6cf4456bf715ee3b3a85132f3fbe7e15f Author: Scott Lahteine <[email protected]> Date: Thu May 12 00:07:22 2022 -0500 🔨 Fix g++ locator for CI commit d67fa98cf601a8ef2642641a8aefbcdab1d5bcc2 Author: Scott Lahteine <[email protected]> Date: Thu May 12 04:16:31 2022 -0500 🩹 Fix accel dividend commit d3fe0caa7f83b8e971e8503b5344e20811d6c812 Author: Scott Lahteine <[email protected]> Date: Mon May 9 18:50:14 2022 -0500 🧑💻 Clarify acceleration factor commit bd09f8acff3c40fe9294cfc6b6a9220ec5b766fc Author: Scott Lahteine <[email protected]> Date: Mon May 9 17:35:32 2022 -0500 📌 Define RAMPS_SMART EXP headers, AZSMZ_12864 See #23501 commit a9aca5f5e8c5c1ce40e09ce5cf80a875ec009aa0 Author: Scott Lahteine <[email protected]> Date: Mon May 9 16:47:04 2022 -0500 ✏️ Fix spurious UTF commit 13d1eb7241b8621267520e57811f8069b2e466e9 Author: Scott Lahteine <[email protected]> Date: Sat May 7 23:51:38 2022 -0500 🔨 OpenOCD Debug for VSCode commit 238ab1dd061145a525edd27bb8203ae216380894 Author: Mike La Spina <[email protected]> Date: Mon May 9 17:18:47 2022 -0500 🩹 Fix Fan Tail Speed Init (#24076) Co-authored-by: Scott Lahteine <[email protected]> commit a7e4061d1221531340e9f82bc6f1560e5d6feab8 Author: Keith Bennett <[email protected]> Date: Sat May 7 19:58:57 2022 -0700 🔧 Fix Neo RGB sanity check (#24146) commit 31c87adba80d50a90ae3c85b08cd01c5545c78b4 Author: ellensp <[email protected]> Date: Sun May 8 14:57:13 2022 +1200 📌 Use ESP3DLib master branch (#24140) commit 727e7e7fd71fb0404e0f5bf7f36dc10419d155c4 Author: ellensp <[email protected]> Date: Sun May 8 14:56:09 2022 +1200 ✏️Fix Markforged endstops/G38 (#24141) commit 975b90c0b7e6b836f67f3603c80f818dc095ffa5 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:18:56 2022 -0500 🎨 Tweak NEOPIXEL_LED format (#24110) commit 8f0180802ad327a0be47be9405a9a2764b5937db Author: Scott Lahteine <[email protected]> Date: Thu May 5 11:47:08 2022 -0500 🔧 Move LASER_COOLANT_FLOW_METER to LASER_FEATURE commit aa4c9917552df8a383816a0af516b86e1237ff48 Author: Giuliano Zaro <[email protected]> Date: Fri Apr 1 04:22:26 2022 +0200 📝 Obsolete freeze comment (#23964) Followup to #23944 commit 9ab1a57d729cfa207adfe3ee6d24d40de3bb159c Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 05:00:46 2022 -0500 ♻️ Consolidate DGUSScreenHandler class (#24067) commit 044bf8ab7ef7045583c9da175b8ebddd2b750f84 Author: Robby Candra <[email protected]> Date: Sun Apr 10 07:44:31 2022 +0700 ⚰️ Clean up dead option (#24006) commit 4bdec5e99330a35387c09adc27be94c5082b4405 Author: Scott Lahteine <[email protected]> Date: Fri Apr 22 01:12:43 2022 -0500 🚸 More ExtUI events for ABL / UBL commit 7444933d5d4fc93c6278e091be5af7e4f61b1d9c Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 02:26:17 2022 -0500 🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP Fixes #24007 Followup to aaf5bf02 commit f35404f853ba185814bd17a4742ef34688ceba98 Author: Scott Lahteine <[email protected]> Date: Sun Apr 17 21:18:39 2022 -0500 🧑💻 Handle PLR in manage_media commit 7fa2dceddafcfeea4b2599fa2b9fe3542abd4c1f Author: Keith Bennett <[email protected]> Date: Tue Apr 19 17:16:26 2022 -0700 🐛 Fix ProUI / JyersUI leveling preheat (#24060, #24064) Co-Authored-By: Scott Lahteine <[email protected]> commit 4c84769a814ab6534a1edebc66529b568c9d6d7e Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 06:31:39 2022 -0500 🩹 Fix ADVANCED_PAUSE_RESUME_PRIME check Fixes #23824 commit 8fb3074901f83034cc240834a2fc75aad0ed43ad Author: Robby Candra <[email protected]> Date: Fri Apr 15 11:21:12 2022 +0700 🩹 Fix DEBUG_CARDREADER (#24023) commit 230db90b70f1cafdea6fe3a8c28499e92004be53 Author: ellensp <[email protected]> Date: Fri Apr 22 23:02:47 2022 +1200 🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC (#24066) commit 28d2bc353ebbddc0ce0b96a634108392eb1089b4 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 16:48:24 2022 -0600 🎨 Use LEDColor default C-CTOR commit 7b5e2cd78619ba4334c0fe94b3f8293ed8d6e1ee Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 00:52:05 2022 -0500 🐛 Update M913, M914 report Followup to #11248, #11249, #23400 commit 4b456078ddc1099c081e1e7149aba612c8f41008 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 11 02:23:53 2022 +0200 🌐 Update Italian language (#24019) commit 8d3c84a6d969bf9fa576a17b0054d5b98324622d Author: Keith Bennett <[email protected]> Date: Sat Apr 9 17:21:42 2022 -0700 ✏️ Fix FYSETC Mini Panel neopixel type (#24011, #24111) commit cbc6f23a8af0c864e3607dc24764582149c0d1f3 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:49:51 2022 +0200 🔧 Sanity-check SWITCHING_TOOLHEAD_X_POS (#23985) commit bed8abe5b6df751d7dafc6f0f8d8dff7338625ce Author: Giuliano Zaro <[email protected]> Date: Sun Apr 3 01:27:05 2022 +0200 🐛 Fix PID edit menu for Bed, Chamber (#23987) commit 74565890f335f26fa7012d0164eb2964c0f2918d Author: tombrazier <[email protected]> Date: Fri Apr 1 03:13:16 2022 +0100 ♻️ Refactor and fix ABL Bilinear (#23868, #24009, #24107) commit 4ec9af42b8e24cf6ce9f238c9342bc1c11120429 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:38:25 2022 -0500 💥 Rename ExtUI settings methods commit b0d621d8b96fffda485efa45e61a68126613a766 Author: John Robertson <[email protected]> Date: Mon Apr 4 00:47:55 2022 +0100 🧑💻 Define isr_float_t to assert a non-FPU float (#23969) Co-authored-by: Scott Lahteine <[email protected]> commit 995221e68e15693697fc7f10dfc31273ea188157 Author: Stephen Hawes <[email protected]> Date: Thu May 5 03:37:47 2022 -0400 ✨ Add M3426 A<addr> parameter (#24130) Co-authored-by: Scott Lahteine <[email protected]> commit 54e543872be13439523cecb6b670b7b4bf818164 Author: LPRtypeCN <[email protected]> Date: Sun Apr 10 19:19:12 2022 +0800 🌐 Update Chinese language (#23865) commit 7b39604d6f58b46de18a41eb4a7de5058d9c4b35 Author: ellensp <[email protected]> Date: Mon Apr 4 11:46:05 2022 +1200 🌐 Update Russian language (#23978) commit 01c9c2666123f0959b02b757d2acd6adc18f4284 Author: Keith Bennett <[email protected]> Date: Mon Apr 18 03:46:58 2022 -0700 🧑💻 Preheat menu improvements (#24017) Co-authored-by: Scott Lahteine <[email protected]> commit 27b148442826780c8fc4f7ab8c21608de21f0587 Author: ellensp <[email protected]> Date: Tue Apr 19 15:03:42 2022 +1200 🐛 Fix Manual Move cold extrude override (#24045) Followup to #19606 Co-authored-by: Scott Lahteine <[email protected]> commit 7f1c5ad7aa6dc437d3a76abf8a36cb971e1f424e Author: InsanityAutomation <[email protected]> Date: Sat Apr 9 20:19:14 2022 -0400 🩹 Fix and clean up E3V2 draw (#23979, #24013) commit 4fd7d1b056bfab9f31c272ae6d8f256ed2ed202d Author: ellensp <[email protected]> Date: Thu Apr 21 21:06:22 2022 +1200 🐛 Fix STM32 Pins Debugging (#22896) commit 7ffe4de021254d34762d2a7ecd239ded0eca949d Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 07:39:50 2022 -0500 🩹 Use LCD_CONTRAST_INIT in pins files commit eada17ed69ede29d83f7c3897d64e2872faaae18 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 01:49:59 2022 -0500 🩹 Apply 100% leveling correction below the bed See #24002 commit cd5c5ea60eb20d643ab2447bc3550b3eb5874a39 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:44:45 2022 -0500 🔨 Fix LPC176x debug build See #23635 commit e9ea82e78d0c95ef1cee599093b4c91a6f97d709 Author: stream2me <[email protected]> Date: Sun Apr 10 02:46:29 2022 +0200 🐛 Prefer os.replace, fix TFT_LVGL_UI build (#24001) commit 18b17fc97d8474b2fe5c5cd7afcfdce05ba7d5cc Author: ellensp <[email protected]> Date: Sat Apr 23 22:02:13 2022 +1200 🐛 Fix MKS_MINI_12864 build for ESP32 (#24071) commit 89d5ed0c9e5570e4a025719a9ad183e505c8ed8a Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 04:22:04 2022 -0500 🎨 Combine common LPC1768 I2C code commit a56bf9045d3e68101c42ced30884fa34675279c5 Author: Scott Lahteine <[email protected]> Date: Fri Apr 15 02:05:02 2022 -0500 🧑💻 Simplify BIGTREE_SKR_2_F429 env commit c23d0351495a7fc1c396d157642db49db2754135 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 08:43:11 2022 -0500 🧑💻 Strip #errors in Configurations deployment commit 7ff4b706947e63d708cef90c936b936305947e58 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:07:04 2022 -0500 🚸 Prevent accidental button press commit 421c38ff2e0de3a8d5cd913232aa3448dbfbc487 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:57:41 2022 -0500 🐛 Home Z to Max after Z_SAFE_HOMING commit ec447dba04409c2b60d61b9bacab54c101bd9f3a Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 09:05:12 2022 -0500 🚸 Home Y before X on belt printers commit be6535e5f7a39529bd081ed38a1bf76fa645488f Author: Christian Piper <[email protected]> Date: Thu Apr 21 03:15:07 2022 -0400 🩹 Fix PRINTCOUNTER with EXTRUDERS 0 (#24063) Co-authored-by: Scott Lahteine <[email protected]> commit 99252cf0cd5a8a01228c715a505cb1eaf6b853e5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:58:45 2022 -0500 🐛 Prevent BABYSTEP freeze See #22830, #13300 commit f6f31434b8c0e21f98fef460e0c8492fd4c240d5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:16:52 2022 -0500 🧑💻 IS_ULTRA_LCD => HAS_WIRED_LCD commit 2f3960904e1a7b830c686fa793b122de49f3d674 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:45:28 2022 -0500 🎨 Misc. USB flash code cleanup commit 2dc4c642e78bb4fa99ca41f3ae3c92335248ffd4 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:50:39 2022 -0500 🎨 Misc. adjustments, spacing commit 70ea0e7c3450680e1062088243d2cf139eadc02a Author: Scott Lahteine <[email protected]> Date: Mon Apr 18 16:41:16 2022 -0500 ✏️ Remove extra G29 line Followup to 85a62bbf commit a81fd009f081eca3685e42cffac7f35e75428fea Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:08:26 2022 -0500 🎨 misc. cleanup commit e667d4e6e43b407cedce6bbf543ea1d815e8d520 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:53:39 2022 -0500 🌐 Rename "LCD Timeout" string commit 2d0af75d37c9ea8ab44c889ef4e489b3b533eb30 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 18:07:40 2022 -0500 ✏️ No such pin commit 5e68a86968d63f97f0febb8378b2a508e909ec90 Author: ellensp <[email protected]> Date: Sun Apr 10 12:37:24 2022 +1200 🔨 Preflight check old abl files (#24010) commit 8bd1547c3bb16cdce37412624161fab5b9d5ead6 Author: Moritz Wirger <[email protected]> Date: Fri Apr 15 04:43:21 2022 +0200 ✨ enwi ESPNP board support (#24029) commit a5e083603f1435a4a0e2e9fa7449c9133aa73225 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:11:03 2022 -0500 📝 Fix 'M150 S' comment commit c5f7547e8cf0d744fb1392b3651078d3985cecb1 Author: Giuliano Zaro <[email protected]> Date: Tue Apr 26 05:03:16 2022 +0200 🩹 Fix "elapsed" text on DOGLCD (#24087) commit 5c5b380fda9f541ee182e614966fc39a72ac6a18 Author: InsanityAutomation <[email protected]> Date: Tue Mar 29 05:41:33 2022 -0400 🐛 Fix MarlinUI on Ender 3 S1 (#23949) commit bb0e0cf7f35cf3b89aac4f395185d55f3aa62979 Author: aegelsky <[email protected]> Date: Fri Apr 1 05:21:10 2022 +0300 🐛 Fix MKS Gen. L - EEB (#23965) commit 5ee99dfc49eaa8e81f5beb66eb1c160ac2d217fb Author: Jon <[email protected]> Date: Thu Mar 31 22:18:32 2022 -0400 🩹 SKR2 Pins DIAG flag (#23968) Followup to #23050 commit a083b1280ec80a525766c0a9487865b76de64c81 Author: Keith Bennett <[email protected]> Date: Thu Mar 31 19:16:11 2022 -0700 📌 SKR Mini V1.1 TMC UART Pins (#23970) commit b7b5cee88baadfb10822b6bb13b6e7d3b0acaff8 Author: grauerfuchs <[email protected]> Date: Thu Mar 31 22:15:06 2022 -0400 🐛 Fix MightyBoard Rev. E EX2, extra MOSFETs (#23976) commit 7456fd68a41b12592f3ac3f47308f7037ca22b86 Author: Keith Bennett <[email protected]> Date: Sun Apr 3 14:13:29 2022 -0700 ✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check (#23990) commit 20154718b5a41c1522a313ada06ef5c35ce2023d Author: Scott Lahteine <[email protected]> Date: Wed May 4 17:03:25 2022 -0500 🌐 Clean up languages commit a6794c1862c663b387637597dba5f258a3e0e1e2 Author: Manianac <[email protected]> Date: Thu Mar 31 17:23:52 2022 -0700 🐛 Use ADC_VREF for Filament Width ADC Vref (#23977) commit bd5c6bf23c1478dcab31cc1c2edcd0fa546eb6ea Author: John Lagonikas <[email protected]> Date: Tue Mar 29 11:13:45 2022 +0300 ✏️ Fix parking extruder compile (#23961) Followup to d3e3e6a491 commit 68ee64283a7aab95c2f70eaf734e24b9d909dfa7 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:48:37 2022 -0500 🎨 INI cleanup commit dd29394bbe17ab6458817cce65b94f106252092f Author: Scott Lahteine <[email protected]> Date: Sat May 7 14:58:39 2022 -0500 🔨 Improved mfprep script commit ceb99e89a081d2230479e9bb7b63c23d14bf0b98 Author: Scott Lahteine <[email protected]> Date: Thu May 5 18:55:43 2022 -0500 🔨 Prevent build attribute define conflicts commit 6112277f9b2d24a7c9effeb5966dadef279a261c Author: Scott Lahteine <[email protected]> Date: Thu May 5 19:11:59 2022 -0500 🔨 Use first g++ in path for 'native' targets commit 81f403025c3ddb479ccf363fb091ac0fcf8e667b Author: Keith Bennett <[email protected]> Date: Thu May 5 00:38:48 2022 -0700 🐛 Some EEPROM size fixes (#24113) Co-authored-by: Scott Lahteine <[email protected]> commit eeda8b451acb2a0ae96656876f6a7682d43aca1d Author: Scott Lahteine <[email protected]> Date: Wed May 4 12:47:15 2022 -0500 📝 Replace KB with K in pins commit c7e8ba78576af230278a5662103acf421dc59bfd Author: Keith Bennett <[email protected]> Date: Mon May 2 16:29:25 2022 -0700 📝 Fix extraneous URL args (#24125) commit 071e5c336a157ca39b75081b8cb4436a72af965e Author: Ludy <[email protected]> Date: Mon Mar 28 03:20:54 2022 +0200 🐛 Fix MMU2 buzz (#23950) Followup to #23943 commit be08d4c4f01e2c297365664bd3e0f7dc2b051fde Author: David Forrest <[email protected]> Date: Sun Mar 27 21:19:02 2022 -0400 🔨 Fix Makefile GCC warning (#23957) commit e99104a0040f58477809c9e2b9506fe2bcd94331 Author: ellensp <[email protected]> Date: Sat Mar 26 16:44:22 2022 +1300 ✨ Configurable FREEZE pin state (#23944, #23948) Co-Authored-By: Scott Lahteine <[email protected]> commit edc4089121bcd96645b7be6bbd3dafa88c510ede Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 21:16:00 2022 -0500 🐛 Fix pulldown sanity check commit 3bce266ef7865a62b5e79c7c5c67a068bb5e4c20 Author: ellensp <[email protected]> Date: Sat Mar 26 14:03:43 2022 +1300 🐛 Fix MMU2 buzz (#23943) Followup to 89a9c3a391 commit c89d0114acba957d63e894bc1a479ec10cb18a81 Author: Robby Candra <[email protected]> Date: Sat Mar 26 06:34:20 2022 +0700 ✨ STATUS_MESSAGE_TIMEOUT_SEC (#23135) Co-authored-by: Scott Lahteine <[email protected]> commit 0e693854d0c86fa0998a5d497607d42d6798f6ab Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:35:00 2022 -0500 🚸 Clear "heating/cooling" message on temp reached commit 9324132a401cf0ab3781c9992d607bd4f88ba086 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:55 2022 -0500 🎨 Format, use status macros commit 5632ad65f59710ca64e4abca99afa64cb99d559e Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:26 2022 -0500 🐛 Fix status_printf alert level commit eccbfbcede60922b95971e90bf3a1d7983a5fe39 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:04:06 2022 -0500 🩹 Print English to serial out commit 5ef4fb378e345e20d1fa3bdbc5312598dc571276 Author: Scott Lahteine <[email protected]> Date: Thu Mar 24 20:29:50 2022 -0500 ✏️ Encoder noise followup Followup to #23925 commit 21f0945d2cfada672756709bc420feb11768e687 Author: Oleg Belov <[email protected]> Date: Fri Mar 25 02:12:35 2022 +0300 📌 Custom cable for Mini 12864 V1 + SKR Mini E3 V3.0 (#23936) commit b2a318af9a0c8e91b1f66a5576226b50b1b49f1b Author: Serhiy-K <[email protected]> Date: Fri Mar 25 01:07:58 2022 +0200 🌐 Update Ukrainian language (#23935) commit 1c89c0470f2778f8051ff8514831138e64a2d9ed Author: ellensp <[email protected]> Date: Fri Mar 25 12:06:28 2022 +1300 🩹 Wrap endstop_diag.cpp (#23931) commit 2ee4a667e1999839e61fa4c7d4e31a88d6e301d6 Author: Scott Lahteine <[email protected]> Date: Wed Jan 12 09:47:22 2022 -0600 💡 Misc. cleanup, comments commit f8e177a43efa3e7a173e2799562d354ab95544ab Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:39:53 2022 -0500 🧑💻 Improve STATUS_BED_X commit 9ac1c73041cbf4015b48d9d7a70a59e840a1d442 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:34:00 2022 -0500 🎨 General cleanup, comments commit 4a8b99d505584d1fa5eb71d588da1bb60c3a2878 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 22:22:08 2022 -0500 🧑💻 EXTRUDER_LOOP macro commit b094a3fc0d647f7daff7c4d97db32f9d41e4c11d Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:31:36 2022 -0500 🎨 Clean up tool change with tool sensor commit 2d99a608fd993fd5cb75223b72deadfc969a13c1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:58 2022 -0500 🔨 Fix 'mftest -s' commit fba8805c0cd87845c80d9cd7738b94332a35e27b Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:10 2022 -0500 🩹 Fix ADC math overflow commit 039a22649f4e0201d7580b63c1a414450353438a Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:56:07 2022 -0500 🧑💻 PIO --silent in build_example commit ced0ad8e094baecf6e3ee8eaa36c61baaa5743fc Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:17:12 2022 -0500 🎨 Apply _TERN where possible commit 10a0c9a9b3d4070326954c5c2354cfd8ba490f0c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:20:19 2022 -0500 🔨 Suppress MMU2 resume_position warning commit abfb0411809568970221281a3614e30970f0dfc1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:08:00 2022 -0500 🧑💻 Add neo.set_background_color(rgbw) commit 72f207f4895d5db34f697cb203876405b98d89c8 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:53:42 2022 -0500 🔧 Sanity-checks for PULLDOWN, SINGLENOZZLE commit 7186037f20a2a2c57624e31c1e99adc37759c5f6 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:31:54 2022 -0500 🔧 No Switching Nozzle with MMU2 commit b0a400da72f6752619a82246fac55a07a4e67f3c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:14:17 2022 -0500 🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER commit cc4c2c2f98a1742d6b462481f74dacf5b5b93961 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:11:01 2022 -0500 🔨 Allow I2CPE_ENC_n_INVERT set to false commit 5dae8a67344cfeda3de6d40fcd14498542004fe9 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 15:30:29 2022 -0500 🚸 Allow one servo with cutter on RAMPS commit 05dea4e30a1768913ec7d1f38c65b9423200a558 Author: Fredrik Andersson <[email protected]> Date: Mon Mar 21 02:14:45 2022 +0100 ✨ Encoder button noise filter (#23925) commit 7e88ee8c5cc87395e73c45bcd743f3ab0302773b Author: Mark <[email protected]> Date: Fri Mar 18 12:49:47 2022 +0800 📌 PandaPi V2.9 – Standalone mode (#23908) commit cc8e485e1c55fb2fcdba7dc8f6b89041ed18e9ce Author: John Robertson <[email protected]> Date: Fri Mar 18 03:21:53 2022 +0000 ✨ ESP32 - Hardware PWM for fan, cutter, servos (#23802) commit c7a2ecc31aa4def9e60668f5cfc648d87776be9b Author: ellensp <[email protected]> Date: Fri Mar 18 16:17:41 2022 +1300 🩹 Fix xatc EEPROM debug (#23911) commit 260b40d1453a9310581c45d3e1327a3103b36a22 Author: tombrazier <[email protected]> Date: Fri Mar 18 03:15:26 2022 +0000 ⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867) commit c87eded8f6183c33bd9b9a74dd577fe6c77c32df Author: Ludy <[email protected]> Date: Fri Mar 18 02:55:33 2022 +0100 🩹 Fix redundant var declaration (#23913) commit 2f2a999368f22f2c6b3105ab481987c2025bc50e Author: John Robertson <[email protected]> Date: Thu Mar 17 19:35:33 2022 +0000 🐛 MKS TinyBee - 2.5V ADC Vref (#23903) commit 2558b323e85006c3c9f6a03bcaa82f61c95da0bb Author: Jelmer van der Stel <[email protected]> Date: Sun Mar 13 23:20:30 2022 +0100 🩹 Fix DWIN E3V2 display issues by allowing re-init (#23879) commit 1db685593922214e49496d805dc9ea099e227f50 Author: Mrnt <[email protected]> Date: Sun Mar 13 15:17:35 2022 -0700 🧑💻 Allow DIGIPOT Rsx / Vrefmax override (#23885) commit 62f298aca39ff17bc7a51f49b9ff6b5b17a76c30 Author: Julien Staub <[email protected]> Date: Sun Mar 13 23:09:32 2022 +0100 🩹 Fix ExtUI build with Host Keepalive disabled (#23898) commit 8d20c5aadfff34a024665ea349c0b66834e4d305 Author: InsanityAutomation <[email protected]> Date: Sun Mar 13 18:00:35 2022 -0400 📝 Fix X2_MAX_POS comment (#23873) commit 61b470249c1cfa361f25060940cc8b7f8a8f64e9 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:59:43 2022 -0500 📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment commit 4ffa88f814f3ddcb7273b73c9bb68773bcf1fd51 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:46:08 2022 -0500 🚸 Test LIN_ADVANCE in a pins file commit 8257040fafe758ac1913e9bf633fa0c9930dd9cb Author: Mathew Winters <[email protected]> Date: Sun Mar 13 14:13:41 2022 +1300 ⚡️ G12 - Only require used axes to be homed (#23422) Co-authored-by: Scott Lahteine <[email protected]> commit 5d9ab7e71eed56f242d4fae32836f305bb1ff680 Author: Keith Bennett <[email protected]> Date: Sat Mar 12 16:23:29 2022 -0800 🔨 Drop extraneous build flag (#23862) commit 1a76d4d467ebb3d8ed1df39767efa99beb08e854 Author: Nick <[email protected]> Date: Sat Mar 12 23:47:47 2022 +0000 🐛 Fix Chiron new TFT SD print after reset (#23855) commit 4028c1cfc7bcaf78e49bb98b527353ec30a970de Author: Scott…
commit aaa4e8ecdbd20e3a6e200f44f90c4d8a9ee5deb8 Author: Scott Lahteine <[email protected]> Date: Wed Nov 9 20:54:17 2022 -0600 🐛 Fix recalculate_max_e_jerk commit 01f96a103be4369f27a009f9b524c3cc5cd821d2 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:46 2022 -0500 🔖 Marlin 2.0.9.5 commit 3638ce2b31ea3749685e034c4bf6a0eba92ee0f5 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:03 2022 -0500 🚑️ Fix XYZEval = N not setting E commit 889d1224907240aee42331ec3b011260c3f56ffe Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:14:01 2022 -0500 🧑💻 Further script updates commit dc3322b639223e4592ef724ca7d1aadd8451feee Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:08:42 2022 -0500 🧑💻 Axis macros parity with 2.1.x commit 25521cb9b2069db9bf2ab0b9576e6201c34d97e4 Author: Miguel Risco-Castillo <[email protected]> Date: Sat May 28 17:34:36 2022 -0500 🚸 Fix, update ProUI (#24251, #24473, #24500) commit 593b734d18847298acc6c1489ea97fb8528f53ec Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:53:36 2022 -0500 ♻️ Small sound / buzz refactor (#24520) commit 2952f0be5de7a82f706f74550aba17e7be3d378f Author: Keith Bennett <[email protected]> Date: Fri Jul 29 04:12:38 2022 -0700 Updates from #24560 commit 752f3d440dd72d869140268dc79f3efb49043c1e Author: tombrazier <[email protected]> Date: Sat Jul 16 00:15:51 2022 +0100 ⚡️ Optimize Planner calculations (#24484, #24509) commit 5c46ae4f003a796292fa585f4d8f959dc2e503a7 Author: tombrazier <[email protected]> Date: Fri Jul 8 20:41:39 2022 +0100 ⚡️ Optimize G2-G3 Arcs (#24366) commit af6995845cfe50edc81881b5de523cfc28efc099 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:30:26 2022 -0500 🩹 Revert extra axis changes commit 8e6aa1b113bafea1af6c0ffa9d07980cb6f90e41 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:00:07 2022 -0500 🧑💻 Fix and improve build_all_examples commit 929ce5e859858bf3db475fb4aaa49899b22f1d68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 10 22:00:10 2022 -0500 🧑💻 Add Sim debug with lldb commit 3a5e87cdb76ced2e84eccecf220289dc70e9a741 Author: ellensp <[email protected]> Date: Wed Jul 20 10:32:08 2022 +1200 📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (#24521) commit 35e1384decb6b521c729c5eb77281e01b8cdc29f Author: Keith Bennett <[email protected]> Date: Fri Jul 15 15:43:43 2022 -0700 📝 Update board MCU comments (#24486) commit 406c2342fd5556a0c54a090f38b674cd82f9fa2a Author: InsanityAutomation <[email protected]> Date: Mon Jul 18 21:12:27 2022 -0400 🚸 Machine-relative Z_STEPPER_ALIGN_XY (#24261) Co-authored-by: Scott Lahteine <[email protected]> commit fa50d2c757f9b1fecc133d511c4fc1297842e184 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 04:00:39 2022 -0500 🧑💻 Fix MAP macro use Followup to #24191 commit 6523b92014f2fd6de97c6b44dc1cfd22526b03a2 Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit 2461138661bdeed44c8291229237107680803843 Author: lujios <[email protected]> Date: Tue Jun 7 02:22:17 2022 +0200 🩹 Fix G33 Delta Sensorless Probing compile (#24291) commit 2bb9a5ee5efbf054a7f63083532c4762437a19f1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 03:42:04 2022 -0500 🩹 Apply linearval in M600 commit 0a4aa0978dfa6c198eac85cdcc09f6de59cbba55 Author: Keith Bennett <[email protected]> Date: Fri Jul 8 13:30:03 2022 -0700 🔧 Assert Probe Temp Comp requirements (#24468) commit 39863d54b06e9b9394815467bde3b44500eebab3 Author: ellensp <[email protected]> Date: Sat Apr 23 21:16:15 2022 +1200 🐛 Fix BACKLASH_COMPENSATION compile (#24072) Followup to #23826 commit cea45d49bc3c510e4fa38dead1d65c335f0737ae Author: Scott Lahteine <[email protected]> Date: Sat Apr 9 19:17:04 2022 -0500 🎨 Misc. 6-axis cleanup commit 34f9c28fd16e5cc77636bcaad5ba40c56a521375 Author: Pauli Jokela <[email protected]> Date: Thu Jul 7 18:59:23 2022 +0300 🩹 Fix safe homing sanity-check (#24462) commit bf084254dab5dab9a38ea275db4846e956589758 Author: Scott Lahteine <[email protected]> Date: Mon Jun 20 21:15:57 2022 -0500 🎨 Fix comments, formatting commit 6f51f19257a1f3a3594270169d8a8d74e312f2ba Author: Christophe Huriaux <[email protected]> Date: Wed Jul 6 22:43:38 2022 +0200 🩹 Fix ST7565 LCD contrast init (#24457) commit 56974af3e5c8958569b409ddcffabf35ecb53692 Author: Mike La Spina <[email protected]> Date: Fri Jul 8 15:02:12 2022 -0500 🐛 Fix laser/fan sync (#24460) Followup to #22690, 307dfb15 commit f9154eca8cdfbff885934f90f49209ea112593d8 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 21:46:38 2022 -0500 🩹 Fix TFT image packing commit a03516a9f40f8723c21fc4d1f26b6e06c635ed2c Author: DerAndere <[email protected]> Date: Mon Apr 4 04:43:42 2022 +0200 🚸 Better M350, M114 with more axes (#23986) Co-authored-by: Scott Lahteine <[email protected]> commit f18b0f6f4b42baa2f3aa7761ae3263dbea04ee4b Author: toomuchwonder <[email protected]> Date: Thu Jul 14 04:17:53 2022 +0100 🩹 Fix MKS UI extruder speed (#24476) commit d617002a6eec353cc1dcc69aab268cb8d71c52e3 Author: Miguel Risco-Castillo <[email protected]> Date: Thu Jul 14 00:00:33 2022 -0500 🚸 Fix and update ProUI (#24477) commit 01f16daf42a49c6c37f63e389c9c1df2d6d130f8 Author: InsanityAutomation <[email protected]> Date: Wed Jul 20 04:08:19 2022 -0400 🐛 Fix Archim2 USB Hang (#24314) commit ff1ecb00cc52b33136a1a42d0d339af7db92fcae Author: Scott Lahteine <[email protected]> Date: Thu Jul 28 20:52:33 2022 -0500 🎨 Misc. 'else' cleanup commit 750a8dbe7fedcbbe1a651cb0bc24fe0b5753eaf1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 12:38:00 2022 -0500 🩹 Fix MAX31865 approximations Followup to #24407 commit ba8f109f8aa7de5b869244ef95441f5870729856 Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:52:47 2022 -0500 🩹 Fix manual move titles (#24518) commit 77fc65ddc2753c8170597157c77cc58132f4c092 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:52:27 2022 -0500 🏗️ Extend AXIS_CHAR to include E Co-Authored-By: DerAndere <[email protected]> commit af24e1b77ee9fdff8a9551bdc7cd5ef47c302afd Author: kisslorand <[email protected]> Date: Tue May 31 20:05:57 2022 +0300 Fix axis string 'N' (#24259) Followup to 167672d commit 36d508c5a0c959191bf8f6ec7508dfdc259a7661 Author: Ludy <[email protected]> Date: Thu Jul 28 04:44:21 2022 +0200 🌐 Update German language (#24555) commit 9f5aab1a6164c7837b8352cd63ac7b2c8e1f8988 Author: Scott Lahteine <[email protected]> Date: Wed Jul 27 04:24:50 2022 -0500 🧑💻 Update planner/stepper includes commit 62d29ade426328a4924ed2838fcea8e113e1c1f9 Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 21:15:44 2022 -0500 🩹 Fix lcd_preheat compile commit c801cc4830eca838f19a61cc55a0bf31cfcfd43c Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 14:54:54 2022 -0500 🔨 Update build/CI scripts commit bc91b1cdcdc09d368653d5a9430d349e6775f81e Author: Scott Lahteine <[email protected]> Date: Sun Jul 24 13:51:43 2022 -0500 🎨 PIO scripts cleanup commit c847ef02a1c6b9c88f523b8fc2961df0a28c0904 Author: Keith Bennett <[email protected]> Date: Mon Jul 25 12:02:37 2022 -0700 📺 Fix TFT Classic UI non-Touchscreen 1024x600 (#24541) commit cdda90f56c3dc4a9a40eb2528cc92a7cd408436f Author: Keith Bennett <[email protected]> Date: Mon Jul 25 11:47:07 2022 -0700 📝 Update MPCTEMP G-Code M306 T (#24535) M306 simply reports current values. M306 T starts autotune process. commit ad4bc378b7b574a8c094872b42b541de3596fb7b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:43:03 2022 -0500 📝 Update Driver Type comments commit 99710b94d29763c25ab764513ce1efdbb5baf13b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 78fc5acca99f1717033d09f0358d9564857d1f09 Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:11:33 2022 -0500 🔨 Add mftest --default flag commit e616542c891e3f2d107da528fc46173c84652a47 Author: Arthur Masson <[email protected]> Date: Sat Jul 16 23:58:18 2022 +0200 ✨ Polargraph M665 settings (#24401) commit a50bb96d2dd22263c3e55566c789bd717cb7fcdf Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 653f0ab9dd95e07afb2e5f3a5536328f1f3daff1 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 02:56:55 2022 -0500 🔨 Fix and update Makefile Followup to 89fe5f6d commit c96ed8998b971a5a00a6aa4aca6d9f9b812fdab1 Author: Jason Smith <[email protected]> Date: Thu Jul 7 21:43:56 2022 -0700 🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463) commit b025c18d5b9d86c09b766a15f2ccaf45f340626f Author: Mike La Spina <[email protected]> Date: Wed Jul 6 07:46:39 2022 -0500 ⚡️ Fix and improve Inline Laser Power (#22690) commit b49da1d4ca1056cd28a396e878bf37c45af43441 Author: tombrazier <[email protected]> Date: Tue May 31 18:01:59 2022 +0100 💥 More M306 M => M306 H (#24258) Followup to #24253 commit 90074e626012ae74d51f4e47216b99cbe2c783d4 Author: Keith Bennett <[email protected]> Date: Sun May 22 14:32:16 2022 -0700 🎨 Fix/adjust warnings (#24225, #24404) commit e570c4cc2ed1b284834fcb809973c80a1002b784 Author: Scott Lahteine <[email protected]> Date: Sun May 22 17:45:07 2022 -0500 🧑💻 Forward-compatible axis strings commit 543bbf02fc552cd121b85f3444bcbf87fbb1faee Author: DerAndere <[email protected]> Date: Tue Apr 19 05:15:15 2022 +0200 💥 Update Motor Current G-codes for extra axes (#23975) commit 5ccdc9ced7639f646c01f757ac6afa1f42007021 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:13:11 2022 -0500 🏗️ Axis name arrays Co-Authored-By: DerAndere <[email protected]> commit ddb0168e29878d626d6b36a89b6b4850ad5d4ebe Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 22:37:20 2022 -0500 ♻️ More updates for multi-axis commit 0caf234aa5ae143bec8e9fc0ef52f632317e8fd1 Author: GHGiampy <[email protected]> Date: Fri Jul 15 10:18:57 2022 +0200 🔨 Fix firmware upload (#24499) commit dddbc4d730a1120b5f37b40f7393bc42e3651297 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:56:13 2022 -0500 🔨 PlatformIO "--target upload" == "--target exec" commit 08e6e8b9be0614fbacab998a20bf9bad1b1af94f Author: Scott Lahteine <[email protected]> Date: Sun Jul 3 10:32:47 2022 -0500 ♻️ Encapsulate PID in class (#24389) commit 12ae80bcecb8329fb0548342228d8edffeeba115 Author: Victor Oliveira <[email protected]> Date: Sat Jul 2 21:31:27 2022 -0300 🔨 Disable stack protector on macOS simulator (#24443) commit 9e530cd27b790f3dce30963c6d98af043ba5abf5 Author: Eduard Sukharev <[email protected]> Date: Wed Jul 6 16:30:47 2022 +0300 🐛 Fix MKS TinyBee compile (#24454) commit 0ec1cb58c77d37886d0b6a0c683122ea614d7e20 Author: EvilGremlin <[email protected]> Date: Mon Jul 4 04:49:23 2022 +0300 🔨 Fix OpenBLT encode; no-bootloader envs (#24446) commit b548e21b656f751305acf9d613144748e847b1e0 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:30:05 2022 -0500 ♻️ reset_acceleration_rates => refresh_… commit e170460855cf002c44a4a2d5cc8d538794fea7fa Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:24:59 2022 -0500 ♻️ Planner flags refactor commit b7b2286e49c3ddf5060e26b9c03bdb6c2207eeba Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 047d0264c5ddc5dde152eaebc6507b242d05ca02 Author: elimisback <[email protected]> Date: Sat May 28 16:22:59 2022 -0400 🔨 BTT STM32G0B1RE xfer build (#24245) commit c56fb1c1820248f256b4255de175eab854591d49 Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 04:29:39 2022 -0500 🎨 Minimize block->steps.set commit d5a79c27fe764edb295c3ed9ee3df1765c9ded27 Author: DerAndere <[email protected]> Date: Fri Apr 1 07:10:38 2022 +0200 ♻️ More updates for multi-axis Based on #23112 Co-Authored-By: Scott Lahteine <[email protected]> commit 1e3fe65b9dd0555b77cac1832ad820253e200618 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 17:49:54 2022 -0600 🚨 Fix some compiler warnings commit af4160af6f79acc4725916f311c16dfc3d1013c7 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 13:03:33 2022 -0500 🐛 Fix types.h macros and fields Fixes #24419 commit 53b73bbd7fc17172c5d5c4820ee11092e9c92926 Author: Scott Lahteine <[email protected]> Date: Sun Jul 17 22:25:51 2022 -0500 🔧 Config parity with 2.1.x commit 3b37e859491000034f73ada784931da9aaa63e1a Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:26:36 2022 -0500 🚸 Arrange EXP pins in common order (#24525) commit a1881f70a89e96ab9d95a3c6f169d97416f729db Author: Keith Bennett <[email protected]> Date: Mon Jul 11 11:33:42 2022 -0700 ✨ MKS Monster8 V2 (#24483) commit 6ad7f7ce985831c2947703cc2d5a7daf5cd0f201 Author: Christophe Huriaux <[email protected]> Date: Sat Jul 16 23:35:40 2022 +0200 ✨ eMotion-Tech eMotronic (Micro-Delta rework) (#24488) commit 9fe4d2cc6cee4db08f16deffa7356c1de0477f8e Author: Victor Oliveira <[email protected]> Date: Thu Jul 14 03:30:00 2022 -0300 ✨ Creality3D v4.2.5 / CR200B (#24491) commit 5bd0541985c1571ba753160957a418ce47df9abf Author: Keith Bennett <[email protected]> Date: Sun Jul 3 22:31:06 2022 -0700 ✨ BigTreeTech SKR SE BX V3.0 (#24449) SKR SE BX V3.0 removes the Reverse Driver Protection feature. commit 35d5393a3e2f41cdc0b5929af6f349e41d705c13 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 20:16:16 2022 -0500 📝 Index Mobo Rev03 => Opulo Lumen Rev3 commit 1ffc4ba861cce00457c4ce79503eacac58297c29 Author: DerAndere <[email protected]> Date: Mon Apr 18 06:03:39 2022 +0200 🩹 Fix some parameters w/out values (#24051) commit 2bf6573098687b203ee1f3adf3f66b7a3e05163b Author: Scott Lahteine <[email protected]> Date: Sat Jul 9 11:08:53 2022 -0500 🐛 Fix SDIO for STM32 (#24470) Followup to #24271 commit 5e0a39265ac82952a0ec73144de6f9d2497b6b48 Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 495002e158e289ee7c90663aaa0aeb61942cb28d Author: tombrazier <[email protected]> Date: Sat Jul 23 05:32:28 2022 +0100 🐛 Fix 2d mesh print (#24536) commit adeca472922700cc63a0d0e1324c5b0cf91be68c Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 686d1fbb510b5060d4a23baae67a8fda0374b65c Author: Scott Lahteine <[email protected]> Date: Wed Jul 13 21:22:53 2022 -0500 🎨 ANY => EITHER commit 8f84ce72e118478e582d45e97b7f7f0727e59522 Author: Scott Lahteine <[email protected]> Date: Fri Jul 8 22:45:17 2022 -0500 Fix SDIO for STM32 Followup to #24271 commit 5bf02e39a9159b0397a93f10571841f4d1bbc807 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 09:08:43 2022 -0700 🚸 MPCTEMP: Home before cooling (#24434) commit a5b076dff727fba479fe00e97e9d9332953addb3 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 08:08:40 2022 -0700 🩹 Fix MKS TinyBee ADC Vref (#24432) commit b79231cc59d6746f6714af102763d59488ea753a Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 21:17:32 2022 -0500 🩹 Remove poison wchar_t macro commit 86e6f9e38ea7a4653f11094221bcf4be20d0fef3 Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 20:10:51 2022 -0500 🩹 Remove obsolete split_move commit b3018da60c6cf12f22c9e9b7954bcddc2cb4b686 Author: Moonglow <[email protected]> Date: Fri Jul 1 05:51:55 2022 +0300 🐛 Fix M149 (#24430) commit 0d04aa960f49196eca9f3da17846460b322d10c6 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 17:14:23 2022 -0500 🩹 Fix memset block warning commit 0d34c2e287b582598a75cad0bb6ddd8bbd1fbba6 Author: Keith Bennett <[email protected]> Date: Wed Jun 29 06:24:22 2022 -0700 🐛 Fix Axis Homing (#24425) Followup to 4520a51 commit 1690f49656788ddb580c0f8311095800ad65881b Author: John Lagonikas <[email protected]> Date: Wed Jun 29 01:53:05 2022 +0300 🐛 Fix MAX31865 PT1000 normalization (#24407) Co-authored-by: Scott Lahteine <[email protected]> commit dbdb39f60ff1a97050f09d76f8f4de101d03d30a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:32:00 2022 -0500 📝 Note about UBL bad splits commit 843c04baa6df0db350ff759abcfa3f3fe431e5a2 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 10:01:22 2022 -0500 🎨 Misc. shorthand operators commit a7c58c1fd6463407331596623f8ff07c8a07481a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 05:47:18 2022 -0500 🐛 Fix Manual Move axis selection (#24404) commit 3af5c32ea23e8bca1e7c233006987286e980f982 Author: Shlee <[email protected]> Date: Sun Jun 26 06:56:57 2022 +0000 📝 Add STM32F4 example, Ruby (#24399) commit 4039075a1d7b96482a59987fb78f3e500ede0efb Author: Giuliano Zaro <[email protected]> Date: Sun Jun 26 08:52:19 2022 +0200 🌐 Update Italian language (#24398) commit ed796c83541a9cbbb615fe7be6007735ad279f07 Author: Roman Moravčík <[email protected]> Date: Sun Jun 26 08:51:16 2022 +0200 🌐 Update Slovak language (#24397) commit f3c64fd397b28d132e72852956a36e64d9d53f43 Author: sgparry <[email protected]> Date: Sun Jun 26 07:49:57 2022 +0100 🩹 Fix LCD contrast with K8800 board commit b220342b26b3ed327ce6723e4912163bd76661f5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 24 22:07:06 2022 -0500 🌐 Drop unused delta strings commit 4dad5871888fd99fea0ec918c04f1c134f49ab8a Author: InsanityAutomation <[email protected]> Date: Tue Jun 21 22:09:24 2022 -0400 🐛 Resolve DUE Servo pulse issue (#24305) Co-authored-by: sjasonsmith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit 1efe48ef656b38e6f60bbd193e66ae9c54f85a9d Author: tombrazier <[email protected]> Date: Sat Jun 18 05:17:12 2022 +0100 🐛 Fix G2/G3 Arcs stutter / JD speed (#24362) commit ae8365a4e56d91374e1ea20e6edb1c0bf041ad46 Author: Bob Kuhn <[email protected]> Date: Thu Jun 23 23:58:26 2022 -0500 🐛 Fix Lerdge build / encrypt (#24391) Co-authored-by: Scott Lahteine <[email protected]> commit dd68461bb1a2bc714f6b48008d2cf87c1e9e1d4e Author: Victor Oliveira <[email protected]> Date: Thu Jun 23 06:18:36 2022 -0300 ✨ Classic UI BIQU BX (#24387) commit 010fbcccf7fc2aa7c421fa5df1a9d1a32f477fcc Author: ellensp <[email protected]> Date: Wed Jun 22 22:08:24 2022 +1200 🩹 Fix DGUS (MKS) compile (#24378) commit 185fe5696c9843096a0619797566d7e27d573d75 Author: Victor Oliveira <[email protected]> Date: Wed Jun 22 05:33:03 2022 -0300 🚑️ Fix BIQU BX touch freeze (#24383) commit 7edd37bc5aeeff9c55442bf6d142c3cb9357995c Author: ellensp <[email protected]> Date: Wed Jun 22 16:13:18 2022 +1200 🐛 Fix M423 invocation (#24360) Followup to #23745 commit 000042702108a0c0e8428350961398c4d39e3273 Author: tombrazier <[email protected]> Date: Wed Jun 22 03:45:22 2022 +0100 🩹 LCD strings followup, fix warning (#24328) commit 0d1d125bc69bf1634faecea6d0a2862677f584d3 Author: ellensp <[email protected]> Date: Wed Jun 22 10:33:25 2022 +1200 🚑️ Fix SD mount bug (#24319) Co-authored-by: Scott Lahteine <[email protected]> commit 22e82a13d993e5b0ac1e7f56a77eabbf6da79dfe Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:12 2022 -0500 🎨 Simplify move menus with substitution commit 70d72354e2469eb66378e2da3a52ecd6db3f3447 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:23 2022 -0500 🎨 Use MAP for home axis items commit 821f4983d01430b9fc9ba5ccb44ea7ace4bf31e0 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:35 2022 -0500 🧑💻 Fix STATIC_ITEM_N arg order commit 15ca479708d39977c76acb73aaf1deca78810206 Author: Scott Lahteine <[email protected]> Date: Tue Jun 21 23:28:19 2022 -0500 🎨 Fix comments, formatting commit 2b8d115ebc08ee3ac03d680eff40d2b8079c2b44 Author: John Robertson <[email protected]> Date: Sat Jun 4 07:26:08 2022 +0100 ⚡️ PWM for ESP32 I2S expander (#24193) commit ae78a8844ae47d1b22f04e4545a29c19a0f8b214 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:08:29 2022 -0500 🧑💻 MAP macro for axis lists, etc. (#24191) commit f26438ef2870d88b057fba3c892f1ab4fd82b952 Author: Keith Bennett <[email protected]> Date: Mon Jun 13 19:04:49 2022 -0700 👷 Use Biqu BX for CI test (#24331) commit ce6c8adcb1002049f27513fdb0c74ce9831386cc Author: ellensp <[email protected]> Date: Wed Jun 15 20:02:32 2022 +1200 👷 CI test without src filter (emulate Arduino) (#24335) commit d57cf9bd6b6d70dda6fe2bba9b83849a9688408a Author: luzpaz <[email protected]> Date: Sat Jun 18 00:19:01 2022 -0400 🌐 Fix LCD string, typos (#24324) commit 5408259f51394e2c2a48879c0119251f324f0e12 Author: Scott Lahteine <[email protected]> Date: Mon Jun 13 20:43:23 2022 -0500 🧑💻 Apply F() to some LCD / TFT strings Followup to #24228 commit f31178f868882905d210504e763052ca639782f9 Author: ellensp <[email protected]> Date: Tue Jun 14 13:38:19 2022 +1200 🩹 Fix missing ProUI cpp wrapper (#24313) commit f976e56a1993adede0ed854326e0cab214d90295 Author: ellensp <[email protected]> Date: Sat Jun 11 17:03:20 2022 +1200 🐛 Fix JGAurora A5S A1 build (#24326) commit 571007e5c9a1e407ef7f72b555e1d207be2f256f Author: Steven Haigh <[email protected]> Date: Sat Jun 11 12:08:55 2022 +1000 🩹 Fix ProUI compile (#24310) Co-authored-by: Scott Lahteine <[email protected]> commit 00527f38d59d8b466d515da801844197073c7bcc Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:47 2022 -0500 🧑💻 Misc. servo code cleanup commit 1c7696838b04051115d246fff173846cf74ea4d9 Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:08 2022 -0500 🧑💻 Remove servo macros commit ad786a7930f1a0516427f7e0d827402387549ead Author: tombrazier <[email protected]> Date: Tue Jun 7 01:23:55 2022 +0100 🩹 Fix Mesh Leveling + Debug compile (#24297) commit ce9c81dfa12ebde0a0a55663523c782afecbd85c Author: ellensp <[email protected]> Date: Tue Jun 7 18:59:21 2022 +1200 🩹 Media Change followup (#24302) Followup to #24015 commit 92910721d0c4cc79ad0f8a64fb11b2c15bf3619d Author: Scott Lahteine <[email protected]> Date: Mon Jun 6 19:06:03 2022 -0500 👔 Fix and comment use_example_configs commit 236251a2ce4f055ab96af0008c882ffe77f5dac8 Author: Miguel Risco-Castillo <[email protected]> Date: Mon Jun 6 00:01:06 2022 -0500 🚸 ProUI G-code preview, PID plot (#24282) commit 369542db3bb34c28196a77838a2f018180a7da74 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:23:43 2022 -0500 🔖 Marlin 2.0.9.4 commit 40d96c3460117eeab1742d74c2d78b57b4a9a1b6 Author: Scott Lahteine <[email protected]> Date: Sun Jun 5 20:26:40 2022 -0500 👔 Remove actions from misc. branch commit d7a71beaf4f08e60c3d13049f1046bbb663c643d Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 18:16:43 2022 -0500 🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING commit f3b593ae73b5d21b5c270a5f5ede0fe982822b07 Author: Scott Lahteine <[email protected]> Date: Tue May 31 12:43:44 2022 -0500 🎨 Fix spelling, whitespace commit 1d8d8dccf45d2090e075b148d4f08e299184392c Author: Scott Lahteine <[email protected]> Date: Fri Apr 29 15:21:15 2022 -0500 💥 Num Axes / Multi-Stepper based on Driver Types (#24106, #24120) commit 1e127a93c4c1446cf11aacecc9597a7355262ac8 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:15:23 2022 -0500 🧑💻 Extend LCD string substitution (#24278) commit fcef8d946cbd45e27ba9888f1e18327b68d52b00 Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 0253500ccd5a7192f3e545cb5552c4ab7b309c5d Author: Tanguy Pruvot <[email protected]> Date: Wed May 25 08:07:11 2022 +0200 Use default null args in select_screen commit 0d783a76907ace17f0d61ebe8882ebee9bc6ce3b Author: ellensp <[email protected]> Date: Thu Jun 2 21:22:09 2022 +1200 🐛 Init Stepper SPI before PSU Control (#24269) commit e784e0413204680f3c8f3a8cdf519fb5bee7a164 Author: BIGTREETECH <[email protected]> Date: Thu Jun 2 17:02:06 2022 +0800 ✨ BigTreeTech SKR3 - STM32H743 (#24271, #24272, #24275) Co-Authored-By: Alan.Ma <[email protected]> commit 11d68e31274fccd20c8bb72eec0b4ad547962823 Author: bryan065 <[email protected]> Date: Thu Jun 2 04:51:39 2022 -0400 🚸 Custom Menu Items for JyersUI (#24270) commit 8b8b2a7ed35908b6a49d5b3badb230d3283792bb Author: ledzepman71 <[email protected]> Date: Thu Jun 2 02:49:48 2022 -0600 📌 Tenlog PSU pin (#24266) commit fc1a620b878b45675b9a7972be6c1fb2882b8092 Author: tombrazier <[email protected]> Date: Sat May 28 23:40:08 2022 +0100 🚩 MPC update (#24253) commit 9799907dc9a53810e87fd5b54e2194d30e70eff8 Author: Keith Bennett <[email protected]> Date: Tue May 31 14:28:01 2022 -0700 👔 Configs required to submit a Bug Report (#24256) commit 6fc4dbbbc4b3b1e6820f4f18b81602451bb1786c Author: Scott Lahteine <[email protected]> Date: Sat May 28 17:05:09 2022 -0500 🚸 Change M201 G to S commit 74596ad4d7f9117e06829b5657d7402f27a445ce Author: Robby Candra <[email protected]> Date: Mon May 23 09:13:17 2022 +0700 🩹 Adjust manage_media for slow/late media init (USB FD) (#24015) commit 28f8646aa64b8baf6f93197d04b0802580272e40 Author: Scott Lahteine <[email protected]> Date: Sun May 22 19:56:46 2022 -0500 ♻️ Apply F() to more LCD code (#24228) commit 9a74bcd4cf13efa2d7cfb365182d7e097eaa1f1d Author: John Robertson <[email protected]> Date: Tue May 31 23:09:44 2022 +0100 ✨ Laser Safety Timeout (#24189) commit 07cd248b91a59db8e2bc7ad10bbf160852af34fb Author: Scott Lahteine <[email protected]> Date: Sun May 22 20:45:37 2022 -0500 ♻️ Move watchdog to MarlinHAL commit 209c792ef7e97dc48bf3517c9f8f56e6be80e97f Author: Scott Lahteine <[email protected]> Date: Fri May 20 11:27:09 2022 -0500 🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (#24170) commit dbd00d992705a07b3da769549495d6505cb96b43 Author: Scott Lahteine <[email protected]> Date: Mon Apr 4 15:57:03 2022 -0500 ✨ DOGM Display Sleep (#23992) Co-authored-by: borland1 <[email protected]> commit 4ae54a6229d1704bfc54a85233af40b69e924246 Author: Ludy <[email protected]> Date: Mon Apr 18 11:43:34 2022 +0200 🐛 Update German language, Fix FTDI (#24047, #24048, #24227) commit ce0af56d0aa4371620b142ba5b2ed3b455813a5d Author: tombrazier <[email protected]> Date: Sun Apr 10 07:20:05 2022 +0100 🚸 Improve MPC tuning, add menu items (#23984, #24018, #24049, #24059) commit 6c557a248016f2e89e259d2d5ee8e000521099bb Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:44:45 2022 +0200 🐛 Fix Bed/Chamber PID Autotune with MPCTEMP (#23983) commit a6ce9bf559d963c3cdcb6db7f57a572bc58016ea Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:58:58 2022 -0500 ✨ Autoreport Redundant Sensor option (#24014) commit 21c838cb1b86c3ffd5958c68d82f6c0c25e78dbe Author: tombrazier <[email protected]> Date: Fri Apr 1 08:14:14 2022 +0100 ⚗️ Temperature Model Predictive Control (#23751) commit 3443a9e18bf2c9797037f141d68ab409d6b3c00b Author: Pauli Jokela <[email protected]> Date: Thu May 12 05:23:16 2022 +0300 ✨ SOUND_ON_DEFAULT option (#24102) commit b2b5b85045e689d311e472d803817e08b49ccaec Author: Robert Brenckman <[email protected]> Date: Sun Apr 10 01:24:07 2022 -0400 🐛 Fix Tool Change priming (#21142) commit 2086cc9f4e21dfc060c1ff034856ad4e6219f5f8 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:37:40 2022 -0500 📝 Refer to 'PROGMEM' as 'flash' commit 8eccfd4a6f90da93a4f13b8aa7fbd88a1f8cca46 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:35:38 2022 -0500 🔧 Bed/Chamber PID Autotune menus Derived from MarlinFirmware/Marlin#23983 commit 9ab654adcb15ba23b42ed1f13ca34130e422dbc2 Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 22:06:32 2022 -0500 🐛 Fix min/max temp evaluation Fixes #24257 commit 0ae982188c23ddab4e3a2d819c679166a7e19532 Author: Scott Lahteine <[email protected]> Date: Wed May 4 23:19:18 2022 -0500 🐛 Fix M203 report commit bed0788f723a0695726eab52e8da0b48298c619f Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit deb1ba73bbdd3aacaeec6c7d9540c41e93ddfdfe Author: Scott Lahteine <[email protected]> Date: Sat May 28 15:11:43 2022 -0500 🎨 Use pos.set method commit 57f0ac88af9e8c5eb398c8367edf471900a5171f Author: Scott Lahteine <[email protected]> Date: Sat May 28 14:41:50 2022 -0500 🎨 Misc. boards/pins cleanup commit 915bce495cdc5168c982274f6deabc92e052c2c7 Author: Simon Pilepich <[email protected]> Date: Sat May 28 08:08:24 2022 +1000 📝 Fix Mightyboard MOSFET comments (#24183) commit 800a936caae83f4e5ca5dd2c2660518bd6fc43b2 Author: Scott Lahteine <[email protected]> Date: Thu May 26 18:18:41 2022 -0500 🎨 Combine serial echos commit ccf39b1c42fa787f645fbf0ac075cc47b72b18d3 Author: ellensp <[email protected]> Date: Fri May 27 12:02:42 2022 +1200 🔨 Add src_filter for I2C_AMMETER (#24242) commit d19179ce281cec58865fcbc99185abeb48a611b9 Author: Keith Bennett <[email protected]> Date: Thu May 26 16:07:10 2022 -0700 ✏️ Fix some motherboard checks (#24238) commit 4a6ae1b64df5fa8824e20688399683bf11b840e2 Author: ellensp <[email protected]> Date: Wed May 25 08:31:29 2022 +1200 🎨 Remove MKS custom pins, TinyBee cleanup (#24186) commit 0daaef589c956d152c846760dfc157fdd1b7975b Author: ellensp <[email protected]> Date: Wed May 25 07:49:57 2022 +1200 📌 Use MarlinSimUI/bugfix-2.0.x (#24232) commit 4831cbebd80d6e2c6bcf504446cf6d0f2441c285 Author: Scott Lahteine <[email protected]> Date: Mon May 23 02:37:28 2022 -0500 🎨 Add EXP1/2 headers, adjust TFT pins (#24230) commit e0deb75764938995e32bc589d646ec397c4a3019 Author: tombrazier <[email protected]> Date: Thu May 19 22:15:15 2022 +0100 🐛 Fix Leveling apply/unapply (#24188) Co-authored-by: Scott Lahteine <[email protected]> commit a0fe4f48956299cb298e6e48255ea72ba93dad79 Author: Scott Lahteine <[email protected]> Date: Sat May 14 15:31:51 2022 -0500 🎨 Minor HAL cleanup commit 4d65d7f142882bcd77072fc7dc5c01ca937a2e81 Author: Keith Bennett <[email protected]> Date: Sun May 22 19:32:28 2022 -0700 📝 Add logo, helpful links to README (#24226) commit 1b879f0ee4e5539c237edf235b6ca38b5b2beb43 Author: Scott Lahteine <[email protected]> Date: Sun May 22 18:42:25 2022 -0500 🔨 Fix mfprep string test commit b6abc760cef73a1dfc0e186f40687d0a45c8a769 Author: Scott Lahteine <[email protected]> Date: Sat May 14 01:45:14 2022 -0500 🔨 Move, tweak maple envs commit 0ae061713c631d44cd12ad266ca9c7fdd856d72c Author: Keith Bennett <[email protected]> Date: Fri May 20 09:48:34 2022 -0700 👔 Move GitHub templates, update README (#24199) commit 1d12e72bf697f7e3cb63995a20ba9e98fbce3eb9 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:53:12 2022 -0500 🐛 Fix SEGMENT_LEVELED_MOVES with UBL commit c97cf10956ee33c80e557fb09e4cc75d30a0db82 Author: Scott Lahteine <[email protected]> Date: Sat May 21 19:29:59 2022 -0500 🩹 Fix const warning commit b72f9277e9e89a7dcdc12c8f11273f7c76a064d4 Author: Scott Lahteine <[email protected]> Date: Thu May 19 06:05:52 2022 -0500 ♻️ Common Bed Leveling object name, accessors (#24214) commit 06c4a9acdb3f08a2052ea55d00fa350e9249bcb4 Author: Keith Bennett <[email protected]> Date: Sat May 21 16:13:00 2022 -0700 🐛 Fix FLSUN Hispeed FIL_RUNOUT_PIN, MKS Robin Mini TFT pins (#24204) commit 8a301196e11d87d7e9db065d0d802910a664c5be Author: Arthur Masson <[email protected]> Date: Sat May 21 21:45:30 2022 +0200 🐛 Fix Polargraph G92 command (#24223) commit 1e7219f4a643f8cbdbcd9685ebb5a76d02c89601 Author: Marcio T <[email protected]> Date: Thu May 19 09:45:48 2022 -0600 🐛 Fix FTDI_EVE_TOUCH_UI reboot loop (#24195) commit 02c267f542223ed0d8b098da4bec6f09710d6bc8 Author: ellensp <[email protected]> Date: Fri May 20 02:15:57 2022 +1200 🔨 Require PIO >= 6.0.1 (#24205) commit fe77fc66c0004ba9a4459dd5a12c978dd0308bb1 Author: Ivan Kravets <[email protected]> Date: Wed May 18 00:47:11 2022 +0300 🔨 Use PlatformIO Core 6.0 Dev for CI (#24194) commit 268a16b1ef1c5cd462e81aef08e4e9f7d2c65658 Author: Scott Lahteine <[email protected]> Date: Tue May 17 15:05:25 2022 -0500 🚸 ProUI APRIL2022 updates (#24084) commit 8351b1431f8bad178f2f8a3ec70b32a1d4d7ca2c Author: ellensp <[email protected]> Date: Tue May 17 20:01:32 2022 +1200 🩹 Fix MarlinUI allow-cold-extrude (#24176) Co-authored-by: Scott Lahteine <[email protected]> commit 718806761f1e9d903d61408e2039357bfe46fff8 Author: Oliver Jean Eifler <[email protected]> Date: Tue May 17 06:23:03 2022 +0200 🩹 Suppress ZERO() warning (#24178) commit 78c7fedcea34f0c630f8e9fd46bc5d3244de04c5 Author: Marcio T <[email protected]> Date: Mon May 16 20:45:47 2022 -0600 🐛 Fix Due cli/sei (#24182) Followup to #23357 commit c4b8339b842958faae2567c339bcf9b44434a2ce Author: Scott Lahteine <[email protected]> Date: Fri May 13 23:49:29 2022 -0500 🎨 HAL_MinSerial.* => MinSerial.* commit 94ed67e36ef84cb4ecd8f3f1470041d4d72f7088 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:50:42 2022 -0700 🩹 Run TMC test last in setup (#24160) commit 03b819bdb235c6eb2cd0a02b832bb8f108cc5962 Author: Miguel Risco-Castillo <[email protected]> Date: Fri May 13 19:34:30 2022 -0500 🚸 DWIN/DACAI for Creality 4.2.3 (#24132) commit 2204f05dcaabf0e639f1e1722ffd293d4b415fe3 Author: Scott Lahteine <[email protected]> Date: Fri May 13 19:31:07 2022 -0500 🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround commit a13cceaad16dd2caedbf3b05ae0854b1200cb51e Author: Keith Bennett <[email protected]> Date: Fri May 13 17:27:13 2022 -0700 🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (#24147) commit 5c25ed60c80d7b06cb91e91f98b1aca6bc648d79 Author: Dominic <[email protected]> Date: Sat May 14 02:18:04 2022 +0200 🐛 Fix AIR_ASSIST (#24162) commit 1c516bdd5e71fc3da05fb52da692c9c5ccb0c0d7 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:17:19 2022 -0700 🔧 Allow board & probe dummy thermistors (#24165) commit 425684e2ffecf85dccab1eb4242772bc97992eb8 Author: grauerfuchs <[email protected]> Date: Fri May 13 20:08:50 2022 -0400 🐛 Fix Mightyboard LED pin, fan override (#24168) commit 63aecad7eef034d8cb2b3e81f8a22db8a148b90b Author: Roxy-3D <[email protected]> Date: Fri May 13 17:29:50 2022 -0500 🔨 BTT Octopus ST-Link programming/debugging commit dcd769b4a18bd40f9664262d081d553994d8eb78 Author: Scott Lahteine <[email protected]> Date: Wed May 4 15:14:31 2022 -0500 🎨 Nextion cleanup commit f9b7f00d1e1c1004e0c2a9c35e23c1c67dc47172 Author: Scott Lahteine <[email protected]> Date: Wed May 4 19:10:14 2022 -0500 🚚 Move speed_lookuptable.h commit a6ff63d5060c0ef68c2ae9f6ccf3bcada2ec6b6e Author: Keith Bennett <[email protected]> Date: Thu May 12 22:41:38 2022 -0700 🎨 Clean up warnings / extra check (#24163) commit 7d37ae2b2b1ea6613dbc8be0ec5fa30dbd6a87de Author: ellensp <[email protected]> Date: Fri May 13 16:07:27 2022 +1200 🔧 AVR/DUE Serial Port pin conflict checks (#24148) Co-authored-by: Scott Lahteine <[email protected]> commit a7d40ec654a3eca783a19e93e7bb6f394f2e6d29 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:09:25 2022 -0500 ✨ Add BOARD_CREALITY_V24S1_301F4 Co-Authored-By: Miguel Risco-Castillo <[email protected]> commit 7ed339cfa0a2d8298e0293cf465daaf4ac74c0f9 Author: InsanityAutomation <[email protected]> Date: Thu May 12 06:38:05 2022 -0400 ✨ Creality CR-10 SmartPro (#24151) Co-authored-by: Scott Lahteine <[email protected]> commit cb4ad020af2f56dc060ecafdfd58b0639a8f0199 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:13:59 2022 -0500 🧑💻 Misc. LCD cleanup commit 0805f9bf3f631d914bb6ff4817d65a9ab237fe6c Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:23:32 2022 -0500 🩹 Fix ProUI leveling start message commit d235bc9e1c5eeb210275a4abcf89a757d0259cc0 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:14:02 2022 -0500 🧑💻 General and Axis-based bitfield flags (#23989) commit d5f472a6cf4456bf715ee3b3a85132f3fbe7e15f Author: Scott Lahteine <[email protected]> Date: Thu May 12 00:07:22 2022 -0500 🔨 Fix g++ locator for CI commit d67fa98cf601a8ef2642641a8aefbcdab1d5bcc2 Author: Scott Lahteine <[email protected]> Date: Thu May 12 04:16:31 2022 -0500 🩹 Fix accel dividend commit d3fe0caa7f83b8e971e8503b5344e20811d6c812 Author: Scott Lahteine <[email protected]> Date: Mon May 9 18:50:14 2022 -0500 🧑💻 Clarify acceleration factor commit bd09f8acff3c40fe9294cfc6b6a9220ec5b766fc Author: Scott Lahteine <[email protected]> Date: Mon May 9 17:35:32 2022 -0500 📌 Define RAMPS_SMART EXP headers, AZSMZ_12864 See #23501 commit a9aca5f5e8c5c1ce40e09ce5cf80a875ec009aa0 Author: Scott Lahteine <[email protected]> Date: Mon May 9 16:47:04 2022 -0500 ✏️ Fix spurious UTF commit 13d1eb7241b8621267520e57811f8069b2e466e9 Author: Scott Lahteine <[email protected]> Date: Sat May 7 23:51:38 2022 -0500 🔨 OpenOCD Debug for VSCode commit 238ab1dd061145a525edd27bb8203ae216380894 Author: Mike La Spina <[email protected]> Date: Mon May 9 17:18:47 2022 -0500 🩹 Fix Fan Tail Speed Init (#24076) Co-authored-by: Scott Lahteine <[email protected]> commit a7e4061d1221531340e9f82bc6f1560e5d6feab8 Author: Keith Bennett <[email protected]> Date: Sat May 7 19:58:57 2022 -0700 🔧 Fix Neo RGB sanity check (#24146) commit 31c87adba80d50a90ae3c85b08cd01c5545c78b4 Author: ellensp <[email protected]> Date: Sun May 8 14:57:13 2022 +1200 📌 Use ESP3DLib master branch (#24140) commit 727e7e7fd71fb0404e0f5bf7f36dc10419d155c4 Author: ellensp <[email protected]> Date: Sun May 8 14:56:09 2022 +1200 ✏️Fix Markforged endstops/G38 (#24141) commit 975b90c0b7e6b836f67f3603c80f818dc095ffa5 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:18:56 2022 -0500 🎨 Tweak NEOPIXEL_LED format (#24110) commit 8f0180802ad327a0be47be9405a9a2764b5937db Author: Scott Lahteine <[email protected]> Date: Thu May 5 11:47:08 2022 -0500 🔧 Move LASER_COOLANT_FLOW_METER to LASER_FEATURE commit aa4c9917552df8a383816a0af516b86e1237ff48 Author: Giuliano Zaro <[email protected]> Date: Fri Apr 1 04:22:26 2022 +0200 📝 Obsolete freeze comment (#23964) Followup to #23944 commit 9ab1a57d729cfa207adfe3ee6d24d40de3bb159c Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 05:00:46 2022 -0500 ♻️ Consolidate DGUSScreenHandler class (#24067) commit 044bf8ab7ef7045583c9da175b8ebddd2b750f84 Author: Robby Candra <[email protected]> Date: Sun Apr 10 07:44:31 2022 +0700 ⚰️ Clean up dead option (#24006) commit 4bdec5e99330a35387c09adc27be94c5082b4405 Author: Scott Lahteine <[email protected]> Date: Fri Apr 22 01:12:43 2022 -0500 🚸 More ExtUI events for ABL / UBL commit 7444933d5d4fc93c6278e091be5af7e4f61b1d9c Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 02:26:17 2022 -0500 🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP Fixes #24007 Followup to aaf5bf02 commit f35404f853ba185814bd17a4742ef34688ceba98 Author: Scott Lahteine <[email protected]> Date: Sun Apr 17 21:18:39 2022 -0500 🧑💻 Handle PLR in manage_media commit 7fa2dceddafcfeea4b2599fa2b9fe3542abd4c1f Author: Keith Bennett <[email protected]> Date: Tue Apr 19 17:16:26 2022 -0700 🐛 Fix ProUI / JyersUI leveling preheat (#24060, #24064) Co-Authored-By: Scott Lahteine <[email protected]> commit 4c84769a814ab6534a1edebc66529b568c9d6d7e Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 06:31:39 2022 -0500 🩹 Fix ADVANCED_PAUSE_RESUME_PRIME check Fixes #23824 commit 8fb3074901f83034cc240834a2fc75aad0ed43ad Author: Robby Candra <[email protected]> Date: Fri Apr 15 11:21:12 2022 +0700 🩹 Fix DEBUG_CARDREADER (#24023) commit 230db90b70f1cafdea6fe3a8c28499e92004be53 Author: ellensp <[email protected]> Date: Fri Apr 22 23:02:47 2022 +1200 🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC (#24066) commit 28d2bc353ebbddc0ce0b96a634108392eb1089b4 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 16:48:24 2022 -0600 🎨 Use LEDColor default C-CTOR commit 7b5e2cd78619ba4334c0fe94b3f8293ed8d6e1ee Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 00:52:05 2022 -0500 🐛 Update M913, M914 report Followup to #11248, #11249, #23400 commit 4b456078ddc1099c081e1e7149aba612c8f41008 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 11 02:23:53 2022 +0200 🌐 Update Italian language (#24019) commit 8d3c84a6d969bf9fa576a17b0054d5b98324622d Author: Keith Bennett <[email protected]> Date: Sat Apr 9 17:21:42 2022 -0700 ✏️ Fix FYSETC Mini Panel neopixel type (#24011, #24111) commit cbc6f23a8af0c864e3607dc24764582149c0d1f3 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:49:51 2022 +0200 🔧 Sanity-check SWITCHING_TOOLHEAD_X_POS (#23985) commit bed8abe5b6df751d7dafc6f0f8d8dff7338625ce Author: Giuliano Zaro <[email protected]> Date: Sun Apr 3 01:27:05 2022 +0200 🐛 Fix PID edit menu for Bed, Chamber (#23987) commit 74565890f335f26fa7012d0164eb2964c0f2918d Author: tombrazier <[email protected]> Date: Fri Apr 1 03:13:16 2022 +0100 ♻️ Refactor and fix ABL Bilinear (#23868, #24009, #24107) commit 4ec9af42b8e24cf6ce9f238c9342bc1c11120429 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:38:25 2022 -0500 💥 Rename ExtUI settings methods commit b0d621d8b96fffda485efa45e61a68126613a766 Author: John Robertson <[email protected]> Date: Mon Apr 4 00:47:55 2022 +0100 🧑💻 Define isr_float_t to assert a non-FPU float (#23969) Co-authored-by: Scott Lahteine <[email protected]> commit 995221e68e15693697fc7f10dfc31273ea188157 Author: Stephen Hawes <[email protected]> Date: Thu May 5 03:37:47 2022 -0400 ✨ Add M3426 A<addr> parameter (#24130) Co-authored-by: Scott Lahteine <[email protected]> commit 54e543872be13439523cecb6b670b7b4bf818164 Author: LPRtypeCN <[email protected]> Date: Sun Apr 10 19:19:12 2022 +0800 🌐 Update Chinese language (#23865) commit 7b39604d6f58b46de18a41eb4a7de5058d9c4b35 Author: ellensp <[email protected]> Date: Mon Apr 4 11:46:05 2022 +1200 🌐 Update Russian language (#23978) commit 01c9c2666123f0959b02b757d2acd6adc18f4284 Author: Keith Bennett <[email protected]> Date: Mon Apr 18 03:46:58 2022 -0700 🧑💻 Preheat menu improvements (#24017) Co-authored-by: Scott Lahteine <[email protected]> commit 27b148442826780c8fc4f7ab8c21608de21f0587 Author: ellensp <[email protected]> Date: Tue Apr 19 15:03:42 2022 +1200 🐛 Fix Manual Move cold extrude override (#24045) Followup to #19606 Co-authored-by: Scott Lahteine <[email protected]> commit 7f1c5ad7aa6dc437d3a76abf8a36cb971e1f424e Author: InsanityAutomation <[email protected]> Date: Sat Apr 9 20:19:14 2022 -0400 🩹 Fix and clean up E3V2 draw (#23979, #24013) commit 4fd7d1b056bfab9f31c272ae6d8f256ed2ed202d Author: ellensp <[email protected]> Date: Thu Apr 21 21:06:22 2022 +1200 🐛 Fix STM32 Pins Debugging (#22896) commit 7ffe4de021254d34762d2a7ecd239ded0eca949d Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 07:39:50 2022 -0500 🩹 Use LCD_CONTRAST_INIT in pins files commit eada17ed69ede29d83f7c3897d64e2872faaae18 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 01:49:59 2022 -0500 🩹 Apply 100% leveling correction below the bed See #24002 commit cd5c5ea60eb20d643ab2447bc3550b3eb5874a39 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:44:45 2022 -0500 🔨 Fix LPC176x debug build See #23635 commit e9ea82e78d0c95ef1cee599093b4c91a6f97d709 Author: stream2me <[email protected]> Date: Sun Apr 10 02:46:29 2022 +0200 🐛 Prefer os.replace, fix TFT_LVGL_UI build (#24001) commit 18b17fc97d8474b2fe5c5cd7afcfdce05ba7d5cc Author: ellensp <[email protected]> Date: Sat Apr 23 22:02:13 2022 +1200 🐛 Fix MKS_MINI_12864 build for ESP32 (#24071) commit 89d5ed0c9e5570e4a025719a9ad183e505c8ed8a Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 04:22:04 2022 -0500 🎨 Combine common LPC1768 I2C code commit a56bf9045d3e68101c42ced30884fa34675279c5 Author: Scott Lahteine <[email protected]> Date: Fri Apr 15 02:05:02 2022 -0500 🧑💻 Simplify BIGTREE_SKR_2_F429 env commit c23d0351495a7fc1c396d157642db49db2754135 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 08:43:11 2022 -0500 🧑💻 Strip #errors in Configurations deployment commit 7ff4b706947e63d708cef90c936b936305947e58 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:07:04 2022 -0500 🚸 Prevent accidental button press commit 421c38ff2e0de3a8d5cd913232aa3448dbfbc487 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:57:41 2022 -0500 🐛 Home Z to Max after Z_SAFE_HOMING commit ec447dba04409c2b60d61b9bacab54c101bd9f3a Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 09:05:12 2022 -0500 🚸 Home Y before X on belt printers commit be6535e5f7a39529bd081ed38a1bf76fa645488f Author: Christian Piper <[email protected]> Date: Thu Apr 21 03:15:07 2022 -0400 🩹 Fix PRINTCOUNTER with EXTRUDERS 0 (#24063) Co-authored-by: Scott Lahteine <[email protected]> commit 99252cf0cd5a8a01228c715a505cb1eaf6b853e5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:58:45 2022 -0500 🐛 Prevent BABYSTEP freeze See #22830, #13300 commit f6f31434b8c0e21f98fef460e0c8492fd4c240d5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:16:52 2022 -0500 🧑💻 IS_ULTRA_LCD => HAS_WIRED_LCD commit 2f3960904e1a7b830c686fa793b122de49f3d674 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:45:28 2022 -0500 🎨 Misc. USB flash code cleanup commit 2dc4c642e78bb4fa99ca41f3ae3c92335248ffd4 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:50:39 2022 -0500 🎨 Misc. adjustments, spacing commit 70ea0e7c3450680e1062088243d2cf139eadc02a Author: Scott Lahteine <[email protected]> Date: Mon Apr 18 16:41:16 2022 -0500 ✏️ Remove extra G29 line Followup to 85a62bbf commit a81fd009f081eca3685e42cffac7f35e75428fea Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:08:26 2022 -0500 🎨 misc. cleanup commit e667d4e6e43b407cedce6bbf543ea1d815e8d520 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:53:39 2022 -0500 🌐 Rename "LCD Timeout" string commit 2d0af75d37c9ea8ab44c889ef4e489b3b533eb30 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 18:07:40 2022 -0500 ✏️ No such pin commit 5e68a86968d63f97f0febb8378b2a508e909ec90 Author: ellensp <[email protected]> Date: Sun Apr 10 12:37:24 2022 +1200 🔨 Preflight check old abl files (#24010) commit 8bd1547c3bb16cdce37412624161fab5b9d5ead6 Author: Moritz Wirger <[email protected]> Date: Fri Apr 15 04:43:21 2022 +0200 ✨ enwi ESPNP board support (#24029) commit a5e083603f1435a4a0e2e9fa7449c9133aa73225 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:11:03 2022 -0500 📝 Fix 'M150 S' comment commit c5f7547e8cf0d744fb1392b3651078d3985cecb1 Author: Giuliano Zaro <[email protected]> Date: Tue Apr 26 05:03:16 2022 +0200 🩹 Fix "elapsed" text on DOGLCD (#24087) commit 5c5b380fda9f541ee182e614966fc39a72ac6a18 Author: InsanityAutomation <[email protected]> Date: Tue Mar 29 05:41:33 2022 -0400 🐛 Fix MarlinUI on Ender 3 S1 (#23949) commit bb0e0cf7f35cf3b89aac4f395185d55f3aa62979 Author: aegelsky <[email protected]> Date: Fri Apr 1 05:21:10 2022 +0300 🐛 Fix MKS Gen. L - EEB (#23965) commit 5ee99dfc49eaa8e81f5beb66eb1c160ac2d217fb Author: Jon <[email protected]> Date: Thu Mar 31 22:18:32 2022 -0400 🩹 SKR2 Pins DIAG flag (#23968) Followup to #23050 commit a083b1280ec80a525766c0a9487865b76de64c81 Author: Keith Bennett <[email protected]> Date: Thu Mar 31 19:16:11 2022 -0700 📌 SKR Mini V1.1 TMC UART Pins (#23970) commit b7b5cee88baadfb10822b6bb13b6e7d3b0acaff8 Author: grauerfuchs <[email protected]> Date: Thu Mar 31 22:15:06 2022 -0400 🐛 Fix MightyBoard Rev. E EX2, extra MOSFETs (#23976) commit 7456fd68a41b12592f3ac3f47308f7037ca22b86 Author: Keith Bennett <[email protected]> Date: Sun Apr 3 14:13:29 2022 -0700 ✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check (#23990) commit 20154718b5a41c1522a313ada06ef5c35ce2023d Author: Scott Lahteine <[email protected]> Date: Wed May 4 17:03:25 2022 -0500 🌐 Clean up languages commit a6794c1862c663b387637597dba5f258a3e0e1e2 Author: Manianac <[email protected]> Date: Thu Mar 31 17:23:52 2022 -0700 🐛 Use ADC_VREF for Filament Width ADC Vref (#23977) commit bd5c6bf23c1478dcab31cc1c2edcd0fa546eb6ea Author: John Lagonikas <[email protected]> Date: Tue Mar 29 11:13:45 2022 +0300 ✏️ Fix parking extruder compile (#23961) Followup to d3e3e6a491 commit 68ee64283a7aab95c2f70eaf734e24b9d909dfa7 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:48:37 2022 -0500 🎨 INI cleanup commit dd29394bbe17ab6458817cce65b94f106252092f Author: Scott Lahteine <[email protected]> Date: Sat May 7 14:58:39 2022 -0500 🔨 Improved mfprep script commit ceb99e89a081d2230479e9bb7b63c23d14bf0b98 Author: Scott Lahteine <[email protected]> Date: Thu May 5 18:55:43 2022 -0500 🔨 Prevent build attribute define conflicts commit 6112277f9b2d24a7c9effeb5966dadef279a261c Author: Scott Lahteine <[email protected]> Date: Thu May 5 19:11:59 2022 -0500 🔨 Use first g++ in path for 'native' targets commit 81f403025c3ddb479ccf363fb091ac0fcf8e667b Author: Keith Bennett <[email protected]> Date: Thu May 5 00:38:48 2022 -0700 🐛 Some EEPROM size fixes (#24113) Co-authored-by: Scott Lahteine <[email protected]> commit eeda8b451acb2a0ae96656876f6a7682d43aca1d Author: Scott Lahteine <[email protected]> Date: Wed May 4 12:47:15 2022 -0500 📝 Replace KB with K in pins commit c7e8ba78576af230278a5662103acf421dc59bfd Author: Keith Bennett <[email protected]> Date: Mon May 2 16:29:25 2022 -0700 📝 Fix extraneous URL args (#24125) commit 071e5c336a157ca39b75081b8cb4436a72af965e Author: Ludy <[email protected]> Date: Mon Mar 28 03:20:54 2022 +0200 🐛 Fix MMU2 buzz (#23950) Followup to #23943 commit be08d4c4f01e2c297365664bd3e0f7dc2b051fde Author: David Forrest <[email protected]> Date: Sun Mar 27 21:19:02 2022 -0400 🔨 Fix Makefile GCC warning (#23957) commit e99104a0040f58477809c9e2b9506fe2bcd94331 Author: ellensp <[email protected]> Date: Sat Mar 26 16:44:22 2022 +1300 ✨ Configurable FREEZE pin state (#23944, #23948) Co-Authored-By: Scott Lahteine <[email protected]> commit edc4089121bcd96645b7be6bbd3dafa88c510ede Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 21:16:00 2022 -0500 🐛 Fix pulldown sanity check commit 3bce266ef7865a62b5e79c7c5c67a068bb5e4c20 Author: ellensp <[email protected]> Date: Sat Mar 26 14:03:43 2022 +1300 🐛 Fix MMU2 buzz (#23943) Followup to 89a9c3a391 commit c89d0114acba957d63e894bc1a479ec10cb18a81 Author: Robby Candra <[email protected]> Date: Sat Mar 26 06:34:20 2022 +0700 ✨ STATUS_MESSAGE_TIMEOUT_SEC (#23135) Co-authored-by: Scott Lahteine <[email protected]> commit 0e693854d0c86fa0998a5d497607d42d6798f6ab Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:35:00 2022 -0500 🚸 Clear "heating/cooling" message on temp reached commit 9324132a401cf0ab3781c9992d607bd4f88ba086 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:55 2022 -0500 🎨 Format, use status macros commit 5632ad65f59710ca64e4abca99afa64cb99d559e Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:26 2022 -0500 🐛 Fix status_printf alert level commit eccbfbcede60922b95971e90bf3a1d7983a5fe39 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:04:06 2022 -0500 🩹 Print English to serial out commit 5ef4fb378e345e20d1fa3bdbc5312598dc571276 Author: Scott Lahteine <[email protected]> Date: Thu Mar 24 20:29:50 2022 -0500 ✏️ Encoder noise followup Followup to #23925 commit 21f0945d2cfada672756709bc420feb11768e687 Author: Oleg Belov <[email protected]> Date: Fri Mar 25 02:12:35 2022 +0300 📌 Custom cable for Mini 12864 V1 + SKR Mini E3 V3.0 (#23936) commit b2a318af9a0c8e91b1f66a5576226b50b1b49f1b Author: Serhiy-K <[email protected]> Date: Fri Mar 25 01:07:58 2022 +0200 🌐 Update Ukrainian language (#23935) commit 1c89c0470f2778f8051ff8514831138e64a2d9ed Author: ellensp <[email protected]> Date: Fri Mar 25 12:06:28 2022 +1300 🩹 Wrap endstop_diag.cpp (#23931) commit 2ee4a667e1999839e61fa4c7d4e31a88d6e301d6 Author: Scott Lahteine <[email protected]> Date: Wed Jan 12 09:47:22 2022 -0600 💡 Misc. cleanup, comments commit f8e177a43efa3e7a173e2799562d354ab95544ab Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:39:53 2022 -0500 🧑💻 Improve STATUS_BED_X commit 9ac1c73041cbf4015b48d9d7a70a59e840a1d442 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:34:00 2022 -0500 🎨 General cleanup, comments commit 4a8b99d505584d1fa5eb71d588da1bb60c3a2878 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 22:22:08 2022 -0500 🧑💻 EXTRUDER_LOOP macro commit b094a3fc0d647f7daff7c4d97db32f9d41e4c11d Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:31:36 2022 -0500 🎨 Clean up tool change with tool sensor commit 2d99a608fd993fd5cb75223b72deadfc969a13c1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:58 2022 -0500 🔨 Fix 'mftest -s' commit fba8805c0cd87845c80d9cd7738b94332a35e27b Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:10 2022 -0500 🩹 Fix ADC math overflow commit 039a22649f4e0201d7580b63c1a414450353438a Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:56:07 2022 -0500 🧑💻 PIO --silent in build_example commit ced0ad8e094baecf6e3ee8eaa36c61baaa5743fc Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:17:12 2022 -0500 🎨 Apply _TERN where possible commit 10a0c9a9b3d4070326954c5c2354cfd8ba490f0c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:20:19 2022 -0500 🔨 Suppress MMU2 resume_position warning commit abfb0411809568970221281a3614e30970f0dfc1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:08:00 2022 -0500 🧑💻 Add neo.set_background_color(rgbw) commit 72f207f4895d5db34f697cb203876405b98d89c8 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:53:42 2022 -0500 🔧 Sanity-checks for PULLDOWN, SINGLENOZZLE commit 7186037f20a2a2c57624e31c1e99adc37759c5f6 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:31:54 2022 -0500 🔧 No Switching Nozzle with MMU2 commit b0a400da72f6752619a82246fac55a07a4e67f3c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:14:17 2022 -0500 🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER commit cc4c2c2f98a1742d6b462481f74dacf5b5b93961 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:11:01 2022 -0500 🔨 Allow I2CPE_ENC_n_INVERT set to false commit 5dae8a67344cfeda3de6d40fcd14498542004fe9 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 15:30:29 2022 -0500 🚸 Allow one servo with cutter on RAMPS commit 05dea4e30a1768913ec7d1f38c65b9423200a558 Author: Fredrik Andersson <[email protected]> Date: Mon Mar 21 02:14:45 2022 +0100 ✨ Encoder button noise filter (#23925) commit 7e88ee8c5cc87395e73c45bcd743f3ab0302773b Author: Mark <[email protected]> Date: Fri Mar 18 12:49:47 2022 +0800 📌 PandaPi V2.9 – Standalone mode (#23908) commit cc8e485e1c55fb2fcdba7dc8f6b89041ed18e9ce Author: John Robertson <[email protected]> Date: Fri Mar 18 03:21:53 2022 +0000 ✨ ESP32 - Hardware PWM for fan, cutter, servos (#23802) commit c7a2ecc31aa4def9e60668f5cfc648d87776be9b Author: ellensp <[email protected]> Date: Fri Mar 18 16:17:41 2022 +1300 🩹 Fix xatc EEPROM debug (#23911) commit 260b40d1453a9310581c45d3e1327a3103b36a22 Author: tombrazier <[email protected]> Date: Fri Mar 18 03:15:26 2022 +0000 ⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867) commit c87eded8f6183c33bd9b9a74dd577fe6c77c32df Author: Ludy <[email protected]> Date: Fri Mar 18 02:55:33 2022 +0100 🩹 Fix redundant var declaration (#23913) commit 2f2a999368f22f2c6b3105ab481987c2025bc50e Author: John Robertson <[email protected]> Date: Thu Mar 17 19:35:33 2022 +0000 🐛 MKS TinyBee - 2.5V ADC Vref (#23903) commit 2558b323e85006c3c9f6a03bcaa82f61c95da0bb Author: Jelmer van der Stel <[email protected]> Date: Sun Mar 13 23:20:30 2022 +0100 🩹 Fix DWIN E3V2 display issues by allowing re-init (#23879) commit 1db685593922214e49496d805dc9ea099e227f50 Author: Mrnt <[email protected]> Date: Sun Mar 13 15:17:35 2022 -0700 🧑💻 Allow DIGIPOT Rsx / Vrefmax override (#23885) commit 62f298aca39ff17bc7a51f49b9ff6b5b17a76c30 Author: Julien Staub <[email protected]> Date: Sun Mar 13 23:09:32 2022 +0100 🩹 Fix ExtUI build with Host Keepalive disabled (#23898) commit 8d20c5aadfff34a024665ea349c0b66834e4d305 Author: InsanityAutomation <[email protected]> Date: Sun Mar 13 18:00:35 2022 -0400 📝 Fix X2_MAX_POS comment (#23873) commit 61b470249c1cfa361f25060940cc8b7f8a8f64e9 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:59:43 2022 -0500 📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment commit 4ffa88f814f3ddcb7273b73c9bb68773bcf1fd51 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:46:08 2022 -0500 🚸 Test LIN_ADVANCE in a pins file commit 8257040fafe758ac1913e9bf633fa0c9930dd9cb Author: Mathew Winters <[email protected]> Date: Sun Mar 13 14:13:41 2022 +1300 ⚡️ G12 - Only require used axes to be homed (#23422) Co-authored-by: Scott Lahteine <[email protected]> commit 5d9ab7e71eed56f242d4fae32836f305bb1ff680 Author: Keith Bennett <[email protected]> Date: Sat Mar 12 16:23:29 2022 -0800 🔨 Drop extraneous build flag (#23862) commit 1a76d4d467ebb3d8ed1df39767efa99beb08e854 Author: N…
commit aaa4e8ecdbd20e3a6e200f44f90c4d8a9ee5deb8 Author: Scott Lahteine <[email protected]> Date: Wed Nov 9 20:54:17 2022 -0600 🐛 Fix recalculate_max_e_jerk commit 01f96a103be4369f27a009f9b524c3cc5cd821d2 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:46 2022 -0500 🔖 Marlin 2.0.9.5 commit 3638ce2b31ea3749685e034c4bf6a0eba92ee0f5 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:03 2022 -0500 🚑️ Fix XYZEval = N not setting E commit 889d1224907240aee42331ec3b011260c3f56ffe Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:14:01 2022 -0500 🧑💻 Further script updates commit dc3322b639223e4592ef724ca7d1aadd8451feee Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:08:42 2022 -0500 🧑💻 Axis macros parity with 2.1.x commit 25521cb9b2069db9bf2ab0b9576e6201c34d97e4 Author: Miguel Risco-Castillo <[email protected]> Date: Sat May 28 17:34:36 2022 -0500 🚸 Fix, update ProUI (#24251, #24473, #24500) commit 593b734d18847298acc6c1489ea97fb8528f53ec Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:53:36 2022 -0500 ♻️ Small sound / buzz refactor (#24520) commit 2952f0be5de7a82f706f74550aba17e7be3d378f Author: Keith Bennett <[email protected]> Date: Fri Jul 29 04:12:38 2022 -0700 Updates from #24560 commit 752f3d440dd72d869140268dc79f3efb49043c1e Author: tombrazier <[email protected]> Date: Sat Jul 16 00:15:51 2022 +0100 ⚡️ Optimize Planner calculations (#24484, #24509) commit 5c46ae4f003a796292fa585f4d8f959dc2e503a7 Author: tombrazier <[email protected]> Date: Fri Jul 8 20:41:39 2022 +0100 ⚡️ Optimize G2-G3 Arcs (#24366) commit af6995845cfe50edc81881b5de523cfc28efc099 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:30:26 2022 -0500 🩹 Revert extra axis changes commit 8e6aa1b113bafea1af6c0ffa9d07980cb6f90e41 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:00:07 2022 -0500 🧑💻 Fix and improve build_all_examples commit 929ce5e859858bf3db475fb4aaa49899b22f1d68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 10 22:00:10 2022 -0500 🧑💻 Add Sim debug with lldb commit 3a5e87cdb76ced2e84eccecf220289dc70e9a741 Author: ellensp <[email protected]> Date: Wed Jul 20 10:32:08 2022 +1200 📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (#24521) commit 35e1384decb6b521c729c5eb77281e01b8cdc29f Author: Keith Bennett <[email protected]> Date: Fri Jul 15 15:43:43 2022 -0700 📝 Update board MCU comments (#24486) commit 406c2342fd5556a0c54a090f38b674cd82f9fa2a Author: InsanityAutomation <[email protected]> Date: Mon Jul 18 21:12:27 2022 -0400 🚸 Machine-relative Z_STEPPER_ALIGN_XY (#24261) Co-authored-by: Scott Lahteine <[email protected]> commit fa50d2c757f9b1fecc133d511c4fc1297842e184 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 04:00:39 2022 -0500 🧑💻 Fix MAP macro use Followup to #24191 commit 6523b92014f2fd6de97c6b44dc1cfd22526b03a2 Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit 2461138661bdeed44c8291229237107680803843 Author: lujios <[email protected]> Date: Tue Jun 7 02:22:17 2022 +0200 🩹 Fix G33 Delta Sensorless Probing compile (#24291) commit 2bb9a5ee5efbf054a7f63083532c4762437a19f1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 03:42:04 2022 -0500 🩹 Apply linearval in M600 commit 0a4aa0978dfa6c198eac85cdcc09f6de59cbba55 Author: Keith Bennett <[email protected]> Date: Fri Jul 8 13:30:03 2022 -0700 🔧 Assert Probe Temp Comp requirements (#24468) commit 39863d54b06e9b9394815467bde3b44500eebab3 Author: ellensp <[email protected]> Date: Sat Apr 23 21:16:15 2022 +1200 🐛 Fix BACKLASH_COMPENSATION compile (#24072) Followup to #23826 commit cea45d49bc3c510e4fa38dead1d65c335f0737ae Author: Scott Lahteine <[email protected]> Date: Sat Apr 9 19:17:04 2022 -0500 🎨 Misc. 6-axis cleanup commit 34f9c28fd16e5cc77636bcaad5ba40c56a521375 Author: Pauli Jokela <[email protected]> Date: Thu Jul 7 18:59:23 2022 +0300 🩹 Fix safe homing sanity-check (#24462) commit bf084254dab5dab9a38ea275db4846e956589758 Author: Scott Lahteine <[email protected]> Date: Mon Jun 20 21:15:57 2022 -0500 🎨 Fix comments, formatting commit 6f51f19257a1f3a3594270169d8a8d74e312f2ba Author: Christophe Huriaux <[email protected]> Date: Wed Jul 6 22:43:38 2022 +0200 🩹 Fix ST7565 LCD contrast init (#24457) commit 56974af3e5c8958569b409ddcffabf35ecb53692 Author: Mike La Spina <[email protected]> Date: Fri Jul 8 15:02:12 2022 -0500 🐛 Fix laser/fan sync (#24460) Followup to #22690, 307dfb15 commit f9154eca8cdfbff885934f90f49209ea112593d8 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 21:46:38 2022 -0500 🩹 Fix TFT image packing commit a03516a9f40f8723c21fc4d1f26b6e06c635ed2c Author: DerAndere <[email protected]> Date: Mon Apr 4 04:43:42 2022 +0200 🚸 Better M350, M114 with more axes (#23986) Co-authored-by: Scott Lahteine <[email protected]> commit f18b0f6f4b42baa2f3aa7761ae3263dbea04ee4b Author: toomuchwonder <[email protected]> Date: Thu Jul 14 04:17:53 2022 +0100 🩹 Fix MKS UI extruder speed (#24476) commit d617002a6eec353cc1dcc69aab268cb8d71c52e3 Author: Miguel Risco-Castillo <[email protected]> Date: Thu Jul 14 00:00:33 2022 -0500 🚸 Fix and update ProUI (#24477) commit 01f16daf42a49c6c37f63e389c9c1df2d6d130f8 Author: InsanityAutomation <[email protected]> Date: Wed Jul 20 04:08:19 2022 -0400 🐛 Fix Archim2 USB Hang (#24314) commit ff1ecb00cc52b33136a1a42d0d339af7db92fcae Author: Scott Lahteine <[email protected]> Date: Thu Jul 28 20:52:33 2022 -0500 🎨 Misc. 'else' cleanup commit 750a8dbe7fedcbbe1a651cb0bc24fe0b5753eaf1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 12:38:00 2022 -0500 🩹 Fix MAX31865 approximations Followup to #24407 commit ba8f109f8aa7de5b869244ef95441f5870729856 Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:52:47 2022 -0500 🩹 Fix manual move titles (#24518) commit 77fc65ddc2753c8170597157c77cc58132f4c092 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:52:27 2022 -0500 🏗️ Extend AXIS_CHAR to include E Co-Authored-By: DerAndere <[email protected]> commit af24e1b77ee9fdff8a9551bdc7cd5ef47c302afd Author: kisslorand <[email protected]> Date: Tue May 31 20:05:57 2022 +0300 Fix axis string 'N' (#24259) Followup to 167672d commit 36d508c5a0c959191bf8f6ec7508dfdc259a7661 Author: Ludy <[email protected]> Date: Thu Jul 28 04:44:21 2022 +0200 🌐 Update German language (#24555) commit 9f5aab1a6164c7837b8352cd63ac7b2c8e1f8988 Author: Scott Lahteine <[email protected]> Date: Wed Jul 27 04:24:50 2022 -0500 🧑💻 Update planner/stepper includes commit 62d29ade426328a4924ed2838fcea8e113e1c1f9 Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 21:15:44 2022 -0500 🩹 Fix lcd_preheat compile commit c801cc4830eca838f19a61cc55a0bf31cfcfd43c Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 14:54:54 2022 -0500 🔨 Update build/CI scripts commit bc91b1cdcdc09d368653d5a9430d349e6775f81e Author: Scott Lahteine <[email protected]> Date: Sun Jul 24 13:51:43 2022 -0500 🎨 PIO scripts cleanup commit c847ef02a1c6b9c88f523b8fc2961df0a28c0904 Author: Keith Bennett <[email protected]> Date: Mon Jul 25 12:02:37 2022 -0700 📺 Fix TFT Classic UI non-Touchscreen 1024x600 (#24541) commit cdda90f56c3dc4a9a40eb2528cc92a7cd408436f Author: Keith Bennett <[email protected]> Date: Mon Jul 25 11:47:07 2022 -0700 📝 Update MPCTEMP G-Code M306 T (#24535) M306 simply reports current values. M306 T starts autotune process. commit ad4bc378b7b574a8c094872b42b541de3596fb7b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:43:03 2022 -0500 📝 Update Driver Type comments commit 99710b94d29763c25ab764513ce1efdbb5baf13b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 78fc5acca99f1717033d09f0358d9564857d1f09 Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:11:33 2022 -0500 🔨 Add mftest --default flag commit e616542c891e3f2d107da528fc46173c84652a47 Author: Arthur Masson <[email protected]> Date: Sat Jul 16 23:58:18 2022 +0200 ✨ Polargraph M665 settings (#24401) commit a50bb96d2dd22263c3e55566c789bd717cb7fcdf Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 653f0ab9dd95e07afb2e5f3a5536328f1f3daff1 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 02:56:55 2022 -0500 🔨 Fix and update Makefile Followup to 89fe5f6d commit c96ed8998b971a5a00a6aa4aca6d9f9b812fdab1 Author: Jason Smith <[email protected]> Date: Thu Jul 7 21:43:56 2022 -0700 🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463) commit b025c18d5b9d86c09b766a15f2ccaf45f340626f Author: Mike La Spina <[email protected]> Date: Wed Jul 6 07:46:39 2022 -0500 ⚡️ Fix and improve Inline Laser Power (#22690) commit b49da1d4ca1056cd28a396e878bf37c45af43441 Author: tombrazier <[email protected]> Date: Tue May 31 18:01:59 2022 +0100 💥 More M306 M => M306 H (#24258) Followup to #24253 commit 90074e626012ae74d51f4e47216b99cbe2c783d4 Author: Keith Bennett <[email protected]> Date: Sun May 22 14:32:16 2022 -0700 🎨 Fix/adjust warnings (#24225, #24404) commit e570c4cc2ed1b284834fcb809973c80a1002b784 Author: Scott Lahteine <[email protected]> Date: Sun May 22 17:45:07 2022 -0500 🧑💻 Forward-compatible axis strings commit 543bbf02fc552cd121b85f3444bcbf87fbb1faee Author: DerAndere <[email protected]> Date: Tue Apr 19 05:15:15 2022 +0200 💥 Update Motor Current G-codes for extra axes (#23975) commit 5ccdc9ced7639f646c01f757ac6afa1f42007021 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:13:11 2022 -0500 🏗️ Axis name arrays Co-Authored-By: DerAndere <[email protected]> commit ddb0168e29878d626d6b36a89b6b4850ad5d4ebe Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 22:37:20 2022 -0500 ♻️ More updates for multi-axis commit 0caf234aa5ae143bec8e9fc0ef52f632317e8fd1 Author: GHGiampy <[email protected]> Date: Fri Jul 15 10:18:57 2022 +0200 🔨 Fix firmware upload (#24499) commit dddbc4d730a1120b5f37b40f7393bc42e3651297 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:56:13 2022 -0500 🔨 PlatformIO "--target upload" == "--target exec" commit 08e6e8b9be0614fbacab998a20bf9bad1b1af94f Author: Scott Lahteine <[email protected]> Date: Sun Jul 3 10:32:47 2022 -0500 ♻️ Encapsulate PID in class (#24389) commit 12ae80bcecb8329fb0548342228d8edffeeba115 Author: Victor Oliveira <[email protected]> Date: Sat Jul 2 21:31:27 2022 -0300 🔨 Disable stack protector on macOS simulator (#24443) commit 9e530cd27b790f3dce30963c6d98af043ba5abf5 Author: Eduard Sukharev <[email protected]> Date: Wed Jul 6 16:30:47 2022 +0300 🐛 Fix MKS TinyBee compile (#24454) commit 0ec1cb58c77d37886d0b6a0c683122ea614d7e20 Author: EvilGremlin <[email protected]> Date: Mon Jul 4 04:49:23 2022 +0300 🔨 Fix OpenBLT encode; no-bootloader envs (#24446) commit b548e21b656f751305acf9d613144748e847b1e0 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:30:05 2022 -0500 ♻️ reset_acceleration_rates => refresh_… commit e170460855cf002c44a4a2d5cc8d538794fea7fa Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:24:59 2022 -0500 ♻️ Planner flags refactor commit b7b2286e49c3ddf5060e26b9c03bdb6c2207eeba Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 047d0264c5ddc5dde152eaebc6507b242d05ca02 Author: elimisback <[email protected]> Date: Sat May 28 16:22:59 2022 -0400 🔨 BTT STM32G0B1RE xfer build (#24245) commit c56fb1c1820248f256b4255de175eab854591d49 Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 04:29:39 2022 -0500 🎨 Minimize block->steps.set commit d5a79c27fe764edb295c3ed9ee3df1765c9ded27 Author: DerAndere <[email protected]> Date: Fri Apr 1 07:10:38 2022 +0200 ♻️ More updates for multi-axis Based on #23112 Co-Authored-By: Scott Lahteine <[email protected]> commit 1e3fe65b9dd0555b77cac1832ad820253e200618 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 17:49:54 2022 -0600 🚨 Fix some compiler warnings commit af4160af6f79acc4725916f311c16dfc3d1013c7 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 13:03:33 2022 -0500 🐛 Fix types.h macros and fields Fixes #24419 commit 53b73bbd7fc17172c5d5c4820ee11092e9c92926 Author: Scott Lahteine <[email protected]> Date: Sun Jul 17 22:25:51 2022 -0500 🔧 Config parity with 2.1.x commit 3b37e859491000034f73ada784931da9aaa63e1a Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:26:36 2022 -0500 🚸 Arrange EXP pins in common order (#24525) commit a1881f70a89e96ab9d95a3c6f169d97416f729db Author: Keith Bennett <[email protected]> Date: Mon Jul 11 11:33:42 2022 -0700 ✨ MKS Monster8 V2 (#24483) commit 6ad7f7ce985831c2947703cc2d5a7daf5cd0f201 Author: Christophe Huriaux <[email protected]> Date: Sat Jul 16 23:35:40 2022 +0200 ✨ eMotion-Tech eMotronic (Micro-Delta rework) (#24488) commit 9fe4d2cc6cee4db08f16deffa7356c1de0477f8e Author: Victor Oliveira <[email protected]> Date: Thu Jul 14 03:30:00 2022 -0300 ✨ Creality3D v4.2.5 / CR200B (#24491) commit 5bd0541985c1571ba753160957a418ce47df9abf Author: Keith Bennett <[email protected]> Date: Sun Jul 3 22:31:06 2022 -0700 ✨ BigTreeTech SKR SE BX V3.0 (#24449) SKR SE BX V3.0 removes the Reverse Driver Protection feature. commit 35d5393a3e2f41cdc0b5929af6f349e41d705c13 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 20:16:16 2022 -0500 📝 Index Mobo Rev03 => Opulo Lumen Rev3 commit 1ffc4ba861cce00457c4ce79503eacac58297c29 Author: DerAndere <[email protected]> Date: Mon Apr 18 06:03:39 2022 +0200 🩹 Fix some parameters w/out values (#24051) commit 2bf6573098687b203ee1f3adf3f66b7a3e05163b Author: Scott Lahteine <[email protected]> Date: Sat Jul 9 11:08:53 2022 -0500 🐛 Fix SDIO for STM32 (#24470) Followup to #24271 commit 5e0a39265ac82952a0ec73144de6f9d2497b6b48 Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 495002e158e289ee7c90663aaa0aeb61942cb28d Author: tombrazier <[email protected]> Date: Sat Jul 23 05:32:28 2022 +0100 🐛 Fix 2d mesh print (#24536) commit adeca472922700cc63a0d0e1324c5b0cf91be68c Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 686d1fbb510b5060d4a23baae67a8fda0374b65c Author: Scott Lahteine <[email protected]> Date: Wed Jul 13 21:22:53 2022 -0500 🎨 ANY => EITHER commit 8f84ce72e118478e582d45e97b7f7f0727e59522 Author: Scott Lahteine <[email protected]> Date: Fri Jul 8 22:45:17 2022 -0500 Fix SDIO for STM32 Followup to #24271 commit 5bf02e39a9159b0397a93f10571841f4d1bbc807 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 09:08:43 2022 -0700 🚸 MPCTEMP: Home before cooling (#24434) commit a5b076dff727fba479fe00e97e9d9332953addb3 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 08:08:40 2022 -0700 🩹 Fix MKS TinyBee ADC Vref (#24432) commit b79231cc59d6746f6714af102763d59488ea753a Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 21:17:32 2022 -0500 🩹 Remove poison wchar_t macro commit 86e6f9e38ea7a4653f11094221bcf4be20d0fef3 Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 20:10:51 2022 -0500 🩹 Remove obsolete split_move commit b3018da60c6cf12f22c9e9b7954bcddc2cb4b686 Author: Moonglow <[email protected]> Date: Fri Jul 1 05:51:55 2022 +0300 🐛 Fix M149 (#24430) commit 0d04aa960f49196eca9f3da17846460b322d10c6 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 17:14:23 2022 -0500 🩹 Fix memset block warning commit 0d34c2e287b582598a75cad0bb6ddd8bbd1fbba6 Author: Keith Bennett <[email protected]> Date: Wed Jun 29 06:24:22 2022 -0700 🐛 Fix Axis Homing (#24425) Followup to 4520a51 commit 1690f49656788ddb580c0f8311095800ad65881b Author: John Lagonikas <[email protected]> Date: Wed Jun 29 01:53:05 2022 +0300 🐛 Fix MAX31865 PT1000 normalization (#24407) Co-authored-by: Scott Lahteine <[email protected]> commit dbdb39f60ff1a97050f09d76f8f4de101d03d30a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:32:00 2022 -0500 📝 Note about UBL bad splits commit 843c04baa6df0db350ff759abcfa3f3fe431e5a2 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 10:01:22 2022 -0500 🎨 Misc. shorthand operators commit a7c58c1fd6463407331596623f8ff07c8a07481a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 05:47:18 2022 -0500 🐛 Fix Manual Move axis selection (#24404) commit 3af5c32ea23e8bca1e7c233006987286e980f982 Author: Shlee <[email protected]> Date: Sun Jun 26 06:56:57 2022 +0000 📝 Add STM32F4 example, Ruby (#24399) commit 4039075a1d7b96482a59987fb78f3e500ede0efb Author: Giuliano Zaro <[email protected]> Date: Sun Jun 26 08:52:19 2022 +0200 🌐 Update Italian language (#24398) commit ed796c83541a9cbbb615fe7be6007735ad279f07 Author: Roman Moravčík <[email protected]> Date: Sun Jun 26 08:51:16 2022 +0200 🌐 Update Slovak language (#24397) commit f3c64fd397b28d132e72852956a36e64d9d53f43 Author: sgparry <[email protected]> Date: Sun Jun 26 07:49:57 2022 +0100 🩹 Fix LCD contrast with K8800 board commit b220342b26b3ed327ce6723e4912163bd76661f5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 24 22:07:06 2022 -0500 🌐 Drop unused delta strings commit 4dad5871888fd99fea0ec918c04f1c134f49ab8a Author: InsanityAutomation <[email protected]> Date: Tue Jun 21 22:09:24 2022 -0400 🐛 Resolve DUE Servo pulse issue (#24305) Co-authored-by: sjasonsmith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit 1efe48ef656b38e6f60bbd193e66ae9c54f85a9d Author: tombrazier <[email protected]> Date: Sat Jun 18 05:17:12 2022 +0100 🐛 Fix G2/G3 Arcs stutter / JD speed (#24362) commit ae8365a4e56d91374e1ea20e6edb1c0bf041ad46 Author: Bob Kuhn <[email protected]> Date: Thu Jun 23 23:58:26 2022 -0500 🐛 Fix Lerdge build / encrypt (#24391) Co-authored-by: Scott Lahteine <[email protected]> commit dd68461bb1a2bc714f6b48008d2cf87c1e9e1d4e Author: Victor Oliveira <[email protected]> Date: Thu Jun 23 06:18:36 2022 -0300 ✨ Classic UI BIQU BX (#24387) commit 010fbcccf7fc2aa7c421fa5df1a9d1a32f477fcc Author: ellensp <[email protected]> Date: Wed Jun 22 22:08:24 2022 +1200 🩹 Fix DGUS (MKS) compile (#24378) commit 185fe5696c9843096a0619797566d7e27d573d75 Author: Victor Oliveira <[email protected]> Date: Wed Jun 22 05:33:03 2022 -0300 🚑️ Fix BIQU BX touch freeze (#24383) commit 7edd37bc5aeeff9c55442bf6d142c3cb9357995c Author: ellensp <[email protected]> Date: Wed Jun 22 16:13:18 2022 +1200 🐛 Fix M423 invocation (#24360) Followup to #23745 commit 000042702108a0c0e8428350961398c4d39e3273 Author: tombrazier <[email protected]> Date: Wed Jun 22 03:45:22 2022 +0100 🩹 LCD strings followup, fix warning (#24328) commit 0d1d125bc69bf1634faecea6d0a2862677f584d3 Author: ellensp <[email protected]> Date: Wed Jun 22 10:33:25 2022 +1200 🚑️ Fix SD mount bug (#24319) Co-authored-by: Scott Lahteine <[email protected]> commit 22e82a13d993e5b0ac1e7f56a77eabbf6da79dfe Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:12 2022 -0500 🎨 Simplify move menus with substitution commit 70d72354e2469eb66378e2da3a52ecd6db3f3447 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:23 2022 -0500 🎨 Use MAP for home axis items commit 821f4983d01430b9fc9ba5ccb44ea7ace4bf31e0 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:35 2022 -0500 🧑💻 Fix STATIC_ITEM_N arg order commit 15ca479708d39977c76acb73aaf1deca78810206 Author: Scott Lahteine <[email protected]> Date: Tue Jun 21 23:28:19 2022 -0500 🎨 Fix comments, formatting commit 2b8d115ebc08ee3ac03d680eff40d2b8079c2b44 Author: John Robertson <[email protected]> Date: Sat Jun 4 07:26:08 2022 +0100 ⚡️ PWM for ESP32 I2S expander (#24193) commit ae78a8844ae47d1b22f04e4545a29c19a0f8b214 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:08:29 2022 -0500 🧑💻 MAP macro for axis lists, etc. (#24191) commit f26438ef2870d88b057fba3c892f1ab4fd82b952 Author: Keith Bennett <[email protected]> Date: Mon Jun 13 19:04:49 2022 -0700 👷 Use Biqu BX for CI test (#24331) commit ce6c8adcb1002049f27513fdb0c74ce9831386cc Author: ellensp <[email protected]> Date: Wed Jun 15 20:02:32 2022 +1200 👷 CI test without src filter (emulate Arduino) (#24335) commit d57cf9bd6b6d70dda6fe2bba9b83849a9688408a Author: luzpaz <[email protected]> Date: Sat Jun 18 00:19:01 2022 -0400 🌐 Fix LCD string, typos (#24324) commit 5408259f51394e2c2a48879c0119251f324f0e12 Author: Scott Lahteine <[email protected]> Date: Mon Jun 13 20:43:23 2022 -0500 🧑💻 Apply F() to some LCD / TFT strings Followup to #24228 commit f31178f868882905d210504e763052ca639782f9 Author: ellensp <[email protected]> Date: Tue Jun 14 13:38:19 2022 +1200 🩹 Fix missing ProUI cpp wrapper (#24313) commit f976e56a1993adede0ed854326e0cab214d90295 Author: ellensp <[email protected]> Date: Sat Jun 11 17:03:20 2022 +1200 🐛 Fix JGAurora A5S A1 build (#24326) commit 571007e5c9a1e407ef7f72b555e1d207be2f256f Author: Steven Haigh <[email protected]> Date: Sat Jun 11 12:08:55 2022 +1000 🩹 Fix ProUI compile (#24310) Co-authored-by: Scott Lahteine <[email protected]> commit 00527f38d59d8b466d515da801844197073c7bcc Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:47 2022 -0500 🧑💻 Misc. servo code cleanup commit 1c7696838b04051115d246fff173846cf74ea4d9 Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:08 2022 -0500 🧑💻 Remove servo macros commit ad786a7930f1a0516427f7e0d827402387549ead Author: tombrazier <[email protected]> Date: Tue Jun 7 01:23:55 2022 +0100 🩹 Fix Mesh Leveling + Debug compile (#24297) commit ce9c81dfa12ebde0a0a55663523c782afecbd85c Author: ellensp <[email protected]> Date: Tue Jun 7 18:59:21 2022 +1200 🩹 Media Change followup (#24302) Followup to #24015 commit 92910721d0c4cc79ad0f8a64fb11b2c15bf3619d Author: Scott Lahteine <[email protected]> Date: Mon Jun 6 19:06:03 2022 -0500 👔 Fix and comment use_example_configs commit 236251a2ce4f055ab96af0008c882ffe77f5dac8 Author: Miguel Risco-Castillo <[email protected]> Date: Mon Jun 6 00:01:06 2022 -0500 🚸 ProUI G-code preview, PID plot (#24282) commit 369542db3bb34c28196a77838a2f018180a7da74 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:23:43 2022 -0500 🔖 Marlin 2.0.9.4 commit 40d96c3460117eeab1742d74c2d78b57b4a9a1b6 Author: Scott Lahteine <[email protected]> Date: Sun Jun 5 20:26:40 2022 -0500 👔 Remove actions from misc. branch commit d7a71beaf4f08e60c3d13049f1046bbb663c643d Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 18:16:43 2022 -0500 🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING commit f3b593ae73b5d21b5c270a5f5ede0fe982822b07 Author: Scott Lahteine <[email protected]> Date: Tue May 31 12:43:44 2022 -0500 🎨 Fix spelling, whitespace commit 1d8d8dccf45d2090e075b148d4f08e299184392c Author: Scott Lahteine <[email protected]> Date: Fri Apr 29 15:21:15 2022 -0500 💥 Num Axes / Multi-Stepper based on Driver Types (#24106, #24120) commit 1e127a93c4c1446cf11aacecc9597a7355262ac8 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:15:23 2022 -0500 🧑💻 Extend LCD string substitution (#24278) commit fcef8d946cbd45e27ba9888f1e18327b68d52b00 Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 0253500ccd5a7192f3e545cb5552c4ab7b309c5d Author: Tanguy Pruvot <[email protected]> Date: Wed May 25 08:07:11 2022 +0200 Use default null args in select_screen commit 0d783a76907ace17f0d61ebe8882ebee9bc6ce3b Author: ellensp <[email protected]> Date: Thu Jun 2 21:22:09 2022 +1200 🐛 Init Stepper SPI before PSU Control (#24269) commit e784e0413204680f3c8f3a8cdf519fb5bee7a164 Author: BIGTREETECH <[email protected]> Date: Thu Jun 2 17:02:06 2022 +0800 ✨ BigTreeTech SKR3 - STM32H743 (#24271, #24272, #24275) Co-Authored-By: Alan.Ma <[email protected]> commit 11d68e31274fccd20c8bb72eec0b4ad547962823 Author: bryan065 <[email protected]> Date: Thu Jun 2 04:51:39 2022 -0400 🚸 Custom Menu Items for JyersUI (#24270) commit 8b8b2a7ed35908b6a49d5b3badb230d3283792bb Author: ledzepman71 <[email protected]> Date: Thu Jun 2 02:49:48 2022 -0600 📌 Tenlog PSU pin (#24266) commit fc1a620b878b45675b9a7972be6c1fb2882b8092 Author: tombrazier <[email protected]> Date: Sat May 28 23:40:08 2022 +0100 🚩 MPC update (#24253) commit 9799907dc9a53810e87fd5b54e2194d30e70eff8 Author: Keith Bennett <[email protected]> Date: Tue May 31 14:28:01 2022 -0700 👔 Configs required to submit a Bug Report (#24256) commit 6fc4dbbbc4b3b1e6820f4f18b81602451bb1786c Author: Scott Lahteine <[email protected]> Date: Sat May 28 17:05:09 2022 -0500 🚸 Change M201 G to S commit 74596ad4d7f9117e06829b5657d7402f27a445ce Author: Robby Candra <[email protected]> Date: Mon May 23 09:13:17 2022 +0700 🩹 Adjust manage_media for slow/late media init (USB FD) (#24015) commit 28f8646aa64b8baf6f93197d04b0802580272e40 Author: Scott Lahteine <[email protected]> Date: Sun May 22 19:56:46 2022 -0500 ♻️ Apply F() to more LCD code (#24228) commit 9a74bcd4cf13efa2d7cfb365182d7e097eaa1f1d Author: John Robertson <[email protected]> Date: Tue May 31 23:09:44 2022 +0100 ✨ Laser Safety Timeout (#24189) commit 07cd248b91a59db8e2bc7ad10bbf160852af34fb Author: Scott Lahteine <[email protected]> Date: Sun May 22 20:45:37 2022 -0500 ♻️ Move watchdog to MarlinHAL commit 209c792ef7e97dc48bf3517c9f8f56e6be80e97f Author: Scott Lahteine <[email protected]> Date: Fri May 20 11:27:09 2022 -0500 🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (#24170) commit dbd00d992705a07b3da769549495d6505cb96b43 Author: Scott Lahteine <[email protected]> Date: Mon Apr 4 15:57:03 2022 -0500 ✨ DOGM Display Sleep (#23992) Co-authored-by: borland1 <[email protected]> commit 4ae54a6229d1704bfc54a85233af40b69e924246 Author: Ludy <[email protected]> Date: Mon Apr 18 11:43:34 2022 +0200 🐛 Update German language, Fix FTDI (#24047, #24048, #24227) commit ce0af56d0aa4371620b142ba5b2ed3b455813a5d Author: tombrazier <[email protected]> Date: Sun Apr 10 07:20:05 2022 +0100 🚸 Improve MPC tuning, add menu items (#23984, #24018, #24049, #24059) commit 6c557a248016f2e89e259d2d5ee8e000521099bb Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:44:45 2022 +0200 🐛 Fix Bed/Chamber PID Autotune with MPCTEMP (#23983) commit a6ce9bf559d963c3cdcb6db7f57a572bc58016ea Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:58:58 2022 -0500 ✨ Autoreport Redundant Sensor option (#24014) commit 21c838cb1b86c3ffd5958c68d82f6c0c25e78dbe Author: tombrazier <[email protected]> Date: Fri Apr 1 08:14:14 2022 +0100 ⚗️ Temperature Model Predictive Control (#23751) commit 3443a9e18bf2c9797037f141d68ab409d6b3c00b Author: Pauli Jokela <[email protected]> Date: Thu May 12 05:23:16 2022 +0300 ✨ SOUND_ON_DEFAULT option (#24102) commit b2b5b85045e689d311e472d803817e08b49ccaec Author: Robert Brenckman <[email protected]> Date: Sun Apr 10 01:24:07 2022 -0400 🐛 Fix Tool Change priming (#21142) commit 2086cc9f4e21dfc060c1ff034856ad4e6219f5f8 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:37:40 2022 -0500 📝 Refer to 'PROGMEM' as 'flash' commit 8eccfd4a6f90da93a4f13b8aa7fbd88a1f8cca46 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:35:38 2022 -0500 🔧 Bed/Chamber PID Autotune menus Derived from MarlinFirmware/Marlin#23983 commit 9ab654adcb15ba23b42ed1f13ca34130e422dbc2 Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 22:06:32 2022 -0500 🐛 Fix min/max temp evaluation Fixes #24257 commit 0ae982188c23ddab4e3a2d819c679166a7e19532 Author: Scott Lahteine <[email protected]> Date: Wed May 4 23:19:18 2022 -0500 🐛 Fix M203 report commit bed0788f723a0695726eab52e8da0b48298c619f Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit deb1ba73bbdd3aacaeec6c7d9540c41e93ddfdfe Author: Scott Lahteine <[email protected]> Date: Sat May 28 15:11:43 2022 -0500 🎨 Use pos.set method commit 57f0ac88af9e8c5eb398c8367edf471900a5171f Author: Scott Lahteine <[email protected]> Date: Sat May 28 14:41:50 2022 -0500 🎨 Misc. boards/pins cleanup commit 915bce495cdc5168c982274f6deabc92e052c2c7 Author: Simon Pilepich <[email protected]> Date: Sat May 28 08:08:24 2022 +1000 📝 Fix Mightyboard MOSFET comments (#24183) commit 800a936caae83f4e5ca5dd2c2660518bd6fc43b2 Author: Scott Lahteine <[email protected]> Date: Thu May 26 18:18:41 2022 -0500 🎨 Combine serial echos commit ccf39b1c42fa787f645fbf0ac075cc47b72b18d3 Author: ellensp <[email protected]> Date: Fri May 27 12:02:42 2022 +1200 🔨 Add src_filter for I2C_AMMETER (#24242) commit d19179ce281cec58865fcbc99185abeb48a611b9 Author: Keith Bennett <[email protected]> Date: Thu May 26 16:07:10 2022 -0700 ✏️ Fix some motherboard checks (#24238) commit 4a6ae1b64df5fa8824e20688399683bf11b840e2 Author: ellensp <[email protected]> Date: Wed May 25 08:31:29 2022 +1200 🎨 Remove MKS custom pins, TinyBee cleanup (#24186) commit 0daaef589c956d152c846760dfc157fdd1b7975b Author: ellensp <[email protected]> Date: Wed May 25 07:49:57 2022 +1200 📌 Use MarlinSimUI/bugfix-2.0.x (#24232) commit 4831cbebd80d6e2c6bcf504446cf6d0f2441c285 Author: Scott Lahteine <[email protected]> Date: Mon May 23 02:37:28 2022 -0500 🎨 Add EXP1/2 headers, adjust TFT pins (#24230) commit e0deb75764938995e32bc589d646ec397c4a3019 Author: tombrazier <[email protected]> Date: Thu May 19 22:15:15 2022 +0100 🐛 Fix Leveling apply/unapply (#24188) Co-authored-by: Scott Lahteine <[email protected]> commit a0fe4f48956299cb298e6e48255ea72ba93dad79 Author: Scott Lahteine <[email protected]> Date: Sat May 14 15:31:51 2022 -0500 🎨 Minor HAL cleanup commit 4d65d7f142882bcd77072fc7dc5c01ca937a2e81 Author: Keith Bennett <[email protected]> Date: Sun May 22 19:32:28 2022 -0700 📝 Add logo, helpful links to README (#24226) commit 1b879f0ee4e5539c237edf235b6ca38b5b2beb43 Author: Scott Lahteine <[email protected]> Date: Sun May 22 18:42:25 2022 -0500 🔨 Fix mfprep string test commit b6abc760cef73a1dfc0e186f40687d0a45c8a769 Author: Scott Lahteine <[email protected]> Date: Sat May 14 01:45:14 2022 -0500 🔨 Move, tweak maple envs commit 0ae061713c631d44cd12ad266ca9c7fdd856d72c Author: Keith Bennett <[email protected]> Date: Fri May 20 09:48:34 2022 -0700 👔 Move GitHub templates, update README (#24199) commit 1d12e72bf697f7e3cb63995a20ba9e98fbce3eb9 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:53:12 2022 -0500 🐛 Fix SEGMENT_LEVELED_MOVES with UBL commit c97cf10956ee33c80e557fb09e4cc75d30a0db82 Author: Scott Lahteine <[email protected]> Date: Sat May 21 19:29:59 2022 -0500 🩹 Fix const warning commit b72f9277e9e89a7dcdc12c8f11273f7c76a064d4 Author: Scott Lahteine <[email protected]> Date: Thu May 19 06:05:52 2022 -0500 ♻️ Common Bed Leveling object name, accessors (#24214) commit 06c4a9acdb3f08a2052ea55d00fa350e9249bcb4 Author: Keith Bennett <[email protected]> Date: Sat May 21 16:13:00 2022 -0700 🐛 Fix FLSUN Hispeed FIL_RUNOUT_PIN, MKS Robin Mini TFT pins (#24204) commit 8a301196e11d87d7e9db065d0d802910a664c5be Author: Arthur Masson <[email protected]> Date: Sat May 21 21:45:30 2022 +0200 🐛 Fix Polargraph G92 command (#24223) commit 1e7219f4a643f8cbdbcd9685ebb5a76d02c89601 Author: Marcio T <[email protected]> Date: Thu May 19 09:45:48 2022 -0600 🐛 Fix FTDI_EVE_TOUCH_UI reboot loop (#24195) commit 02c267f542223ed0d8b098da4bec6f09710d6bc8 Author: ellensp <[email protected]> Date: Fri May 20 02:15:57 2022 +1200 🔨 Require PIO >= 6.0.1 (#24205) commit fe77fc66c0004ba9a4459dd5a12c978dd0308bb1 Author: Ivan Kravets <[email protected]> Date: Wed May 18 00:47:11 2022 +0300 🔨 Use PlatformIO Core 6.0 Dev for CI (#24194) commit 268a16b1ef1c5cd462e81aef08e4e9f7d2c65658 Author: Scott Lahteine <[email protected]> Date: Tue May 17 15:05:25 2022 -0500 🚸 ProUI APRIL2022 updates (#24084) commit 8351b1431f8bad178f2f8a3ec70b32a1d4d7ca2c Author: ellensp <[email protected]> Date: Tue May 17 20:01:32 2022 +1200 🩹 Fix MarlinUI allow-cold-extrude (#24176) Co-authored-by: Scott Lahteine <[email protected]> commit 718806761f1e9d903d61408e2039357bfe46fff8 Author: Oliver Jean Eifler <[email protected]> Date: Tue May 17 06:23:03 2022 +0200 🩹 Suppress ZERO() warning (#24178) commit 78c7fedcea34f0c630f8e9fd46bc5d3244de04c5 Author: Marcio T <[email protected]> Date: Mon May 16 20:45:47 2022 -0600 🐛 Fix Due cli/sei (#24182) Followup to #23357 commit c4b8339b842958faae2567c339bcf9b44434a2ce Author: Scott Lahteine <[email protected]> Date: Fri May 13 23:49:29 2022 -0500 🎨 HAL_MinSerial.* => MinSerial.* commit 94ed67e36ef84cb4ecd8f3f1470041d4d72f7088 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:50:42 2022 -0700 🩹 Run TMC test last in setup (#24160) commit 03b819bdb235c6eb2cd0a02b832bb8f108cc5962 Author: Miguel Risco-Castillo <[email protected]> Date: Fri May 13 19:34:30 2022 -0500 🚸 DWIN/DACAI for Creality 4.2.3 (#24132) commit 2204f05dcaabf0e639f1e1722ffd293d4b415fe3 Author: Scott Lahteine <[email protected]> Date: Fri May 13 19:31:07 2022 -0500 🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround commit a13cceaad16dd2caedbf3b05ae0854b1200cb51e Author: Keith Bennett <[email protected]> Date: Fri May 13 17:27:13 2022 -0700 🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (#24147) commit 5c25ed60c80d7b06cb91e91f98b1aca6bc648d79 Author: Dominic <[email protected]> Date: Sat May 14 02:18:04 2022 +0200 🐛 Fix AIR_ASSIST (#24162) commit 1c516bdd5e71fc3da05fb52da692c9c5ccb0c0d7 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:17:19 2022 -0700 🔧 Allow board & probe dummy thermistors (#24165) commit 425684e2ffecf85dccab1eb4242772bc97992eb8 Author: grauerfuchs <[email protected]> Date: Fri May 13 20:08:50 2022 -0400 🐛 Fix Mightyboard LED pin, fan override (#24168) commit 63aecad7eef034d8cb2b3e81f8a22db8a148b90b Author: Roxy-3D <[email protected]> Date: Fri May 13 17:29:50 2022 -0500 🔨 BTT Octopus ST-Link programming/debugging commit dcd769b4a18bd40f9664262d081d553994d8eb78 Author: Scott Lahteine <[email protected]> Date: Wed May 4 15:14:31 2022 -0500 🎨 Nextion cleanup commit f9b7f00d1e1c1004e0c2a9c35e23c1c67dc47172 Author: Scott Lahteine <[email protected]> Date: Wed May 4 19:10:14 2022 -0500 🚚 Move speed_lookuptable.h commit a6ff63d5060c0ef68c2ae9f6ccf3bcada2ec6b6e Author: Keith Bennett <[email protected]> Date: Thu May 12 22:41:38 2022 -0700 🎨 Clean up warnings / extra check (#24163) commit 7d37ae2b2b1ea6613dbc8be0ec5fa30dbd6a87de Author: ellensp <[email protected]> Date: Fri May 13 16:07:27 2022 +1200 🔧 AVR/DUE Serial Port pin conflict checks (#24148) Co-authored-by: Scott Lahteine <[email protected]> commit a7d40ec654a3eca783a19e93e7bb6f394f2e6d29 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:09:25 2022 -0500 ✨ Add BOARD_CREALITY_V24S1_301F4 Co-Authored-By: Miguel Risco-Castillo <[email protected]> commit 7ed339cfa0a2d8298e0293cf465daaf4ac74c0f9 Author: InsanityAutomation <[email protected]> Date: Thu May 12 06:38:05 2022 -0400 ✨ Creality CR-10 SmartPro (#24151) Co-authored-by: Scott Lahteine <[email protected]> commit cb4ad020af2f56dc060ecafdfd58b0639a8f0199 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:13:59 2022 -0500 🧑💻 Misc. LCD cleanup commit 0805f9bf3f631d914bb6ff4817d65a9ab237fe6c Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:23:32 2022 -0500 🩹 Fix ProUI leveling start message commit d235bc9e1c5eeb210275a4abcf89a757d0259cc0 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:14:02 2022 -0500 🧑💻 General and Axis-based bitfield flags (#23989) commit d5f472a6cf4456bf715ee3b3a85132f3fbe7e15f Author: Scott Lahteine <[email protected]> Date: Thu May 12 00:07:22 2022 -0500 🔨 Fix g++ locator for CI commit d67fa98cf601a8ef2642641a8aefbcdab1d5bcc2 Author: Scott Lahteine <[email protected]> Date: Thu May 12 04:16:31 2022 -0500 🩹 Fix accel dividend commit d3fe0caa7f83b8e971e8503b5344e20811d6c812 Author: Scott Lahteine <[email protected]> Date: Mon May 9 18:50:14 2022 -0500 🧑💻 Clarify acceleration factor commit bd09f8acff3c40fe9294cfc6b6a9220ec5b766fc Author: Scott Lahteine <[email protected]> Date: Mon May 9 17:35:32 2022 -0500 📌 Define RAMPS_SMART EXP headers, AZSMZ_12864 See #23501 commit a9aca5f5e8c5c1ce40e09ce5cf80a875ec009aa0 Author: Scott Lahteine <[email protected]> Date: Mon May 9 16:47:04 2022 -0500 ✏️ Fix spurious UTF commit 13d1eb7241b8621267520e57811f8069b2e466e9 Author: Scott Lahteine <[email protected]> Date: Sat May 7 23:51:38 2022 -0500 🔨 OpenOCD Debug for VSCode commit 238ab1dd061145a525edd27bb8203ae216380894 Author: Mike La Spina <[email protected]> Date: Mon May 9 17:18:47 2022 -0500 🩹 Fix Fan Tail Speed Init (#24076) Co-authored-by: Scott Lahteine <[email protected]> commit a7e4061d1221531340e9f82bc6f1560e5d6feab8 Author: Keith Bennett <[email protected]> Date: Sat May 7 19:58:57 2022 -0700 🔧 Fix Neo RGB sanity check (#24146) commit 31c87adba80d50a90ae3c85b08cd01c5545c78b4 Author: ellensp <[email protected]> Date: Sun May 8 14:57:13 2022 +1200 📌 Use ESP3DLib master branch (#24140) commit 727e7e7fd71fb0404e0f5bf7f36dc10419d155c4 Author: ellensp <[email protected]> Date: Sun May 8 14:56:09 2022 +1200 ✏️Fix Markforged endstops/G38 (#24141) commit 975b90c0b7e6b836f67f3603c80f818dc095ffa5 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:18:56 2022 -0500 🎨 Tweak NEOPIXEL_LED format (#24110) commit 8f0180802ad327a0be47be9405a9a2764b5937db Author: Scott Lahteine <[email protected]> Date: Thu May 5 11:47:08 2022 -0500 🔧 Move LASER_COOLANT_FLOW_METER to LASER_FEATURE commit aa4c9917552df8a383816a0af516b86e1237ff48 Author: Giuliano Zaro <[email protected]> Date: Fri Apr 1 04:22:26 2022 +0200 📝 Obsolete freeze comment (#23964) Followup to #23944 commit 9ab1a57d729cfa207adfe3ee6d24d40de3bb159c Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 05:00:46 2022 -0500 ♻️ Consolidate DGUSScreenHandler class (#24067) commit 044bf8ab7ef7045583c9da175b8ebddd2b750f84 Author: Robby Candra <[email protected]> Date: Sun Apr 10 07:44:31 2022 +0700 ⚰️ Clean up dead option (#24006) commit 4bdec5e99330a35387c09adc27be94c5082b4405 Author: Scott Lahteine <[email protected]> Date: Fri Apr 22 01:12:43 2022 -0500 🚸 More ExtUI events for ABL / UBL commit 7444933d5d4fc93c6278e091be5af7e4f61b1d9c Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 02:26:17 2022 -0500 🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP Fixes #24007 Followup to aaf5bf02 commit f35404f853ba185814bd17a4742ef34688ceba98 Author: Scott Lahteine <[email protected]> Date: Sun Apr 17 21:18:39 2022 -0500 🧑💻 Handle PLR in manage_media commit 7fa2dceddafcfeea4b2599fa2b9fe3542abd4c1f Author: Keith Bennett <[email protected]> Date: Tue Apr 19 17:16:26 2022 -0700 🐛 Fix ProUI / JyersUI leveling preheat (#24060, #24064) Co-Authored-By: Scott Lahteine <[email protected]> commit 4c84769a814ab6534a1edebc66529b568c9d6d7e Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 06:31:39 2022 -0500 🩹 Fix ADVANCED_PAUSE_RESUME_PRIME check Fixes #23824 commit 8fb3074901f83034cc240834a2fc75aad0ed43ad Author: Robby Candra <[email protected]> Date: Fri Apr 15 11:21:12 2022 +0700 🩹 Fix DEBUG_CARDREADER (#24023) commit 230db90b70f1cafdea6fe3a8c28499e92004be53 Author: ellensp <[email protected]> Date: Fri Apr 22 23:02:47 2022 +1200 🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC (#24066) commit 28d2bc353ebbddc0ce0b96a634108392eb1089b4 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 16:48:24 2022 -0600 🎨 Use LEDColor default C-CTOR commit 7b5e2cd78619ba4334c0fe94b3f8293ed8d6e1ee Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 00:52:05 2022 -0500 🐛 Update M913, M914 report Followup to #11248, #11249, #23400 commit 4b456078ddc1099c081e1e7149aba612c8f41008 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 11 02:23:53 2022 +0200 🌐 Update Italian language (#24019) commit 8d3c84a6d969bf9fa576a17b0054d5b98324622d Author: Keith Bennett <[email protected]> Date: Sat Apr 9 17:21:42 2022 -0700 ✏️ Fix FYSETC Mini Panel neopixel type (#24011, #24111) commit cbc6f23a8af0c864e3607dc24764582149c0d1f3 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:49:51 2022 +0200 🔧 Sanity-check SWITCHING_TOOLHEAD_X_POS (#23985) commit bed8abe5b6df751d7dafc6f0f8d8dff7338625ce Author: Giuliano Zaro <[email protected]> Date: Sun Apr 3 01:27:05 2022 +0200 🐛 Fix PID edit menu for Bed, Chamber (#23987) commit 74565890f335f26fa7012d0164eb2964c0f2918d Author: tombrazier <[email protected]> Date: Fri Apr 1 03:13:16 2022 +0100 ♻️ Refactor and fix ABL Bilinear (#23868, #24009, #24107) commit 4ec9af42b8e24cf6ce9f238c9342bc1c11120429 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:38:25 2022 -0500 💥 Rename ExtUI settings methods commit b0d621d8b96fffda485efa45e61a68126613a766 Author: John Robertson <[email protected]> Date: Mon Apr 4 00:47:55 2022 +0100 🧑💻 Define isr_float_t to assert a non-FPU float (#23969) Co-authored-by: Scott Lahteine <[email protected]> commit 995221e68e15693697fc7f10dfc31273ea188157 Author: Stephen Hawes <[email protected]> Date: Thu May 5 03:37:47 2022 -0400 ✨ Add M3426 A<addr> parameter (#24130) Co-authored-by: Scott Lahteine <[email protected]> commit 54e543872be13439523cecb6b670b7b4bf818164 Author: LPRtypeCN <[email protected]> Date: Sun Apr 10 19:19:12 2022 +0800 🌐 Update Chinese language (#23865) commit 7b39604d6f58b46de18a41eb4a7de5058d9c4b35 Author: ellensp <[email protected]> Date: Mon Apr 4 11:46:05 2022 +1200 🌐 Update Russian language (#23978) commit 01c9c2666123f0959b02b757d2acd6adc18f4284 Author: Keith Bennett <[email protected]> Date: Mon Apr 18 03:46:58 2022 -0700 🧑💻 Preheat menu improvements (#24017) Co-authored-by: Scott Lahteine <[email protected]> commit 27b148442826780c8fc4f7ab8c21608de21f0587 Author: ellensp <[email protected]> Date: Tue Apr 19 15:03:42 2022 +1200 🐛 Fix Manual Move cold extrude override (#24045) Followup to #19606 Co-authored-by: Scott Lahteine <[email protected]> commit 7f1c5ad7aa6dc437d3a76abf8a36cb971e1f424e Author: InsanityAutomation <[email protected]> Date: Sat Apr 9 20:19:14 2022 -0400 🩹 Fix and clean up E3V2 draw (#23979, #24013) commit 4fd7d1b056bfab9f31c272ae6d8f256ed2ed202d Author: ellensp <[email protected]> Date: Thu Apr 21 21:06:22 2022 +1200 🐛 Fix STM32 Pins Debugging (#22896) commit 7ffe4de021254d34762d2a7ecd239ded0eca949d Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 07:39:50 2022 -0500 🩹 Use LCD_CONTRAST_INIT in pins files commit eada17ed69ede29d83f7c3897d64e2872faaae18 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 01:49:59 2022 -0500 🩹 Apply 100% leveling correction below the bed See #24002 commit cd5c5ea60eb20d643ab2447bc3550b3eb5874a39 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:44:45 2022 -0500 🔨 Fix LPC176x debug build See #23635 commit e9ea82e78d0c95ef1cee599093b4c91a6f97d709 Author: stream2me <[email protected]> Date: Sun Apr 10 02:46:29 2022 +0200 🐛 Prefer os.replace, fix TFT_LVGL_UI build (#24001) commit 18b17fc97d8474b2fe5c5cd7afcfdce05ba7d5cc Author: ellensp <[email protected]> Date: Sat Apr 23 22:02:13 2022 +1200 🐛 Fix MKS_MINI_12864 build for ESP32 (#24071) commit 89d5ed0c9e5570e4a025719a9ad183e505c8ed8a Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 04:22:04 2022 -0500 🎨 Combine common LPC1768 I2C code commit a56bf9045d3e68101c42ced30884fa34675279c5 Author: Scott Lahteine <[email protected]> Date: Fri Apr 15 02:05:02 2022 -0500 🧑💻 Simplify BIGTREE_SKR_2_F429 env commit c23d0351495a7fc1c396d157642db49db2754135 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 08:43:11 2022 -0500 🧑💻 Strip #errors in Configurations deployment commit 7ff4b706947e63d708cef90c936b936305947e58 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:07:04 2022 -0500 🚸 Prevent accidental button press commit 421c38ff2e0de3a8d5cd913232aa3448dbfbc487 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:57:41 2022 -0500 🐛 Home Z to Max after Z_SAFE_HOMING commit ec447dba04409c2b60d61b9bacab54c101bd9f3a Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 09:05:12 2022 -0500 🚸 Home Y before X on belt printers commit be6535e5f7a39529bd081ed38a1bf76fa645488f Author: Christian Piper <[email protected]> Date: Thu Apr 21 03:15:07 2022 -0400 🩹 Fix PRINTCOUNTER with EXTRUDERS 0 (#24063) Co-authored-by: Scott Lahteine <[email protected]> commit 99252cf0cd5a8a01228c715a505cb1eaf6b853e5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:58:45 2022 -0500 🐛 Prevent BABYSTEP freeze See #22830, #13300 commit f6f31434b8c0e21f98fef460e0c8492fd4c240d5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:16:52 2022 -0500 🧑💻 IS_ULTRA_LCD => HAS_WIRED_LCD commit 2f3960904e1a7b830c686fa793b122de49f3d674 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:45:28 2022 -0500 🎨 Misc. USB flash code cleanup commit 2dc4c642e78bb4fa99ca41f3ae3c92335248ffd4 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:50:39 2022 -0500 🎨 Misc. adjustments, spacing commit 70ea0e7c3450680e1062088243d2cf139eadc02a Author: Scott Lahteine <[email protected]> Date: Mon Apr 18 16:41:16 2022 -0500 ✏️ Remove extra G29 line Followup to 85a62bbf commit a81fd009f081eca3685e42cffac7f35e75428fea Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:08:26 2022 -0500 🎨 misc. cleanup commit e667d4e6e43b407cedce6bbf543ea1d815e8d520 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:53:39 2022 -0500 🌐 Rename "LCD Timeout" string commit 2d0af75d37c9ea8ab44c889ef4e489b3b533eb30 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 18:07:40 2022 -0500 ✏️ No such pin commit 5e68a86968d63f97f0febb8378b2a508e909ec90 Author: ellensp <[email protected]> Date: Sun Apr 10 12:37:24 2022 +1200 🔨 Preflight check old abl files (#24010) commit 8bd1547c3bb16cdce37412624161fab5b9d5ead6 Author: Moritz Wirger <[email protected]> Date: Fri Apr 15 04:43:21 2022 +0200 ✨ enwi ESPNP board support (#24029) commit a5e083603f1435a4a0e2e9fa7449c9133aa73225 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:11:03 2022 -0500 📝 Fix 'M150 S' comment commit c5f7547e8cf0d744fb1392b3651078d3985cecb1 Author: Giuliano Zaro <[email protected]> Date: Tue Apr 26 05:03:16 2022 +0200 🩹 Fix "elapsed" text on DOGLCD (#24087) commit 5c5b380fda9f541ee182e614966fc39a72ac6a18 Author: InsanityAutomation <[email protected]> Date: Tue Mar 29 05:41:33 2022 -0400 🐛 Fix MarlinUI on Ender 3 S1 (#23949) commit bb0e0cf7f35cf3b89aac4f395185d55f3aa62979 Author: aegelsky <[email protected]> Date: Fri Apr 1 05:21:10 2022 +0300 🐛 Fix MKS Gen. L - EEB (#23965) commit 5ee99dfc49eaa8e81f5beb66eb1c160ac2d217fb Author: Jon <[email protected]> Date: Thu Mar 31 22:18:32 2022 -0400 🩹 SKR2 Pins DIAG flag (#23968) Followup to #23050 commit a083b1280ec80a525766c0a9487865b76de64c81 Author: Keith Bennett <[email protected]> Date: Thu Mar 31 19:16:11 2022 -0700 📌 SKR Mini V1.1 TMC UART Pins (#23970) commit b7b5cee88baadfb10822b6bb13b6e7d3b0acaff8 Author: grauerfuchs <[email protected]> Date: Thu Mar 31 22:15:06 2022 -0400 🐛 Fix MightyBoard Rev. E EX2, extra MOSFETs (#23976) commit 7456fd68a41b12592f3ac3f47308f7037ca22b86 Author: Keith Bennett <[email protected]> Date: Sun Apr 3 14:13:29 2022 -0700 ✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check (#23990) commit 20154718b5a41c1522a313ada06ef5c35ce2023d Author: Scott Lahteine <[email protected]> Date: Wed May 4 17:03:25 2022 -0500 🌐 Clean up languages commit a6794c1862c663b387637597dba5f258a3e0e1e2 Author: Manianac <[email protected]> Date: Thu Mar 31 17:23:52 2022 -0700 🐛 Use ADC_VREF for Filament Width ADC Vref (#23977) commit bd5c6bf23c1478dcab31cc1c2edcd0fa546eb6ea Author: John Lagonikas <[email protected]> Date: Tue Mar 29 11:13:45 2022 +0300 ✏️ Fix parking extruder compile (#23961) Followup to d3e3e6a491 commit 68ee64283a7aab95c2f70eaf734e24b9d909dfa7 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:48:37 2022 -0500 🎨 INI cleanup commit dd29394bbe17ab6458817cce65b94f106252092f Author: Scott Lahteine <[email protected]> Date: Sat May 7 14:58:39 2022 -0500 🔨 Improved mfprep script commit ceb99e89a081d2230479e9bb7b63c23d14bf0b98 Author: Scott Lahteine <[email protected]> Date: Thu May 5 18:55:43 2022 -0500 🔨 Prevent build attribute define conflicts commit 6112277f9b2d24a7c9effeb5966dadef279a261c Author: Scott Lahteine <[email protected]> Date: Thu May 5 19:11:59 2022 -0500 🔨 Use first g++ in path for 'native' targets commit 81f403025c3ddb479ccf363fb091ac0fcf8e667b Author: Keith Bennett <[email protected]> Date: Thu May 5 00:38:48 2022 -0700 🐛 Some EEPROM size fixes (#24113) Co-authored-by: Scott Lahteine <[email protected]> commit eeda8b451acb2a0ae96656876f6a7682d43aca1d Author: Scott Lahteine <[email protected]> Date: Wed May 4 12:47:15 2022 -0500 📝 Replace KB with K in pins commit c7e8ba78576af230278a5662103acf421dc59bfd Author: Keith Bennett <[email protected]> Date: Mon May 2 16:29:25 2022 -0700 📝 Fix extraneous URL args (#24125) commit 071e5c336a157ca39b75081b8cb4436a72af965e Author: Ludy <[email protected]> Date: Mon Mar 28 03:20:54 2022 +0200 🐛 Fix MMU2 buzz (#23950) Followup to #23943 commit be08d4c4f01e2c297365664bd3e0f7dc2b051fde Author: David Forrest <[email protected]> Date: Sun Mar 27 21:19:02 2022 -0400 🔨 Fix Makefile GCC warning (#23957) commit e99104a0040f58477809c9e2b9506fe2bcd94331 Author: ellensp <[email protected]> Date: Sat Mar 26 16:44:22 2022 +1300 ✨ Configurable FREEZE pin state (#23944, #23948) Co-Authored-By: Scott Lahteine <[email protected]> commit edc4089121bcd96645b7be6bbd3dafa88c510ede Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 21:16:00 2022 -0500 🐛 Fix pulldown sanity check commit 3bce266ef7865a62b5e79c7c5c67a068bb5e4c20 Author: ellensp <[email protected]> Date: Sat Mar 26 14:03:43 2022 +1300 🐛 Fix MMU2 buzz (#23943) Followup to 89a9c3a391 commit c89d0114acba957d63e894bc1a479ec10cb18a81 Author: Robby Candra <[email protected]> Date: Sat Mar 26 06:34:20 2022 +0700 ✨ STATUS_MESSAGE_TIMEOUT_SEC (#23135) Co-authored-by: Scott Lahteine <[email protected]> commit 0e693854d0c86fa0998a5d497607d42d6798f6ab Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:35:00 2022 -0500 🚸 Clear "heating/cooling" message on temp reached commit 9324132a401cf0ab3781c9992d607bd4f88ba086 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:55 2022 -0500 🎨 Format, use status macros commit 5632ad65f59710ca64e4abca99afa64cb99d559e Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:26 2022 -0500 🐛 Fix status_printf alert level commit eccbfbcede60922b95971e90bf3a1d7983a5fe39 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:04:06 2022 -0500 🩹 Print English to serial out commit 5ef4fb378e345e20d1fa3bdbc5312598dc571276 Author: Scott Lahteine <[email protected]> Date: Thu Mar 24 20:29:50 2022 -0500 ✏️ Encoder noise followup Followup to #23925 commit 21f0945d2cfada672756709bc420feb11768e687 Author: Oleg Belov <[email protected]> Date: Fri Mar 25 02:12:35 2022 +0300 📌 Custom cable for Mini 12864 V1 + SKR Mini E3 V3.0 (#23936) commit b2a318af9a0c8e91b1f66a5576226b50b1b49f1b Author: Serhiy-K <[email protected]> Date: Fri Mar 25 01:07:58 2022 +0200 🌐 Update Ukrainian language (#23935) commit 1c89c0470f2778f8051ff8514831138e64a2d9ed Author: ellensp <[email protected]> Date: Fri Mar 25 12:06:28 2022 +1300 🩹 Wrap endstop_diag.cpp (#23931) commit 2ee4a667e1999839e61fa4c7d4e31a88d6e301d6 Author: Scott Lahteine <[email protected]> Date: Wed Jan 12 09:47:22 2022 -0600 💡 Misc. cleanup, comments commit f8e177a43efa3e7a173e2799562d354ab95544ab Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:39:53 2022 -0500 🧑💻 Improve STATUS_BED_X commit 9ac1c73041cbf4015b48d9d7a70a59e840a1d442 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:34:00 2022 -0500 🎨 General cleanup, comments commit 4a8b99d505584d1fa5eb71d588da1bb60c3a2878 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 22:22:08 2022 -0500 🧑💻 EXTRUDER_LOOP macro commit b094a3fc0d647f7daff7c4d97db32f9d41e4c11d Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:31:36 2022 -0500 🎨 Clean up tool change with tool sensor commit 2d99a608fd993fd5cb75223b72deadfc969a13c1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:58 2022 -0500 🔨 Fix 'mftest -s' commit fba8805c0cd87845c80d9cd7738b94332a35e27b Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:10 2022 -0500 🩹 Fix ADC math overflow commit 039a22649f4e0201d7580b63c1a414450353438a Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:56:07 2022 -0500 🧑💻 PIO --silent in build_example commit ced0ad8e094baecf6e3ee8eaa36c61baaa5743fc Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:17:12 2022 -0500 🎨 Apply _TERN where possible commit 10a0c9a9b3d4070326954c5c2354cfd8ba490f0c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:20:19 2022 -0500 🔨 Suppress MMU2 resume_position warning commit abfb0411809568970221281a3614e30970f0dfc1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:08:00 2022 -0500 🧑💻 Add neo.set_background_color(rgbw) commit 72f207f4895d5db34f697cb203876405b98d89c8 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:53:42 2022 -0500 🔧 Sanity-checks for PULLDOWN, SINGLENOZZLE commit 7186037f20a2a2c57624e31c1e99adc37759c5f6 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:31:54 2022 -0500 🔧 No Switching Nozzle with MMU2 commit b0a400da72f6752619a82246fac55a07a4e67f3c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:14:17 2022 -0500 🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER commit cc4c2c2f98a1742d6b462481f74dacf5b5b93961 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:11:01 2022 -0500 🔨 Allow I2CPE_ENC_n_INVERT set to false commit 5dae8a67344cfeda3de6d40fcd14498542004fe9 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 15:30:29 2022 -0500 🚸 Allow one servo with cutter on RAMPS commit 05dea4e30a1768913ec7d1f38c65b9423200a558 Author: Fredrik Andersson <[email protected]> Date: Mon Mar 21 02:14:45 2022 +0100 ✨ Encoder button noise filter (#23925) commit 7e88ee8c5cc87395e73c45bcd743f3ab0302773b Author: Mark <[email protected]> Date: Fri Mar 18 12:49:47 2022 +0800 📌 PandaPi V2.9 – Standalone mode (#23908) commit cc8e485e1c55fb2fcdba7dc8f6b89041ed18e9ce Author: John Robertson <[email protected]> Date: Fri Mar 18 03:21:53 2022 +0000 ✨ ESP32 - Hardware PWM for fan, cutter, servos (#23802) commit c7a2ecc31aa4def9e60668f5cfc648d87776be9b Author: ellensp <[email protected]> Date: Fri Mar 18 16:17:41 2022 +1300 🩹 Fix xatc EEPROM debug (#23911) commit 260b40d1453a9310581c45d3e1327a3103b36a22 Author: tombrazier <[email protected]> Date: Fri Mar 18 03:15:26 2022 +0000 ⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867) commit c87eded8f6183c33bd9b9a74dd577fe6c77c32df Author: Ludy <[email protected]> Date: Fri Mar 18 02:55:33 2022 +0100 🩹 Fix redundant var declaration (#23913) commit 2f2a999368f22f2c6b3105ab481987c2025bc50e Author: John Robertson <[email protected]> Date: Thu Mar 17 19:35:33 2022 +0000 🐛 MKS TinyBee - 2.5V ADC Vref (#23903) commit 2558b323e85006c3c9f6a03bcaa82f61c95da0bb Author: Jelmer van der Stel <[email protected]> Date: Sun Mar 13 23:20:30 2022 +0100 🩹 Fix DWIN E3V2 display issues by allowing re-init (#23879) commit 1db685593922214e49496d805dc9ea099e227f50 Author: Mrnt <[email protected]> Date: Sun Mar 13 15:17:35 2022 -0700 🧑💻 Allow DIGIPOT Rsx / Vrefmax override (#23885) commit 62f298aca39ff17bc7a51f49b9ff6b5b17a76c30 Author: Julien Staub <[email protected]> Date: Sun Mar 13 23:09:32 2022 +0100 🩹 Fix ExtUI build with Host Keepalive disabled (#23898) commit 8d20c5aadfff34a024665ea349c0b66834e4d305 Author: InsanityAutomation <[email protected]> Date: Sun Mar 13 18:00:35 2022 -0400 📝 Fix X2_MAX_POS comment (#23873) commit 61b470249c1cfa361f25060940cc8b7f8a8f64e9 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:59:43 2022 -0500 📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment commit 4ffa88f814f3ddcb7273b73c9bb68773bcf1fd51 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:46:08 2022 -0500 🚸 Test LIN_ADVANCE in a pins file commit 8257040fafe758ac1913e9bf633fa0c9930dd9cb Author: Mathew Winters <[email protected]> Date: Sun Mar 13 14:13:41 2022 +1300 ⚡️ G12 - Only require used axes to be homed (#23422) Co-authored-by: Scott Lahteine <[email protected]> commit 5d9ab7e71eed56f242d4fae32836f305bb1ff680 Author: Keith Bennett <[email protected]> Date: Sat Mar 12 16:23:29 2022 -0800 🔨 Drop extraneous build flag (#23862) commit 1a76d4d467ebb3d8ed1df39767efa99beb08e854 Author: N…
commit aaa4e8ecdbd20e3a6e200f44f90c4d8a9ee5deb8 Author: Scott Lahteine <[email protected]> Date: Wed Nov 9 20:54:17 2022 -0600 🐛 Fix recalculate_max_e_jerk commit 01f96a103be4369f27a009f9b524c3cc5cd821d2 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:46 2022 -0500 🔖 Marlin 2.0.9.5 commit 3638ce2b31ea3749685e034c4bf6a0eba92ee0f5 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:03 2022 -0500 🚑️ Fix XYZEval = N not setting E commit 889d1224907240aee42331ec3b011260c3f56ffe Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:14:01 2022 -0500 🧑💻 Further script updates commit dc3322b639223e4592ef724ca7d1aadd8451feee Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:08:42 2022 -0500 🧑💻 Axis macros parity with 2.1.x commit 25521cb9b2069db9bf2ab0b9576e6201c34d97e4 Author: Miguel Risco-Castillo <[email protected]> Date: Sat May 28 17:34:36 2022 -0500 🚸 Fix, update ProUI (#24251, #24473, #24500) commit 593b734d18847298acc6c1489ea97fb8528f53ec Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:53:36 2022 -0500 ♻️ Small sound / buzz refactor (#24520) commit 2952f0be5de7a82f706f74550aba17e7be3d378f Author: Keith Bennett <[email protected]> Date: Fri Jul 29 04:12:38 2022 -0700 Updates from #24560 commit 752f3d440dd72d869140268dc79f3efb49043c1e Author: tombrazier <[email protected]> Date: Sat Jul 16 00:15:51 2022 +0100 ⚡️ Optimize Planner calculations (#24484, #24509) commit 5c46ae4f003a796292fa585f4d8f959dc2e503a7 Author: tombrazier <[email protected]> Date: Fri Jul 8 20:41:39 2022 +0100 ⚡️ Optimize G2-G3 Arcs (#24366) commit af6995845cfe50edc81881b5de523cfc28efc099 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:30:26 2022 -0500 🩹 Revert extra axis changes commit 8e6aa1b113bafea1af6c0ffa9d07980cb6f90e41 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:00:07 2022 -0500 🧑💻 Fix and improve build_all_examples commit 929ce5e859858bf3db475fb4aaa49899b22f1d68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 10 22:00:10 2022 -0500 🧑💻 Add Sim debug with lldb commit 3a5e87cdb76ced2e84eccecf220289dc70e9a741 Author: ellensp <[email protected]> Date: Wed Jul 20 10:32:08 2022 +1200 📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (#24521) commit 35e1384decb6b521c729c5eb77281e01b8cdc29f Author: Keith Bennett <[email protected]> Date: Fri Jul 15 15:43:43 2022 -0700 📝 Update board MCU comments (#24486) commit 406c2342fd5556a0c54a090f38b674cd82f9fa2a Author: InsanityAutomation <[email protected]> Date: Mon Jul 18 21:12:27 2022 -0400 🚸 Machine-relative Z_STEPPER_ALIGN_XY (#24261) Co-authored-by: Scott Lahteine <[email protected]> commit fa50d2c757f9b1fecc133d511c4fc1297842e184 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 04:00:39 2022 -0500 🧑💻 Fix MAP macro use Followup to #24191 commit 6523b92014f2fd6de97c6b44dc1cfd22526b03a2 Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit 2461138661bdeed44c8291229237107680803843 Author: lujios <[email protected]> Date: Tue Jun 7 02:22:17 2022 +0200 🩹 Fix G33 Delta Sensorless Probing compile (#24291) commit 2bb9a5ee5efbf054a7f63083532c4762437a19f1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 03:42:04 2022 -0500 🩹 Apply linearval in M600 commit 0a4aa0978dfa6c198eac85cdcc09f6de59cbba55 Author: Keith Bennett <[email protected]> Date: Fri Jul 8 13:30:03 2022 -0700 🔧 Assert Probe Temp Comp requirements (#24468) commit 39863d54b06e9b9394815467bde3b44500eebab3 Author: ellensp <[email protected]> Date: Sat Apr 23 21:16:15 2022 +1200 🐛 Fix BACKLASH_COMPENSATION compile (#24072) Followup to #23826 commit cea45d49bc3c510e4fa38dead1d65c335f0737ae Author: Scott Lahteine <[email protected]> Date: Sat Apr 9 19:17:04 2022 -0500 🎨 Misc. 6-axis cleanup commit 34f9c28fd16e5cc77636bcaad5ba40c56a521375 Author: Pauli Jokela <[email protected]> Date: Thu Jul 7 18:59:23 2022 +0300 🩹 Fix safe homing sanity-check (#24462) commit bf084254dab5dab9a38ea275db4846e956589758 Author: Scott Lahteine <[email protected]> Date: Mon Jun 20 21:15:57 2022 -0500 🎨 Fix comments, formatting commit 6f51f19257a1f3a3594270169d8a8d74e312f2ba Author: Christophe Huriaux <[email protected]> Date: Wed Jul 6 22:43:38 2022 +0200 🩹 Fix ST7565 LCD contrast init (#24457) commit 56974af3e5c8958569b409ddcffabf35ecb53692 Author: Mike La Spina <[email protected]> Date: Fri Jul 8 15:02:12 2022 -0500 🐛 Fix laser/fan sync (#24460) Followup to #22690, 307dfb15 commit f9154eca8cdfbff885934f90f49209ea112593d8 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 21:46:38 2022 -0500 🩹 Fix TFT image packing commit a03516a9f40f8723c21fc4d1f26b6e06c635ed2c Author: DerAndere <[email protected]> Date: Mon Apr 4 04:43:42 2022 +0200 🚸 Better M350, M114 with more axes (#23986) Co-authored-by: Scott Lahteine <[email protected]> commit f18b0f6f4b42baa2f3aa7761ae3263dbea04ee4b Author: toomuchwonder <[email protected]> Date: Thu Jul 14 04:17:53 2022 +0100 🩹 Fix MKS UI extruder speed (#24476) commit d617002a6eec353cc1dcc69aab268cb8d71c52e3 Author: Miguel Risco-Castillo <[email protected]> Date: Thu Jul 14 00:00:33 2022 -0500 🚸 Fix and update ProUI (#24477) commit 01f16daf42a49c6c37f63e389c9c1df2d6d130f8 Author: InsanityAutomation <[email protected]> Date: Wed Jul 20 04:08:19 2022 -0400 🐛 Fix Archim2 USB Hang (#24314) commit ff1ecb00cc52b33136a1a42d0d339af7db92fcae Author: Scott Lahteine <[email protected]> Date: Thu Jul 28 20:52:33 2022 -0500 🎨 Misc. 'else' cleanup commit 750a8dbe7fedcbbe1a651cb0bc24fe0b5753eaf1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 12:38:00 2022 -0500 🩹 Fix MAX31865 approximations Followup to #24407 commit ba8f109f8aa7de5b869244ef95441f5870729856 Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:52:47 2022 -0500 🩹 Fix manual move titles (#24518) commit 77fc65ddc2753c8170597157c77cc58132f4c092 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:52:27 2022 -0500 🏗️ Extend AXIS_CHAR to include E Co-Authored-By: DerAndere <[email protected]> commit af24e1b77ee9fdff8a9551bdc7cd5ef47c302afd Author: kisslorand <[email protected]> Date: Tue May 31 20:05:57 2022 +0300 Fix axis string 'N' (#24259) Followup to 167672d commit 36d508c5a0c959191bf8f6ec7508dfdc259a7661 Author: Ludy <[email protected]> Date: Thu Jul 28 04:44:21 2022 +0200 🌐 Update German language (#24555) commit 9f5aab1a6164c7837b8352cd63ac7b2c8e1f8988 Author: Scott Lahteine <[email protected]> Date: Wed Jul 27 04:24:50 2022 -0500 🧑💻 Update planner/stepper includes commit 62d29ade426328a4924ed2838fcea8e113e1c1f9 Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 21:15:44 2022 -0500 🩹 Fix lcd_preheat compile commit c801cc4830eca838f19a61cc55a0bf31cfcfd43c Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 14:54:54 2022 -0500 🔨 Update build/CI scripts commit bc91b1cdcdc09d368653d5a9430d349e6775f81e Author: Scott Lahteine <[email protected]> Date: Sun Jul 24 13:51:43 2022 -0500 🎨 PIO scripts cleanup commit c847ef02a1c6b9c88f523b8fc2961df0a28c0904 Author: Keith Bennett <[email protected]> Date: Mon Jul 25 12:02:37 2022 -0700 📺 Fix TFT Classic UI non-Touchscreen 1024x600 (#24541) commit cdda90f56c3dc4a9a40eb2528cc92a7cd408436f Author: Keith Bennett <[email protected]> Date: Mon Jul 25 11:47:07 2022 -0700 📝 Update MPCTEMP G-Code M306 T (#24535) M306 simply reports current values. M306 T starts autotune process. commit ad4bc378b7b574a8c094872b42b541de3596fb7b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:43:03 2022 -0500 📝 Update Driver Type comments commit 99710b94d29763c25ab764513ce1efdbb5baf13b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 78fc5acca99f1717033d09f0358d9564857d1f09 Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:11:33 2022 -0500 🔨 Add mftest --default flag commit e616542c891e3f2d107da528fc46173c84652a47 Author: Arthur Masson <[email protected]> Date: Sat Jul 16 23:58:18 2022 +0200 ✨ Polargraph M665 settings (#24401) commit a50bb96d2dd22263c3e55566c789bd717cb7fcdf Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 653f0ab9dd95e07afb2e5f3a5536328f1f3daff1 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 02:56:55 2022 -0500 🔨 Fix and update Makefile Followup to 89fe5f6d commit c96ed8998b971a5a00a6aa4aca6d9f9b812fdab1 Author: Jason Smith <[email protected]> Date: Thu Jul 7 21:43:56 2022 -0700 🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463) commit b025c18d5b9d86c09b766a15f2ccaf45f340626f Author: Mike La Spina <[email protected]> Date: Wed Jul 6 07:46:39 2022 -0500 ⚡️ Fix and improve Inline Laser Power (#22690) commit b49da1d4ca1056cd28a396e878bf37c45af43441 Author: tombrazier <[email protected]> Date: Tue May 31 18:01:59 2022 +0100 💥 More M306 M => M306 H (#24258) Followup to #24253 commit 90074e626012ae74d51f4e47216b99cbe2c783d4 Author: Keith Bennett <[email protected]> Date: Sun May 22 14:32:16 2022 -0700 🎨 Fix/adjust warnings (#24225, #24404) commit e570c4cc2ed1b284834fcb809973c80a1002b784 Author: Scott Lahteine <[email protected]> Date: Sun May 22 17:45:07 2022 -0500 🧑💻 Forward-compatible axis strings commit 543bbf02fc552cd121b85f3444bcbf87fbb1faee Author: DerAndere <[email protected]> Date: Tue Apr 19 05:15:15 2022 +0200 💥 Update Motor Current G-codes for extra axes (#23975) commit 5ccdc9ced7639f646c01f757ac6afa1f42007021 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:13:11 2022 -0500 🏗️ Axis name arrays Co-Authored-By: DerAndere <[email protected]> commit ddb0168e29878d626d6b36a89b6b4850ad5d4ebe Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 22:37:20 2022 -0500 ♻️ More updates for multi-axis commit 0caf234aa5ae143bec8e9fc0ef52f632317e8fd1 Author: GHGiampy <[email protected]> Date: Fri Jul 15 10:18:57 2022 +0200 🔨 Fix firmware upload (#24499) commit dddbc4d730a1120b5f37b40f7393bc42e3651297 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:56:13 2022 -0500 🔨 PlatformIO "--target upload" == "--target exec" commit 08e6e8b9be0614fbacab998a20bf9bad1b1af94f Author: Scott Lahteine <[email protected]> Date: Sun Jul 3 10:32:47 2022 -0500 ♻️ Encapsulate PID in class (#24389) commit 12ae80bcecb8329fb0548342228d8edffeeba115 Author: Victor Oliveira <[email protected]> Date: Sat Jul 2 21:31:27 2022 -0300 🔨 Disable stack protector on macOS simulator (#24443) commit 9e530cd27b790f3dce30963c6d98af043ba5abf5 Author: Eduard Sukharev <[email protected]> Date: Wed Jul 6 16:30:47 2022 +0300 🐛 Fix MKS TinyBee compile (#24454) commit 0ec1cb58c77d37886d0b6a0c683122ea614d7e20 Author: EvilGremlin <[email protected]> Date: Mon Jul 4 04:49:23 2022 +0300 🔨 Fix OpenBLT encode; no-bootloader envs (#24446) commit b548e21b656f751305acf9d613144748e847b1e0 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:30:05 2022 -0500 ♻️ reset_acceleration_rates => refresh_… commit e170460855cf002c44a4a2d5cc8d538794fea7fa Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:24:59 2022 -0500 ♻️ Planner flags refactor commit b7b2286e49c3ddf5060e26b9c03bdb6c2207eeba Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 047d0264c5ddc5dde152eaebc6507b242d05ca02 Author: elimisback <[email protected]> Date: Sat May 28 16:22:59 2022 -0400 🔨 BTT STM32G0B1RE xfer build (#24245) commit c56fb1c1820248f256b4255de175eab854591d49 Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 04:29:39 2022 -0500 🎨 Minimize block->steps.set commit d5a79c27fe764edb295c3ed9ee3df1765c9ded27 Author: DerAndere <[email protected]> Date: Fri Apr 1 07:10:38 2022 +0200 ♻️ More updates for multi-axis Based on #23112 Co-Authored-By: Scott Lahteine <[email protected]> commit 1e3fe65b9dd0555b77cac1832ad820253e200618 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 17:49:54 2022 -0600 🚨 Fix some compiler warnings commit af4160af6f79acc4725916f311c16dfc3d1013c7 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 13:03:33 2022 -0500 🐛 Fix types.h macros and fields Fixes #24419 commit 53b73bbd7fc17172c5d5c4820ee11092e9c92926 Author: Scott Lahteine <[email protected]> Date: Sun Jul 17 22:25:51 2022 -0500 🔧 Config parity with 2.1.x commit 3b37e859491000034f73ada784931da9aaa63e1a Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:26:36 2022 -0500 🚸 Arrange EXP pins in common order (#24525) commit a1881f70a89e96ab9d95a3c6f169d97416f729db Author: Keith Bennett <[email protected]> Date: Mon Jul 11 11:33:42 2022 -0700 ✨ MKS Monster8 V2 (#24483) commit 6ad7f7ce985831c2947703cc2d5a7daf5cd0f201 Author: Christophe Huriaux <[email protected]> Date: Sat Jul 16 23:35:40 2022 +0200 ✨ eMotion-Tech eMotronic (Micro-Delta rework) (#24488) commit 9fe4d2cc6cee4db08f16deffa7356c1de0477f8e Author: Victor Oliveira <[email protected]> Date: Thu Jul 14 03:30:00 2022 -0300 ✨ Creality3D v4.2.5 / CR200B (#24491) commit 5bd0541985c1571ba753160957a418ce47df9abf Author: Keith Bennett <[email protected]> Date: Sun Jul 3 22:31:06 2022 -0700 ✨ BigTreeTech SKR SE BX V3.0 (#24449) SKR SE BX V3.0 removes the Reverse Driver Protection feature. commit 35d5393a3e2f41cdc0b5929af6f349e41d705c13 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 20:16:16 2022 -0500 📝 Index Mobo Rev03 => Opulo Lumen Rev3 commit 1ffc4ba861cce00457c4ce79503eacac58297c29 Author: DerAndere <[email protected]> Date: Mon Apr 18 06:03:39 2022 +0200 🩹 Fix some parameters w/out values (#24051) commit 2bf6573098687b203ee1f3adf3f66b7a3e05163b Author: Scott Lahteine <[email protected]> Date: Sat Jul 9 11:08:53 2022 -0500 🐛 Fix SDIO for STM32 (#24470) Followup to #24271 commit 5e0a39265ac82952a0ec73144de6f9d2497b6b48 Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 495002e158e289ee7c90663aaa0aeb61942cb28d Author: tombrazier <[email protected]> Date: Sat Jul 23 05:32:28 2022 +0100 🐛 Fix 2d mesh print (#24536) commit adeca472922700cc63a0d0e1324c5b0cf91be68c Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 686d1fbb510b5060d4a23baae67a8fda0374b65c Author: Scott Lahteine <[email protected]> Date: Wed Jul 13 21:22:53 2022 -0500 🎨 ANY => EITHER commit 8f84ce72e118478e582d45e97b7f7f0727e59522 Author: Scott Lahteine <[email protected]> Date: Fri Jul 8 22:45:17 2022 -0500 Fix SDIO for STM32 Followup to #24271 commit 5bf02e39a9159b0397a93f10571841f4d1bbc807 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 09:08:43 2022 -0700 🚸 MPCTEMP: Home before cooling (#24434) commit a5b076dff727fba479fe00e97e9d9332953addb3 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 08:08:40 2022 -0700 🩹 Fix MKS TinyBee ADC Vref (#24432) commit b79231cc59d6746f6714af102763d59488ea753a Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 21:17:32 2022 -0500 🩹 Remove poison wchar_t macro commit 86e6f9e38ea7a4653f11094221bcf4be20d0fef3 Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 20:10:51 2022 -0500 🩹 Remove obsolete split_move commit b3018da60c6cf12f22c9e9b7954bcddc2cb4b686 Author: Moonglow <[email protected]> Date: Fri Jul 1 05:51:55 2022 +0300 🐛 Fix M149 (#24430) commit 0d04aa960f49196eca9f3da17846460b322d10c6 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 17:14:23 2022 -0500 🩹 Fix memset block warning commit 0d34c2e287b582598a75cad0bb6ddd8bbd1fbba6 Author: Keith Bennett <[email protected]> Date: Wed Jun 29 06:24:22 2022 -0700 🐛 Fix Axis Homing (#24425) Followup to 4520a51 commit 1690f49656788ddb580c0f8311095800ad65881b Author: John Lagonikas <[email protected]> Date: Wed Jun 29 01:53:05 2022 +0300 🐛 Fix MAX31865 PT1000 normalization (#24407) Co-authored-by: Scott Lahteine <[email protected]> commit dbdb39f60ff1a97050f09d76f8f4de101d03d30a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:32:00 2022 -0500 📝 Note about UBL bad splits commit 843c04baa6df0db350ff759abcfa3f3fe431e5a2 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 10:01:22 2022 -0500 🎨 Misc. shorthand operators commit a7c58c1fd6463407331596623f8ff07c8a07481a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 05:47:18 2022 -0500 🐛 Fix Manual Move axis selection (#24404) commit 3af5c32ea23e8bca1e7c233006987286e980f982 Author: Shlee <[email protected]> Date: Sun Jun 26 06:56:57 2022 +0000 📝 Add STM32F4 example, Ruby (#24399) commit 4039075a1d7b96482a59987fb78f3e500ede0efb Author: Giuliano Zaro <[email protected]> Date: Sun Jun 26 08:52:19 2022 +0200 🌐 Update Italian language (#24398) commit ed796c83541a9cbbb615fe7be6007735ad279f07 Author: Roman Moravčík <[email protected]> Date: Sun Jun 26 08:51:16 2022 +0200 🌐 Update Slovak language (#24397) commit f3c64fd397b28d132e72852956a36e64d9d53f43 Author: sgparry <[email protected]> Date: Sun Jun 26 07:49:57 2022 +0100 🩹 Fix LCD contrast with K8800 board commit b220342b26b3ed327ce6723e4912163bd76661f5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 24 22:07:06 2022 -0500 🌐 Drop unused delta strings commit 4dad5871888fd99fea0ec918c04f1c134f49ab8a Author: InsanityAutomation <[email protected]> Date: Tue Jun 21 22:09:24 2022 -0400 🐛 Resolve DUE Servo pulse issue (#24305) Co-authored-by: sjasonsmith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit 1efe48ef656b38e6f60bbd193e66ae9c54f85a9d Author: tombrazier <[email protected]> Date: Sat Jun 18 05:17:12 2022 +0100 🐛 Fix G2/G3 Arcs stutter / JD speed (#24362) commit ae8365a4e56d91374e1ea20e6edb1c0bf041ad46 Author: Bob Kuhn <[email protected]> Date: Thu Jun 23 23:58:26 2022 -0500 🐛 Fix Lerdge build / encrypt (#24391) Co-authored-by: Scott Lahteine <[email protected]> commit dd68461bb1a2bc714f6b48008d2cf87c1e9e1d4e Author: Victor Oliveira <[email protected]> Date: Thu Jun 23 06:18:36 2022 -0300 ✨ Classic UI BIQU BX (#24387) commit 010fbcccf7fc2aa7c421fa5df1a9d1a32f477fcc Author: ellensp <[email protected]> Date: Wed Jun 22 22:08:24 2022 +1200 🩹 Fix DGUS (MKS) compile (#24378) commit 185fe5696c9843096a0619797566d7e27d573d75 Author: Victor Oliveira <[email protected]> Date: Wed Jun 22 05:33:03 2022 -0300 🚑️ Fix BIQU BX touch freeze (#24383) commit 7edd37bc5aeeff9c55442bf6d142c3cb9357995c Author: ellensp <[email protected]> Date: Wed Jun 22 16:13:18 2022 +1200 🐛 Fix M423 invocation (#24360) Followup to #23745 commit 000042702108a0c0e8428350961398c4d39e3273 Author: tombrazier <[email protected]> Date: Wed Jun 22 03:45:22 2022 +0100 🩹 LCD strings followup, fix warning (#24328) commit 0d1d125bc69bf1634faecea6d0a2862677f584d3 Author: ellensp <[email protected]> Date: Wed Jun 22 10:33:25 2022 +1200 🚑️ Fix SD mount bug (#24319) Co-authored-by: Scott Lahteine <[email protected]> commit 22e82a13d993e5b0ac1e7f56a77eabbf6da79dfe Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:12 2022 -0500 🎨 Simplify move menus with substitution commit 70d72354e2469eb66378e2da3a52ecd6db3f3447 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:23 2022 -0500 🎨 Use MAP for home axis items commit 821f4983d01430b9fc9ba5ccb44ea7ace4bf31e0 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:35 2022 -0500 🧑💻 Fix STATIC_ITEM_N arg order commit 15ca479708d39977c76acb73aaf1deca78810206 Author: Scott Lahteine <[email protected]> Date: Tue Jun 21 23:28:19 2022 -0500 🎨 Fix comments, formatting commit 2b8d115ebc08ee3ac03d680eff40d2b8079c2b44 Author: John Robertson <[email protected]> Date: Sat Jun 4 07:26:08 2022 +0100 ⚡️ PWM for ESP32 I2S expander (#24193) commit ae78a8844ae47d1b22f04e4545a29c19a0f8b214 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:08:29 2022 -0500 🧑💻 MAP macro for axis lists, etc. (#24191) commit f26438ef2870d88b057fba3c892f1ab4fd82b952 Author: Keith Bennett <[email protected]> Date: Mon Jun 13 19:04:49 2022 -0700 👷 Use Biqu BX for CI test (#24331) commit ce6c8adcb1002049f27513fdb0c74ce9831386cc Author: ellensp <[email protected]> Date: Wed Jun 15 20:02:32 2022 +1200 👷 CI test without src filter (emulate Arduino) (#24335) commit d57cf9bd6b6d70dda6fe2bba9b83849a9688408a Author: luzpaz <[email protected]> Date: Sat Jun 18 00:19:01 2022 -0400 🌐 Fix LCD string, typos (#24324) commit 5408259f51394e2c2a48879c0119251f324f0e12 Author: Scott Lahteine <[email protected]> Date: Mon Jun 13 20:43:23 2022 -0500 🧑💻 Apply F() to some LCD / TFT strings Followup to #24228 commit f31178f868882905d210504e763052ca639782f9 Author: ellensp <[email protected]> Date: Tue Jun 14 13:38:19 2022 +1200 🩹 Fix missing ProUI cpp wrapper (#24313) commit f976e56a1993adede0ed854326e0cab214d90295 Author: ellensp <[email protected]> Date: Sat Jun 11 17:03:20 2022 +1200 🐛 Fix JGAurora A5S A1 build (#24326) commit 571007e5c9a1e407ef7f72b555e1d207be2f256f Author: Steven Haigh <[email protected]> Date: Sat Jun 11 12:08:55 2022 +1000 🩹 Fix ProUI compile (#24310) Co-authored-by: Scott Lahteine <[email protected]> commit 00527f38d59d8b466d515da801844197073c7bcc Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:47 2022 -0500 🧑💻 Misc. servo code cleanup commit 1c7696838b04051115d246fff173846cf74ea4d9 Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:08 2022 -0500 🧑💻 Remove servo macros commit ad786a7930f1a0516427f7e0d827402387549ead Author: tombrazier <[email protected]> Date: Tue Jun 7 01:23:55 2022 +0100 🩹 Fix Mesh Leveling + Debug compile (#24297) commit ce9c81dfa12ebde0a0a55663523c782afecbd85c Author: ellensp <[email protected]> Date: Tue Jun 7 18:59:21 2022 +1200 🩹 Media Change followup (#24302) Followup to #24015 commit 92910721d0c4cc79ad0f8a64fb11b2c15bf3619d Author: Scott Lahteine <[email protected]> Date: Mon Jun 6 19:06:03 2022 -0500 👔 Fix and comment use_example_configs commit 236251a2ce4f055ab96af0008c882ffe77f5dac8 Author: Miguel Risco-Castillo <[email protected]> Date: Mon Jun 6 00:01:06 2022 -0500 🚸 ProUI G-code preview, PID plot (#24282) commit 369542db3bb34c28196a77838a2f018180a7da74 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:23:43 2022 -0500 🔖 Marlin 2.0.9.4 commit 40d96c3460117eeab1742d74c2d78b57b4a9a1b6 Author: Scott Lahteine <[email protected]> Date: Sun Jun 5 20:26:40 2022 -0500 👔 Remove actions from misc. branch commit d7a71beaf4f08e60c3d13049f1046bbb663c643d Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 18:16:43 2022 -0500 🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING commit f3b593ae73b5d21b5c270a5f5ede0fe982822b07 Author: Scott Lahteine <[email protected]> Date: Tue May 31 12:43:44 2022 -0500 🎨 Fix spelling, whitespace commit 1d8d8dccf45d2090e075b148d4f08e299184392c Author: Scott Lahteine <[email protected]> Date: Fri Apr 29 15:21:15 2022 -0500 💥 Num Axes / Multi-Stepper based on Driver Types (#24106, #24120) commit 1e127a93c4c1446cf11aacecc9597a7355262ac8 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:15:23 2022 -0500 🧑💻 Extend LCD string substitution (#24278) commit fcef8d946cbd45e27ba9888f1e18327b68d52b00 Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 0253500ccd5a7192f3e545cb5552c4ab7b309c5d Author: Tanguy Pruvot <[email protected]> Date: Wed May 25 08:07:11 2022 +0200 Use default null args in select_screen commit 0d783a76907ace17f0d61ebe8882ebee9bc6ce3b Author: ellensp <[email protected]> Date: Thu Jun 2 21:22:09 2022 +1200 🐛 Init Stepper SPI before PSU Control (#24269) commit e784e0413204680f3c8f3a8cdf519fb5bee7a164 Author: BIGTREETECH <[email protected]> Date: Thu Jun 2 17:02:06 2022 +0800 ✨ BigTreeTech SKR3 - STM32H743 (#24271, #24272, #24275) Co-Authored-By: Alan.Ma <[email protected]> commit 11d68e31274fccd20c8bb72eec0b4ad547962823 Author: bryan065 <[email protected]> Date: Thu Jun 2 04:51:39 2022 -0400 🚸 Custom Menu Items for JyersUI (#24270) commit 8b8b2a7ed35908b6a49d5b3badb230d3283792bb Author: ledzepman71 <[email protected]> Date: Thu Jun 2 02:49:48 2022 -0600 📌 Tenlog PSU pin (#24266) commit fc1a620b878b45675b9a7972be6c1fb2882b8092 Author: tombrazier <[email protected]> Date: Sat May 28 23:40:08 2022 +0100 🚩 MPC update (#24253) commit 9799907dc9a53810e87fd5b54e2194d30e70eff8 Author: Keith Bennett <[email protected]> Date: Tue May 31 14:28:01 2022 -0700 👔 Configs required to submit a Bug Report (#24256) commit 6fc4dbbbc4b3b1e6820f4f18b81602451bb1786c Author: Scott Lahteine <[email protected]> Date: Sat May 28 17:05:09 2022 -0500 🚸 Change M201 G to S commit 74596ad4d7f9117e06829b5657d7402f27a445ce Author: Robby Candra <[email protected]> Date: Mon May 23 09:13:17 2022 +0700 🩹 Adjust manage_media for slow/late media init (USB FD) (#24015) commit 28f8646aa64b8baf6f93197d04b0802580272e40 Author: Scott Lahteine <[email protected]> Date: Sun May 22 19:56:46 2022 -0500 ♻️ Apply F() to more LCD code (#24228) commit 9a74bcd4cf13efa2d7cfb365182d7e097eaa1f1d Author: John Robertson <[email protected]> Date: Tue May 31 23:09:44 2022 +0100 ✨ Laser Safety Timeout (#24189) commit 07cd248b91a59db8e2bc7ad10bbf160852af34fb Author: Scott Lahteine <[email protected]> Date: Sun May 22 20:45:37 2022 -0500 ♻️ Move watchdog to MarlinHAL commit 209c792ef7e97dc48bf3517c9f8f56e6be80e97f Author: Scott Lahteine <[email protected]> Date: Fri May 20 11:27:09 2022 -0500 🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (#24170) commit dbd00d992705a07b3da769549495d6505cb96b43 Author: Scott Lahteine <[email protected]> Date: Mon Apr 4 15:57:03 2022 -0500 ✨ DOGM Display Sleep (#23992) Co-authored-by: borland1 <[email protected]> commit 4ae54a6229d1704bfc54a85233af40b69e924246 Author: Ludy <[email protected]> Date: Mon Apr 18 11:43:34 2022 +0200 🐛 Update German language, Fix FTDI (#24047, #24048, #24227) commit ce0af56d0aa4371620b142ba5b2ed3b455813a5d Author: tombrazier <[email protected]> Date: Sun Apr 10 07:20:05 2022 +0100 🚸 Improve MPC tuning, add menu items (#23984, #24018, #24049, #24059) commit 6c557a248016f2e89e259d2d5ee8e000521099bb Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:44:45 2022 +0200 🐛 Fix Bed/Chamber PID Autotune with MPCTEMP (#23983) commit a6ce9bf559d963c3cdcb6db7f57a572bc58016ea Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:58:58 2022 -0500 ✨ Autoreport Redundant Sensor option (#24014) commit 21c838cb1b86c3ffd5958c68d82f6c0c25e78dbe Author: tombrazier <[email protected]> Date: Fri Apr 1 08:14:14 2022 +0100 ⚗️ Temperature Model Predictive Control (#23751) commit 3443a9e18bf2c9797037f141d68ab409d6b3c00b Author: Pauli Jokela <[email protected]> Date: Thu May 12 05:23:16 2022 +0300 ✨ SOUND_ON_DEFAULT option (#24102) commit b2b5b85045e689d311e472d803817e08b49ccaec Author: Robert Brenckman <[email protected]> Date: Sun Apr 10 01:24:07 2022 -0400 🐛 Fix Tool Change priming (#21142) commit 2086cc9f4e21dfc060c1ff034856ad4e6219f5f8 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:37:40 2022 -0500 📝 Refer to 'PROGMEM' as 'flash' commit 8eccfd4a6f90da93a4f13b8aa7fbd88a1f8cca46 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:35:38 2022 -0500 🔧 Bed/Chamber PID Autotune menus Derived from MarlinFirmware/Marlin#23983 commit 9ab654adcb15ba23b42ed1f13ca34130e422dbc2 Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 22:06:32 2022 -0500 🐛 Fix min/max temp evaluation Fixes #24257 commit 0ae982188c23ddab4e3a2d819c679166a7e19532 Author: Scott Lahteine <[email protected]> Date: Wed May 4 23:19:18 2022 -0500 🐛 Fix M203 report commit bed0788f723a0695726eab52e8da0b48298c619f Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit deb1ba73bbdd3aacaeec6c7d9540c41e93ddfdfe Author: Scott Lahteine <[email protected]> Date: Sat May 28 15:11:43 2022 -0500 🎨 Use pos.set method commit 57f0ac88af9e8c5eb398c8367edf471900a5171f Author: Scott Lahteine <[email protected]> Date: Sat May 28 14:41:50 2022 -0500 🎨 Misc. boards/pins cleanup commit 915bce495cdc5168c982274f6deabc92e052c2c7 Author: Simon Pilepich <[email protected]> Date: Sat May 28 08:08:24 2022 +1000 📝 Fix Mightyboard MOSFET comments (#24183) commit 800a936caae83f4e5ca5dd2c2660518bd6fc43b2 Author: Scott Lahteine <[email protected]> Date: Thu May 26 18:18:41 2022 -0500 🎨 Combine serial echos commit ccf39b1c42fa787f645fbf0ac075cc47b72b18d3 Author: ellensp <[email protected]> Date: Fri May 27 12:02:42 2022 +1200 🔨 Add src_filter for I2C_AMMETER (#24242) commit d19179ce281cec58865fcbc99185abeb48a611b9 Author: Keith Bennett <[email protected]> Date: Thu May 26 16:07:10 2022 -0700 ✏️ Fix some motherboard checks (#24238) commit 4a6ae1b64df5fa8824e20688399683bf11b840e2 Author: ellensp <[email protected]> Date: Wed May 25 08:31:29 2022 +1200 🎨 Remove MKS custom pins, TinyBee cleanup (#24186) commit 0daaef589c956d152c846760dfc157fdd1b7975b Author: ellensp <[email protected]> Date: Wed May 25 07:49:57 2022 +1200 📌 Use MarlinSimUI/bugfix-2.0.x (#24232) commit 4831cbebd80d6e2c6bcf504446cf6d0f2441c285 Author: Scott Lahteine <[email protected]> Date: Mon May 23 02:37:28 2022 -0500 🎨 Add EXP1/2 headers, adjust TFT pins (#24230) commit e0deb75764938995e32bc589d646ec397c4a3019 Author: tombrazier <[email protected]> Date: Thu May 19 22:15:15 2022 +0100 🐛 Fix Leveling apply/unapply (#24188) Co-authored-by: Scott Lahteine <[email protected]> commit a0fe4f48956299cb298e6e48255ea72ba93dad79 Author: Scott Lahteine <[email protected]> Date: Sat May 14 15:31:51 2022 -0500 🎨 Minor HAL cleanup commit 4d65d7f142882bcd77072fc7dc5c01ca937a2e81 Author: Keith Bennett <[email protected]> Date: Sun May 22 19:32:28 2022 -0700 📝 Add logo, helpful links to README (#24226) commit 1b879f0ee4e5539c237edf235b6ca38b5b2beb43 Author: Scott Lahteine <[email protected]> Date: Sun May 22 18:42:25 2022 -0500 🔨 Fix mfprep string test commit b6abc760cef73a1dfc0e186f40687d0a45c8a769 Author: Scott Lahteine <[email protected]> Date: Sat May 14 01:45:14 2022 -0500 🔨 Move, tweak maple envs commit 0ae061713c631d44cd12ad266ca9c7fdd856d72c Author: Keith Bennett <[email protected]> Date: Fri May 20 09:48:34 2022 -0700 👔 Move GitHub templates, update README (#24199) commit 1d12e72bf697f7e3cb63995a20ba9e98fbce3eb9 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:53:12 2022 -0500 🐛 Fix SEGMENT_LEVELED_MOVES with UBL commit c97cf10956ee33c80e557fb09e4cc75d30a0db82 Author: Scott Lahteine <[email protected]> Date: Sat May 21 19:29:59 2022 -0500 🩹 Fix const warning commit b72f9277e9e89a7dcdc12c8f11273f7c76a064d4 Author: Scott Lahteine <[email protected]> Date: Thu May 19 06:05:52 2022 -0500 ♻️ Common Bed Leveling object name, accessors (#24214) commit 06c4a9acdb3f08a2052ea55d00fa350e9249bcb4 Author: Keith Bennett <[email protected]> Date: Sat May 21 16:13:00 2022 -0700 🐛 Fix FLSUN Hispeed FIL_RUNOUT_PIN, MKS Robin Mini TFT pins (#24204) commit 8a301196e11d87d7e9db065d0d802910a664c5be Author: Arthur Masson <[email protected]> Date: Sat May 21 21:45:30 2022 +0200 🐛 Fix Polargraph G92 command (#24223) commit 1e7219f4a643f8cbdbcd9685ebb5a76d02c89601 Author: Marcio T <[email protected]> Date: Thu May 19 09:45:48 2022 -0600 🐛 Fix FTDI_EVE_TOUCH_UI reboot loop (#24195) commit 02c267f542223ed0d8b098da4bec6f09710d6bc8 Author: ellensp <[email protected]> Date: Fri May 20 02:15:57 2022 +1200 🔨 Require PIO >= 6.0.1 (#24205) commit fe77fc66c0004ba9a4459dd5a12c978dd0308bb1 Author: Ivan Kravets <[email protected]> Date: Wed May 18 00:47:11 2022 +0300 🔨 Use PlatformIO Core 6.0 Dev for CI (#24194) commit 268a16b1ef1c5cd462e81aef08e4e9f7d2c65658 Author: Scott Lahteine <[email protected]> Date: Tue May 17 15:05:25 2022 -0500 🚸 ProUI APRIL2022 updates (#24084) commit 8351b1431f8bad178f2f8a3ec70b32a1d4d7ca2c Author: ellensp <[email protected]> Date: Tue May 17 20:01:32 2022 +1200 🩹 Fix MarlinUI allow-cold-extrude (#24176) Co-authored-by: Scott Lahteine <[email protected]> commit 718806761f1e9d903d61408e2039357bfe46fff8 Author: Oliver Jean Eifler <[email protected]> Date: Tue May 17 06:23:03 2022 +0200 🩹 Suppress ZERO() warning (#24178) commit 78c7fedcea34f0c630f8e9fd46bc5d3244de04c5 Author: Marcio T <[email protected]> Date: Mon May 16 20:45:47 2022 -0600 🐛 Fix Due cli/sei (#24182) Followup to #23357 commit c4b8339b842958faae2567c339bcf9b44434a2ce Author: Scott Lahteine <[email protected]> Date: Fri May 13 23:49:29 2022 -0500 🎨 HAL_MinSerial.* => MinSerial.* commit 94ed67e36ef84cb4ecd8f3f1470041d4d72f7088 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:50:42 2022 -0700 🩹 Run TMC test last in setup (#24160) commit 03b819bdb235c6eb2cd0a02b832bb8f108cc5962 Author: Miguel Risco-Castillo <[email protected]> Date: Fri May 13 19:34:30 2022 -0500 🚸 DWIN/DACAI for Creality 4.2.3 (#24132) commit 2204f05dcaabf0e639f1e1722ffd293d4b415fe3 Author: Scott Lahteine <[email protected]> Date: Fri May 13 19:31:07 2022 -0500 🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround commit a13cceaad16dd2caedbf3b05ae0854b1200cb51e Author: Keith Bennett <[email protected]> Date: Fri May 13 17:27:13 2022 -0700 🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (#24147) commit 5c25ed60c80d7b06cb91e91f98b1aca6bc648d79 Author: Dominic <[email protected]> Date: Sat May 14 02:18:04 2022 +0200 🐛 Fix AIR_ASSIST (#24162) commit 1c516bdd5e71fc3da05fb52da692c9c5ccb0c0d7 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:17:19 2022 -0700 🔧 Allow board & probe dummy thermistors (#24165) commit 425684e2ffecf85dccab1eb4242772bc97992eb8 Author: grauerfuchs <[email protected]> Date: Fri May 13 20:08:50 2022 -0400 🐛 Fix Mightyboard LED pin, fan override (#24168) commit 63aecad7eef034d8cb2b3e81f8a22db8a148b90b Author: Roxy-3D <[email protected]> Date: Fri May 13 17:29:50 2022 -0500 🔨 BTT Octopus ST-Link programming/debugging commit dcd769b4a18bd40f9664262d081d553994d8eb78 Author: Scott Lahteine <[email protected]> Date: Wed May 4 15:14:31 2022 -0500 🎨 Nextion cleanup commit f9b7f00d1e1c1004e0c2a9c35e23c1c67dc47172 Author: Scott Lahteine <[email protected]> Date: Wed May 4 19:10:14 2022 -0500 🚚 Move speed_lookuptable.h commit a6ff63d5060c0ef68c2ae9f6ccf3bcada2ec6b6e Author: Keith Bennett <[email protected]> Date: Thu May 12 22:41:38 2022 -0700 🎨 Clean up warnings / extra check (#24163) commit 7d37ae2b2b1ea6613dbc8be0ec5fa30dbd6a87de Author: ellensp <[email protected]> Date: Fri May 13 16:07:27 2022 +1200 🔧 AVR/DUE Serial Port pin conflict checks (#24148) Co-authored-by: Scott Lahteine <[email protected]> commit a7d40ec654a3eca783a19e93e7bb6f394f2e6d29 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:09:25 2022 -0500 ✨ Add BOARD_CREALITY_V24S1_301F4 Co-Authored-By: Miguel Risco-Castillo <[email protected]> commit 7ed339cfa0a2d8298e0293cf465daaf4ac74c0f9 Author: InsanityAutomation <[email protected]> Date: Thu May 12 06:38:05 2022 -0400 ✨ Creality CR-10 SmartPro (#24151) Co-authored-by: Scott Lahteine <[email protected]> commit cb4ad020af2f56dc060ecafdfd58b0639a8f0199 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:13:59 2022 -0500 🧑💻 Misc. LCD cleanup commit 0805f9bf3f631d914bb6ff4817d65a9ab237fe6c Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:23:32 2022 -0500 🩹 Fix ProUI leveling start message commit d235bc9e1c5eeb210275a4abcf89a757d0259cc0 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:14:02 2022 -0500 🧑💻 General and Axis-based bitfield flags (#23989) commit d5f472a6cf4456bf715ee3b3a85132f3fbe7e15f Author: Scott Lahteine <[email protected]> Date: Thu May 12 00:07:22 2022 -0500 🔨 Fix g++ locator for CI commit d67fa98cf601a8ef2642641a8aefbcdab1d5bcc2 Author: Scott Lahteine <[email protected]> Date: Thu May 12 04:16:31 2022 -0500 🩹 Fix accel dividend commit d3fe0caa7f83b8e971e8503b5344e20811d6c812 Author: Scott Lahteine <[email protected]> Date: Mon May 9 18:50:14 2022 -0500 🧑💻 Clarify acceleration factor commit bd09f8acff3c40fe9294cfc6b6a9220ec5b766fc Author: Scott Lahteine <[email protected]> Date: Mon May 9 17:35:32 2022 -0500 📌 Define RAMPS_SMART EXP headers, AZSMZ_12864 See #23501 commit a9aca5f5e8c5c1ce40e09ce5cf80a875ec009aa0 Author: Scott Lahteine <[email protected]> Date: Mon May 9 16:47:04 2022 -0500 ✏️ Fix spurious UTF commit 13d1eb7241b8621267520e57811f8069b2e466e9 Author: Scott Lahteine <[email protected]> Date: Sat May 7 23:51:38 2022 -0500 🔨 OpenOCD Debug for VSCode commit 238ab1dd061145a525edd27bb8203ae216380894 Author: Mike La Spina <[email protected]> Date: Mon May 9 17:18:47 2022 -0500 🩹 Fix Fan Tail Speed Init (#24076) Co-authored-by: Scott Lahteine <[email protected]> commit a7e4061d1221531340e9f82bc6f1560e5d6feab8 Author: Keith Bennett <[email protected]> Date: Sat May 7 19:58:57 2022 -0700 🔧 Fix Neo RGB sanity check (#24146) commit 31c87adba80d50a90ae3c85b08cd01c5545c78b4 Author: ellensp <[email protected]> Date: Sun May 8 14:57:13 2022 +1200 📌 Use ESP3DLib master branch (#24140) commit 727e7e7fd71fb0404e0f5bf7f36dc10419d155c4 Author: ellensp <[email protected]> Date: Sun May 8 14:56:09 2022 +1200 ✏️Fix Markforged endstops/G38 (#24141) commit 975b90c0b7e6b836f67f3603c80f818dc095ffa5 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:18:56 2022 -0500 🎨 Tweak NEOPIXEL_LED format (#24110) commit 8f0180802ad327a0be47be9405a9a2764b5937db Author: Scott Lahteine <[email protected]> Date: Thu May 5 11:47:08 2022 -0500 🔧 Move LASER_COOLANT_FLOW_METER to LASER_FEATURE commit aa4c9917552df8a383816a0af516b86e1237ff48 Author: Giuliano Zaro <[email protected]> Date: Fri Apr 1 04:22:26 2022 +0200 📝 Obsolete freeze comment (#23964) Followup to #23944 commit 9ab1a57d729cfa207adfe3ee6d24d40de3bb159c Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 05:00:46 2022 -0500 ♻️ Consolidate DGUSScreenHandler class (#24067) commit 044bf8ab7ef7045583c9da175b8ebddd2b750f84 Author: Robby Candra <[email protected]> Date: Sun Apr 10 07:44:31 2022 +0700 ⚰️ Clean up dead option (#24006) commit 4bdec5e99330a35387c09adc27be94c5082b4405 Author: Scott Lahteine <[email protected]> Date: Fri Apr 22 01:12:43 2022 -0500 🚸 More ExtUI events for ABL / UBL commit 7444933d5d4fc93c6278e091be5af7e4f61b1d9c Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 02:26:17 2022 -0500 🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP Fixes #24007 Followup to aaf5bf02 commit f35404f853ba185814bd17a4742ef34688ceba98 Author: Scott Lahteine <[email protected]> Date: Sun Apr 17 21:18:39 2022 -0500 🧑💻 Handle PLR in manage_media commit 7fa2dceddafcfeea4b2599fa2b9fe3542abd4c1f Author: Keith Bennett <[email protected]> Date: Tue Apr 19 17:16:26 2022 -0700 🐛 Fix ProUI / JyersUI leveling preheat (#24060, #24064) Co-Authored-By: Scott Lahteine <[email protected]> commit 4c84769a814ab6534a1edebc66529b568c9d6d7e Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 06:31:39 2022 -0500 🩹 Fix ADVANCED_PAUSE_RESUME_PRIME check Fixes #23824 commit 8fb3074901f83034cc240834a2fc75aad0ed43ad Author: Robby Candra <[email protected]> Date: Fri Apr 15 11:21:12 2022 +0700 🩹 Fix DEBUG_CARDREADER (#24023) commit 230db90b70f1cafdea6fe3a8c28499e92004be53 Author: ellensp <[email protected]> Date: Fri Apr 22 23:02:47 2022 +1200 🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC (#24066) commit 28d2bc353ebbddc0ce0b96a634108392eb1089b4 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 16:48:24 2022 -0600 🎨 Use LEDColor default C-CTOR commit 7b5e2cd78619ba4334c0fe94b3f8293ed8d6e1ee Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 00:52:05 2022 -0500 🐛 Update M913, M914 report Followup to #11248, #11249, #23400 commit 4b456078ddc1099c081e1e7149aba612c8f41008 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 11 02:23:53 2022 +0200 🌐 Update Italian language (#24019) commit 8d3c84a6d969bf9fa576a17b0054d5b98324622d Author: Keith Bennett <[email protected]> Date: Sat Apr 9 17:21:42 2022 -0700 ✏️ Fix FYSETC Mini Panel neopixel type (#24011, #24111) commit cbc6f23a8af0c864e3607dc24764582149c0d1f3 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:49:51 2022 +0200 🔧 Sanity-check SWITCHING_TOOLHEAD_X_POS (#23985) commit bed8abe5b6df751d7dafc6f0f8d8dff7338625ce Author: Giuliano Zaro <[email protected]> Date: Sun Apr 3 01:27:05 2022 +0200 🐛 Fix PID edit menu for Bed, Chamber (#23987) commit 74565890f335f26fa7012d0164eb2964c0f2918d Author: tombrazier <[email protected]> Date: Fri Apr 1 03:13:16 2022 +0100 ♻️ Refactor and fix ABL Bilinear (#23868, #24009, #24107) commit 4ec9af42b8e24cf6ce9f238c9342bc1c11120429 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:38:25 2022 -0500 💥 Rename ExtUI settings methods commit b0d621d8b96fffda485efa45e61a68126613a766 Author: John Robertson <[email protected]> Date: Mon Apr 4 00:47:55 2022 +0100 🧑💻 Define isr_float_t to assert a non-FPU float (#23969) Co-authored-by: Scott Lahteine <[email protected]> commit 995221e68e15693697fc7f10dfc31273ea188157 Author: Stephen Hawes <[email protected]> Date: Thu May 5 03:37:47 2022 -0400 ✨ Add M3426 A<addr> parameter (#24130) Co-authored-by: Scott Lahteine <[email protected]> commit 54e543872be13439523cecb6b670b7b4bf818164 Author: LPRtypeCN <[email protected]> Date: Sun Apr 10 19:19:12 2022 +0800 🌐 Update Chinese language (#23865) commit 7b39604d6f58b46de18a41eb4a7de5058d9c4b35 Author: ellensp <[email protected]> Date: Mon Apr 4 11:46:05 2022 +1200 🌐 Update Russian language (#23978) commit 01c9c2666123f0959b02b757d2acd6adc18f4284 Author: Keith Bennett <[email protected]> Date: Mon Apr 18 03:46:58 2022 -0700 🧑💻 Preheat menu improvements (#24017) Co-authored-by: Scott Lahteine <[email protected]> commit 27b148442826780c8fc4f7ab8c21608de21f0587 Author: ellensp <[email protected]> Date: Tue Apr 19 15:03:42 2022 +1200 🐛 Fix Manual Move cold extrude override (#24045) Followup to #19606 Co-authored-by: Scott Lahteine <[email protected]> commit 7f1c5ad7aa6dc437d3a76abf8a36cb971e1f424e Author: InsanityAutomation <[email protected]> Date: Sat Apr 9 20:19:14 2022 -0400 🩹 Fix and clean up E3V2 draw (#23979, #24013) commit 4fd7d1b056bfab9f31c272ae6d8f256ed2ed202d Author: ellensp <[email protected]> Date: Thu Apr 21 21:06:22 2022 +1200 🐛 Fix STM32 Pins Debugging (#22896) commit 7ffe4de021254d34762d2a7ecd239ded0eca949d Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 07:39:50 2022 -0500 🩹 Use LCD_CONTRAST_INIT in pins files commit eada17ed69ede29d83f7c3897d64e2872faaae18 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 01:49:59 2022 -0500 🩹 Apply 100% leveling correction below the bed See #24002 commit cd5c5ea60eb20d643ab2447bc3550b3eb5874a39 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:44:45 2022 -0500 🔨 Fix LPC176x debug build See #23635 commit e9ea82e78d0c95ef1cee599093b4c91a6f97d709 Author: stream2me <[email protected]> Date: Sun Apr 10 02:46:29 2022 +0200 🐛 Prefer os.replace, fix TFT_LVGL_UI build (#24001) commit 18b17fc97d8474b2fe5c5cd7afcfdce05ba7d5cc Author: ellensp <[email protected]> Date: Sat Apr 23 22:02:13 2022 +1200 🐛 Fix MKS_MINI_12864 build for ESP32 (#24071) commit 89d5ed0c9e5570e4a025719a9ad183e505c8ed8a Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 04:22:04 2022 -0500 🎨 Combine common LPC1768 I2C code commit a56bf9045d3e68101c42ced30884fa34675279c5 Author: Scott Lahteine <[email protected]> Date: Fri Apr 15 02:05:02 2022 -0500 🧑💻 Simplify BIGTREE_SKR_2_F429 env commit c23d0351495a7fc1c396d157642db49db2754135 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 08:43:11 2022 -0500 🧑💻 Strip #errors in Configurations deployment commit 7ff4b706947e63d708cef90c936b936305947e58 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:07:04 2022 -0500 🚸 Prevent accidental button press commit 421c38ff2e0de3a8d5cd913232aa3448dbfbc487 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:57:41 2022 -0500 🐛 Home Z to Max after Z_SAFE_HOMING commit ec447dba04409c2b60d61b9bacab54c101bd9f3a Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 09:05:12 2022 -0500 🚸 Home Y before X on belt printers commit be6535e5f7a39529bd081ed38a1bf76fa645488f Author: Christian Piper <[email protected]> Date: Thu Apr 21 03:15:07 2022 -0400 🩹 Fix PRINTCOUNTER with EXTRUDERS 0 (#24063) Co-authored-by: Scott Lahteine <[email protected]> commit 99252cf0cd5a8a01228c715a505cb1eaf6b853e5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:58:45 2022 -0500 🐛 Prevent BABYSTEP freeze See #22830, #13300 commit f6f31434b8c0e21f98fef460e0c8492fd4c240d5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:16:52 2022 -0500 🧑💻 IS_ULTRA_LCD => HAS_WIRED_LCD commit 2f3960904e1a7b830c686fa793b122de49f3d674 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:45:28 2022 -0500 🎨 Misc. USB flash code cleanup commit 2dc4c642e78bb4fa99ca41f3ae3c92335248ffd4 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:50:39 2022 -0500 🎨 Misc. adjustments, spacing commit 70ea0e7c3450680e1062088243d2cf139eadc02a Author: Scott Lahteine <[email protected]> Date: Mon Apr 18 16:41:16 2022 -0500 ✏️ Remove extra G29 line Followup to 85a62bbf commit a81fd009f081eca3685e42cffac7f35e75428fea Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:08:26 2022 -0500 🎨 misc. cleanup commit e667d4e6e43b407cedce6bbf543ea1d815e8d520 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:53:39 2022 -0500 🌐 Rename "LCD Timeout" string commit 2d0af75d37c9ea8ab44c889ef4e489b3b533eb30 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 18:07:40 2022 -0500 ✏️ No such pin commit 5e68a86968d63f97f0febb8378b2a508e909ec90 Author: ellensp <[email protected]> Date: Sun Apr 10 12:37:24 2022 +1200 🔨 Preflight check old abl files (#24010) commit 8bd1547c3bb16cdce37412624161fab5b9d5ead6 Author: Moritz Wirger <[email protected]> Date: Fri Apr 15 04:43:21 2022 +0200 ✨ enwi ESPNP board support (#24029) commit a5e083603f1435a4a0e2e9fa7449c9133aa73225 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:11:03 2022 -0500 📝 Fix 'M150 S' comment commit c5f7547e8cf0d744fb1392b3651078d3985cecb1 Author: Giuliano Zaro <[email protected]> Date: Tue Apr 26 05:03:16 2022 +0200 🩹 Fix "elapsed" text on DOGLCD (#24087) commit 5c5b380fda9f541ee182e614966fc39a72ac6a18 Author: InsanityAutomation <[email protected]> Date: Tue Mar 29 05:41:33 2022 -0400 🐛 Fix MarlinUI on Ender 3 S1 (#23949) commit bb0e0cf7f35cf3b89aac4f395185d55f3aa62979 Author: aegelsky <[email protected]> Date: Fri Apr 1 05:21:10 2022 +0300 🐛 Fix MKS Gen. L - EEB (#23965) commit 5ee99dfc49eaa8e81f5beb66eb1c160ac2d217fb Author: Jon <[email protected]> Date: Thu Mar 31 22:18:32 2022 -0400 🩹 SKR2 Pins DIAG flag (#23968) Followup to #23050 commit a083b1280ec80a525766c0a9487865b76de64c81 Author: Keith Bennett <[email protected]> Date: Thu Mar 31 19:16:11 2022 -0700 📌 SKR Mini V1.1 TMC UART Pins (#23970) commit b7b5cee88baadfb10822b6bb13b6e7d3b0acaff8 Author: grauerfuchs <[email protected]> Date: Thu Mar 31 22:15:06 2022 -0400 🐛 Fix MightyBoard Rev. E EX2, extra MOSFETs (#23976) commit 7456fd68a41b12592f3ac3f47308f7037ca22b86 Author: Keith Bennett <[email protected]> Date: Sun Apr 3 14:13:29 2022 -0700 ✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check (#23990) commit 20154718b5a41c1522a313ada06ef5c35ce2023d Author: Scott Lahteine <[email protected]> Date: Wed May 4 17:03:25 2022 -0500 🌐 Clean up languages commit a6794c1862c663b387637597dba5f258a3e0e1e2 Author: Manianac <[email protected]> Date: Thu Mar 31 17:23:52 2022 -0700 🐛 Use ADC_VREF for Filament Width ADC Vref (#23977) commit bd5c6bf23c1478dcab31cc1c2edcd0fa546eb6ea Author: John Lagonikas <[email protected]> Date: Tue Mar 29 11:13:45 2022 +0300 ✏️ Fix parking extruder compile (#23961) Followup to d3e3e6a491 commit 68ee64283a7aab95c2f70eaf734e24b9d909dfa7 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:48:37 2022 -0500 🎨 INI cleanup commit dd29394bbe17ab6458817cce65b94f106252092f Author: Scott Lahteine <[email protected]> Date: Sat May 7 14:58:39 2022 -0500 🔨 Improved mfprep script commit ceb99e89a081d2230479e9bb7b63c23d14bf0b98 Author: Scott Lahteine <[email protected]> Date: Thu May 5 18:55:43 2022 -0500 🔨 Prevent build attribute define conflicts commit 6112277f9b2d24a7c9effeb5966dadef279a261c Author: Scott Lahteine <[email protected]> Date: Thu May 5 19:11:59 2022 -0500 🔨 Use first g++ in path for 'native' targets commit 81f403025c3ddb479ccf363fb091ac0fcf8e667b Author: Keith Bennett <[email protected]> Date: Thu May 5 00:38:48 2022 -0700 🐛 Some EEPROM size fixes (#24113) Co-authored-by: Scott Lahteine <[email protected]> commit eeda8b451acb2a0ae96656876f6a7682d43aca1d Author: Scott Lahteine <[email protected]> Date: Wed May 4 12:47:15 2022 -0500 📝 Replace KB with K in pins commit c7e8ba78576af230278a5662103acf421dc59bfd Author: Keith Bennett <[email protected]> Date: Mon May 2 16:29:25 2022 -0700 📝 Fix extraneous URL args (#24125) commit 071e5c336a157ca39b75081b8cb4436a72af965e Author: Ludy <[email protected]> Date: Mon Mar 28 03:20:54 2022 +0200 🐛 Fix MMU2 buzz (#23950) Followup to #23943 commit be08d4c4f01e2c297365664bd3e0f7dc2b051fde Author: David Forrest <[email protected]> Date: Sun Mar 27 21:19:02 2022 -0400 🔨 Fix Makefile GCC warning (#23957) commit e99104a0040f58477809c9e2b9506fe2bcd94331 Author: ellensp <[email protected]> Date: Sat Mar 26 16:44:22 2022 +1300 ✨ Configurable FREEZE pin state (#23944, #23948) Co-Authored-By: Scott Lahteine <[email protected]> commit edc4089121bcd96645b7be6bbd3dafa88c510ede Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 21:16:00 2022 -0500 🐛 Fix pulldown sanity check commit 3bce266ef7865a62b5e79c7c5c67a068bb5e4c20 Author: ellensp <[email protected]> Date: Sat Mar 26 14:03:43 2022 +1300 🐛 Fix MMU2 buzz (#23943) Followup to 89a9c3a391 commit c89d0114acba957d63e894bc1a479ec10cb18a81 Author: Robby Candra <[email protected]> Date: Sat Mar 26 06:34:20 2022 +0700 ✨ STATUS_MESSAGE_TIMEOUT_SEC (#23135) Co-authored-by: Scott Lahteine <[email protected]> commit 0e693854d0c86fa0998a5d497607d42d6798f6ab Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:35:00 2022 -0500 🚸 Clear "heating/cooling" message on temp reached commit 9324132a401cf0ab3781c9992d607bd4f88ba086 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:55 2022 -0500 🎨 Format, use status macros commit 5632ad65f59710ca64e4abca99afa64cb99d559e Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:26 2022 -0500 🐛 Fix status_printf alert level commit eccbfbcede60922b95971e90bf3a1d7983a5fe39 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:04:06 2022 -0500 🩹 Print English to serial out commit 5ef4fb378e345e20d1fa3bdbc5312598dc571276 Author: Scott Lahteine <[email protected]> Date: Thu Mar 24 20:29:50 2022 -0500 ✏️ Encoder noise followup Followup to #23925 commit 21f0945d2cfada672756709bc420feb11768e687 Author: Oleg Belov <[email protected]> Date: Fri Mar 25 02:12:35 2022 +0300 📌 Custom cable for Mini 12864 V1 + SKR Mini E3 V3.0 (#23936) commit b2a318af9a0c8e91b1f66a5576226b50b1b49f1b Author: Serhiy-K <[email protected]> Date: Fri Mar 25 01:07:58 2022 +0200 🌐 Update Ukrainian language (#23935) commit 1c89c0470f2778f8051ff8514831138e64a2d9ed Author: ellensp <[email protected]> Date: Fri Mar 25 12:06:28 2022 +1300 🩹 Wrap endstop_diag.cpp (#23931) commit 2ee4a667e1999839e61fa4c7d4e31a88d6e301d6 Author: Scott Lahteine <[email protected]> Date: Wed Jan 12 09:47:22 2022 -0600 💡 Misc. cleanup, comments commit f8e177a43efa3e7a173e2799562d354ab95544ab Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:39:53 2022 -0500 🧑💻 Improve STATUS_BED_X commit 9ac1c73041cbf4015b48d9d7a70a59e840a1d442 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:34:00 2022 -0500 🎨 General cleanup, comments commit 4a8b99d505584d1fa5eb71d588da1bb60c3a2878 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 22:22:08 2022 -0500 🧑💻 EXTRUDER_LOOP macro commit b094a3fc0d647f7daff7c4d97db32f9d41e4c11d Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:31:36 2022 -0500 🎨 Clean up tool change with tool sensor commit 2d99a608fd993fd5cb75223b72deadfc969a13c1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:58 2022 -0500 🔨 Fix 'mftest -s' commit fba8805c0cd87845c80d9cd7738b94332a35e27b Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:10 2022 -0500 🩹 Fix ADC math overflow commit 039a22649f4e0201d7580b63c1a414450353438a Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:56:07 2022 -0500 🧑💻 PIO --silent in build_example commit ced0ad8e094baecf6e3ee8eaa36c61baaa5743fc Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:17:12 2022 -0500 🎨 Apply _TERN where possible commit 10a0c9a9b3d4070326954c5c2354cfd8ba490f0c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:20:19 2022 -0500 🔨 Suppress MMU2 resume_position warning commit abfb0411809568970221281a3614e30970f0dfc1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:08:00 2022 -0500 🧑💻 Add neo.set_background_color(rgbw) commit 72f207f4895d5db34f697cb203876405b98d89c8 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:53:42 2022 -0500 🔧 Sanity-checks for PULLDOWN, SINGLENOZZLE commit 7186037f20a2a2c57624e31c1e99adc37759c5f6 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:31:54 2022 -0500 🔧 No Switching Nozzle with MMU2 commit b0a400da72f6752619a82246fac55a07a4e67f3c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:14:17 2022 -0500 🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER commit cc4c2c2f98a1742d6b462481f74dacf5b5b93961 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:11:01 2022 -0500 🔨 Allow I2CPE_ENC_n_INVERT set to false commit 5dae8a67344cfeda3de6d40fcd14498542004fe9 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 15:30:29 2022 -0500 🚸 Allow one servo with cutter on RAMPS commit 05dea4e30a1768913ec7d1f38c65b9423200a558 Author: Fredrik Andersson <[email protected]> Date: Mon Mar 21 02:14:45 2022 +0100 ✨ Encoder button noise filter (#23925) commit 7e88ee8c5cc87395e73c45bcd743f3ab0302773b Author: Mark <[email protected]> Date: Fri Mar 18 12:49:47 2022 +0800 📌 PandaPi V2.9 – Standalone mode (#23908) commit cc8e485e1c55fb2fcdba7dc8f6b89041ed18e9ce Author: John Robertson <[email protected]> Date: Fri Mar 18 03:21:53 2022 +0000 ✨ ESP32 - Hardware PWM for fan, cutter, servos (#23802) commit c7a2ecc31aa4def9e60668f5cfc648d87776be9b Author: ellensp <[email protected]> Date: Fri Mar 18 16:17:41 2022 +1300 🩹 Fix xatc EEPROM debug (#23911) commit 260b40d1453a9310581c45d3e1327a3103b36a22 Author: tombrazier <[email protected]> Date: Fri Mar 18 03:15:26 2022 +0000 ⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867) commit c87eded8f6183c33bd9b9a74dd577fe6c77c32df Author: Ludy <[email protected]> Date: Fri Mar 18 02:55:33 2022 +0100 🩹 Fix redundant var declaration (#23913) commit 2f2a999368f22f2c6b3105ab481987c2025bc50e Author: John Robertson <[email protected]> Date: Thu Mar 17 19:35:33 2022 +0000 🐛 MKS TinyBee - 2.5V ADC Vref (#23903) commit 2558b323e85006c3c9f6a03bcaa82f61c95da0bb Author: Jelmer van der Stel <[email protected]> Date: Sun Mar 13 23:20:30 2022 +0100 🩹 Fix DWIN E3V2 display issues by allowing re-init (#23879) commit 1db685593922214e49496d805dc9ea099e227f50 Author: Mrnt <[email protected]> Date: Sun Mar 13 15:17:35 2022 -0700 🧑💻 Allow DIGIPOT Rsx / Vrefmax override (#23885) commit 62f298aca39ff17bc7a51f49b9ff6b5b17a76c30 Author: Julien Staub <[email protected]> Date: Sun Mar 13 23:09:32 2022 +0100 🩹 Fix ExtUI build with Host Keepalive disabled (#23898) commit 8d20c5aadfff34a024665ea349c0b66834e4d305 Author: InsanityAutomation <[email protected]> Date: Sun Mar 13 18:00:35 2022 -0400 📝 Fix X2_MAX_POS comment (#23873) commit 61b470249c1cfa361f25060940cc8b7f8a8f64e9 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:59:43 2022 -0500 📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment commit 4ffa88f814f3ddcb7273b73c9bb68773bcf1fd51 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:46:08 2022 -0500 🚸 Test LIN_ADVANCE in a pins file commit 8257040fafe758ac1913e9bf633fa0c9930dd9cb Author: Mathew Winters <[email protected]> Date: Sun Mar 13 14:13:41 2022 +1300 ⚡️ G12 - Only require used axes to be homed (#23422) Co-authored-by: Scott Lahteine <[email protected]> commit 5d9ab7e71eed56f242d4fae32836f305bb1ff680 Author: Keith Bennett <[email protected]> Date: Sat Mar 12 16:23:29 2022 -0800 🔨 Drop extraneous build flag (#23862) commit 1a76d4d467ebb3d8ed1df39767efa99beb…
commit aaa4e8ecdbd20e3a6e200f44f90c4d8a9ee5deb8 Author: Scott Lahteine <[email protected]> Date: Wed Nov 9 20:54:17 2022 -0600 🐛 Fix recalculate_max_e_jerk commit 01f96a103be4369f27a009f9b524c3cc5cd821d2 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:46 2022 -0500 🔖 Marlin 2.0.9.5 commit 3638ce2b31ea3749685e034c4bf6a0eba92ee0f5 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 18:41:03 2022 -0500 🚑️ Fix XYZEval = N not setting E commit 889d1224907240aee42331ec3b011260c3f56ffe Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:14:01 2022 -0500 🧑💻 Further script updates commit dc3322b639223e4592ef724ca7d1aadd8451feee Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 07:08:42 2022 -0500 🧑💻 Axis macros parity with 2.1.x commit 25521cb9b2069db9bf2ab0b9576e6201c34d97e4 Author: Miguel Risco-Castillo <[email protected]> Date: Sat May 28 17:34:36 2022 -0500 🚸 Fix, update ProUI (#24251, #24473, #24500) commit 593b734d18847298acc6c1489ea97fb8528f53ec Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:53:36 2022 -0500 ♻️ Small sound / buzz refactor (#24520) commit 2952f0be5de7a82f706f74550aba17e7be3d378f Author: Keith Bennett <[email protected]> Date: Fri Jul 29 04:12:38 2022 -0700 Updates from #24560 commit 752f3d440dd72d869140268dc79f3efb49043c1e Author: tombrazier <[email protected]> Date: Sat Jul 16 00:15:51 2022 +0100 ⚡️ Optimize Planner calculations (#24484, #24509) commit 5c46ae4f003a796292fa585f4d8f959dc2e503a7 Author: tombrazier <[email protected]> Date: Fri Jul 8 20:41:39 2022 +0100 ⚡️ Optimize G2-G3 Arcs (#24366) commit af6995845cfe50edc81881b5de523cfc28efc099 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:30:26 2022 -0500 🩹 Revert extra axis changes commit 8e6aa1b113bafea1af6c0ffa9d07980cb6f90e41 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 05:00:07 2022 -0500 🧑💻 Fix and improve build_all_examples commit 929ce5e859858bf3db475fb4aaa49899b22f1d68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 10 22:00:10 2022 -0500 🧑💻 Add Sim debug with lldb commit 3a5e87cdb76ced2e84eccecf220289dc70e9a741 Author: ellensp <[email protected]> Date: Wed Jul 20 10:32:08 2022 +1200 📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (#24521) commit 35e1384decb6b521c729c5eb77281e01b8cdc29f Author: Keith Bennett <[email protected]> Date: Fri Jul 15 15:43:43 2022 -0700 📝 Update board MCU comments (#24486) commit 406c2342fd5556a0c54a090f38b674cd82f9fa2a Author: InsanityAutomation <[email protected]> Date: Mon Jul 18 21:12:27 2022 -0400 🚸 Machine-relative Z_STEPPER_ALIGN_XY (#24261) Co-authored-by: Scott Lahteine <[email protected]> commit fa50d2c757f9b1fecc133d511c4fc1297842e184 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 04:00:39 2022 -0500 🧑💻 Fix MAP macro use Followup to #24191 commit 6523b92014f2fd6de97c6b44dc1cfd22526b03a2 Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit 2461138661bdeed44c8291229237107680803843 Author: lujios <[email protected]> Date: Tue Jun 7 02:22:17 2022 +0200 🩹 Fix G33 Delta Sensorless Probing compile (#24291) commit 2bb9a5ee5efbf054a7f63083532c4762437a19f1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 29 03:42:04 2022 -0500 🩹 Apply linearval in M600 commit 0a4aa0978dfa6c198eac85cdcc09f6de59cbba55 Author: Keith Bennett <[email protected]> Date: Fri Jul 8 13:30:03 2022 -0700 🔧 Assert Probe Temp Comp requirements (#24468) commit 39863d54b06e9b9394815467bde3b44500eebab3 Author: ellensp <[email protected]> Date: Sat Apr 23 21:16:15 2022 +1200 🐛 Fix BACKLASH_COMPENSATION compile (#24072) Followup to #23826 commit cea45d49bc3c510e4fa38dead1d65c335f0737ae Author: Scott Lahteine <[email protected]> Date: Sat Apr 9 19:17:04 2022 -0500 🎨 Misc. 6-axis cleanup commit 34f9c28fd16e5cc77636bcaad5ba40c56a521375 Author: Pauli Jokela <[email protected]> Date: Thu Jul 7 18:59:23 2022 +0300 🩹 Fix safe homing sanity-check (#24462) commit bf084254dab5dab9a38ea275db4846e956589758 Author: Scott Lahteine <[email protected]> Date: Mon Jun 20 21:15:57 2022 -0500 🎨 Fix comments, formatting commit 6f51f19257a1f3a3594270169d8a8d74e312f2ba Author: Christophe Huriaux <[email protected]> Date: Wed Jul 6 22:43:38 2022 +0200 🩹 Fix ST7565 LCD contrast init (#24457) commit 56974af3e5c8958569b409ddcffabf35ecb53692 Author: Mike La Spina <[email protected]> Date: Fri Jul 8 15:02:12 2022 -0500 🐛 Fix laser/fan sync (#24460) Followup to #22690, 307dfb15 commit f9154eca8cdfbff885934f90f49209ea112593d8 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 21:46:38 2022 -0500 🩹 Fix TFT image packing commit a03516a9f40f8723c21fc4d1f26b6e06c635ed2c Author: DerAndere <[email protected]> Date: Mon Apr 4 04:43:42 2022 +0200 🚸 Better M350, M114 with more axes (#23986) Co-authored-by: Scott Lahteine <[email protected]> commit f18b0f6f4b42baa2f3aa7761ae3263dbea04ee4b Author: toomuchwonder <[email protected]> Date: Thu Jul 14 04:17:53 2022 +0100 🩹 Fix MKS UI extruder speed (#24476) commit d617002a6eec353cc1dcc69aab268cb8d71c52e3 Author: Miguel Risco-Castillo <[email protected]> Date: Thu Jul 14 00:00:33 2022 -0500 🚸 Fix and update ProUI (#24477) commit 01f16daf42a49c6c37f63e389c9c1df2d6d130f8 Author: InsanityAutomation <[email protected]> Date: Wed Jul 20 04:08:19 2022 -0400 🐛 Fix Archim2 USB Hang (#24314) commit ff1ecb00cc52b33136a1a42d0d339af7db92fcae Author: Scott Lahteine <[email protected]> Date: Thu Jul 28 20:52:33 2022 -0500 🎨 Misc. 'else' cleanup commit 750a8dbe7fedcbbe1a651cb0bc24fe0b5753eaf1 Author: Scott Lahteine <[email protected]> Date: Fri Jul 22 12:38:00 2022 -0500 🩹 Fix MAX31865 approximations Followup to #24407 commit ba8f109f8aa7de5b869244ef95441f5870729856 Author: Scott Lahteine <[email protected]> Date: Mon Jul 18 19:52:47 2022 -0500 🩹 Fix manual move titles (#24518) commit 77fc65ddc2753c8170597157c77cc58132f4c092 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:52:27 2022 -0500 🏗️ Extend AXIS_CHAR to include E Co-Authored-By: DerAndere <[email protected]> commit af24e1b77ee9fdff8a9551bdc7cd5ef47c302afd Author: kisslorand <[email protected]> Date: Tue May 31 20:05:57 2022 +0300 Fix axis string 'N' (#24259) Followup to 167672d commit 36d508c5a0c959191bf8f6ec7508dfdc259a7661 Author: Ludy <[email protected]> Date: Thu Jul 28 04:44:21 2022 +0200 🌐 Update German language (#24555) commit 9f5aab1a6164c7837b8352cd63ac7b2c8e1f8988 Author: Scott Lahteine <[email protected]> Date: Wed Jul 27 04:24:50 2022 -0500 🧑💻 Update planner/stepper includes commit 62d29ade426328a4924ed2838fcea8e113e1c1f9 Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 21:15:44 2022 -0500 🩹 Fix lcd_preheat compile commit c801cc4830eca838f19a61cc55a0bf31cfcfd43c Author: Scott Lahteine <[email protected]> Date: Tue Jul 26 14:54:54 2022 -0500 🔨 Update build/CI scripts commit bc91b1cdcdc09d368653d5a9430d349e6775f81e Author: Scott Lahteine <[email protected]> Date: Sun Jul 24 13:51:43 2022 -0500 🎨 PIO scripts cleanup commit c847ef02a1c6b9c88f523b8fc2961df0a28c0904 Author: Keith Bennett <[email protected]> Date: Mon Jul 25 12:02:37 2022 -0700 📺 Fix TFT Classic UI non-Touchscreen 1024x600 (#24541) commit cdda90f56c3dc4a9a40eb2528cc92a7cd408436f Author: Keith Bennett <[email protected]> Date: Mon Jul 25 11:47:07 2022 -0700 📝 Update MPCTEMP G-Code M306 T (#24535) M306 simply reports current values. M306 T starts autotune process. commit ad4bc378b7b574a8c094872b42b541de3596fb7b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:43:03 2022 -0500 📝 Update Driver Type comments commit 99710b94d29763c25ab764513ce1efdbb5baf13b Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 78fc5acca99f1717033d09f0358d9564857d1f09 Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:11:33 2022 -0500 🔨 Add mftest --default flag commit e616542c891e3f2d107da528fc46173c84652a47 Author: Arthur Masson <[email protected]> Date: Sat Jul 16 23:58:18 2022 +0200 ✨ Polargraph M665 settings (#24401) commit a50bb96d2dd22263c3e55566c789bd717cb7fcdf Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 653f0ab9dd95e07afb2e5f3a5536328f1f3daff1 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 02:56:55 2022 -0500 🔨 Fix and update Makefile Followup to 89fe5f6d commit c96ed8998b971a5a00a6aa4aca6d9f9b812fdab1 Author: Jason Smith <[email protected]> Date: Thu Jul 7 21:43:56 2022 -0700 🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (#24463) commit b025c18d5b9d86c09b766a15f2ccaf45f340626f Author: Mike La Spina <[email protected]> Date: Wed Jul 6 07:46:39 2022 -0500 ⚡️ Fix and improve Inline Laser Power (#22690) commit b49da1d4ca1056cd28a396e878bf37c45af43441 Author: tombrazier <[email protected]> Date: Tue May 31 18:01:59 2022 +0100 💥 More M306 M => M306 H (#24258) Followup to #24253 commit 90074e626012ae74d51f4e47216b99cbe2c783d4 Author: Keith Bennett <[email protected]> Date: Sun May 22 14:32:16 2022 -0700 🎨 Fix/adjust warnings (#24225, #24404) commit e570c4cc2ed1b284834fcb809973c80a1002b784 Author: Scott Lahteine <[email protected]> Date: Sun May 22 17:45:07 2022 -0500 🧑💻 Forward-compatible axis strings commit 543bbf02fc552cd121b85f3444bcbf87fbb1faee Author: DerAndere <[email protected]> Date: Tue Apr 19 05:15:15 2022 +0200 💥 Update Motor Current G-codes for extra axes (#23975) commit 5ccdc9ced7639f646c01f757ac6afa1f42007021 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 20:13:11 2022 -0500 🏗️ Axis name arrays Co-Authored-By: DerAndere <[email protected]> commit ddb0168e29878d626d6b36a89b6b4850ad5d4ebe Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 22:37:20 2022 -0500 ♻️ More updates for multi-axis commit 0caf234aa5ae143bec8e9fc0ef52f632317e8fd1 Author: GHGiampy <[email protected]> Date: Fri Jul 15 10:18:57 2022 +0200 🔨 Fix firmware upload (#24499) commit dddbc4d730a1120b5f37b40f7393bc42e3651297 Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:56:13 2022 -0500 🔨 PlatformIO "--target upload" == "--target exec" commit 08e6e8b9be0614fbacab998a20bf9bad1b1af94f Author: Scott Lahteine <[email protected]> Date: Sun Jul 3 10:32:47 2022 -0500 ♻️ Encapsulate PID in class (#24389) commit 12ae80bcecb8329fb0548342228d8edffeeba115 Author: Victor Oliveira <[email protected]> Date: Sat Jul 2 21:31:27 2022 -0300 🔨 Disable stack protector on macOS simulator (#24443) commit 9e530cd27b790f3dce30963c6d98af043ba5abf5 Author: Eduard Sukharev <[email protected]> Date: Wed Jul 6 16:30:47 2022 +0300 🐛 Fix MKS TinyBee compile (#24454) commit 0ec1cb58c77d37886d0b6a0c683122ea614d7e20 Author: EvilGremlin <[email protected]> Date: Mon Jul 4 04:49:23 2022 +0300 🔨 Fix OpenBLT encode; no-bootloader envs (#24446) commit b548e21b656f751305acf9d613144748e847b1e0 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:30:05 2022 -0500 ♻️ reset_acceleration_rates => refresh_… commit e170460855cf002c44a4a2d5cc8d538794fea7fa Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:24:59 2022 -0500 ♻️ Planner flags refactor commit b7b2286e49c3ddf5060e26b9c03bdb6c2207eeba Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 047d0264c5ddc5dde152eaebc6507b242d05ca02 Author: elimisback <[email protected]> Date: Sat May 28 16:22:59 2022 -0400 🔨 BTT STM32G0B1RE xfer build (#24245) commit c56fb1c1820248f256b4255de175eab854591d49 Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 04:29:39 2022 -0500 🎨 Minimize block->steps.set commit d5a79c27fe764edb295c3ed9ee3df1765c9ded27 Author: DerAndere <[email protected]> Date: Fri Apr 1 07:10:38 2022 +0200 ♻️ More updates for multi-axis Based on #23112 Co-Authored-By: Scott Lahteine <[email protected]> commit 1e3fe65b9dd0555b77cac1832ad820253e200618 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 17:49:54 2022 -0600 🚨 Fix some compiler warnings commit af4160af6f79acc4725916f311c16dfc3d1013c7 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 13:03:33 2022 -0500 🐛 Fix types.h macros and fields Fixes #24419 commit 53b73bbd7fc17172c5d5c4820ee11092e9c92926 Author: Scott Lahteine <[email protected]> Date: Sun Jul 17 22:25:51 2022 -0500 🔧 Config parity with 2.1.x commit 3b37e859491000034f73ada784931da9aaa63e1a Author: Scott Lahteine <[email protected]> Date: Sat Jul 16 16:26:36 2022 -0500 🚸 Arrange EXP pins in common order (#24525) commit a1881f70a89e96ab9d95a3c6f169d97416f729db Author: Keith Bennett <[email protected]> Date: Mon Jul 11 11:33:42 2022 -0700 ✨ MKS Monster8 V2 (#24483) commit 6ad7f7ce985831c2947703cc2d5a7daf5cd0f201 Author: Christophe Huriaux <[email protected]> Date: Sat Jul 16 23:35:40 2022 +0200 ✨ eMotion-Tech eMotronic (Micro-Delta rework) (#24488) commit 9fe4d2cc6cee4db08f16deffa7356c1de0477f8e Author: Victor Oliveira <[email protected]> Date: Thu Jul 14 03:30:00 2022 -0300 ✨ Creality3D v4.2.5 / CR200B (#24491) commit 5bd0541985c1571ba753160957a418ce47df9abf Author: Keith Bennett <[email protected]> Date: Sun Jul 3 22:31:06 2022 -0700 ✨ BigTreeTech SKR SE BX V3.0 (#24449) SKR SE BX V3.0 removes the Reverse Driver Protection feature. commit 35d5393a3e2f41cdc0b5929af6f349e41d705c13 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 20:16:16 2022 -0500 📝 Index Mobo Rev03 => Opulo Lumen Rev3 commit 1ffc4ba861cce00457c4ce79503eacac58297c29 Author: DerAndere <[email protected]> Date: Mon Apr 18 06:03:39 2022 +0200 🩹 Fix some parameters w/out values (#24051) commit 2bf6573098687b203ee1f3adf3f66b7a3e05163b Author: Scott Lahteine <[email protected]> Date: Sat Jul 9 11:08:53 2022 -0500 🐛 Fix SDIO for STM32 (#24470) Followup to #24271 commit 5e0a39265ac82952a0ec73144de6f9d2497b6b48 Author: Scott Lahteine <[email protected]> Date: Sat Jul 23 19:14:57 2022 -0500 🎨 Clean up extra axes Followup to #24120 commit 495002e158e289ee7c90663aaa0aeb61942cb28d Author: tombrazier <[email protected]> Date: Sat Jul 23 05:32:28 2022 +0100 🐛 Fix 2d mesh print (#24536) commit adeca472922700cc63a0d0e1324c5b0cf91be68c Author: Scott Lahteine <[email protected]> Date: Thu Jul 14 21:03:11 2022 -0500 🔨 Fix Warnings.cpp force-recompile commit 686d1fbb510b5060d4a23baae67a8fda0374b65c Author: Scott Lahteine <[email protected]> Date: Wed Jul 13 21:22:53 2022 -0500 🎨 ANY => EITHER commit 8f84ce72e118478e582d45e97b7f7f0727e59522 Author: Scott Lahteine <[email protected]> Date: Fri Jul 8 22:45:17 2022 -0500 Fix SDIO for STM32 Followup to #24271 commit 5bf02e39a9159b0397a93f10571841f4d1bbc807 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 09:08:43 2022 -0700 🚸 MPCTEMP: Home before cooling (#24434) commit a5b076dff727fba479fe00e97e9d9332953addb3 Author: Keith Bennett <[email protected]> Date: Sun Jul 3 08:08:40 2022 -0700 🩹 Fix MKS TinyBee ADC Vref (#24432) commit b79231cc59d6746f6714af102763d59488ea753a Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 21:17:32 2022 -0500 🩹 Remove poison wchar_t macro commit 86e6f9e38ea7a4653f11094221bcf4be20d0fef3 Author: Scott Lahteine <[email protected]> Date: Fri Jul 1 20:10:51 2022 -0500 🩹 Remove obsolete split_move commit b3018da60c6cf12f22c9e9b7954bcddc2cb4b686 Author: Moonglow <[email protected]> Date: Fri Jul 1 05:51:55 2022 +0300 🐛 Fix M149 (#24430) commit 0d04aa960f49196eca9f3da17846460b322d10c6 Author: Scott Lahteine <[email protected]> Date: Wed Jun 29 17:14:23 2022 -0500 🩹 Fix memset block warning commit 0d34c2e287b582598a75cad0bb6ddd8bbd1fbba6 Author: Keith Bennett <[email protected]> Date: Wed Jun 29 06:24:22 2022 -0700 🐛 Fix Axis Homing (#24425) Followup to 4520a51 commit 1690f49656788ddb580c0f8311095800ad65881b Author: John Lagonikas <[email protected]> Date: Wed Jun 29 01:53:05 2022 +0300 🐛 Fix MAX31865 PT1000 normalization (#24407) Co-authored-by: Scott Lahteine <[email protected]> commit dbdb39f60ff1a97050f09d76f8f4de101d03d30a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 22:32:00 2022 -0500 📝 Note about UBL bad splits commit 843c04baa6df0db350ff759abcfa3f3fe431e5a2 Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 10:01:22 2022 -0500 🎨 Misc. shorthand operators commit a7c58c1fd6463407331596623f8ff07c8a07481a Author: Scott Lahteine <[email protected]> Date: Sun Jun 26 05:47:18 2022 -0500 🐛 Fix Manual Move axis selection (#24404) commit 3af5c32ea23e8bca1e7c233006987286e980f982 Author: Shlee <[email protected]> Date: Sun Jun 26 06:56:57 2022 +0000 📝 Add STM32F4 example, Ruby (#24399) commit 4039075a1d7b96482a59987fb78f3e500ede0efb Author: Giuliano Zaro <[email protected]> Date: Sun Jun 26 08:52:19 2022 +0200 🌐 Update Italian language (#24398) commit ed796c83541a9cbbb615fe7be6007735ad279f07 Author: Roman Moravčík <[email protected]> Date: Sun Jun 26 08:51:16 2022 +0200 🌐 Update Slovak language (#24397) commit f3c64fd397b28d132e72852956a36e64d9d53f43 Author: sgparry <[email protected]> Date: Sun Jun 26 07:49:57 2022 +0100 🩹 Fix LCD contrast with K8800 board commit b220342b26b3ed327ce6723e4912163bd76661f5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 24 22:07:06 2022 -0500 🌐 Drop unused delta strings commit 4dad5871888fd99fea0ec918c04f1c134f49ab8a Author: InsanityAutomation <[email protected]> Date: Tue Jun 21 22:09:24 2022 -0400 🐛 Resolve DUE Servo pulse issue (#24305) Co-authored-by: sjasonsmith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit 1efe48ef656b38e6f60bbd193e66ae9c54f85a9d Author: tombrazier <[email protected]> Date: Sat Jun 18 05:17:12 2022 +0100 🐛 Fix G2/G3 Arcs stutter / JD speed (#24362) commit ae8365a4e56d91374e1ea20e6edb1c0bf041ad46 Author: Bob Kuhn <[email protected]> Date: Thu Jun 23 23:58:26 2022 -0500 🐛 Fix Lerdge build / encrypt (#24391) Co-authored-by: Scott Lahteine <[email protected]> commit dd68461bb1a2bc714f6b48008d2cf87c1e9e1d4e Author: Victor Oliveira <[email protected]> Date: Thu Jun 23 06:18:36 2022 -0300 ✨ Classic UI BIQU BX (#24387) commit 010fbcccf7fc2aa7c421fa5df1a9d1a32f477fcc Author: ellensp <[email protected]> Date: Wed Jun 22 22:08:24 2022 +1200 🩹 Fix DGUS (MKS) compile (#24378) commit 185fe5696c9843096a0619797566d7e27d573d75 Author: Victor Oliveira <[email protected]> Date: Wed Jun 22 05:33:03 2022 -0300 🚑️ Fix BIQU BX touch freeze (#24383) commit 7edd37bc5aeeff9c55442bf6d142c3cb9357995c Author: ellensp <[email protected]> Date: Wed Jun 22 16:13:18 2022 +1200 🐛 Fix M423 invocation (#24360) Followup to #23745 commit 000042702108a0c0e8428350961398c4d39e3273 Author: tombrazier <[email protected]> Date: Wed Jun 22 03:45:22 2022 +0100 🩹 LCD strings followup, fix warning (#24328) commit 0d1d125bc69bf1634faecea6d0a2862677f584d3 Author: ellensp <[email protected]> Date: Wed Jun 22 10:33:25 2022 +1200 🚑️ Fix SD mount bug (#24319) Co-authored-by: Scott Lahteine <[email protected]> commit 22e82a13d993e5b0ac1e7f56a77eabbf6da79dfe Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:12 2022 -0500 🎨 Simplify move menus with substitution commit 70d72354e2469eb66378e2da3a52ecd6db3f3447 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:23 2022 -0500 🎨 Use MAP for home axis items commit 821f4983d01430b9fc9ba5ccb44ea7ace4bf31e0 Author: Scott Lahteine <[email protected]> Date: Wed Jun 22 05:55:35 2022 -0500 🧑💻 Fix STATIC_ITEM_N arg order commit 15ca479708d39977c76acb73aaf1deca78810206 Author: Scott Lahteine <[email protected]> Date: Tue Jun 21 23:28:19 2022 -0500 🎨 Fix comments, formatting commit 2b8d115ebc08ee3ac03d680eff40d2b8079c2b44 Author: John Robertson <[email protected]> Date: Sat Jun 4 07:26:08 2022 +0100 ⚡️ PWM for ESP32 I2S expander (#24193) commit ae78a8844ae47d1b22f04e4545a29c19a0f8b214 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:08:29 2022 -0500 🧑💻 MAP macro for axis lists, etc. (#24191) commit f26438ef2870d88b057fba3c892f1ab4fd82b952 Author: Keith Bennett <[email protected]> Date: Mon Jun 13 19:04:49 2022 -0700 👷 Use Biqu BX for CI test (#24331) commit ce6c8adcb1002049f27513fdb0c74ce9831386cc Author: ellensp <[email protected]> Date: Wed Jun 15 20:02:32 2022 +1200 👷 CI test without src filter (emulate Arduino) (#24335) commit d57cf9bd6b6d70dda6fe2bba9b83849a9688408a Author: luzpaz <[email protected]> Date: Sat Jun 18 00:19:01 2022 -0400 🌐 Fix LCD string, typos (#24324) commit 5408259f51394e2c2a48879c0119251f324f0e12 Author: Scott Lahteine <[email protected]> Date: Mon Jun 13 20:43:23 2022 -0500 🧑💻 Apply F() to some LCD / TFT strings Followup to #24228 commit f31178f868882905d210504e763052ca639782f9 Author: ellensp <[email protected]> Date: Tue Jun 14 13:38:19 2022 +1200 🩹 Fix missing ProUI cpp wrapper (#24313) commit f976e56a1993adede0ed854326e0cab214d90295 Author: ellensp <[email protected]> Date: Sat Jun 11 17:03:20 2022 +1200 🐛 Fix JGAurora A5S A1 build (#24326) commit 571007e5c9a1e407ef7f72b555e1d207be2f256f Author: Steven Haigh <[email protected]> Date: Sat Jun 11 12:08:55 2022 +1000 🩹 Fix ProUI compile (#24310) Co-authored-by: Scott Lahteine <[email protected]> commit 00527f38d59d8b466d515da801844197073c7bcc Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:47 2022 -0500 🧑💻 Misc. servo code cleanup commit 1c7696838b04051115d246fff173846cf74ea4d9 Author: Scott Lahteine <[email protected]> Date: Thu Jun 9 00:51:08 2022 -0500 🧑💻 Remove servo macros commit ad786a7930f1a0516427f7e0d827402387549ead Author: tombrazier <[email protected]> Date: Tue Jun 7 01:23:55 2022 +0100 🩹 Fix Mesh Leveling + Debug compile (#24297) commit ce9c81dfa12ebde0a0a55663523c782afecbd85c Author: ellensp <[email protected]> Date: Tue Jun 7 18:59:21 2022 +1200 🩹 Media Change followup (#24302) Followup to #24015 commit 92910721d0c4cc79ad0f8a64fb11b2c15bf3619d Author: Scott Lahteine <[email protected]> Date: Mon Jun 6 19:06:03 2022 -0500 👔 Fix and comment use_example_configs commit 236251a2ce4f055ab96af0008c882ffe77f5dac8 Author: Miguel Risco-Castillo <[email protected]> Date: Mon Jun 6 00:01:06 2022 -0500 🚸 ProUI G-code preview, PID plot (#24282) commit 369542db3bb34c28196a77838a2f018180a7da74 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:23:43 2022 -0500 🔖 Marlin 2.0.9.4 commit 40d96c3460117eeab1742d74c2d78b57b4a9a1b6 Author: Scott Lahteine <[email protected]> Date: Sun Jun 5 20:26:40 2022 -0500 👔 Remove actions from misc. branch commit d7a71beaf4f08e60c3d13049f1046bbb663c643d Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 18:16:43 2022 -0500 🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING commit f3b593ae73b5d21b5c270a5f5ede0fe982822b07 Author: Scott Lahteine <[email protected]> Date: Tue May 31 12:43:44 2022 -0500 🎨 Fix spelling, whitespace commit 1d8d8dccf45d2090e075b148d4f08e299184392c Author: Scott Lahteine <[email protected]> Date: Fri Apr 29 15:21:15 2022 -0500 💥 Num Axes / Multi-Stepper based on Driver Types (#24106, #24120) commit 1e127a93c4c1446cf11aacecc9597a7355262ac8 Author: Scott Lahteine <[email protected]> Date: Sat Jun 4 00:15:23 2022 -0500 🧑💻 Extend LCD string substitution (#24278) commit fcef8d946cbd45e27ba9888f1e18327b68d52b00 Author: lujios <[email protected]> Date: Fri Jun 3 07:19:25 2022 +0200 ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> commit 0253500ccd5a7192f3e545cb5552c4ab7b309c5d Author: Tanguy Pruvot <[email protected]> Date: Wed May 25 08:07:11 2022 +0200 Use default null args in select_screen commit 0d783a76907ace17f0d61ebe8882ebee9bc6ce3b Author: ellensp <[email protected]> Date: Thu Jun 2 21:22:09 2022 +1200 🐛 Init Stepper SPI before PSU Control (#24269) commit e784e0413204680f3c8f3a8cdf519fb5bee7a164 Author: BIGTREETECH <[email protected]> Date: Thu Jun 2 17:02:06 2022 +0800 ✨ BigTreeTech SKR3 - STM32H743 (#24271, #24272, #24275) Co-Authored-By: Alan.Ma <[email protected]> commit 11d68e31274fccd20c8bb72eec0b4ad547962823 Author: bryan065 <[email protected]> Date: Thu Jun 2 04:51:39 2022 -0400 🚸 Custom Menu Items for JyersUI (#24270) commit 8b8b2a7ed35908b6a49d5b3badb230d3283792bb Author: ledzepman71 <[email protected]> Date: Thu Jun 2 02:49:48 2022 -0600 📌 Tenlog PSU pin (#24266) commit fc1a620b878b45675b9a7972be6c1fb2882b8092 Author: tombrazier <[email protected]> Date: Sat May 28 23:40:08 2022 +0100 🚩 MPC update (#24253) commit 9799907dc9a53810e87fd5b54e2194d30e70eff8 Author: Keith Bennett <[email protected]> Date: Tue May 31 14:28:01 2022 -0700 👔 Configs required to submit a Bug Report (#24256) commit 6fc4dbbbc4b3b1e6820f4f18b81602451bb1786c Author: Scott Lahteine <[email protected]> Date: Sat May 28 17:05:09 2022 -0500 🚸 Change M201 G to S commit 74596ad4d7f9117e06829b5657d7402f27a445ce Author: Robby Candra <[email protected]> Date: Mon May 23 09:13:17 2022 +0700 🩹 Adjust manage_media for slow/late media init (USB FD) (#24015) commit 28f8646aa64b8baf6f93197d04b0802580272e40 Author: Scott Lahteine <[email protected]> Date: Sun May 22 19:56:46 2022 -0500 ♻️ Apply F() to more LCD code (#24228) commit 9a74bcd4cf13efa2d7cfb365182d7e097eaa1f1d Author: John Robertson <[email protected]> Date: Tue May 31 23:09:44 2022 +0100 ✨ Laser Safety Timeout (#24189) commit 07cd248b91a59db8e2bc7ad10bbf160852af34fb Author: Scott Lahteine <[email protected]> Date: Sun May 22 20:45:37 2022 -0500 ♻️ Move watchdog to MarlinHAL commit 209c792ef7e97dc48bf3517c9f8f56e6be80e97f Author: Scott Lahteine <[email protected]> Date: Fri May 20 11:27:09 2022 -0500 🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (#24170) commit dbd00d992705a07b3da769549495d6505cb96b43 Author: Scott Lahteine <[email protected]> Date: Mon Apr 4 15:57:03 2022 -0500 ✨ DOGM Display Sleep (#23992) Co-authored-by: borland1 <[email protected]> commit 4ae54a6229d1704bfc54a85233af40b69e924246 Author: Ludy <[email protected]> Date: Mon Apr 18 11:43:34 2022 +0200 🐛 Update German language, Fix FTDI (#24047, #24048, #24227) commit ce0af56d0aa4371620b142ba5b2ed3b455813a5d Author: tombrazier <[email protected]> Date: Sun Apr 10 07:20:05 2022 +0100 🚸 Improve MPC tuning, add menu items (#23984, #24018, #24049, #24059) commit 6c557a248016f2e89e259d2d5ee8e000521099bb Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:44:45 2022 +0200 🐛 Fix Bed/Chamber PID Autotune with MPCTEMP (#23983) commit a6ce9bf559d963c3cdcb6db7f57a572bc58016ea Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:58:58 2022 -0500 ✨ Autoreport Redundant Sensor option (#24014) commit 21c838cb1b86c3ffd5958c68d82f6c0c25e78dbe Author: tombrazier <[email protected]> Date: Fri Apr 1 08:14:14 2022 +0100 ⚗️ Temperature Model Predictive Control (#23751) commit 3443a9e18bf2c9797037f141d68ab409d6b3c00b Author: Pauli Jokela <[email protected]> Date: Thu May 12 05:23:16 2022 +0300 ✨ SOUND_ON_DEFAULT option (#24102) commit b2b5b85045e689d311e472d803817e08b49ccaec Author: Robert Brenckman <[email protected]> Date: Sun Apr 10 01:24:07 2022 -0400 🐛 Fix Tool Change priming (#21142) commit 2086cc9f4e21dfc060c1ff034856ad4e6219f5f8 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:37:40 2022 -0500 📝 Refer to 'PROGMEM' as 'flash' commit 8eccfd4a6f90da93a4f13b8aa7fbd88a1f8cca46 Author: Scott Lahteine <[email protected]> Date: Wed May 11 23:35:38 2022 -0500 🔧 Bed/Chamber PID Autotune menus Derived from MarlinFirmware/Marlin#23983 commit 9ab654adcb15ba23b42ed1f13ca34130e422dbc2 Author: Scott Lahteine <[email protected]> Date: Fri Jun 3 22:06:32 2022 -0500 🐛 Fix min/max temp evaluation Fixes #24257 commit 0ae982188c23ddab4e3a2d819c679166a7e19532 Author: Scott Lahteine <[email protected]> Date: Wed May 4 23:19:18 2022 -0500 🐛 Fix M203 report commit bed0788f723a0695726eab52e8da0b48298c619f Author: ellensp <[email protected]> Date: Thu Jun 2 21:28:07 2022 +1200 🩹 Fix G60/G61 debug code (#24231) commit deb1ba73bbdd3aacaeec6c7d9540c41e93ddfdfe Author: Scott Lahteine <[email protected]> Date: Sat May 28 15:11:43 2022 -0500 🎨 Use pos.set method commit 57f0ac88af9e8c5eb398c8367edf471900a5171f Author: Scott Lahteine <[email protected]> Date: Sat May 28 14:41:50 2022 -0500 🎨 Misc. boards/pins cleanup commit 915bce495cdc5168c982274f6deabc92e052c2c7 Author: Simon Pilepich <[email protected]> Date: Sat May 28 08:08:24 2022 +1000 📝 Fix Mightyboard MOSFET comments (#24183) commit 800a936caae83f4e5ca5dd2c2660518bd6fc43b2 Author: Scott Lahteine <[email protected]> Date: Thu May 26 18:18:41 2022 -0500 🎨 Combine serial echos commit ccf39b1c42fa787f645fbf0ac075cc47b72b18d3 Author: ellensp <[email protected]> Date: Fri May 27 12:02:42 2022 +1200 🔨 Add src_filter for I2C_AMMETER (#24242) commit d19179ce281cec58865fcbc99185abeb48a611b9 Author: Keith Bennett <[email protected]> Date: Thu May 26 16:07:10 2022 -0700 ✏️ Fix some motherboard checks (#24238) commit 4a6ae1b64df5fa8824e20688399683bf11b840e2 Author: ellensp <[email protected]> Date: Wed May 25 08:31:29 2022 +1200 🎨 Remove MKS custom pins, TinyBee cleanup (#24186) commit 0daaef589c956d152c846760dfc157fdd1b7975b Author: ellensp <[email protected]> Date: Wed May 25 07:49:57 2022 +1200 📌 Use MarlinSimUI/bugfix-2.0.x (#24232) commit 4831cbebd80d6e2c6bcf504446cf6d0f2441c285 Author: Scott Lahteine <[email protected]> Date: Mon May 23 02:37:28 2022 -0500 🎨 Add EXP1/2 headers, adjust TFT pins (#24230) commit e0deb75764938995e32bc589d646ec397c4a3019 Author: tombrazier <[email protected]> Date: Thu May 19 22:15:15 2022 +0100 🐛 Fix Leveling apply/unapply (#24188) Co-authored-by: Scott Lahteine <[email protected]> commit a0fe4f48956299cb298e6e48255ea72ba93dad79 Author: Scott Lahteine <[email protected]> Date: Sat May 14 15:31:51 2022 -0500 🎨 Minor HAL cleanup commit 4d65d7f142882bcd77072fc7dc5c01ca937a2e81 Author: Keith Bennett <[email protected]> Date: Sun May 22 19:32:28 2022 -0700 📝 Add logo, helpful links to README (#24226) commit 1b879f0ee4e5539c237edf235b6ca38b5b2beb43 Author: Scott Lahteine <[email protected]> Date: Sun May 22 18:42:25 2022 -0500 🔨 Fix mfprep string test commit b6abc760cef73a1dfc0e186f40687d0a45c8a769 Author: Scott Lahteine <[email protected]> Date: Sat May 14 01:45:14 2022 -0500 🔨 Move, tweak maple envs commit 0ae061713c631d44cd12ad266ca9c7fdd856d72c Author: Keith Bennett <[email protected]> Date: Fri May 20 09:48:34 2022 -0700 👔 Move GitHub templates, update README (#24199) commit 1d12e72bf697f7e3cb63995a20ba9e98fbce3eb9 Author: Scott Lahteine <[email protected]> Date: Sun May 22 16:53:12 2022 -0500 🐛 Fix SEGMENT_LEVELED_MOVES with UBL commit c97cf10956ee33c80e557fb09e4cc75d30a0db82 Author: Scott Lahteine <[email protected]> Date: Sat May 21 19:29:59 2022 -0500 🩹 Fix const warning commit b72f9277e9e89a7dcdc12c8f11273f7c76a064d4 Author: Scott Lahteine <[email protected]> Date: Thu May 19 06:05:52 2022 -0500 ♻️ Common Bed Leveling object name, accessors (#24214) commit 06c4a9acdb3f08a2052ea55d00fa350e9249bcb4 Author: Keith Bennett <[email protected]> Date: Sat May 21 16:13:00 2022 -0700 🐛 Fix FLSUN Hispeed FIL_RUNOUT_PIN, MKS Robin Mini TFT pins (#24204) commit 8a301196e11d87d7e9db065d0d802910a664c5be Author: Arthur Masson <[email protected]> Date: Sat May 21 21:45:30 2022 +0200 🐛 Fix Polargraph G92 command (#24223) commit 1e7219f4a643f8cbdbcd9685ebb5a76d02c89601 Author: Marcio T <[email protected]> Date: Thu May 19 09:45:48 2022 -0600 🐛 Fix FTDI_EVE_TOUCH_UI reboot loop (#24195) commit 02c267f542223ed0d8b098da4bec6f09710d6bc8 Author: ellensp <[email protected]> Date: Fri May 20 02:15:57 2022 +1200 🔨 Require PIO >= 6.0.1 (#24205) commit fe77fc66c0004ba9a4459dd5a12c978dd0308bb1 Author: Ivan Kravets <[email protected]> Date: Wed May 18 00:47:11 2022 +0300 🔨 Use PlatformIO Core 6.0 Dev for CI (#24194) commit 268a16b1ef1c5cd462e81aef08e4e9f7d2c65658 Author: Scott Lahteine <[email protected]> Date: Tue May 17 15:05:25 2022 -0500 🚸 ProUI APRIL2022 updates (#24084) commit 8351b1431f8bad178f2f8a3ec70b32a1d4d7ca2c Author: ellensp <[email protected]> Date: Tue May 17 20:01:32 2022 +1200 🩹 Fix MarlinUI allow-cold-extrude (#24176) Co-authored-by: Scott Lahteine <[email protected]> commit 718806761f1e9d903d61408e2039357bfe46fff8 Author: Oliver Jean Eifler <[email protected]> Date: Tue May 17 06:23:03 2022 +0200 🩹 Suppress ZERO() warning (#24178) commit 78c7fedcea34f0c630f8e9fd46bc5d3244de04c5 Author: Marcio T <[email protected]> Date: Mon May 16 20:45:47 2022 -0600 🐛 Fix Due cli/sei (#24182) Followup to #23357 commit c4b8339b842958faae2567c339bcf9b44434a2ce Author: Scott Lahteine <[email protected]> Date: Fri May 13 23:49:29 2022 -0500 🎨 HAL_MinSerial.* => MinSerial.* commit 94ed67e36ef84cb4ecd8f3f1470041d4d72f7088 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:50:42 2022 -0700 🩹 Run TMC test last in setup (#24160) commit 03b819bdb235c6eb2cd0a02b832bb8f108cc5962 Author: Miguel Risco-Castillo <[email protected]> Date: Fri May 13 19:34:30 2022 -0500 🚸 DWIN/DACAI for Creality 4.2.3 (#24132) commit 2204f05dcaabf0e639f1e1722ffd293d4b415fe3 Author: Scott Lahteine <[email protected]> Date: Fri May 13 19:31:07 2022 -0500 🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround commit a13cceaad16dd2caedbf3b05ae0854b1200cb51e Author: Keith Bennett <[email protected]> Date: Fri May 13 17:27:13 2022 -0700 🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (#24147) commit 5c25ed60c80d7b06cb91e91f98b1aca6bc648d79 Author: Dominic <[email protected]> Date: Sat May 14 02:18:04 2022 +0200 🐛 Fix AIR_ASSIST (#24162) commit 1c516bdd5e71fc3da05fb52da692c9c5ccb0c0d7 Author: Keith Bennett <[email protected]> Date: Fri May 13 17:17:19 2022 -0700 🔧 Allow board & probe dummy thermistors (#24165) commit 425684e2ffecf85dccab1eb4242772bc97992eb8 Author: grauerfuchs <[email protected]> Date: Fri May 13 20:08:50 2022 -0400 🐛 Fix Mightyboard LED pin, fan override (#24168) commit 63aecad7eef034d8cb2b3e81f8a22db8a148b90b Author: Roxy-3D <[email protected]> Date: Fri May 13 17:29:50 2022 -0500 🔨 BTT Octopus ST-Link programming/debugging commit dcd769b4a18bd40f9664262d081d553994d8eb78 Author: Scott Lahteine <[email protected]> Date: Wed May 4 15:14:31 2022 -0500 🎨 Nextion cleanup commit f9b7f00d1e1c1004e0c2a9c35e23c1c67dc47172 Author: Scott Lahteine <[email protected]> Date: Wed May 4 19:10:14 2022 -0500 🚚 Move speed_lookuptable.h commit a6ff63d5060c0ef68c2ae9f6ccf3bcada2ec6b6e Author: Keith Bennett <[email protected]> Date: Thu May 12 22:41:38 2022 -0700 🎨 Clean up warnings / extra check (#24163) commit 7d37ae2b2b1ea6613dbc8be0ec5fa30dbd6a87de Author: ellensp <[email protected]> Date: Fri May 13 16:07:27 2022 +1200 🔧 AVR/DUE Serial Port pin conflict checks (#24148) Co-authored-by: Scott Lahteine <[email protected]> commit a7d40ec654a3eca783a19e93e7bb6f394f2e6d29 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:09:25 2022 -0500 ✨ Add BOARD_CREALITY_V24S1_301F4 Co-Authored-By: Miguel Risco-Castillo <[email protected]> commit 7ed339cfa0a2d8298e0293cf465daaf4ac74c0f9 Author: InsanityAutomation <[email protected]> Date: Thu May 12 06:38:05 2022 -0400 ✨ Creality CR-10 SmartPro (#24151) Co-authored-by: Scott Lahteine <[email protected]> commit cb4ad020af2f56dc060ecafdfd58b0639a8f0199 Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:13:59 2022 -0500 🧑💻 Misc. LCD cleanup commit 0805f9bf3f631d914bb6ff4817d65a9ab237fe6c Author: Scott Lahteine <[email protected]> Date: Thu May 12 20:23:32 2022 -0500 🩹 Fix ProUI leveling start message commit d235bc9e1c5eeb210275a4abcf89a757d0259cc0 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:14:02 2022 -0500 🧑💻 General and Axis-based bitfield flags (#23989) commit d5f472a6cf4456bf715ee3b3a85132f3fbe7e15f Author: Scott Lahteine <[email protected]> Date: Thu May 12 00:07:22 2022 -0500 🔨 Fix g++ locator for CI commit d67fa98cf601a8ef2642641a8aefbcdab1d5bcc2 Author: Scott Lahteine <[email protected]> Date: Thu May 12 04:16:31 2022 -0500 🩹 Fix accel dividend commit d3fe0caa7f83b8e971e8503b5344e20811d6c812 Author: Scott Lahteine <[email protected]> Date: Mon May 9 18:50:14 2022 -0500 🧑💻 Clarify acceleration factor commit bd09f8acff3c40fe9294cfc6b6a9220ec5b766fc Author: Scott Lahteine <[email protected]> Date: Mon May 9 17:35:32 2022 -0500 📌 Define RAMPS_SMART EXP headers, AZSMZ_12864 See #23501 commit a9aca5f5e8c5c1ce40e09ce5cf80a875ec009aa0 Author: Scott Lahteine <[email protected]> Date: Mon May 9 16:47:04 2022 -0500 ✏️ Fix spurious UTF commit 13d1eb7241b8621267520e57811f8069b2e466e9 Author: Scott Lahteine <[email protected]> Date: Sat May 7 23:51:38 2022 -0500 🔨 OpenOCD Debug for VSCode commit 238ab1dd061145a525edd27bb8203ae216380894 Author: Mike La Spina <[email protected]> Date: Mon May 9 17:18:47 2022 -0500 🩹 Fix Fan Tail Speed Init (#24076) Co-authored-by: Scott Lahteine <[email protected]> commit a7e4061d1221531340e9f82bc6f1560e5d6feab8 Author: Keith Bennett <[email protected]> Date: Sat May 7 19:58:57 2022 -0700 🔧 Fix Neo RGB sanity check (#24146) commit 31c87adba80d50a90ae3c85b08cd01c5545c78b4 Author: ellensp <[email protected]> Date: Sun May 8 14:57:13 2022 +1200 📌 Use ESP3DLib master branch (#24140) commit 727e7e7fd71fb0404e0f5bf7f36dc10419d155c4 Author: ellensp <[email protected]> Date: Sun May 8 14:56:09 2022 +1200 ✏️Fix Markforged endstops/G38 (#24141) commit 975b90c0b7e6b836f67f3603c80f818dc095ffa5 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:18:56 2022 -0500 🎨 Tweak NEOPIXEL_LED format (#24110) commit 8f0180802ad327a0be47be9405a9a2764b5937db Author: Scott Lahteine <[email protected]> Date: Thu May 5 11:47:08 2022 -0500 🔧 Move LASER_COOLANT_FLOW_METER to LASER_FEATURE commit aa4c9917552df8a383816a0af516b86e1237ff48 Author: Giuliano Zaro <[email protected]> Date: Fri Apr 1 04:22:26 2022 +0200 📝 Obsolete freeze comment (#23964) Followup to #23944 commit 9ab1a57d729cfa207adfe3ee6d24d40de3bb159c Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 05:00:46 2022 -0500 ♻️ Consolidate DGUSScreenHandler class (#24067) commit 044bf8ab7ef7045583c9da175b8ebddd2b750f84 Author: Robby Candra <[email protected]> Date: Sun Apr 10 07:44:31 2022 +0700 ⚰️ Clean up dead option (#24006) commit 4bdec5e99330a35387c09adc27be94c5082b4405 Author: Scott Lahteine <[email protected]> Date: Fri Apr 22 01:12:43 2022 -0500 🚸 More ExtUI events for ABL / UBL commit 7444933d5d4fc93c6278e091be5af7e4f61b1d9c Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 02:26:17 2022 -0500 🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP Fixes #24007 Followup to aaf5bf02 commit f35404f853ba185814bd17a4742ef34688ceba98 Author: Scott Lahteine <[email protected]> Date: Sun Apr 17 21:18:39 2022 -0500 🧑💻 Handle PLR in manage_media commit 7fa2dceddafcfeea4b2599fa2b9fe3542abd4c1f Author: Keith Bennett <[email protected]> Date: Tue Apr 19 17:16:26 2022 -0700 🐛 Fix ProUI / JyersUI leveling preheat (#24060, #24064) Co-Authored-By: Scott Lahteine <[email protected]> commit 4c84769a814ab6534a1edebc66529b568c9d6d7e Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 06:31:39 2022 -0500 🩹 Fix ADVANCED_PAUSE_RESUME_PRIME check Fixes #23824 commit 8fb3074901f83034cc240834a2fc75aad0ed43ad Author: Robby Candra <[email protected]> Date: Fri Apr 15 11:21:12 2022 +0700 🩹 Fix DEBUG_CARDREADER (#24023) commit 230db90b70f1cafdea6fe3a8c28499e92004be53 Author: ellensp <[email protected]> Date: Fri Apr 22 23:02:47 2022 +1200 🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC (#24066) commit 28d2bc353ebbddc0ce0b96a634108392eb1089b4 Author: Scott Lahteine <[email protected]> Date: Sat Jan 1 16:48:24 2022 -0600 🎨 Use LEDColor default C-CTOR commit 7b5e2cd78619ba4334c0fe94b3f8293ed8d6e1ee Author: Scott Lahteine <[email protected]> Date: Wed Apr 20 00:52:05 2022 -0500 🐛 Update M913, M914 report Followup to #11248, #11249, #23400 commit 4b456078ddc1099c081e1e7149aba612c8f41008 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 11 02:23:53 2022 +0200 🌐 Update Italian language (#24019) commit 8d3c84a6d969bf9fa576a17b0054d5b98324622d Author: Keith Bennett <[email protected]> Date: Sat Apr 9 17:21:42 2022 -0700 ✏️ Fix FYSETC Mini Panel neopixel type (#24011, #24111) commit cbc6f23a8af0c864e3607dc24764582149c0d1f3 Author: Giuliano Zaro <[email protected]> Date: Mon Apr 4 01:49:51 2022 +0200 🔧 Sanity-check SWITCHING_TOOLHEAD_X_POS (#23985) commit bed8abe5b6df751d7dafc6f0f8d8dff7338625ce Author: Giuliano Zaro <[email protected]> Date: Sun Apr 3 01:27:05 2022 +0200 🐛 Fix PID edit menu for Bed, Chamber (#23987) commit 74565890f335f26fa7012d0164eb2964c0f2918d Author: tombrazier <[email protected]> Date: Fri Apr 1 03:13:16 2022 +0100 ♻️ Refactor and fix ABL Bilinear (#23868, #24009, #24107) commit 4ec9af42b8e24cf6ce9f238c9342bc1c11120429 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:38:25 2022 -0500 💥 Rename ExtUI settings methods commit b0d621d8b96fffda485efa45e61a68126613a766 Author: John Robertson <[email protected]> Date: Mon Apr 4 00:47:55 2022 +0100 🧑💻 Define isr_float_t to assert a non-FPU float (#23969) Co-authored-by: Scott Lahteine <[email protected]> commit 995221e68e15693697fc7f10dfc31273ea188157 Author: Stephen Hawes <[email protected]> Date: Thu May 5 03:37:47 2022 -0400 ✨ Add M3426 A<addr> parameter (#24130) Co-authored-by: Scott Lahteine <[email protected]> commit 54e543872be13439523cecb6b670b7b4bf818164 Author: LPRtypeCN <[email protected]> Date: Sun Apr 10 19:19:12 2022 +0800 🌐 Update Chinese language (#23865) commit 7b39604d6f58b46de18a41eb4a7de5058d9c4b35 Author: ellensp <[email protected]> Date: Mon Apr 4 11:46:05 2022 +1200 🌐 Update Russian language (#23978) commit 01c9c2666123f0959b02b757d2acd6adc18f4284 Author: Keith Bennett <[email protected]> Date: Mon Apr 18 03:46:58 2022 -0700 🧑💻 Preheat menu improvements (#24017) Co-authored-by: Scott Lahteine <[email protected]> commit 27b148442826780c8fc4f7ab8c21608de21f0587 Author: ellensp <[email protected]> Date: Tue Apr 19 15:03:42 2022 +1200 🐛 Fix Manual Move cold extrude override (#24045) Followup to #19606 Co-authored-by: Scott Lahteine <[email protected]> commit 7f1c5ad7aa6dc437d3a76abf8a36cb971e1f424e Author: InsanityAutomation <[email protected]> Date: Sat Apr 9 20:19:14 2022 -0400 🩹 Fix and clean up E3V2 draw (#23979, #24013) commit 4fd7d1b056bfab9f31c272ae6d8f256ed2ed202d Author: ellensp <[email protected]> Date: Thu Apr 21 21:06:22 2022 +1200 🐛 Fix STM32 Pins Debugging (#22896) commit 7ffe4de021254d34762d2a7ecd239ded0eca949d Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 07:39:50 2022 -0500 🩹 Use LCD_CONTRAST_INIT in pins files commit eada17ed69ede29d83f7c3897d64e2872faaae18 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 01:49:59 2022 -0500 🩹 Apply 100% leveling correction below the bed See #24002 commit cd5c5ea60eb20d643ab2447bc3550b3eb5874a39 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:44:45 2022 -0500 🔨 Fix LPC176x debug build See #23635 commit e9ea82e78d0c95ef1cee599093b4c91a6f97d709 Author: stream2me <[email protected]> Date: Sun Apr 10 02:46:29 2022 +0200 🐛 Prefer os.replace, fix TFT_LVGL_UI build (#24001) commit 18b17fc97d8474b2fe5c5cd7afcfdce05ba7d5cc Author: ellensp <[email protected]> Date: Sat Apr 23 22:02:13 2022 +1200 🐛 Fix MKS_MINI_12864 build for ESP32 (#24071) commit 89d5ed0c9e5570e4a025719a9ad183e505c8ed8a Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 04:22:04 2022 -0500 🎨 Combine common LPC1768 I2C code commit a56bf9045d3e68101c42ced30884fa34675279c5 Author: Scott Lahteine <[email protected]> Date: Fri Apr 15 02:05:02 2022 -0500 🧑💻 Simplify BIGTREE_SKR_2_F429 env commit c23d0351495a7fc1c396d157642db49db2754135 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 08:43:11 2022 -0500 🧑💻 Strip #errors in Configurations deployment commit 7ff4b706947e63d708cef90c936b936305947e58 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:07:04 2022 -0500 🚸 Prevent accidental button press commit 421c38ff2e0de3a8d5cd913232aa3448dbfbc487 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:57:41 2022 -0500 🐛 Home Z to Max after Z_SAFE_HOMING commit ec447dba04409c2b60d61b9bacab54c101bd9f3a Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 09:05:12 2022 -0500 🚸 Home Y before X on belt printers commit be6535e5f7a39529bd081ed38a1bf76fa645488f Author: Christian Piper <[email protected]> Date: Thu Apr 21 03:15:07 2022 -0400 🩹 Fix PRINTCOUNTER with EXTRUDERS 0 (#24063) Co-authored-by: Scott Lahteine <[email protected]> commit 99252cf0cd5a8a01228c715a505cb1eaf6b853e5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 08:58:45 2022 -0500 🐛 Prevent BABYSTEP freeze See #22830, #13300 commit f6f31434b8c0e21f98fef460e0c8492fd4c240d5 Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:16:52 2022 -0500 🧑💻 IS_ULTRA_LCD => HAS_WIRED_LCD commit 2f3960904e1a7b830c686fa793b122de49f3d674 Author: Scott Lahteine <[email protected]> Date: Sun Apr 10 03:45:28 2022 -0500 🎨 Misc. USB flash code cleanup commit 2dc4c642e78bb4fa99ca41f3ae3c92335248ffd4 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:50:39 2022 -0500 🎨 Misc. adjustments, spacing commit 70ea0e7c3450680e1062088243d2cf139eadc02a Author: Scott Lahteine <[email protected]> Date: Mon Apr 18 16:41:16 2022 -0500 ✏️ Remove extra G29 line Followup to 85a62bbf commit a81fd009f081eca3685e42cffac7f35e75428fea Author: Scott Lahteine <[email protected]> Date: Thu Apr 21 07:08:26 2022 -0500 🎨 misc. cleanup commit e667d4e6e43b407cedce6bbf543ea1d815e8d520 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 16:53:39 2022 -0500 🌐 Rename "LCD Timeout" string commit 2d0af75d37c9ea8ab44c889ef4e489b3b533eb30 Author: Scott Lahteine <[email protected]> Date: Sun Apr 3 18:07:40 2022 -0500 ✏️ No such pin commit 5e68a86968d63f97f0febb8378b2a508e909ec90 Author: ellensp <[email protected]> Date: Sun Apr 10 12:37:24 2022 +1200 🔨 Preflight check old abl files (#24010) commit 8bd1547c3bb16cdce37412624161fab5b9d5ead6 Author: Moritz Wirger <[email protected]> Date: Fri Apr 15 04:43:21 2022 +0200 ✨ enwi ESPNP board support (#24029) commit a5e083603f1435a4a0e2e9fa7449c9133aa73225 Author: Scott Lahteine <[email protected]> Date: Sat Apr 23 06:11:03 2022 -0500 📝 Fix 'M150 S' comment commit c5f7547e8cf0d744fb1392b3651078d3985cecb1 Author: Giuliano Zaro <[email protected]> Date: Tue Apr 26 05:03:16 2022 +0200 🩹 Fix "elapsed" text on DOGLCD (#24087) commit 5c5b380fda9f541ee182e614966fc39a72ac6a18 Author: InsanityAutomation <[email protected]> Date: Tue Mar 29 05:41:33 2022 -0400 🐛 Fix MarlinUI on Ender 3 S1 (#23949) commit bb0e0cf7f35cf3b89aac4f395185d55f3aa62979 Author: aegelsky <[email protected]> Date: Fri Apr 1 05:21:10 2022 +0300 🐛 Fix MKS Gen. L - EEB (#23965) commit 5ee99dfc49eaa8e81f5beb66eb1c160ac2d217fb Author: Jon <[email protected]> Date: Thu Mar 31 22:18:32 2022 -0400 🩹 SKR2 Pins DIAG flag (#23968) Followup to #23050 commit a083b1280ec80a525766c0a9487865b76de64c81 Author: Keith Bennett <[email protected]> Date: Thu Mar 31 19:16:11 2022 -0700 📌 SKR Mini V1.1 TMC UART Pins (#23970) commit b7b5cee88baadfb10822b6bb13b6e7d3b0acaff8 Author: grauerfuchs <[email protected]> Date: Thu Mar 31 22:15:06 2022 -0400 🐛 Fix MightyBoard Rev. E EX2, extra MOSFETs (#23976) commit 7456fd68a41b12592f3ac3f47308f7037ca22b86 Author: Keith Bennett <[email protected]> Date: Sun Apr 3 14:13:29 2022 -0700 ✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check (#23990) commit 20154718b5a41c1522a313ada06ef5c35ce2023d Author: Scott Lahteine <[email protected]> Date: Wed May 4 17:03:25 2022 -0500 🌐 Clean up languages commit a6794c1862c663b387637597dba5f258a3e0e1e2 Author: Manianac <[email protected]> Date: Thu Mar 31 17:23:52 2022 -0700 🐛 Use ADC_VREF for Filament Width ADC Vref (#23977) commit bd5c6bf23c1478dcab31cc1c2edcd0fa546eb6ea Author: John Lagonikas <[email protected]> Date: Tue Mar 29 11:13:45 2022 +0300 ✏️ Fix parking extruder compile (#23961) Followup to d3e3e6a491 commit 68ee64283a7aab95c2f70eaf734e24b9d909dfa7 Author: Scott Lahteine <[email protected]> Date: Tue Mar 29 03:48:37 2022 -0500 🎨 INI cleanup commit dd29394bbe17ab6458817cce65b94f106252092f Author: Scott Lahteine <[email protected]> Date: Sat May 7 14:58:39 2022 -0500 🔨 Improved mfprep script commit ceb99e89a081d2230479e9bb7b63c23d14bf0b98 Author: Scott Lahteine <[email protected]> Date: Thu May 5 18:55:43 2022 -0500 🔨 Prevent build attribute define conflicts commit 6112277f9b2d24a7c9effeb5966dadef279a261c Author: Scott Lahteine <[email protected]> Date: Thu May 5 19:11:59 2022 -0500 🔨 Use first g++ in path for 'native' targets commit 81f403025c3ddb479ccf363fb091ac0fcf8e667b Author: Keith Bennett <[email protected]> Date: Thu May 5 00:38:48 2022 -0700 🐛 Some EEPROM size fixes (#24113) Co-authored-by: Scott Lahteine <[email protected]> commit eeda8b451acb2a0ae96656876f6a7682d43aca1d Author: Scott Lahteine <[email protected]> Date: Wed May 4 12:47:15 2022 -0500 📝 Replace KB with K in pins commit c7e8ba78576af230278a5662103acf421dc59bfd Author: Keith Bennett <[email protected]> Date: Mon May 2 16:29:25 2022 -0700 📝 Fix extraneous URL args (#24125) commit 071e5c336a157ca39b75081b8cb4436a72af965e Author: Ludy <[email protected]> Date: Mon Mar 28 03:20:54 2022 +0200 🐛 Fix MMU2 buzz (#23950) Followup to #23943 commit be08d4c4f01e2c297365664bd3e0f7dc2b051fde Author: David Forrest <[email protected]> Date: Sun Mar 27 21:19:02 2022 -0400 🔨 Fix Makefile GCC warning (#23957) commit e99104a0040f58477809c9e2b9506fe2bcd94331 Author: ellensp <[email protected]> Date: Sat Mar 26 16:44:22 2022 +1300 ✨ Configurable FREEZE pin state (#23944, #23948) Co-Authored-By: Scott Lahteine <[email protected]> commit edc4089121bcd96645b7be6bbd3dafa88c510ede Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 21:16:00 2022 -0500 🐛 Fix pulldown sanity check commit 3bce266ef7865a62b5e79c7c5c67a068bb5e4c20 Author: ellensp <[email protected]> Date: Sat Mar 26 14:03:43 2022 +1300 🐛 Fix MMU2 buzz (#23943) Followup to 89a9c3a391 commit c89d0114acba957d63e894bc1a479ec10cb18a81 Author: Robby Candra <[email protected]> Date: Sat Mar 26 06:34:20 2022 +0700 ✨ STATUS_MESSAGE_TIMEOUT_SEC (#23135) Co-authored-by: Scott Lahteine <[email protected]> commit 0e693854d0c86fa0998a5d497607d42d6798f6ab Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:35:00 2022 -0500 🚸 Clear "heating/cooling" message on temp reached commit 9324132a401cf0ab3781c9992d607bd4f88ba086 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:55 2022 -0500 🎨 Format, use status macros commit 5632ad65f59710ca64e4abca99afa64cb99d559e Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:09:26 2022 -0500 🐛 Fix status_printf alert level commit eccbfbcede60922b95971e90bf3a1d7983a5fe39 Author: Scott Lahteine <[email protected]> Date: Fri Mar 25 17:04:06 2022 -0500 🩹 Print English to serial out commit 5ef4fb378e345e20d1fa3bdbc5312598dc571276 Author: Scott Lahteine <[email protected]> Date: Thu Mar 24 20:29:50 2022 -0500 ✏️ Encoder noise followup Followup to #23925 commit 21f0945d2cfada672756709bc420feb11768e687 Author: Oleg Belov <[email protected]> Date: Fri Mar 25 02:12:35 2022 +0300 📌 Custom cable for Mini 12864 V1 + SKR Mini E3 V3.0 (#23936) commit b2a318af9a0c8e91b1f66a5576226b50b1b49f1b Author: Serhiy-K <[email protected]> Date: Fri Mar 25 01:07:58 2022 +0200 🌐 Update Ukrainian language (#23935) commit 1c89c0470f2778f8051ff8514831138e64a2d9ed Author: ellensp <[email protected]> Date: Fri Mar 25 12:06:28 2022 +1300 🩹 Wrap endstop_diag.cpp (#23931) commit 2ee4a667e1999839e61fa4c7d4e31a88d6e301d6 Author: Scott Lahteine <[email protected]> Date: Wed Jan 12 09:47:22 2022 -0600 💡 Misc. cleanup, comments commit f8e177a43efa3e7a173e2799562d354ab95544ab Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:39:53 2022 -0500 🧑💻 Improve STATUS_BED_X commit 9ac1c73041cbf4015b48d9d7a70a59e840a1d442 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:34:00 2022 -0500 🎨 General cleanup, comments commit 4a8b99d505584d1fa5eb71d588da1bb60c3a2878 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 22:22:08 2022 -0500 🧑💻 EXTRUDER_LOOP macro commit b094a3fc0d647f7daff7c4d97db32f9d41e4c11d Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:31:36 2022 -0500 🎨 Clean up tool change with tool sensor commit 2d99a608fd993fd5cb75223b72deadfc969a13c1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:58 2022 -0500 🔨 Fix 'mftest -s' commit fba8805c0cd87845c80d9cd7738b94332a35e27b Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 20:11:10 2022 -0500 🩹 Fix ADC math overflow commit 039a22649f4e0201d7580b63c1a414450353438a Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:56:07 2022 -0500 🧑💻 PIO --silent in build_example commit ced0ad8e094baecf6e3ee8eaa36c61baaa5743fc Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:17:12 2022 -0500 🎨 Apply _TERN where possible commit 10a0c9a9b3d4070326954c5c2354cfd8ba490f0c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:20:19 2022 -0500 🔨 Suppress MMU2 resume_position warning commit abfb0411809568970221281a3614e30970f0dfc1 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 19:08:00 2022 -0500 🧑💻 Add neo.set_background_color(rgbw) commit 72f207f4895d5db34f697cb203876405b98d89c8 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:53:42 2022 -0500 🔧 Sanity-checks for PULLDOWN, SINGLENOZZLE commit 7186037f20a2a2c57624e31c1e99adc37759c5f6 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:31:54 2022 -0500 🔧 No Switching Nozzle with MMU2 commit b0a400da72f6752619a82246fac55a07a4e67f3c Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:14:17 2022 -0500 🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER commit cc4c2c2f98a1742d6b462481f74dacf5b5b93961 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 18:11:01 2022 -0500 🔨 Allow I2CPE_ENC_n_INVERT set to false commit 5dae8a67344cfeda3de6d40fcd14498542004fe9 Author: Scott Lahteine <[email protected]> Date: Tue Mar 22 15:30:29 2022 -0500 🚸 Allow one servo with cutter on RAMPS commit 05dea4e30a1768913ec7d1f38c65b9423200a558 Author: Fredrik Andersson <[email protected]> Date: Mon Mar 21 02:14:45 2022 +0100 ✨ Encoder button noise filter (#23925) commit 7e88ee8c5cc87395e73c45bcd743f3ab0302773b Author: Mark <[email protected]> Date: Fri Mar 18 12:49:47 2022 +0800 📌 PandaPi V2.9 – Standalone mode (#23908) commit cc8e485e1c55fb2fcdba7dc8f6b89041ed18e9ce Author: John Robertson <[email protected]> Date: Fri Mar 18 03:21:53 2022 +0000 ✨ ESP32 - Hardware PWM for fan, cutter, servos (#23802) commit c7a2ecc31aa4def9e60668f5cfc648d87776be9b Author: ellensp <[email protected]> Date: Fri Mar 18 16:17:41 2022 +1300 🩹 Fix xatc EEPROM debug (#23911) commit 260b40d1453a9310581c45d3e1327a3103b36a22 Author: tombrazier <[email protected]> Date: Fri Mar 18 03:15:26 2022 +0000 ⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867) commit c87eded8f6183c33bd9b9a74dd577fe6c77c32df Author: Ludy <[email protected]> Date: Fri Mar 18 02:55:33 2022 +0100 🩹 Fix redundant var declaration (#23913) commit 2f2a999368f22f2c6b3105ab481987c2025bc50e Author: John Robertson <[email protected]> Date: Thu Mar 17 19:35:33 2022 +0000 🐛 MKS TinyBee - 2.5V ADC Vref (#23903) commit 2558b323e85006c3c9f6a03bcaa82f61c95da0bb Author: Jelmer van der Stel <[email protected]> Date: Sun Mar 13 23:20:30 2022 +0100 🩹 Fix DWIN E3V2 display issues by allowing re-init (#23879) commit 1db685593922214e49496d805dc9ea099e227f50 Author: Mrnt <[email protected]> Date: Sun Mar 13 15:17:35 2022 -0700 🧑💻 Allow DIGIPOT Rsx / Vrefmax override (#23885) commit 62f298aca39ff17bc7a51f49b9ff6b5b17a76c30 Author: Julien Staub <[email protected]> Date: Sun Mar 13 23:09:32 2022 +0100 🩹 Fix ExtUI build with Host Keepalive disabled (#23898) commit 8d20c5aadfff34a024665ea349c0b66834e4d305 Author: InsanityAutomation <[email protected]> Date: Sun Mar 13 18:00:35 2022 -0400 📝 Fix X2_MAX_POS comment (#23873) commit 61b470249c1cfa361f25060940cc8b7f8a8f64e9 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:59:43 2022 -0500 📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment commit 4ffa88f814f3ddcb7273b73c9bb68773bcf1fd51 Author: Scott Lahteine <[email protected]> Date: Sun Mar 13 16:46:08 2022 -0500 🚸 Test LIN_ADVANCE in a pins file commit 8257040fafe758ac1913e9bf633fa0c9930dd9cb Author: Mathew Winters <[email protected]> Date: Sun Mar 13 14:13:41 2022 +1300 ⚡️ G12 - Only require used axes to be homed (#23422) Co-authored-by: Scott Lahteine <[email protected]> commit 5d9ab7e71eed56f242d4fae32836f305bb1ff680 Author: Keith Bennett <[email protected]> Date: Sat Mar 12 16:23:29 2022 -0800 🔨 Drop extraneous build flag (#23862) commit 1a76d4d467ebb3d8ed1df39767efa99beb…
* 🧑💻 Preheat menu improvements (MarlinFirmware#24017) Co-authored-by: Scott Lahteine <[email protected]> * 🌐 Update Russian language (MarlinFirmware#23978) * 🌐 Update Chinese language (MarlinFirmware#23865) * ✨ Add M3426 A<addr> parameter (MarlinFirmware#24130) Co-authored-by: Scott Lahteine <[email protected]> * 🧑💻 Define isr_float_t to assert a non-FPU float (MarlinFirmware#23969) Co-authored-by: Scott Lahteine <[email protected]> * 💥 Rename ExtUI settings methods * ♻️ Refactor and fix ABL Bilinear (MarlinFirmware#23868, MarlinFirmware#24009, MarlinFirmware#24107) * 🐛 Fix PID edit menu for Bed, Chamber (MarlinFirmware#23987) * 🔧 Sanity-check SWITCHING_TOOLHEAD_X_POS (MarlinFirmware#23985) * ✏️ Fix FYSETC Mini Panel neopixel type (MarlinFirmware#24011, MarlinFirmware#24111) * 🌐 Update Italian language (MarlinFirmware#24019) * 🐛 Update M913, M914 report Followup to MarlinFirmware#11248, MarlinFirmware#11249, MarlinFirmware#23400 * 🎨 Use LEDColor default C-CTOR * 🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC (MarlinFirmware#24066) * 🩹 Fix DEBUG_CARDREADER (MarlinFirmware#24023) * 🩹 Fix ADVANCED_PAUSE_RESUME_PRIME check Fixes MarlinFirmware#23824 * 🐛 Fix ProUI / JyersUI leveling preheat (MarlinFirmware#24060, MarlinFirmware#24064) Co-Authored-By: Scott Lahteine <[email protected]> * 🧑💻 Handle PLR in manage_media * 🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP Fixes MarlinFirmware#24007 Followup to aaf5bf0 * 🚸 More ExtUI events for ABL / UBL * ⚰️ Clean up dead option (MarlinFirmware#24006) * ♻️ Consolidate DGUSScreenHandler class (MarlinFirmware#24067) * 📝 Obsolete freeze comment (MarlinFirmware#23964) Followup to MarlinFirmware#23944 * 🔧 Move LASER_COOLANT_FLOW_METER to LASER_FEATURE * 🎨 Tweak NEOPIXEL_LED format (MarlinFirmware#24110) * ✏️Fix Markforged endstops/G38 (MarlinFirmware#24141) * 📌 Use ESP3DLib master branch (MarlinFirmware#24140) * 🔧 Fix Neo RGB sanity check (MarlinFirmware#24146) * 🩹 Fix Fan Tail Speed Init (MarlinFirmware#24076) Co-authored-by: Scott Lahteine <[email protected]> * 🔨 OpenOCD Debug for VSCode * ✏️ Fix spurious UTF * 📌 Define RAMPS_SMART EXP headers, AZSMZ_12864 See MarlinFirmware#23501 * 🧑💻 Clarify acceleration factor * 🩹 Fix accel dividend * 🔨 Fix g++ locator for CI * 🧑💻 General and Axis-based bitfield flags (MarlinFirmware#23989) * 🩹 Fix ProUI leveling start message * 🧑💻 Misc. LCD cleanup * ✨ Creality CR-10 SmartPro (MarlinFirmware#24151) Co-authored-by: Scott Lahteine <[email protected]> * ✨ Add BOARD_CREALITY_V24S1_301F4 Co-Authored-By: Miguel Risco-Castillo <[email protected]> * 🔧 AVR/DUE Serial Port pin conflict checks (MarlinFirmware#24148) Co-authored-by: Scott Lahteine <[email protected]> * 🎨 Clean up warnings / extra check (MarlinFirmware#24163) * 🚚 Move speed_lookuptable.h * 🎨 Nextion cleanup * 🔨 BTT Octopus ST-Link programming/debugging * 🐛 Fix Mightyboard LED pin, fan override (MarlinFirmware#24168) * 🔧 Allow board & probe dummy thermistors (MarlinFirmware#24165) * 🐛 Fix AIR_ASSIST (MarlinFirmware#24162) * 🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (MarlinFirmware#24147) * 🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround * 🚸 DWIN/DACAI for Creality 4.2.3 (MarlinFirmware#24132) * 🩹 Run TMC test last in setup (MarlinFirmware#24160) * 🎨 HAL_MinSerial.* => MinSerial.* * 🐛 Fix Due cli/sei (MarlinFirmware#24182) Followup to MarlinFirmware#23357 * 🩹 Suppress ZERO() warning (MarlinFirmware#24178) * 🩹 Fix MarlinUI allow-cold-extrude (MarlinFirmware#24176) Co-authored-by: Scott Lahteine <[email protected]> * 🚸 ProUI APRIL2022 updates (MarlinFirmware#24084) * 🔨 Use PlatformIO Core 6.0 Dev for CI (MarlinFirmware#24194) * 🔨 Require PIO >= 6.0.1 (MarlinFirmware#24205) * 🐛 Fix FTDI_EVE_TOUCH_UI reboot loop (MarlinFirmware#24195) * 🐛 Fix Polargraph G92 command (MarlinFirmware#24223) * 🐛 Fix FLSUN Hispeed FIL_RUNOUT_PIN, MKS Robin Mini TFT pins (MarlinFirmware#24204) * ♻️ Common Bed Leveling object name, accessors (MarlinFirmware#24214) * 🩹 Fix const warning * 🐛 Fix SEGMENT_LEVELED_MOVES with UBL * 👔 Move GitHub templates, update README (MarlinFirmware#24199) * 🔨 Move, tweak maple envs * 🔨 Fix mfprep string test * 📝 Add logo, helpful links to README (MarlinFirmware#24226) * 🎨 Minor HAL cleanup * 🐛 Fix Leveling apply/unapply (MarlinFirmware#24188) Co-authored-by: Scott Lahteine <[email protected]> * 🎨 Add EXP1/2 headers, adjust TFT pins (MarlinFirmware#24230) * 📌 Use MarlinSimUI/bugfix-2.0.x (MarlinFirmware#24232) * 🎨 Remove MKS custom pins, TinyBee cleanup (MarlinFirmware#24186) * ✏️ Fix some motherboard checks (MarlinFirmware#24238) * 🔨 Add src_filter for I2C_AMMETER (MarlinFirmware#24242) * 🎨 Combine serial echos * 📝 Fix Mightyboard MOSFET comments (MarlinFirmware#24183) * 🎨 Misc. boards/pins cleanup * 🎨 Use pos.set method * 🩹 Fix G60/G61 debug code (MarlinFirmware#24231) * 🐛 Fix M203 report * 🐛 Fix min/max temp evaluation Fixes MarlinFirmware#24257 * 🔧 Bed/Chamber PID Autotune menus Derived from MarlinFirmware#23983 * 📝 Refer to 'PROGMEM' as 'flash' * 🐛 Fix Tool Change priming (MarlinFirmware#21142) * ✨ SOUND_ON_DEFAULT option (MarlinFirmware#24102) * ⚗️ Temperature Model Predictive Control (MarlinFirmware#23751) * ✨ Autoreport Redundant Sensor option (MarlinFirmware#24014) * 🐛 Fix Bed/Chamber PID Autotune with MPCTEMP (MarlinFirmware#23983) * 🚸 Improve MPC tuning, add menu items (MarlinFirmware#23984, MarlinFirmware#24018, MarlinFirmware#24049, MarlinFirmware#24059) * 🐛 Update German language, Fix FTDI (MarlinFirmware#24047, MarlinFirmware#24048, MarlinFirmware#24227) * ✨ DOGM Display Sleep (MarlinFirmware#23992) Co-authored-by: borland1 <[email protected]> * 🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (MarlinFirmware#24170) * ♻️ Move watchdog to MarlinHAL * ✨ Laser Safety Timeout (MarlinFirmware#24189) * ♻️ Apply F() to more LCD code (MarlinFirmware#24228) * 🩹 Adjust manage_media for slow/late media init (USB FD) (MarlinFirmware#24015) * 🚸 Change M201 G to S * 👔 Configs required to submit a Bug Report (MarlinFirmware#24256) * 🚩 MPC update (MarlinFirmware#24253) * 📌 Tenlog PSU pin (MarlinFirmware#24266) * 🚸 Custom Menu Items for JyersUI (MarlinFirmware#24270) * ✨ BigTreeTech SKR3 - STM32H743 (MarlinFirmware#24271, MarlinFirmware#24272, MarlinFirmware#24275) Co-Authored-By: Alan.Ma <[email protected]> * 🐛 Init Stepper SPI before PSU Control (MarlinFirmware#24269) * Use default null args in select_screen * ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (MarlinFirmware#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> * 🧑💻 Extend LCD string substitution (MarlinFirmware#24278) * 💥 Num Axes / Multi-Stepper based on Driver Types (MarlinFirmware#24106, MarlinFirmware#24120) * 🎨 Fix spelling, whitespace * 🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING * 👔 Remove actions from misc. branch * 🔖 Marlin 2.0.9.4 * 🚸 ProUI G-code preview, PID plot (MarlinFirmware#24282) * 👔 Fix and comment use_example_configs * 🩹 Media Change followup (MarlinFirmware#24302) Followup to MarlinFirmware#24015 * 🩹 Fix Mesh Leveling + Debug compile (MarlinFirmware#24297) * 🧑💻 Remove servo macros * 🧑💻 Misc. servo code cleanup * 🩹 Fix ProUI compile (MarlinFirmware#24310) Co-authored-by: Scott Lahteine <[email protected]> * 🐛 Fix JGAurora A5S A1 build (MarlinFirmware#24326) * 🩹 Fix missing ProUI cpp wrapper (MarlinFirmware#24313) * 🧑💻 Apply F() to some LCD / TFT strings Followup to MarlinFirmware#24228 * 🌐 Fix LCD string, typos (MarlinFirmware#24324) * 👷 CI test without src filter (emulate Arduino) (MarlinFirmware#24335) * 👷 Use Biqu BX for CI test (MarlinFirmware#24331) * 🧑💻 MAP macro for axis lists, etc. (MarlinFirmware#24191) * ⚡️ PWM for ESP32 I2S expander (MarlinFirmware#24193) * 🎨 Fix comments, formatting * 🧑💻 Fix STATIC_ITEM_N arg order * 🎨 Use MAP for home axis items * 🎨 Simplify move menus with substitution * 🚑️ Fix SD mount bug (MarlinFirmware#24319) Co-authored-by: Scott Lahteine <[email protected]> * 🩹 LCD strings followup, fix warning (MarlinFirmware#24328) * 🐛 Fix M423 invocation (MarlinFirmware#24360) Followup to MarlinFirmware#23745 * 🚑️ Fix BIQU BX touch freeze (MarlinFirmware#24383) * 🩹 Fix DGUS (MKS) compile (MarlinFirmware#24378) * ✨ Classic UI BIQU BX (MarlinFirmware#24387) * 🐛 Fix Lerdge build / encrypt (MarlinFirmware#24391) Co-authored-by: Scott Lahteine <[email protected]> * 🐛 Fix G2/G3 Arcs stutter / JD speed (MarlinFirmware#24362) * 🐛 Resolve DUE Servo pulse issue (MarlinFirmware#24305) Co-authored-by: sjasonsmith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> * 🌐 Drop unused delta strings * 🩹 Fix LCD contrast with K8800 board * 🌐 Update Slovak language (MarlinFirmware#24397) * 🌐 Update Italian language (MarlinFirmware#24398) * 📝 Add STM32F4 example, Ruby (MarlinFirmware#24399) * 🐛 Fix Manual Move axis selection (MarlinFirmware#24404) * 🎨 Misc. shorthand operators * 📝 Note about UBL bad splits * 🐛 Fix MAX31865 PT1000 normalization (MarlinFirmware#24407) Co-authored-by: Scott Lahteine <[email protected]> * 🐛 Fix Axis Homing (MarlinFirmware#24425) Followup to 4520a51 * 🩹 Fix memset block warning * 🐛 Fix M149 (MarlinFirmware#24430) * 🩹 Remove obsolete split_move * 🩹 Remove poison wchar_t macro * 🩹 Fix MKS TinyBee ADC Vref (MarlinFirmware#24432) * 🚸 MPCTEMP: Home before cooling (MarlinFirmware#24434) * Fix SDIO for STM32 Followup to MarlinFirmware#24271 * 🎨 ANY => EITHER * 🔨 Fix Warnings.cpp force-recompile * 🐛 Fix 2d mesh print (MarlinFirmware#24536) * 🎨 Clean up extra axes Followup to MarlinFirmware#24120 * 🐛 Fix SDIO for STM32 (MarlinFirmware#24470) Followup to MarlinFirmware#24271 * 🩹 Fix some parameters w/out values (MarlinFirmware#24051) * 📝 Index Mobo Rev03 => Opulo Lumen Rev3 * ✨ BigTreeTech SKR SE BX V3.0 (MarlinFirmware#24449) SKR SE BX V3.0 removes the Reverse Driver Protection feature. * ✨ Creality3D v4.2.5 / CR200B (MarlinFirmware#24491) * ✨ eMotion-Tech eMotronic (Micro-Delta rework) (MarlinFirmware#24488) * ✨ MKS Monster8 V2 (MarlinFirmware#24483) * 🚸 Arrange EXP pins in common order (MarlinFirmware#24525) * 🔧 Config parity with 2.1.x * 🐛 Fix types.h macros and fields Fixes MarlinFirmware#24419 * 🚨 Fix some compiler warnings * ♻️ More updates for multi-axis Based on MarlinFirmware#23112 Co-Authored-By: Scott Lahteine <[email protected]> * 🎨 Minimize block->steps.set * 🔨 BTT STM32G0B1RE xfer build (MarlinFirmware#24245) * ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (MarlinFirmware#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> * ♻️ Planner flags refactor * ♻️ reset_acceleration_rates => refresh_… * 🔨 Fix OpenBLT encode; no-bootloader envs (MarlinFirmware#24446) * 🐛 Fix MKS TinyBee compile (MarlinFirmware#24454) * 🔨 Disable stack protector on macOS simulator (MarlinFirmware#24443) * ♻️ Encapsulate PID in class (MarlinFirmware#24389) * 🔨 PlatformIO "--target upload" == "--target exec" * 🔨 Fix firmware upload (MarlinFirmware#24499) * ♻️ More updates for multi-axis * 🏗️ Axis name arrays Co-Authored-By: DerAndere <[email protected]> * 💥 Update Motor Current G-codes for extra axes (MarlinFirmware#23975) * 🧑💻 Forward-compatible axis strings * 🎨 Fix/adjust warnings (MarlinFirmware#24225, MarlinFirmware#24404) * 💥 More M306 M => M306 H (MarlinFirmware#24258) Followup to MarlinFirmware#24253 * ⚡️ Fix and improve Inline Laser Power (MarlinFirmware#22690) * 🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (MarlinFirmware#24463) * 🔨 Fix and update Makefile Followup to 89fe5f6 * 🔨 Fix Warnings.cpp force-recompile * ✨ Polargraph M665 settings (MarlinFirmware#24401) * 🔨 Add mftest --default flag * 🎨 Clean up extra axes Followup to MarlinFirmware#24120 * 📝 Update Driver Type comments * 📝 Update MPCTEMP G-Code M306 T (MarlinFirmware#24535) M306 simply reports current values. M306 T starts autotune process. * 📺 Fix TFT Classic UI non-Touchscreen 1024x600 (MarlinFirmware#24541) * 🎨 PIO scripts cleanup * 🔨 Update build/CI scripts * 🩹 Fix lcd_preheat compile * 🧑💻 Update planner/stepper includes * 🌐 Update German language (MarlinFirmware#24555) * Fix axis string 'N' (MarlinFirmware#24259) Followup to 167672d * 🏗️ Extend AXIS_CHAR to include E Co-Authored-By: DerAndere <[email protected]> * 🩹 Fix manual move titles (MarlinFirmware#24518) * 🩹 Fix MAX31865 approximations Followup to MarlinFirmware#24407 * 🎨 Misc. 'else' cleanup * 🐛 Fix Archim2 USB Hang (MarlinFirmware#24314) * 🚸 Fix and update ProUI (MarlinFirmware#24477) * 🩹 Fix MKS UI extruder speed (MarlinFirmware#24476) * 🚸 Better M350, M114 with more axes (MarlinFirmware#23986) Co-authored-by: Scott Lahteine <[email protected]> * 🩹 Fix TFT image packing * 🐛 Fix laser/fan sync (MarlinFirmware#24460) Followup to MarlinFirmware#22690, 307dfb1 * 🩹 Fix ST7565 LCD contrast init (MarlinFirmware#24457) * 🎨 Fix comments, formatting * 🩹 Fix safe homing sanity-check (MarlinFirmware#24462) * 🎨 Misc. 6-axis cleanup * 🐛 Fix BACKLASH_COMPENSATION compile (MarlinFirmware#24072) Followup to MarlinFirmware#23826 * 🔧 Assert Probe Temp Comp requirements (MarlinFirmware#24468) * 🩹 Apply linearval in M600 * 🩹 Fix G33 Delta Sensorless Probing compile (MarlinFirmware#24291) * 🩹 Fix G60/G61 debug code (MarlinFirmware#24231) * 🧑💻 Fix MAP macro use Followup to MarlinFirmware#24191 * 🚸 Machine-relative Z_STEPPER_ALIGN_XY (MarlinFirmware#24261) Co-authored-by: Scott Lahteine <[email protected]> * 📝 Update board MCU comments (MarlinFirmware#24486) * 📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (MarlinFirmware#24521) * 🧑💻 Add Sim debug with lldb * 🧑💻 Fix and improve build_all_examples * 🩹 Revert extra axis changes * ⚡️ Optimize G2-G3 Arcs (MarlinFirmware#24366) * ⚡️ Optimize Planner calculations (MarlinFirmware#24484, MarlinFirmware#24509) * Updates from MarlinFirmware#24560 * ♻️ Small sound / buzz refactor (MarlinFirmware#24520) * 🚸 Fix, update ProUI (MarlinFirmware#24251, MarlinFirmware#24473, MarlinFirmware#24500) * 🧑💻 Axis macros parity with 2.1.x * 🧑💻 Further script updates * 🚑️ Fix XYZEval = N not setting E * 🔖 Marlin 2.0.9.5 * 🐛 Fix recalculate_max_e_jerk * 🩹 Add missing FORCE_SOFT_SPI (MarlinFirmware#24940) * 🧑💻 Update Python indentation * 🔨 Newer PlatformIO support * 🔨 Fix thread-unsafe deque iteration * 🔨 Use 'build_src_filter' * 🐛 Fix G2/G3 limiting_speed (MarlinFirmware#25988) * 🔨 [2.0.9.7] Use older chitu_crypt.py --------- Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: LPRtypeCN <[email protected]> Co-authored-by: Stephen Hawes <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: John Robertson <[email protected]> Co-authored-by: tombrazier <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Robby Candra <[email protected]> Co-authored-by: Mike La Spina <[email protected]> Co-authored-by: InsanityAutomation <[email protected]> Co-authored-by: Miguel Risco-Castillo <[email protected]> Co-authored-by: Roxy-3D <[email protected]> Co-authored-by: grauerfuchs <[email protected]> Co-authored-by: Dominic <[email protected]> Co-authored-by: Marcio T <[email protected]> Co-authored-by: Oliver Jean Eifler <[email protected]> Co-authored-by: Ivan Kravets <[email protected]> Co-authored-by: Arthur Masson <[email protected]> Co-authored-by: Simon Pilepich <[email protected]> Co-authored-by: Robert Brenckman <[email protected]> Co-authored-by: Pauli Jokela <[email protected]> Co-authored-by: Ludy <[email protected]> Co-authored-by: borland1 <[email protected]> Co-authored-by: ledzepman71 <[email protected]> Co-authored-by: bryan065 <[email protected]> Co-authored-by: BIGTREETECH <[email protected]> Co-authored-by: Alan.Ma <[email protected]> Co-authored-by: Tanguy Pruvot <[email protected]> Co-authored-by: lujios <[email protected]> Co-authored-by: Steven Haigh <[email protected]> Co-authored-by: luzpaz <[email protected]> Co-authored-by: Victor Oliveira <[email protected]> Co-authored-by: Bob Kuhn <[email protected]> Co-authored-by: sjasonsmith <[email protected]> Co-authored-by: sgparry <[email protected]> Co-authored-by: Roman Moravčík <[email protected]> Co-authored-by: Shlee <[email protected]> Co-authored-by: John Lagonikas <[email protected]> Co-authored-by: Moonglow <[email protected]> Co-authored-by: DerAndere <[email protected]> Co-authored-by: Christophe Huriaux <[email protected]> Co-authored-by: elimisback <[email protected]> Co-authored-by: EvilGremlin <[email protected]> Co-authored-by: Eduard Sukharev <[email protected]> Co-authored-by: GHGiampy <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: kisslorand <[email protected]> Co-authored-by: toomuchwonder <[email protected]>
Did you test the latest
bugfix-2.1.x
code?Works in bugfix-2.1.x not in bugfix-2.0.x
Bug Description
One example of many. eg Creality/Ender-3/CrealityV422
using stock bugfix 2.0.x configs on bugfix 2.0.x code results in
macro "LOGICAL_AXIS_ARRAY_1" requires 2 arguments, but only 1
using stock bugfix 2.1.x configs on bugfix 2.1.x code complies as expected
Bug Timeline
Since #24191
Expected behavior
It should build
Actual behavior
error:
Steps to Reproduce
1 buildroot/bin/use_example_configs "Creality/Ender-3/CrealityV422"
2. Autobuild marlin (or update default environment and build)
3. macro hell breaks out.
Version of Marlin Firmware
bugfix 2.0.x
Additional information & file uploads
Seen https://reprap.org/forum/read.php?415,889763
and in discoord.
Since #24191
The text was updated successfully, but these errors were encountered: