Fix FYSETC S6/Spider boot issue#22421
Fix FYSETC S6/Spider boot issue#22421thinkyhead merged 5 commits intoMarlinFirmware:bugfix-2.0.xfrom
Conversation
|
Based on @GMagician's comment in #22345 (comment), this patch may not work. Can anyone else confirm if this fixes the no boot issue on the S6 & Spider? |
|
What I see, loading elf file, is that address seems wrong. Entry point is 45 20 01 08 and loading elf file with st cube it's loaded at |
|
beware, its 0x0801.... not 0x8001... |
|
That's right but S6 env (I compiled both) has the same entry point, so it's really unusual |
|
Hi guys, after a lot of attempts, finally I could make it to work with new bootloader, but the eeprom still don't saves the data when I sent M500. Any with same issue and know how fix it? What I did: |
|
@rsdcampos — A lot has changed since 2.0.9.1 so you ought to be testing with |
|
Thanks for answer, but the fix is not in bugfix, but I found it. In pins_FYSETC_S6.h the MARLIN_EEPROM_SIZE is defined to 0x0800 (2KB) I changed it to 0x1000 (4KB) and it works now. |
|
Ok, I've done my best to bring this up to date with the pattern for other variants. Please test to see that both targets behave properly when paired with their respective bootloaders. |
|
@thinkyhead, I'm not a profissional in code and don't know the marlin structure as well as I liked, so I neded to do a trial and error. Thanks everybudy for all. |
Yes , i will, eeprom should be 4k. It seems that the commit here https://github.com/MarlinFirmware/Marlin/pull/20340/commits, change the EEPROM SIZE from 4k to 2k, i don't know why it changes. Not matter how, thanks anyway. PR is here: #22424 |
|
If all I did is correct now 8000 boot+env is working but 10000 boot+env doesn't. On latter I see com port but repetier can't connect to it |
|
maybe board_build.offset = 0x10000 was removed by mistake ? |
|
Nope, adding it doesn't work as well |
|
You flashed the big vendor bootloader before right ? |
|
yep, of course |
|
just to be sure, i had to switch often too on my board... and sometimes you forget ;p |
|
@GMagician, it is was I tried to explain to @GerogeFu, the changes he made in S6 envs at stm32f4.ini file make it stop working, but just on 0x10000 offset. With the changes I sugested, both bootloaders worked well for me. |
|
@rsdcampos I confirm, restoring .ini on big boot section with previous values (I just keep 'board_upload.offset_address = 0x08010000' removed) big boot env works |
|
So, the consensus seems to be that the variant |
That seems to be |
|
Since the |
|
Tested last changes, both envs work! |
Co-authored-by: Scott Lahteine <[email protected]>
commit 718227a94c0cb163a73f0f288be6f7b864b7127a Author: Scott Lahteine <[email protected]> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <[email protected]> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <[email protected]> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <[email protected]> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <[email protected]> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <[email protected]> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <[email protected]> Date: Tue Aug 3 20:02:34 2021 -0400 🐛 Spellcheck comments (#22496) codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753 Author: ldursw <[email protected]> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <[email protected]> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes Fixes #22466. Regression from #22377. commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b Author: ellensp <[email protected]> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <[email protected]> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <[email protected]> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <[email protected]> Date: Wed Jul 14 21:13:08 2021 -0600 🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530) commit 3924545912f3379f291355797a361c9e58c3840f Author: ellensp <[email protected]> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <[email protected]> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <[email protected]> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 23:24:20 2021 -0500 🐛 Fix fan index for Singlenozzle, chamber fan Fixes #22512 Followup to #19152, #19519 commit a668a9d302ff92f413360aff664675f52ed99650 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <[email protected]> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <[email protected]> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <[email protected]> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <[email protected]> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <[email protected]> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <[email protected]> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <[email protected]> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <[email protected]> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <[email protected]> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <[email protected]> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <[email protected]> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <[email protected]> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <[email protected]> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <[email protected]> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <[email protected]> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 23:05:53 2021 -0500 🐛 Fix custom menus on TFT LVGL Fixes #21423. Regression from #18177. commit 245b6e0884e9f421230520789bd72f49b20e4720 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <[email protected]> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475) Fixes #22466. Regression from #22377. commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05 Author: Scott Lahteine <[email protected]> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <[email protected]> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <[email protected]> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <[email protected]> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <[email protected]> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <[email protected]> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <[email protected]> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <[email protected]> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <[email protected]> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <[email protected]> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <[email protected]> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <[email protected]> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <[email protected]> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <[email protected]> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <[email protected]> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:34:49 2021 -0500 🐛 Fix 3-point leveling position See #22457. Fixes a G29 regression from #19112. commit c7c56ac45f9120b7d972d21427312e5282f82606 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <[email protected]> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <[email protected]> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <[email protected]> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241. commit f8f68f9259cc486fd36147f4f9d1e474940510dd Author: ellensp <[email protected]> Date: Thu Jul 22 09:31:11 2021 +1200 🎨 MKS Hardware Test followup (#22414) Co-authored-by: Scott Lahteine <[email protected]> commit 7773504afa546884f533fabefa1497547431bcdf Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 12:20:28 2021 -0700 ♻️ Refactor STM32 ini files (#22377) Co-authored-by: Scott Lahteine <[email protected]> commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189 Author: VTXtruder <[email protected]> Date: Tue Jul 20 23:27:19 2021 -0400 ✨ Chitu3D V9 board (#22401) Co-authored-by: Scott Lahteine <[email protected]> commit 29dde9be2b9fb52641d4fa804b097852f69e68f4 Author: Tanguy Pruvot <[email protected]> Date: Sun Jul 18 00:16:57 2021 +0200 🐛 Fix Longer3D build environment (#22378) commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd Author: ellensp <[email protected]> Date: Thu Jul 15 14:07:46 2021 +1200 🔨 More HAL/STM32 targets (#22358, #22369) commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc Author: ellensp <[email protected]> Date: Wed Jul 21 07:44:15 2021 +1200 🐛 Fix STATUS_COMBINE_HEATERS compile (#22405) commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985 Author: Mike La Spina <[email protected]> Date: Sun Jul 18 20:11:24 2021 -0500 🐛 Fix Ammeter display on DOGM (#22384) commit 61d0b082989d506b7e0716a792c104389cd6d8c1 Author: Katelyn Schiesser <[email protected]> Date: Sat Jul 17 23:10:13 2021 -0700 🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382) commit b57f73a4883fc732b0c413e45d8614791bad4298 Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 03:10:54 2021 -0500 🎨 Add MMU2 enabled() accessor commit 40b99d8084b235625ffe8701ce859219d52838c5 Author: Yash <[email protected]> Date: Tue Jul 20 14:51:41 2021 -0500 🐛 Fix G2/G3 angular motion calculation (#22407) commit c944e4fc6009cfc6e11f97b63f6ea817b8470071 Author: vyacheslav-shubin <[email protected]> Date: Tue Jul 20 23:12:08 2021 +0300 🩹 Init var to suppress invalid warning (#22396) commit eebab93358427b3b95b4d38dedbbb8aaaba977b8 Author: Katelyn Schiesser <[email protected]> Date: Sun Jul 18 18:24:27 2021 -0700 🐛 Ensure Software SPI pins for Max Thermocouple (#22389) commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 19:56:28 2021 -0500 🐛 Change font for selected language (#22381) commit e190684fe6ae4bf1a885508dbf39a6477ad274a5 Author: Roxy-3D <[email protected]> Date: Mon Jul 19 18:59:06 2021 -0600 🐛 Fix UBL G29 J - Vector3 regression commit 69c1e79c302e936d15957a98795afc8d57495ab6 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 13:13:25 2021 -0700 🐛 Fix BTC_SAMPLE_RES sanity check (#22394) commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e Author: Keith Bennett <[email protected]> Date: Tue Jul 20 12:54:02 2021 -0700 🎨 Fix unused lambda warning (#22399) commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b Author: Malderin <[email protected]> Date: Mon Jul 19 05:21:51 2021 +0300 🐛 Fix MKS UI compile (#22388, #22395) Co-authored-by: Scott Lahteine <[email protected]> commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d Author: squiddity <[email protected]> Date: Sat Jul 17 22:50:39 2021 -0700 🐛 Fix M913 typos (#22385) commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 00:45:17 2021 -0500 🐛 No translated serial strings commit 6e7c20e78e1036140d9e076f71759e35f91300e2 Author: mks-viva <[email protected]> Date: Thu Jul 15 20:57:34 2021 -0500 ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368) commit 165ae139d51b617295c2302f39c09edb0f0b0dd6 Author: Cytown <[email protected]> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 42eb2347d4c9cc64220322e10046ad275ec7a04e Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 22:24:43 2021 -0500 🎨 Strip trailing whitespace commit 3ab67898070c4422e454627e2836ab3b821bcf55 Author: mks-viva <[email protected]> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit 5054dc6ea2883095f081971cb267090b7756db97 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 6 17:36:41 2021 -0700 🐛 Redundant Temp Sensor followup (#22196) commit ee54cd4bd7e36284e4bc974e297834fb31ed466e Author: lujios <[email protected]> Date: Tue Jul 13 02:19:29 2021 +0200 ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899) commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b Author: Cytown <[email protected]> Date: Wed Jun 30 01:58:11 2021 +0800 🚸 Retain power during Pause (#22227) commit fef76a76a3275cf59bdf085b29d7d02168e61903 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 19:44:51 2021 -0500 🔨 Consolidate STM32 extra_scripts (#22365) commit a5459a68a69d255456b477dd134cba88a8d4f06f Author: Keith Bennett <[email protected]> Date: Wed Jul 14 00:03:24 2021 -0700 💡 Update FLYmaker comments, URL (#22355) commit b44d4746c8c039effc7513c6a5ca2917e9a18691 Author: Keith Bennett <[email protected]> Date: Wed Jul 14 15:55:24 2021 -0700 🩹 FLYmaker FLY Mini followup (#22364) Followup to #22355, #22356. commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5 Author: ellensp <[email protected]> Date: Wed Jul 14 18:57:26 2021 +1200 ✨ FLY Mini for stm32duino (#22356) commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe Author: Krzysztof Błażewicz <[email protected]> Date: Wed Jul 7 04:10:40 2021 +0200 ✨ DWIN LCD for BTT SKR Mini E3 (#22288) commit ee640816968b95ee14c3eaafbc0572df9f4dcee1 Author: Mihai <[email protected]> Date: Wed Jul 7 07:10:35 2021 +0300 ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) commit a35c234ce1f75b042c23402fda0426a7257c388b Author: InsanityAutomation <[email protected]> Date: Thu Jul 8 00:41:33 2021 -0400 🐛 Fix redundant heater / sensor pin assignments (#22309) commit 5026797310b19618150d6010fd9cc4b57aae9a49 Author: Mike La Spina <[email protected]> Date: Mon Jul 12 00:22:08 2021 -0500 🏗️ Allow headless Flow Meter (#22234) commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7 Author: Victor Oliveira <[email protected]> Date: Wed Jul 14 02:34:18 2021 -0300 ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) commit 8cf15e85463361289820b240d0de527d47852992 Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 14 16:56:02 2021 -0700 🎨 Call millis() once in manage_inactivity (#22363) commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9 Author: Skruppy <[email protected]> Date: Fri Jul 9 04:55:34 2021 +0200 🐛 Fix AVR DELAY_US int overflow (#22268) commit 6d191d12c9dbf1bf0844445ff02797ff98028b32 Author: Scott Lahteine <[email protected]> Date: Tue Jun 29 16:25:37 2021 -0500 🔨 Clean up build scripts (#22264) * Add 10K to marlin_blackSTM32F407VET6 (typo?) * Document custom build scripts. * Add a Robin common build script. * Extraneous .ldscript specifiers commit e213246ab998239c21bbc55983b79f28b4f848ce Author: bilsef <[email protected]> Date: Thu Jul 15 18:59:52 2021 -0700 ✨ M115: Axis Count (#22219) commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 18:51:58 2021 -0500 🎨 Minor cleanup of TFT/FSMC pins commit 87cc3873212918c30cf6a0b94ad52e93248f56c7 Author: Taylor Talkington <[email protected]> Date: Thu Jul 15 17:32:40 2021 -0400 🐛 Fix Filament Change menu (#22370) Followup to #22277 commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 7 21:45:15 2021 -0700 🐛 Fix Einsy RAMBo FAN1_PIN (#22305) commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 00:21:17 2021 -0500 📝 Tom's 3D Forums discontinued commit a0704cb14ff6805a1d3eef470cf2bba87de72afc Author: ellensp <[email protected]> Date: Wed Jul 14 12:32:21 2021 +1200 🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348) commit cad2f69687c1720a1ddb5be14732c2325eab527b Author: MKS-Sean <[email protected]> Date: Tue Jul 13 08:17:28 2021 +0800 ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) commit 31fbec9a00f49818b6a82c283349167c40260cc2 Author: mks-viva <[email protected]> Date: Tue Jul 13 19:14:34 2021 -0500 🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340) commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 02:14:55 2021 -0500 🐛 Fix SD pins for MKS Robin Lite commit bc459a76f40a86e0c25e75d3e3b4054a3db98436 Author: Scott Lahteine <[email protected]> Date: Mon Jul 12 22:52:17 2021 -0500 🐛 TM3D fixes and improvements Co-Authored-By: InsanityAutomation <[email protected]> commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30 Author: Marcio T <[email protected]> Date: Mon Jul 12 18:35:00 2021 -0600 ⚡️ Fixes to FTDI Eve Touch UI (#22347) commit 24f0613b9f14cd5a88bde851597104a1c6997abd Author: ellensp <[email protected]> Date: Mon Jul 12 17:15:48 2021 +1200 🎨 Optional Custom Button description (#22336) commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3 Author: Mike La Spina <[email protected]> Date: Sun Jul 11 20:45:47 2021 -0500 🔨 Update LPC176x platform to 0.2.8 (#22333) commit f76b063e58624d477c17a082d471aea3ef7b3197 Author: Scott Lahteine <[email protected]> Date: Sun Jul 11 18:25:51 2021 -0500 🚸 M666: Fix value filter, add report (#22337) In reference to #22325 commit c746b1a2ae3573895b24fbc8c37015736469f39c Author: Scott Lahteine <[email protected]> Date: Sun Jul 11 13:18:16 2021 -0500 🚸 Limit LCD delta endstop adjustment like M666 In reference to #22325 commit be13220e32c2a79761224e16925436b9ae87bf48 Author: InsanityAutomation <[email protected]> Date: Fri Jul 9 19:24:14 2021 -0400 📺 ExtUI pause state response (#22164) commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985 Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 17:09:58 2021 -0500 🎨 Check flags without ENABLED commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7 Author: Tanguy Pruvot <[email protected]> Date: Fri Jul 9 23:07:55 2021 +0200 🌐 Update French language (#22323) commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c Author: Zs.Antal <[email protected]> Date: Thu Jul 8 06:44:07 2021 +0200 🌐 Update Hungarian language (#22307) commit 573b8a62d9c189576b79773b9c54606c387d634a Author: BigTreeTech <[email protected]> Date: Sat Jul 10 04:06:10 2021 +0800 🐛 Fixes for BTT Octopus (#22314) commit eafb94e72d99c9c906bfd806c87684243e193aeb Author: Skruppy <[email protected]> Date: Sat Jul 10 01:25:47 2021 +0200 🐛 Fix HAS_KILL && SOFT_RESET_ON_KILL soft reset button logic (#22269) commit 69b44c2309d859865d4724cb8e323a13ba535d3c Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 16:02:27 2021 -0500 📌 Require U8glib-HAL@~0.5.0 (#22324) commit e9a1c10b34b5a23815285ee068112395dca17fbe Author: Katelyn Schiesser <[email protected]> Date: Thu Jul 8 21:48:11 2021 -0700 🐛 Fix manage_heaters recursion on servo move (#22313) Followup to e297748b22 commit 304a926b0a2c5f9edb8adac93557758115d6b004 Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 20:42:38 2021 -0500 👷 Bump date on /Version.h commit 1bb61f27e98029f19abab5deaeedcbf062887bc9 Author: Marcio T <[email protected]> Date: Tue Jul 6 19:32:08 2021 -0600 📺 Assorted small FTDI Eve Touch UI fixes (#22273) commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1 Author: Serhiy-K <[email protected]> Date: Wed Jul 7 03:55:31 2021 +0300 🌐 Update Russian and Ukrainian (#22290) commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 19:54:02 2021 -0500 ♻️ Fix up and use YESNO_ITEM macros commit ed14d14819625a98753aa715821339e4f5a0ec73 Author: ldursw <[email protected]> Date: Tue Jul 6 21:50:01 2021 -0300 🐛 Fix Maple / STM32 serial buffer (#22292) commit cae391bb484f5e141de07335f7bf97a91aa5e297 Author: George Fu <[email protected]> Date: Wed Jul 7 08:40:11 2021 +0800 🔨 FYSETC S6 small bootloader target (#22207) Co-authored-by: Scott Lahteine <[email protected]> commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a Author: Cytown <[email protected]> Date: Fri Jul 2 08:37:44 2021 +0800 🚸 Filament Change add confirm step (#22277) commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de Author: ellensp <[email protected]> Date: Fri Jul 2 09:27:27 2021 +1200 🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276) Co-authored-by: Scott Lahteine <[email protected]> commit 4235e23c7b0b62c6962624e1375605a6b5e575be Author: Scott Lahteine <[email protected]> Date: Wed Jun 30 21:58:25 2021 -0500 📝 Update Z_SAFE_HOMING description commit cd01421ac32041c7f775ec37dd8d00b29a5d335b Author: Glought <[email protected]> Date: Tue Jun 29 10:35:22 2021 -0700 🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259) commit aa13c7845812a3bd025437f03a5cf376eb975ee4 Author: Katelyn Schiesser <[email protected]> Date: Tue Jun 29 10:30:55 2021 -0700 🐛 Fix ExtUI 'lcd_clicked' definition (#22257) commit b1c5dd985e6cfc46c0cb0aa70c7dd681a2e9d3d5 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 28 18:43:05 2021 -0700 🐛 Fix PTC/BTC whole number tests (#22255) commit 3109a297d6e48d31ac2a23aedf0b919b63e2df4d Author: tome9111991 <[email protected]> Date: Mon Jun 28 19:08:37 2021 +0200 ✨ Ender-3 V2 Display for SKR E3 Turbo (#22229) commit b878127ea04cc72334eb35ce0dca39ccf7d73a68 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:33 2021 -0500 Marlin 2.0.9.1 commit 6ea6556d0989f6ef08ef169f513760c062de35bb Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 22:30:11 2021 -0700 🐛 Use setTargetHotend in menus (#22247) commit 2b37a71eba99101aa79c59148d73f85ac0bc4e0f Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 00:33:44 2021 -0500 ♻️ Refactor status screen timeout commit e3ae76d76d10427d95e0926781ca1153043936c1 Author: Cytown <[email protected]> Date: Sun Jun 27 00:21:34 2021 +0800 🚸 Expand box in draw_boxed_string (#22209) commit b24508907e0e270eec764543997ac568da28a7ba Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 21:02:11 2021 -0700 🐛 No HOTEND_LOOP with EXTRUDERS 0 (#22245) commit ec3daadf4372df419f906145aed8a37056619169 Author: Sébastien Gariépy <[email protected]> Date: Sun Jun 27 17:44:49 2021 -0400 🌐 MSG_MOVE_100MM (#22242) commit ae76011e751c01711a877c60a678b82115179ac7 Author: Cytown <[email protected]> Date: Mon Jun 28 01:39:09 2021 +0800 🐛 Fix wide glyph characters display (#22237) commit 34066c1717cf03039d3a80ca99dc487550a22645 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:28 2021 -0500 📝 Update probe heating value commit 19fe3d5e79863f817daadbefe74dbcfc01ab301c Author: ellensp <[email protected]> Date: Wed Jun 23 06:42:24 2021 +1200 🚸 MarlinUI Move Z >= 1000 (#22192) commit ec518e6e7bc57ec3b41441acb751aa363792bfd6 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:28:50 2021 -0500 🎨 Small tweak, ms => now commit 003ce25acfd64a83696609eed95699c7c7dff061 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:01:47 2021 -0500 🎨 Format onboard_sd.cpp commit 3e5d867276e4e8bf80657ecd2f8a73ccf38eb73f Author: ellensp <[email protected]> Date: Sun Jun 27 06:28:56 2021 +1200 🐛 Fix Z_MULTI_ENDSTOPS + NUM_Z_STEPPER_DRIVERS 4 compile (#22203) commit b1bcb387fa191250c916b14f19ebc1753d0ae30c Author: cr20-123 <[email protected]> Date: Sat Jun 26 14:17:18 2021 -0400 ✨ Update/extend Quiet Probing (#22205) commit 0fbd8c52bbec83e4bd0b6f772d42a495c36076a1 Author: ellensp <[email protected]> Date: Sun Jun 27 04:32:51 2021 +1200 🔧 Fix E.S.T. sanity-check errors (#22224) commit 08895e6cb046614c2e13c2df024c0fb460b7ba9f Author: Marcio T <[email protected]> Date: Fri Jun 25 22:38:27 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22223) commit 38e775496aff8c9c3af3f60b33b0ede2820c490b Author: Keith Bennett <[email protected]> Date: Fri Jun 25 14:12:21 2021 -0700 📝 Update TMC SPI endstops comment (#22221) commit 47631167f9ee6a67f655e32fadd7a88c5ad18ddc Author: Scott Lahteine <[email protected]> Date: Fri Jun 25 14:44:51 2021 -0500 🐛 Trigger existing endstops on G38 hit commit 185e0dc7b7db2d6030810cb27d50cbaade658d2f Author: bwspath <[email protected]> Date: Thu Jun 24 22:27:54 2021 +0200 🐛 Fix Octopus build on case-sensitive FS (#22206) commit bcf6ca59dff2f858f410ed995c9c91e20b465852 Author: Serhiy-K <[email protected]> Date: Tue Jun 22 21:48:56 2021 +0300 🌐 Update Russian language (#22193) commit 1ba694cebb8cb392b89adfedec0898b236755a37 Author: Marcio T <[email protected]> Date: Mon Jun 21 15:38:28 2021 -0600 🎨 Fix and enhance FTDI Eve Touch UI (#22189) commit 906fa05bd69ee5de18e4c083bda408699e296676 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:31:41 2021 -0500 🐛🌐 Fix extra axis translations commit 651f15f833d84a40d983fa7825b782fef731d8e8 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:24:50 2021 -0500 🎨 Cosmetic cleanup commit ef41c1f452c03eff94a2dc693e25db4af2c07d94 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 21 13:36:06 2021 -0700 🐛 Fix IJK axis references, E stepper indices (#22176) Co-authored-by: Scott Lahteine <[email protected]> commit 8050813d32402336eabf43152dd0e0ef76a54247 Author: Grumpy <[email protected]> Date: Tue Jun 22 08:12:39 2021 +1200 🐛 Fix dual Neopixels (#22174) commit 25e7e2fce05531b40a4753d138e7e00266f00efd Author: ellensp <[email protected]> Date: Tue Jun 22 08:09:21 2021 +1200 🐛 Fix heater display options/compile (#22185) commit a0f7f0e9e21b23577695609519d7216dd2f37c43 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 22:49:57 2021 -0500 🐛 Fix compact sensitive pins array (#22184) commit f3e0bc7a4b35ec0af3734029b170527f65f5c824 Author: Serhiy-K <[email protected]> Date: Mon Jun 21 06:48:06 2021 +0300 🌐 Update Ukrainian language (#22183) commit 49ff1e837ace76c852baf11dbf8ff4f38df43f32 Author: Giuliano Zaro <[email protected]> Date: Mon Jun 21 05:45:26 2021 +0200 🌐 Update Italian language (#22182) commit 4f8191b4818b97bd20eb9db2042dc07c97cce6cc Author: Katelyn Schiesser <[email protected]> Date: Sat Jun 19 11:44:28 2021 -0700 🐛 Redundant Temp Sensor followup (#22173) commit 927a1a17384b649c2cd56fc2ded7aba8392b3781 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 01:19:09 2021 -0500 🐛 Fix LCD define typos commit f2f23e80974b271a30cbf9de3397f0e58d9de7fb Author: Scott Lahteine <[email protected]> Date: Sat Jun 19 14:09:09 2021 -0500 🎨 Cosmetic changes for G28 commit cce585f6ca2235d0a534e8f3043d6d502b3bd93b Author: Scott Lahteine <[email protected]> Date: Fri Jun 18 13:12:55 2021 -0500 🐛 Define 'HEAD' axes for Markforged Fixes #22167 commit 5bfb465ab4735aa3d5fa6c8d359331e0f2399902 Author: Ari-SSO <[email protected]> Date: Thu Jun 17 21:34:40 2021 -0300 🚸 Include 'H' value in M412 report (#22138) Co-authored-by: Scott Lahteine <[email protected]> commit ce7bbafb8fafde75fee64e526700f9551e5564de Author: Katelyn Schiesser <[email protected]> Date: Wed Jun 16 23:15:16 2021 -0700 💡 Add G28 L description (#22144) commit 5ffc4bfe3a14cf8e280d78a11b0c19d06c20ace4 Author: Keith Bennett <[email protected]> Date: Thu Jun 17 17:39:48 2021 -0700 🐛 TFT encoder pin for BTT GTR (#22162) commit 3ecc99e95d8c25bec2342d2ec65d49a081ef4de8 Author: Mike La Spina <[email protected]> Date: Thu Jun 17 22:46:59 2021 -0500 🐛 Fix Air Assist (#22159) Co-authored-by: Scott Lahteine <[email protected]> commit f22c5d3cc6f42c955f212afa6c668469f7938193 Author: gjdodd <[email protected]> Date: Fri Jun 18 01:37:27 2021 +0100 🩹 Extruders 0 patch for PWM Motor Current (#22163) commit d8df8e0eed63c4b56f9b1221569d38654eff4948 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:58:48 2021 -0300 🐛 Fix env validation for 1280/2560 boards (#22150) Co-authored-by: Scott Lahteine <[email protected]> commit e38958f256e698ab5afd3b775d1fe1e2d93fcb65 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:49:42 2021 -0300 🐛 Fix MKS Robin E3 build (#22149) commit d7c77403fd8373c7b4bfb6a4fa6d6f25c1ff9feb Author: Scott Lahteine <[email protected]> Date: Tue Jun 15 00:44:32 2021 -0500 Marlin 2.0.9 commit c8898b5ca0db66c66a51f9d711591ab51a41fcc7 Author: ellensp <[email protected]> Date: Tue Jun 15 11:45:54 2021 +1200 ✨ Redundant Part Cooling Fan (#21888) Co-authored-by: Scott Lahteine <[email protected]> commit 781257bc64d74b31d7730e473ef6ca09454462aa Author: Scott Lahteine <[email protected]> Date: Mon Jun 14 18:44:27 2021 -0500 🐛 Prevent stepper sleep during long UBL idle (#22137) commit dec083dcc122ce2e3df2a41a1297aabadcd11484 Author: qwewer0 <[email protected]> Date: Mon Jun 14 23:52:42 2021 +0200 ⚡️ Home Z (and maybe XY) at the start of G35 (#22060) commit cdd95074935074c4afa1f467ef16c9e9c0325bfa Author: ellensp <[email protected]> Date: Tue Jun 15 09:43:50 2021 +1200 🚑️ Prevent BFT unaligned compressed data corruption (#22134) commit dba877311e28829dae24da30807b430bfba19faa Author: Bo Herrmannsen <[email protected]> Date: Mon Jun 14 11:28:13 2021 +0200 ✨ Extruder with Dual Stepper Drivers (#21403) commit 31fd3be6eba02e96f1e093990d5f8ef09dad617b Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 04:24:49 2021 -0300 🔥 Remove Chitu default Touch Calibration (#22133) commit 2b4284df81db484649b42ddf291031fb6c8e5c58 Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 02:39:16 2021 -0300 ✨ MULTI_VOLUME for Color UI and MarlinUI (#22004) commit d84e2d6e2908f34b08613b95c28726f5c330134a Author: InsanityAutomation <[email protected]> Date: Sun Jun 13 23:08:46 2021 -0400 🎨 ExtUI "user click" and other tweaks (#22122) Co-authored-by: Scott Lahteine <[email protected]> commit 56355159c66af615ef1a778a3c786e70cd4289b5 Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 22:47:38 2021 -0300 🐛 Include common TFT driver macros (#22125) commit a7135d429b1f0f7811610732b023064a85bd367e Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 18:43:43 2021 -0700 🐛 Fix UBL 'R' parameter and adjust 'P' (#22129) commit 3b0a40cd5d46c1a3f8c7a7bb2ae93a3f274cfd2f Author: Sola <[email protected]> Date: Mon Jun 14 09:31:38 2021 +0800 🐛 Fix ExtUI/DGUS Celsius display (#22121) commit 83c74802f89be2c3252a710960aee7bcf4469afe Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 20:19:43 2021 -0500 🎨 General cleanup of extui/dgus In relation to #22121 commit adc17933cddcd21b359708f3db4b08ace23331ab Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 21:01:53 2021 -0300 🔨 Fix Serial+MSC for _USB envs (#22116) commit 68c52673d6a9cae0e1b9d8e36df1bf31a833a7e5 Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 14:56:18 2021 -0700 🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130) commit 2aa35577f279ef189fb8ff9cb921d1d79e426987 Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 15:43:33 2021 -0500 🏗️ Refactor build encrypt / rename (#22124) commit 14ffc66c45d73f9e62a4180aa2dc4bf3079a84e4 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 16:28:30 2021 -0500 🩹 Use `#pragma once` in pins files commit 2ea0832e0fb20b5c210bcaa9315b8182b5ca8359 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:31:24 2021 -0500 📝 Number SKR EXP headers commit ab050878e91c8e7002836d85e286817d8dec774a Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:30:29 2021 -0500 🎨 Clean up LPC1768 SPI init commit 707a04022e658bd7d3224af71545f1a6cc712af7 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 11:40:35 2021 -0500 🔨 Remove obsolete ON_BOARD_SPI_DEVICE commit d12c35779355044fab117c739c70ea78dcedfe2f Author: mrv96 <[email protected]> Date: Sat Jun 12 18:19:37 2021 +0200 🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123) commit ddf8668e16aeac2ed487e8784c218e1cbd2880d5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 19:29:59 2021 -0500 📝 Describe G12 XYZ commit 3491e49c5f4d9bb5cce260ef51269b715761b4d5 Author: Victor Oliveira <[email protected]> Date: Fri Jun 11 18:13:22 2021 -0300 🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087) commit d322e495b296be5ad6922d419a4cba2ef08b697c Author: Katelyn Schiesser <[email protected]> Date: Fri Jun 11 13:51:29 2021 -0700 ✨ More flexible redundant temp sensor (#22085) commit 5d80f7006a32bbf4b56dcb2c88388782a8e26ffa Author: Keith Bennett <[email protected]> Date: Thu Jun 10 14:09:29 2021 -0700 🔨 Envs for BTT SKR Mini with RET6 (512K) (#22050) commit 3e7a9e5d2011eb7315e8765f2a8c3267fd2d3363 Author: Zs.Antal <[email protected]> Date: Thu Jun 10 23:05:07 2021 +0200 🌐 Update Hungarian language (#22083) commit 33e8769226f0d994a73dea33cec3e1488cc8f249 Author: grauerfuchs <[email protected]> Date: Thu Jun 10 17:04:18 2021 -0400 🔨 MightyBoard envs for A.B.M. (#22100) commit 59842edbcb46b6cc8f30807bdc9ef5fbe79bd7fa Author: Radek <[email protected]> Date: Thu Jun 10 19:51:07 2021 +0200 🔧 EEPROM options for BTT SKR 1.4 (#22092) commit 507e1e436e7f45078c61e79026d64c55598fd707 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:17:39 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22093) commit b27447ef484b86d573e7ba60960df2f008df37d4 Author: ellensp <[email protected]> Date: Thu Jun 10 19:09:52 2021 +1200 🔧 Enforce BLTouch settings (#22086) commit c9a3ba99be5e45b880387aa28577c10a9875b459 Author: Scott Lahteine <[email protected]> Date: Thu Jun 10 02:05:04 2021 -0500 🎨 Adjust some conditionals commit 967942460ecfa952cd39b055cf9fd6cb968f51ea Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 19:55:27 2021 -0500 ⚡️ Optimize Sensitive Pins array (except STM32) (#22080) commit bfa257902ec4b0c96e642b4ee54f6e75de546255 Author: Kyle Repinski <[email protected]> Date: Tue Jun 8 18:56:16 2021 -0500 🐛 Fix small/huge I2C EEPROM address (#22081) commit 3f103c91f0e206bf3911bcc884d1dfaa8f2dd38b Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 07:51:28 2021 -0500 🎨 Laser Ammeter followup (#22079) Followup to #21835 commit 2fd9971f413bf4d34da5c3de9fc57c31ebcf6a4f Author: Mike La Spina <[email protected]> Date: Mon Jun 7 14:15:09 2021 -0500 Add Laser Based I2C Ammeter Feature (#21835) commit a3063a939243acefec606909ce8982fdabd848c4 Author: ellensp <[email protected]> Date: Tue Jun 8 07:09:12 2021 +1200 expose hidden BLTOUCH setting changes (#22069) commit d8a02bbbdba39e3fcc6519d7fa8ddbc36f4ea967 Author: Marcio T <[email protected]> Date: Sun Jun 6 22:26:42 2021 -0600 🎨 Reorganize FTDI Touch UI variants (#22066) commit 76d4a395d1a3d9d24f308ce6deb19c8767f04105 Author: ellensp <[email protected]> Date: Sun Jun 6 21:21:14 2021 +1200 🩹 Fallback ID for MKS TS35 V2.0 (#22031) commit c515bfb5fbb860d13daea84dfde6cb9d54662d20 Author: 7FM <[email protected]> Date: Sun Jun 6 09:56:24 2021 +0200 👽️ Include <EEPROM.h> in STM32 (for now) (#22054) commit 83430be580071acd35617e99f0fb23814993d04b Author: ellensp <[email protected]> Date: Sun Jun 6 19:50:14 2021 +1200 📦️ Malyan M200 with HAL/STM32 (#22052) commit 9bd9f91722f9ae917a98bf8c148cadc84e885a6e Author: George Fu <[email protected]> Date: Sun Jun 6 14:37:52 2021 +0800 📌 Update FYSETC E4 to [email protected] (#22049) commit e6ef43e51a90e25ecbe24e766d32c046a9dbbdf3 Author: Victor Oliveira <[email protected]> Date: Sun Jun 6 02:59:19 2021 -0300 ⚰️ Remove obsolete CUSTOM_SPI_PINS (#22058) commit 16bca67f2deaf1d53bd7c1d3515ffbfb01a65ef8 Author: ellensp <[email protected]> Date: Sun Jun 6 12:16:40 2021 +1200 🔧 Check G29_RETRY_AND_RECOVER requirements (#21921) commit d65eea550caf12edaa678bde375864060cc68713 Author: Scott Lahteine <[email protected]> Date: Sat Jun 5 17:08:10 2021 -0500 🔧 FOAMCUTTER_XYUV moved to custom config commit 46080b367af8fbdef0628fc21243fd115007a2b5 Author: DerAndere <[email protected]> Date: Fri Jun 11 22:53:23 2021 +0200 ✏️ Six Linear Axes followup (Fix M503) (#22112) commit 317afae37c5927ec6c4e6118a9e4d64dd8b757e3 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:08:42 2021 -0600 ✏️ Six Linear Axes followup (typos) (#22094) commit 930a6082362c3bef59aee27d72f0611b72ccbded Author: ellensp <[email protected]> Date: Wed Jun 9 10:43:39 2021 +1200 🎨 IJK auto-allocation (#22075) commit 6e3c45580ce415bb27774bc0b707fec7da54943b Author: DerAndere <[email protected]> Date: Mon Jun 7 06:23:23 2021 +0200 ✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068) commit e3df7d7bc8188994cc49879da9556222db935252 Author: DerAndere <[email protected]> Date: Sun Jun 6 08:30:39 2021 +0200 ✏️ Followup to Six Linear Axes (#22056) commit c1fca911036af3ca868caea7556a630044ae4a77 Author: DerAndere <[email protected]> Date: Sat Jun 5 09:18:47 2021 +0200 🏗️ Support for up to 6 linear axes (#19112) Co-authored-by: Scott Lahteine <[email protected]> commit d3c56a76e73f8e126f1cf579f552e671efa9005b Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 20:23:37 2021 -0500 ♻️ Patches for Zero Extruders (with TMC) commit 4194cdda5bb01171b2523038d568de670a8f0461 Author: Scott Lahteine <[email protected]> Date: Mon May 24 16:38:57 2021 -0500 ♻️ Refactor Linear / Logical / Distinct Axes (#21953) * More patches supporting EXTRUDERS 0 * Extend types in prep for more axes commit f5f999d7bf56c03fd95455902e75cff873139500 Author: Marcio T <[email protected]> Date: Fri Jun 4 23:35:05 2021 -0600 📺 Fix and enhance FTDI EVE Touch UI (#22047) commit b4b607681c19aff8c067f70c970f9ae755b1e059 Author: Keith Bennett <[email protected]> Date: Fri Jun 4 21:56:18 2021 -0700 ✨ BigTreeTech Octopus V1.1 (#22042) commit 1e75eba27bd439d805d9de3e3c2194c2bfc3e42e Author: ellensp <[email protected]> Date: Sat Jun 5 16:51:17 2021 +1200 🐛 Fix STM3R / BEAST envs (#22028) commit f3f3d202accf2c36e348c5e08fae82981d74c872 Author: Victor Oliveira <[email protected]> Date: Sat Jun 5 01:49:00 2021 -0300 📦️ STM32F103RE_btt(_USB) with HAL/STM32 (#22040) commit c90fa530db2e6c98cfc8329ef36eda837b5ecc30 Author: Scott Lahteine <[email protected]> Date: Fri Jun 4 23:44:16 2021 -0500 ✨ Update G34 for 4x Z steppers (#22039) commit aeb8097cbc2b946cffe9813b5c8805c6943fd87d Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 04bea727877c931777d69b718482630c40bd86fe Author: Giuliano Zaro <[email protected]> Date: Sat Jun 5 03:02:37 2021 +0200 🐛 Fix MMU compile with >5 EXTRUDERS (#22036) commit ce95f56ac8755eff188001e12c88e01ae8e65f0e Author: ldursw <[email protected]> Date: Fri Jun 4 00:38:10 2021 -0300 🔨 MKS Robin E3 for HAL/STM32 (#21927) commit aff45fd455dd34f06f7211e0ff29d4f4dd93c7a8 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 03:23:10 2021 -0500 ✏️ Remove whitespace commit c8f28d9d0906261749f8beabc645503fadb0cbc9 Author: ellensp <[email protected]> Date: Thu Jun 3 20:10:04 2021 +1200 🐛 Fix Creality v4 servo timer (#22021) Followup to #21999 commit f3697e5e02cd9debb170f69250a1ac37bc338852 Author: Keith Bennett <[email protected]> Date: Thu Jun 3 17:51:22 2021 -0700 🔨 Consolidate BTT linker scripts followup (#22038) commit 557ba20ff4f57f0311f92e74b20a031c1ffb3520 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 02:55:30 2021 -0500 🔨 Consolidate BTT linker scripts Originally from #22022 commit dd0e5c26d15a188dca9f7c772f8058bffdda108c Author: ellensp <[email protected]> Date: Thu Jun 3 19:40:16 2021 +1200 🐛 Fix env:STM32F103RE maple/unified split-up (#22019) Followup to #21999 commit c9a3f41152d1cc5145993920f2594aef8e745089 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 17:09:47 2021 -0500 📝 Update G61 comment commit d13ffa0aba6e31095d08bd3ccbc1c970e1fb2a59 Author: ellensp <[email protected]> Date: Wed Jun 2 18:42:15 2021 +1200 🔨 Creality v4 with STM32 HAL (#21999) - New STM32 env for Creality V4 boards. - Separate Libmaple targets into their own `ini` file. - Temporarily remove unusable targets from `pins.h`. Co-authored-by: ellensp <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit fb0be2960408c08de09ecba4253c65f50e01b275 Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 23:24:20 2021 -0500 🔨 Move FLY_MINI env to stm32f1.ini commit 7ca155077503cb2c62bf5ed739f9c6a2280a1cd9 Author: hannesweisbach <[email protected]> Date: Wed Jun 2 06:20:47 2021 +0200 ✨ TMC Driver distinct baudrates (#22008) commit 665a71b471476b7eaebe910d4412c5f39f26932c Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 22:46:35 2021 -0500 🔧 Treat TPARA like SCARA in mfconfig commit 9268a4b28c485a2efeffccabab42defbd1c2cbaf Author: Roman Moravčík <[email protected]> Date: Wed Jun 2 04:10:15 2021 +0200 🌐 Update Slovak language (#22000) commit 529bbfad10ca13a9d11af84302b7a92a14250d34 Author: Krzysztof Błażewicz <[email protected]> Date: Mon May 31 08:44:38 2021 +0200 ⚗️ 32-bit float constants (STM32F1) (#21996) commit e7945c227762a66840b0d9eb3c4aa9e40ff7641b Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 18:33:07 2021 -0500 🐛 Fix Z endstop enum Followup to 92dea8e6cc commit 5ee91c73ed17cbb49899a7d91fce9377fd6e4599 Author: Scott Lahteine <[email protected]> Date: Sun Jun 6 03:49:23 2021 -0500 👷 Add caching to CI workflow commit 2116e4202b064c6cafef70d54ed50edf00b79e44 Author: hannesweisbach <[email protected]> Date: Sat Jun 5 06:38:43 2021 +0200 🐛 Fix Probe Temp Calibration compile (#22032) commit 19521d16cd9838345f404196e62bf6a2e2719b39 Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 057302b93636f276e8fe188f3fbd23d087e68a00 Author: Victor Oliveira <[email protected]> Date: Thu Jun 3 18:52:25 2021 -0300 👽️ Fix usb-host-msc-cdc-msc issue (#22025) commit d62619c9c8e4e92ea8e1d0fdfdca923df1d94140 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 19:38:34 2021 -0500 📌 Use U8glib-HAL@~0.4.5 commit 9c80a89597ceb397f079a2bae47c15f32a195165 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:31 2021 -0500 🎨 Reorganize BTT_E3_RRF_IDEX_BOARD commit 00834ef03dc9a58e7b2c1b1333276e0c65399a5f Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:03 2021 -0500 🎨 Clean up stops, sdss pins commit 5b7b065b96e6920171a50aace7e77ec8f735915d Author: Scott Lahteine <[email protected]> Date: Sat May 29 16:01:38 2021 -0500 Marlin 2.0.8.2 commit a739af823f63bf5cfafb22a62d5f7b4d9ba4073e Author: Timo <[email protected]> Date: Sat May 29 14:00:39 2021 -0700 ✨ Malyan M180 (#21992) commit 493eb446b74cdc7ab99315dfc129ecc86fbc343d Author: Pascal de Bruijn <[email protected]> Date: Thu May 20 13:35:38 2021 +0200 ✨ MEDIA_MENU_AT_TOP for MarlinUI (#21925) commit 1b45b3802ac62c3b1e47213b847d9eb772ba1f4b Author: charlespick <[email protected]> Date: Thu May 20 04:06:26 2021 -0700 ✨ Independent baud rates (#21949) Co-authored-by: Scott Lahteine <[email protected]> commit 7898307d783f13e3d1947c61b3cc573f5973f69a Author: Krzysztof Błażewicz <[email protected]> Date: Sat May 29 20:48:56 2021 +0200 🌐 Update Polish language (#21993) commit 8da8aa140fb7b57623144b222b5ff31816b2f84a Author: ellensp <[email protected]> Date: Thu May 27 22:13:43 2021 +1200 🥅 Add MESH_EDIT_MENU sanity check (#21922) commit 4572af2bce25fc4959746f1088981c410cafee1b Author: Andy Barratt <[email protected]> Date: Thu May 27 03:07:13 2021 +0100 🚸 cap:HOST_ACTION_COMMANDS (#21987) commit 6dc17f0e6ea3b88f109d683a4b223d6a733ad1e5 Author: Allen Bauer <[email protected]> Date: Tue May 25 17:08:10 2021 -0700 🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980) commit 3fcf3f69ca495722b0f47a69435e033f8895ae82 Author: ellensp <[email protected]> Date: Wed May 26 11:38:23 2021 +1200 ♻️ LEDs refactor and extend (#21962) Co-authored-by: Scott Lahteine <[email protected]> commit a9fd2769f3f26e7e61a908a0ef2c079f1d06baab Author: LawnMo <[email protected]> Date: Tue May 25 00:53:48 2021 +0200 🩹 Fix multi_volume + SDIO onboard compile (#21975) commit 9adaf92674751542e76e31738d2915992c57a40f Author: LawnMo <[email protected]> Date: Mon May 24 09:21:21 2021 +0200 🩹 Improved SKR2 12864 LCD Delays (#21956) commit e75c3b6c54e9e8b4b48009a0ccc58ed7069f612a Author: Scott Lahteine <[email protected]> Date: Sun May 23 21:33:22 2021 -0500 🎨 Macros for optional arguments (#21969) commit 61f2bb122844aa0607f6d53aa37f843123931af6 Author: ellensp <[email protected]> Date: Mon May 24 13:29:19 2021 +1200 ⚡️ PIO filters for M117, M300 and M414 (#21972) commit d1502f74eaae94b6bff61b45c8481db39956ac2b Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:56:31 2021 -0500 🎨 Null heating message method commit 83f9413196fbb842764eba33a975cec8d524e973 Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:41:29 2021 -0500 🐛 Fix Selena Compact probe pin commit cdc3e18d994f120219ec8683246a81ac31cca75b Author: Scott Lahteine <[email protected]> Date: Fri May 28 19:47:06 2021 -0500 Use another PR close action commit 55a6315862cfafccfc939cf1b1f064f748c82d54 Author: BigTreeTech <[email protected]> Date: Mon May 24 14:57:45 2021 +0800 🐛 Fix Octopus HS USB (#21961) commit cf447a54428345903fe9f4c9497a4f32dfa72b08 Author: gjdodd <[email protected]> Date: Mon May 24 07:54:10 2021 +0100 🐛 Fix flowmeter calculation (#21959) commit 7597b4fb40a6e936267a57c74264fcf6c5bd1fc5 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:12:53 2021 -0500 🎨 Apply shorthand and cleanups commit 7cd0f2a32aef86b361e9bef7ec3c30a944b7d153 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:08:57 2021 -0500 🎨 pause => pause_heaters commit 4dae5890e99c73686b7e1ee08857487a0acfeb28 Author: Scott Lahteine <[email protected]> Date: Sun May 23 01:09:46 2021 -0500 ♻️ Refactor, comment endstop/probe enums commit 738ae4be331b8d580cb22b7ec6e33ab095e3e81c Author: Danol <[email protected]> Date: Sun May 23 00:35:07 2021 +0200 🐛 Fix wrong Z_ENDSTOP flag bit (#21963) Bug introduced in #18424 commit e5736110216893362937b70472e7da2c3859a28c Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:02:21 2021 -0500 🎨 Combine M104/M109 and M140/M190 code commit f60965a1078fec01c6bc0f438c4e019547253d5e Author: Scott Lahteine <[email protected]> Date: Fri May 21 23:03:49 2021 -0500 📝 Update ExtUI example commit 3995e8373c88fce34d9a524686302ec132f0d2e3 Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:55:13 2021 -0500 🎨 Shorten lcd relative paths commit ddc82b84e25e981d12bab0d74af95b1e0476248b Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:45:54 2021 -0500 📝 Document diveToFile, printListing commit 87a943756a36fe7f1e3422868dcfa35d5dd54518 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:23:09 2021 -0500 🎨 Move HAS_EXTRUDERS commit 8e28731f96d3f2a8dd5d1bb8262eafddc7e0aa05 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:24:38 2021 -0500 🎨 Update a condition commit cdbd438a041427580eaea0a9fbe570864aed70d0 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:25:54 2021 -0500 🎨 Rename all/no axis enums commit 3220c49f1be88f8ee2845e5a01a6132eba966208 Author: Scott Lahteine <[email protected]> Date: Fri May 21 00:26:54 2021 -0500 Add a test for SAVED_POSITIONS commit 94e67a036a614f5f43bf2e79d26c9d62a2ffb505 Author: Scott Lahteine <[email protected]> Date: Thu May 20 21:47:05 2021 -0500 🐛 Fix compile with PREVENT_COLD_EXTRUSION off commit c977e820743a6589b0c82159473b36e60fae7254 Author: Scott Lahteine <[email protected]> Date: Thu May 20 17:12:18 2021 -0500 🎨 MULTI_MANUAL => MULTI_E_MANUAL commit 9878a5ab5883f2b3112c1f67ab392538afd7520f Author: Moonglow <[email protected]> Date: Thu May 20 14:09:10 2021 +0300 🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) (#21944) commit 2de914c38ce373f37c925b20af270a2e4c647356 Author: Scott Lahteine <[email protected]> Date: Wed May 19 23:07:09 2021 -0500 🎨 Move switch sensor strings commit 49b05ba9891bc7add47d32a9ca947fe7eb9f4555 Author: Scott Lahteine <[email protected]> Date: Wed May 19 00:21:34 2021 -0500 🎨 Flags for homing directions commit 85fa8c55c9415ec044a96eedc800fedfa6b02439 Author: Scott Lahteine <[email protected]> Date: Tue May 18 23:30:49 2021 -0500 🐛 Fix DELTA with SENSORLESS_PROBING commit 57eef65d9cabb6b7cc4c7937c8a9a095fc39313b Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:56:05 2021 -0500 ♻️ Refactor axis homing/trusted state bits commit 894c954e8f2e56e7a556a71200c8465ba3507deb Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:53:52 2021 -0500 ♻️ Minimize endstop bits commit 046bac67693ec00ff2d2adf00aabe5cd396963c6 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:41 2021 -0500 ✅ Fix tests for EXTRUDERS 0 commit 765720e98ba3cc970e42f8bf730da056c59ac2fe Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:10 2021 -0500 ♻️ Simplify TMC utilities for more axes commit 26a244325b48e5cf3e23518f9cd895491305050e Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:51:19 2021 -0500 ♻️ Refactor axis counts and loops commit f7d28ce1d6d17621f86fd179770645723e5ae272 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:46:59 2021 -0500 🎨 Misc cleanup and fixes commit c85633b47f0b3c92055e725b9162acdeebd1ef79 Author: Scott Lahteine <[email protected]> Date: Mon May 17 21:17:22 2021 -0500 🎨 Use defined strings commit 6861b1ec827b30a4493099ebee1e49adbb48e8a5 Author: Alvaro Segura Del Barco <[email protected]> Date: Sat May 22 14:52:41 2021 -0600 🐛 Fix Teensy PINS_DEBUGGING compile (#21958) Followup to 84a11cfedc commit 003cb20b9fcf98bd80501d20634b41863ebf4dee Author: Roger D. Winans <[email protected]> Date: Sat May 22 00:14:25 2021 -0400 📝 Add Configurations section to README (#21955) Co-authored-by: Scott Lahteine <[email protected]> commit f1f622de01780418a3fe510f3f9be7237372831e Author: Scott Lahteine <[email protected]> Date: Wed May 19 22:02:28 2021 -0500 Fix 'G29 K' value commit dbb8f3db090e234ab17df986ccb29d2b4e7a4361 Author: ellensp <[email protected]> Date: Tue May 18 14:16:47 2021 +1200 Fix EEPROM_CHITCHAT (#21934) Fix #21929 commit 5d7c72db5a57086e721ce0370c7a4ac75a47a978 Author: ellensp <[email protected]> Date: Tue May 18 11:22:33 2021 +1200 Fix envs using mks_encrypt.py (#21933) Fix #21928 commit 755adb8973aa69ca6f0832e606060eaca065b88c Author: thisiskeithb <[email protected]> Date: Sat May 15 18:33:10 2021 -0700 Update Configurations URL (2.0.8.1) commit 09774291384c8f301dffa274cf08ddd199b17c31 Author: ekef <[email protected]> Date: Sun May 16 02:22:30 2021 +0300 Fix MKS Robin E3 BLTOUCH and Fan PWM timer conflicts (#21889) commit 1dfa6cbc809d93a685c75f8b88ee3b9173aaeaa9 Author: Scott Lahteine <[email protected]> Date: Sat May 15 14:56:27 2021 -0500 Marlin 2.0.8.1 commit e3998dc3dfae6bb52851374b3ba2e61cc3bc6661 Author: Luu Lac <[email protected]> Date: Sat May 15 15:02:20 2021 -0500 M154 Position Auto-Report (#18427) Co-authored-by: Scott Lahteine <[email protected]> commit b6e1838fa6e905bcc4beab665d1e69b4eb35bce9 Author: Moonglow <[email protected]> Date: Sat May 15 06:30:16 2021 +0300 Fix MKS UI missing font select condition (#21905) commit 908caba7353cc321736c…
commit 718227a94c0cb163a73f0f288be6f7b864b7127a Author: Scott Lahteine <[email protected]> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <[email protected]> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <[email protected]> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <[email protected]> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <[email protected]> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <[email protected]> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <[email protected]> Date: Tue Aug 3 20:02:34 2021 -0400 🐛 Spellcheck comments (#22496) codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753 Author: ldursw <[email protected]> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <[email protected]> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes Fixes #22466. Regression from #22377. commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b Author: ellensp <[email protected]> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <[email protected]> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <[email protected]> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <[email protected]> Date: Wed Jul 14 21:13:08 2021 -0600 🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530) commit 3924545912f3379f291355797a361c9e58c3840f Author: ellensp <[email protected]> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <[email protected]> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <[email protected]> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 23:24:20 2021 -0500 🐛 Fix fan index for Singlenozzle, chamber fan Fixes #22512 Followup to #19152, #19519 commit a668a9d302ff92f413360aff664675f52ed99650 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <[email protected]> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <[email protected]> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <[email protected]> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <[email protected]> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <[email protected]> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <[email protected]> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <[email protected]> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <[email protected]> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <[email protected]> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <[email protected]> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <[email protected]> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <[email protected]> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <[email protected]> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <[email protected]> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <[email protected]> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 23:05:53 2021 -0500 🐛 Fix custom menus on TFT LVGL Fixes #21423. Regression from #18177. commit 245b6e0884e9f421230520789bd72f49b20e4720 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <[email protected]> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475) Fixes #22466. Regression from #22377. commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05 Author: Scott Lahteine <[email protected]> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <[email protected]> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <[email protected]> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <[email protected]> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <[email protected]> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <[email protected]> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <[email protected]> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <[email protected]> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <[email protected]> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <[email protected]> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <[email protected]> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <[email protected]> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <[email protected]> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <[email protected]> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <[email protected]> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:34:49 2021 -0500 🐛 Fix 3-point leveling position See #22457. Fixes a G29 regression from #19112. commit c7c56ac45f9120b7d972d21427312e5282f82606 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <[email protected]> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <[email protected]> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <[email protected]> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241. commit f8f68f9259cc486fd36147f4f9d1e474940510dd Author: ellensp <[email protected]> Date: Thu Jul 22 09:31:11 2021 +1200 🎨 MKS Hardware Test followup (#22414) Co-authored-by: Scott Lahteine <[email protected]> commit 7773504afa546884f533fabefa1497547431bcdf Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 12:20:28 2021 -0700 ♻️ Refactor STM32 ini files (#22377) Co-authored-by: Scott Lahteine <[email protected]> commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189 Author: VTXtruder <[email protected]> Date: Tue Jul 20 23:27:19 2021 -0400 ✨ Chitu3D V9 board (#22401) Co-authored-by: Scott Lahteine <[email protected]> commit 29dde9be2b9fb52641d4fa804b097852f69e68f4 Author: Tanguy Pruvot <[email protected]> Date: Sun Jul 18 00:16:57 2021 +0200 🐛 Fix Longer3D build environment (#22378) commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd Author: ellensp <[email protected]> Date: Thu Jul 15 14:07:46 2021 +1200 🔨 More HAL/STM32 targets (#22358, #22369) commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc Author: ellensp <[email protected]> Date: Wed Jul 21 07:44:15 2021 +1200 🐛 Fix STATUS_COMBINE_HEATERS compile (#22405) commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985 Author: Mike La Spina <[email protected]> Date: Sun Jul 18 20:11:24 2021 -0500 🐛 Fix Ammeter display on DOGM (#22384) commit 61d0b082989d506b7e0716a792c104389cd6d8c1 Author: Katelyn Schiesser <[email protected]> Date: Sat Jul 17 23:10:13 2021 -0700 🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382) commit b57f73a4883fc732b0c413e45d8614791bad4298 Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 03:10:54 2021 -0500 🎨 Add MMU2 enabled() accessor commit 40b99d8084b235625ffe8701ce859219d52838c5 Author: Yash <[email protected]> Date: Tue Jul 20 14:51:41 2021 -0500 🐛 Fix G2/G3 angular motion calculation (#22407) commit c944e4fc6009cfc6e11f97b63f6ea817b8470071 Author: vyacheslav-shubin <[email protected]> Date: Tue Jul 20 23:12:08 2021 +0300 🩹 Init var to suppress invalid warning (#22396) commit eebab93358427b3b95b4d38dedbbb8aaaba977b8 Author: Katelyn Schiesser <[email protected]> Date: Sun Jul 18 18:24:27 2021 -0700 🐛 Ensure Software SPI pins for Max Thermocouple (#22389) commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 19:56:28 2021 -0500 🐛 Change font for selected language (#22381) commit e190684fe6ae4bf1a885508dbf39a6477ad274a5 Author: Roxy-3D <[email protected]> Date: Mon Jul 19 18:59:06 2021 -0600 🐛 Fix UBL G29 J - Vector3 regression commit 69c1e79c302e936d15957a98795afc8d57495ab6 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 13:13:25 2021 -0700 🐛 Fix BTC_SAMPLE_RES sanity check (#22394) commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e Author: Keith Bennett <[email protected]> Date: Tue Jul 20 12:54:02 2021 -0700 🎨 Fix unused lambda warning (#22399) commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b Author: Malderin <[email protected]> Date: Mon Jul 19 05:21:51 2021 +0300 🐛 Fix MKS UI compile (#22388, #22395) Co-authored-by: Scott Lahteine <[email protected]> commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d Author: squiddity <[email protected]> Date: Sat Jul 17 22:50:39 2021 -0700 🐛 Fix M913 typos (#22385) commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 00:45:17 2021 -0500 🐛 No translated serial strings commit 6e7c20e78e1036140d9e076f71759e35f91300e2 Author: mks-viva <[email protected]> Date: Thu Jul 15 20:57:34 2021 -0500 ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368) commit 165ae139d51b617295c2302f39c09edb0f0b0dd6 Author: Cytown <[email protected]> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 42eb2347d4c9cc64220322e10046ad275ec7a04e Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 22:24:43 2021 -0500 🎨 Strip trailing whitespace commit 3ab67898070c4422e454627e2836ab3b821bcf55 Author: mks-viva <[email protected]> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit 5054dc6ea2883095f081971cb267090b7756db97 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 6 17:36:41 2021 -0700 🐛 Redundant Temp Sensor followup (#22196) commit ee54cd4bd7e36284e4bc974e297834fb31ed466e Author: lujios <[email protected]> Date: Tue Jul 13 02:19:29 2021 +0200 ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899) commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b Author: Cytown <[email protected]> Date: Wed Jun 30 01:58:11 2021 +0800 🚸 Retain power during Pause (#22227) commit fef76a76a3275cf59bdf085b29d7d02168e61903 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 19:44:51 2021 -0500 🔨 Consolidate STM32 extra_scripts (#22365) commit a5459a68a69d255456b477dd134cba88a8d4f06f Author: Keith Bennett <[email protected]> Date: Wed Jul 14 00:03:24 2021 -0700 💡 Update FLYmaker comments, URL (#22355) commit b44d4746c8c039effc7513c6a5ca2917e9a18691 Author: Keith Bennett <[email protected]> Date: Wed Jul 14 15:55:24 2021 -0700 🩹 FLYmaker FLY Mini followup (#22364) Followup to #22355, #22356. commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5 Author: ellensp <[email protected]> Date: Wed Jul 14 18:57:26 2021 +1200 ✨ FLY Mini for stm32duino (#22356) commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe Author: Krzysztof Błażewicz <[email protected]> Date: Wed Jul 7 04:10:40 2021 +0200 ✨ DWIN LCD for BTT SKR Mini E3 (#22288) commit ee640816968b95ee14c3eaafbc0572df9f4dcee1 Author: Mihai <[email protected]> Date: Wed Jul 7 07:10:35 2021 +0300 ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) commit a35c234ce1f75b042c23402fda0426a7257c388b Author: InsanityAutomation <[email protected]> Date: Thu Jul 8 00:41:33 2021 -0400 🐛 Fix redundant heater / sensor pin assignments (#22309) commit 5026797310b19618150d6010fd9cc4b57aae9a49 Author: Mike La Spina <[email protected]> Date: Mon Jul 12 00:22:08 2021 -0500 🏗️ Allow headless Flow Meter (#22234) commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7 Author: Victor Oliveira <[email protected]> Date: Wed Jul 14 02:34:18 2021 -0300 ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) commit 8cf15e85463361289820b240d0de527d47852992 Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 14 16:56:02 2021 -0700 🎨 Call millis() once in manage_inactivity (#22363) commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9 Author: Skruppy <[email protected]> Date: Fri Jul 9 04:55:34 2021 +0200 🐛 Fix AVR DELAY_US int overflow (#22268) commit 6d191d12c9dbf1bf0844445ff02797ff98028b32 Author: Scott Lahteine <[email protected]> Date: Tue Jun 29 16:25:37 2021 -0500 🔨 Clean up build scripts (#22264) * Add 10K to marlin_blackSTM32F407VET6 (typo?) * Document custom build scripts. * Add a Robin common build script. * Extraneous .ldscript specifiers commit e213246ab998239c21bbc55983b79f28b4f848ce Author: bilsef <[email protected]> Date: Thu Jul 15 18:59:52 2021 -0700 ✨ M115: Axis Count (#22219) commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 18:51:58 2021 -0500 🎨 Minor cleanup of TFT/FSMC pins commit 87cc3873212918c30cf6a0b94ad52e93248f56c7 Author: Taylor Talkington <[email protected]> Date: Thu Jul 15 17:32:40 2021 -0400 🐛 Fix Filament Change menu (#22370) Followup to #22277 commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 7 21:45:15 2021 -0700 🐛 Fix Einsy RAMBo FAN1_PIN (#22305) commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 00:21:17 2021 -0500 📝 Tom's 3D Forums discontinued commit a0704cb14ff6805a1d3eef470cf2bba87de72afc Author: ellensp <[email protected]> Date: Wed Jul 14 12:32:21 2021 +1200 🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348) commit cad2f69687c1720a1ddb5be14732c2325eab527b Author: MKS-Sean <[email protected]> Date: Tue Jul 13 08:17:28 2021 +0800 ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) commit 31fbec9a00f49818b6a82c283349167c40260cc2 Author: mks-viva <[email protected]> Date: Tue Jul 13 19:14:34 2021 -0500 🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340) commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 02:14:55 2021 -0500 🐛 Fix SD pins for MKS Robin Lite commit bc459a76f40a86e0c25e75d3e3b4054a3db98436 Author: Scott Lahteine <[email protected]> Date: Mon Jul 12 22:52:17 2021 -0500 🐛 TM3D fixes and improvements Co-Authored-By: InsanityAutomation <[email protected]> commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30 Author: Marcio T <[email protected]> Date: Mon Jul 12 18:35:00 2021 -0600 ⚡️ Fixes to FTDI Eve Touch UI (#22347) commit 24f0613b9f14cd5a88bde851597104a1c6997abd Author: ellensp <[email protected]> Date: Mon Jul 12 17:15:48 2021 +1200 🎨 Optional Custom Button description (#22336) commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3 Author: Mike La Spina <[email protected]> Date: Sun Jul 11 20:45:47 2021 -0500 🔨 Update LPC176x platform to 0.2.8 (#22333) commit f76b063e58624d477c17a082d471aea3ef7b3197 Author: Scott Lahteine <[email protected]> Date: Sun Jul 11 18:25:51 2021 -0500 🚸 M666: Fix value filter, add report (#22337) In reference to #22325 commit c746b1a2ae3573895b24fbc8c37015736469f39c Author: Scott Lahteine <[email protected]> Date: Sun Jul 11 13:18:16 2021 -0500 🚸 Limit LCD delta endstop adjustment like M666 In reference to #22325 commit be13220e32c2a79761224e16925436b9ae87bf48 Author: InsanityAutomation <[email protected]> Date: Fri Jul 9 19:24:14 2021 -0400 📺 ExtUI pause state response (#22164) commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985 Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 17:09:58 2021 -0500 🎨 Check flags without ENABLED commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7 Author: Tanguy Pruvot <[email protected]> Date: Fri Jul 9 23:07:55 2021 +0200 🌐 Update French language (#22323) commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c Author: Zs.Antal <[email protected]> Date: Thu Jul 8 06:44:07 2021 +0200 🌐 Update Hungarian language (#22307) commit 573b8a62d9c189576b79773b9c54606c387d634a Author: BigTreeTech <[email protected]> Date: Sat Jul 10 04:06:10 2021 +0800 🐛 Fixes for BTT Octopus (#22314) commit eafb94e72d99c9c906bfd806c87684243e193aeb Author: Skruppy <[email protected]> Date: Sat Jul 10 01:25:47 2021 +0200 🐛 Fix HAS_KILL && SOFT_RESET_ON_KILL soft reset button logic (#22269) commit 69b44c2309d859865d4724cb8e323a13ba535d3c Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 16:02:27 2021 -0500 📌 Require U8glib-HAL@~0.5.0 (#22324) commit e9a1c10b34b5a23815285ee068112395dca17fbe Author: Katelyn Schiesser <[email protected]> Date: Thu Jul 8 21:48:11 2021 -0700 🐛 Fix manage_heaters recursion on servo move (#22313) Followup to e297748b22 commit 304a926b0a2c5f9edb8adac93557758115d6b004 Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 20:42:38 2021 -0500 👷 Bump date on /Version.h commit 1bb61f27e98029f19abab5deaeedcbf062887bc9 Author: Marcio T <[email protected]> Date: Tue Jul 6 19:32:08 2021 -0600 📺 Assorted small FTDI Eve Touch UI fixes (#22273) commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1 Author: Serhiy-K <[email protected]> Date: Wed Jul 7 03:55:31 2021 +0300 🌐 Update Russian and Ukrainian (#22290) commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 19:54:02 2021 -0500 ♻️ Fix up and use YESNO_ITEM macros commit ed14d14819625a98753aa715821339e4f5a0ec73 Author: ldursw <[email protected]> Date: Tue Jul 6 21:50:01 2021 -0300 🐛 Fix Maple / STM32 serial buffer (#22292) commit cae391bb484f5e141de07335f7bf97a91aa5e297 Author: George Fu <[email protected]> Date: Wed Jul 7 08:40:11 2021 +0800 🔨 FYSETC S6 small bootloader target (#22207) Co-authored-by: Scott Lahteine <[email protected]> commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a Author: Cytown <[email protected]> Date: Fri Jul 2 08:37:44 2021 +0800 🚸 Filament Change add confirm step (#22277) commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de Author: ellensp <[email protected]> Date: Fri Jul 2 09:27:27 2021 +1200 🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276) Co-authored-by: Scott Lahteine <[email protected]> commit 4235e23c7b0b62c6962624e1375605a6b5e575be Author: Scott Lahteine <[email protected]> Date: Wed Jun 30 21:58:25 2021 -0500 📝 Update Z_SAFE_HOMING description commit cd01421ac32041c7f775ec37dd8d00b29a5d335b Author: Glought <[email protected]> Date: Tue Jun 29 10:35:22 2021 -0700 🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259) commit aa13c7845812a3bd025437f03a5cf376eb975ee4 Author: Katelyn Schiesser <[email protected]> Date: Tue Jun 29 10:30:55 2021 -0700 🐛 Fix ExtUI 'lcd_clicked' definition (#22257) commit b1c5dd985e6cfc46c0cb0aa70c7dd681a2e9d3d5 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 28 18:43:05 2021 -0700 🐛 Fix PTC/BTC whole number tests (#22255) commit 3109a297d6e48d31ac2a23aedf0b919b63e2df4d Author: tome9111991 <[email protected]> Date: Mon Jun 28 19:08:37 2021 +0200 ✨ Ender-3 V2 Display for SKR E3 Turbo (#22229) commit b878127ea04cc72334eb35ce0dca39ccf7d73a68 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:33 2021 -0500 Marlin 2.0.9.1 commit 6ea6556d0989f6ef08ef169f513760c062de35bb Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 22:30:11 2021 -0700 🐛 Use setTargetHotend in menus (#22247) commit 2b37a71eba99101aa79c59148d73f85ac0bc4e0f Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 00:33:44 2021 -0500 ♻️ Refactor status screen timeout commit e3ae76d76d10427d95e0926781ca1153043936c1 Author: Cytown <[email protected]> Date: Sun Jun 27 00:21:34 2021 +0800 🚸 Expand box in draw_boxed_string (#22209) commit b24508907e0e270eec764543997ac568da28a7ba Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 21:02:11 2021 -0700 🐛 No HOTEND_LOOP with EXTRUDERS 0 (#22245) commit ec3daadf4372df419f906145aed8a37056619169 Author: Sébastien Gariépy <[email protected]> Date: Sun Jun 27 17:44:49 2021 -0400 🌐 MSG_MOVE_100MM (#22242) commit ae76011e751c01711a877c60a678b82115179ac7 Author: Cytown <[email protected]> Date: Mon Jun 28 01:39:09 2021 +0800 🐛 Fix wide glyph characters display (#22237) commit 34066c1717cf03039d3a80ca99dc487550a22645 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:28 2021 -0500 📝 Update probe heating value commit 19fe3d5e79863f817daadbefe74dbcfc01ab301c Author: ellensp <[email protected]> Date: Wed Jun 23 06:42:24 2021 +1200 🚸 MarlinUI Move Z >= 1000 (#22192) commit ec518e6e7bc57ec3b41441acb751aa363792bfd6 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:28:50 2021 -0500 🎨 Small tweak, ms => now commit 003ce25acfd64a83696609eed95699c7c7dff061 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:01:47 2021 -0500 🎨 Format onboard_sd.cpp commit 3e5d867276e4e8bf80657ecd2f8a73ccf38eb73f Author: ellensp <[email protected]> Date: Sun Jun 27 06:28:56 2021 +1200 🐛 Fix Z_MULTI_ENDSTOPS + NUM_Z_STEPPER_DRIVERS 4 compile (#22203) commit b1bcb387fa191250c916b14f19ebc1753d0ae30c Author: cr20-123 <[email protected]> Date: Sat Jun 26 14:17:18 2021 -0400 ✨ Update/extend Quiet Probing (#22205) commit 0fbd8c52bbec83e4bd0b6f772d42a495c36076a1 Author: ellensp <[email protected]> Date: Sun Jun 27 04:32:51 2021 +1200 🔧 Fix E.S.T. sanity-check errors (#22224) commit 08895e6cb046614c2e13c2df024c0fb460b7ba9f Author: Marcio T <[email protected]> Date: Fri Jun 25 22:38:27 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22223) commit 38e775496aff8c9c3af3f60b33b0ede2820c490b Author: Keith Bennett <[email protected]> Date: Fri Jun 25 14:12:21 2021 -0700 📝 Update TMC SPI endstops comment (#22221) commit 47631167f9ee6a67f655e32fadd7a88c5ad18ddc Author: Scott Lahteine <[email protected]> Date: Fri Jun 25 14:44:51 2021 -0500 🐛 Trigger existing endstops on G38 hit commit 185e0dc7b7db2d6030810cb27d50cbaade658d2f Author: bwspath <[email protected]> Date: Thu Jun 24 22:27:54 2021 +0200 🐛 Fix Octopus build on case-sensitive FS (#22206) commit bcf6ca59dff2f858f410ed995c9c91e20b465852 Author: Serhiy-K <[email protected]> Date: Tue Jun 22 21:48:56 2021 +0300 🌐 Update Russian language (#22193) commit 1ba694cebb8cb392b89adfedec0898b236755a37 Author: Marcio T <[email protected]> Date: Mon Jun 21 15:38:28 2021 -0600 🎨 Fix and enhance FTDI Eve Touch UI (#22189) commit 906fa05bd69ee5de18e4c083bda408699e296676 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:31:41 2021 -0500 🐛🌐 Fix extra axis translations commit 651f15f833d84a40d983fa7825b782fef731d8e8 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:24:50 2021 -0500 🎨 Cosmetic cleanup commit ef41c1f452c03eff94a2dc693e25db4af2c07d94 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 21 13:36:06 2021 -0700 🐛 Fix IJK axis references, E stepper indices (#22176) Co-authored-by: Scott Lahteine <[email protected]> commit 8050813d32402336eabf43152dd0e0ef76a54247 Author: Grumpy <[email protected]> Date: Tue Jun 22 08:12:39 2021 +1200 🐛 Fix dual Neopixels (#22174) commit 25e7e2fce05531b40a4753d138e7e00266f00efd Author: ellensp <[email protected]> Date: Tue Jun 22 08:09:21 2021 +1200 🐛 Fix heater display options/compile (#22185) commit a0f7f0e9e21b23577695609519d7216dd2f37c43 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 22:49:57 2021 -0500 🐛 Fix compact sensitive pins array (#22184) commit f3e0bc7a4b35ec0af3734029b170527f65f5c824 Author: Serhiy-K <[email protected]> Date: Mon Jun 21 06:48:06 2021 +0300 🌐 Update Ukrainian language (#22183) commit 49ff1e837ace76c852baf11dbf8ff4f38df43f32 Author: Giuliano Zaro <[email protected]> Date: Mon Jun 21 05:45:26 2021 +0200 🌐 Update Italian language (#22182) commit 4f8191b4818b97bd20eb9db2042dc07c97cce6cc Author: Katelyn Schiesser <[email protected]> Date: Sat Jun 19 11:44:28 2021 -0700 🐛 Redundant Temp Sensor followup (#22173) commit 927a1a17384b649c2cd56fc2ded7aba8392b3781 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 01:19:09 2021 -0500 🐛 Fix LCD define typos commit f2f23e80974b271a30cbf9de3397f0e58d9de7fb Author: Scott Lahteine <[email protected]> Date: Sat Jun 19 14:09:09 2021 -0500 🎨 Cosmetic changes for G28 commit cce585f6ca2235d0a534e8f3043d6d502b3bd93b Author: Scott Lahteine <[email protected]> Date: Fri Jun 18 13:12:55 2021 -0500 🐛 Define 'HEAD' axes for Markforged Fixes #22167 commit 5bfb465ab4735aa3d5fa6c8d359331e0f2399902 Author: Ari-SSO <[email protected]> Date: Thu Jun 17 21:34:40 2021 -0300 🚸 Include 'H' value in M412 report (#22138) Co-authored-by: Scott Lahteine <[email protected]> commit ce7bbafb8fafde75fee64e526700f9551e5564de Author: Katelyn Schiesser <[email protected]> Date: Wed Jun 16 23:15:16 2021 -0700 💡 Add G28 L description (#22144) commit 5ffc4bfe3a14cf8e280d78a11b0c19d06c20ace4 Author: Keith Bennett <[email protected]> Date: Thu Jun 17 17:39:48 2021 -0700 🐛 TFT encoder pin for BTT GTR (#22162) commit 3ecc99e95d8c25bec2342d2ec65d49a081ef4de8 Author: Mike La Spina <[email protected]> Date: Thu Jun 17 22:46:59 2021 -0500 🐛 Fix Air Assist (#22159) Co-authored-by: Scott Lahteine <[email protected]> commit f22c5d3cc6f42c955f212afa6c668469f7938193 Author: gjdodd <[email protected]> Date: Fri Jun 18 01:37:27 2021 +0100 🩹 Extruders 0 patch for PWM Motor Current (#22163) commit d8df8e0eed63c4b56f9b1221569d38654eff4948 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:58:48 2021 -0300 🐛 Fix env validation for 1280/2560 boards (#22150) Co-authored-by: Scott Lahteine <[email protected]> commit e38958f256e698ab5afd3b775d1fe1e2d93fcb65 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:49:42 2021 -0300 🐛 Fix MKS Robin E3 build (#22149) commit d7c77403fd8373c7b4bfb6a4fa6d6f25c1ff9feb Author: Scott Lahteine <[email protected]> Date: Tue Jun 15 00:44:32 2021 -0500 Marlin 2.0.9 commit c8898b5ca0db66c66a51f9d711591ab51a41fcc7 Author: ellensp <[email protected]> Date: Tue Jun 15 11:45:54 2021 +1200 ✨ Redundant Part Cooling Fan (#21888) Co-authored-by: Scott Lahteine <[email protected]> commit 781257bc64d74b31d7730e473ef6ca09454462aa Author: Scott Lahteine <[email protected]> Date: Mon Jun 14 18:44:27 2021 -0500 🐛 Prevent stepper sleep during long UBL idle (#22137) commit dec083dcc122ce2e3df2a41a1297aabadcd11484 Author: qwewer0 <[email protected]> Date: Mon Jun 14 23:52:42 2021 +0200 ⚡️ Home Z (and maybe XY) at the start of G35 (#22060) commit cdd95074935074c4afa1f467ef16c9e9c0325bfa Author: ellensp <[email protected]> Date: Tue Jun 15 09:43:50 2021 +1200 🚑️ Prevent BFT unaligned compressed data corruption (#22134) commit dba877311e28829dae24da30807b430bfba19faa Author: Bo Herrmannsen <[email protected]> Date: Mon Jun 14 11:28:13 2021 +0200 ✨ Extruder with Dual Stepper Drivers (#21403) commit 31fd3be6eba02e96f1e093990d5f8ef09dad617b Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 04:24:49 2021 -0300 🔥 Remove Chitu default Touch Calibration (#22133) commit 2b4284df81db484649b42ddf291031fb6c8e5c58 Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 02:39:16 2021 -0300 ✨ MULTI_VOLUME for Color UI and MarlinUI (#22004) commit d84e2d6e2908f34b08613b95c28726f5c330134a Author: InsanityAutomation <[email protected]> Date: Sun Jun 13 23:08:46 2021 -0400 🎨 ExtUI "user click" and other tweaks (#22122) Co-authored-by: Scott Lahteine <[email protected]> commit 56355159c66af615ef1a778a3c786e70cd4289b5 Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 22:47:38 2021 -0300 🐛 Include common TFT driver macros (#22125) commit a7135d429b1f0f7811610732b023064a85bd367e Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 18:43:43 2021 -0700 🐛 Fix UBL 'R' parameter and adjust 'P' (#22129) commit 3b0a40cd5d46c1a3f8c7a7bb2ae93a3f274cfd2f Author: Sola <[email protected]> Date: Mon Jun 14 09:31:38 2021 +0800 🐛 Fix ExtUI/DGUS Celsius display (#22121) commit 83c74802f89be2c3252a710960aee7bcf4469afe Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 20:19:43 2021 -0500 🎨 General cleanup of extui/dgus In relation to #22121 commit adc17933cddcd21b359708f3db4b08ace23331ab Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 21:01:53 2021 -0300 🔨 Fix Serial+MSC for _USB envs (#22116) commit 68c52673d6a9cae0e1b9d8e36df1bf31a833a7e5 Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 14:56:18 2021 -0700 🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130) commit 2aa35577f279ef189fb8ff9cb921d1d79e426987 Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 15:43:33 2021 -0500 🏗️ Refactor build encrypt / rename (#22124) commit 14ffc66c45d73f9e62a4180aa2dc4bf3079a84e4 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 16:28:30 2021 -0500 🩹 Use `#pragma once` in pins files commit 2ea0832e0fb20b5c210bcaa9315b8182b5ca8359 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:31:24 2021 -0500 📝 Number SKR EXP headers commit ab050878e91c8e7002836d85e286817d8dec774a Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:30:29 2021 -0500 🎨 Clean up LPC1768 SPI init commit 707a04022e658bd7d3224af71545f1a6cc712af7 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 11:40:35 2021 -0500 🔨 Remove obsolete ON_BOARD_SPI_DEVICE commit d12c35779355044fab117c739c70ea78dcedfe2f Author: mrv96 <[email protected]> Date: Sat Jun 12 18:19:37 2021 +0200 🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123) commit ddf8668e16aeac2ed487e8784c218e1cbd2880d5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 19:29:59 2021 -0500 📝 Describe G12 XYZ commit 3491e49c5f4d9bb5cce260ef51269b715761b4d5 Author: Victor Oliveira <[email protected]> Date: Fri Jun 11 18:13:22 2021 -0300 🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087) commit d322e495b296be5ad6922d419a4cba2ef08b697c Author: Katelyn Schiesser <[email protected]> Date: Fri Jun 11 13:51:29 2021 -0700 ✨ More flexible redundant temp sensor (#22085) commit 5d80f7006a32bbf4b56dcb2c88388782a8e26ffa Author: Keith Bennett <[email protected]> Date: Thu Jun 10 14:09:29 2021 -0700 🔨 Envs for BTT SKR Mini with RET6 (512K) (#22050) commit 3e7a9e5d2011eb7315e8765f2a8c3267fd2d3363 Author: Zs.Antal <[email protected]> Date: Thu Jun 10 23:05:07 2021 +0200 🌐 Update Hungarian language (#22083) commit 33e8769226f0d994a73dea33cec3e1488cc8f249 Author: grauerfuchs <[email protected]> Date: Thu Jun 10 17:04:18 2021 -0400 🔨 MightyBoard envs for A.B.M. (#22100) commit 59842edbcb46b6cc8f30807bdc9ef5fbe79bd7fa Author: Radek <[email protected]> Date: Thu Jun 10 19:51:07 2021 +0200 🔧 EEPROM options for BTT SKR 1.4 (#22092) commit 507e1e436e7f45078c61e79026d64c55598fd707 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:17:39 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22093) commit b27447ef484b86d573e7ba60960df2f008df37d4 Author: ellensp <[email protected]> Date: Thu Jun 10 19:09:52 2021 +1200 🔧 Enforce BLTouch settings (#22086) commit c9a3ba99be5e45b880387aa28577c10a9875b459 Author: Scott Lahteine <[email protected]> Date: Thu Jun 10 02:05:04 2021 -0500 🎨 Adjust some conditionals commit 967942460ecfa952cd39b055cf9fd6cb968f51ea Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 19:55:27 2021 -0500 ⚡️ Optimize Sensitive Pins array (except STM32) (#22080) commit bfa257902ec4b0c96e642b4ee54f6e75de546255 Author: Kyle Repinski <[email protected]> Date: Tue Jun 8 18:56:16 2021 -0500 🐛 Fix small/huge I2C EEPROM address (#22081) commit 3f103c91f0e206bf3911bcc884d1dfaa8f2dd38b Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 07:51:28 2021 -0500 🎨 Laser Ammeter followup (#22079) Followup to #21835 commit 2fd9971f413bf4d34da5c3de9fc57c31ebcf6a4f Author: Mike La Spina <[email protected]> Date: Mon Jun 7 14:15:09 2021 -0500 Add Laser Based I2C Ammeter Feature (#21835) commit a3063a939243acefec606909ce8982fdabd848c4 Author: ellensp <[email protected]> Date: Tue Jun 8 07:09:12 2021 +1200 expose hidden BLTOUCH setting changes (#22069) commit d8a02bbbdba39e3fcc6519d7fa8ddbc36f4ea967 Author: Marcio T <[email protected]> Date: Sun Jun 6 22:26:42 2021 -0600 🎨 Reorganize FTDI Touch UI variants (#22066) commit 76d4a395d1a3d9d24f308ce6deb19c8767f04105 Author: ellensp <[email protected]> Date: Sun Jun 6 21:21:14 2021 +1200 🩹 Fallback ID for MKS TS35 V2.0 (#22031) commit c515bfb5fbb860d13daea84dfde6cb9d54662d20 Author: 7FM <[email protected]> Date: Sun Jun 6 09:56:24 2021 +0200 👽️ Include <EEPROM.h> in STM32 (for now) (#22054) commit 83430be580071acd35617e99f0fb23814993d04b Author: ellensp <[email protected]> Date: Sun Jun 6 19:50:14 2021 +1200 📦️ Malyan M200 with HAL/STM32 (#22052) commit 9bd9f91722f9ae917a98bf8c148cadc84e885a6e Author: George Fu <[email protected]> Date: Sun Jun 6 14:37:52 2021 +0800 📌 Update FYSETC E4 to [email protected] (#22049) commit e6ef43e51a90e25ecbe24e766d32c046a9dbbdf3 Author: Victor Oliveira <[email protected]> Date: Sun Jun 6 02:59:19 2021 -0300 ⚰️ Remove obsolete CUSTOM_SPI_PINS (#22058) commit 16bca67f2deaf1d53bd7c1d3515ffbfb01a65ef8 Author: ellensp <[email protected]> Date: Sun Jun 6 12:16:40 2021 +1200 🔧 Check G29_RETRY_AND_RECOVER requirements (#21921) commit d65eea550caf12edaa678bde375864060cc68713 Author: Scott Lahteine <[email protected]> Date: Sat Jun 5 17:08:10 2021 -0500 🔧 FOAMCUTTER_XYUV moved to custom config commit 46080b367af8fbdef0628fc21243fd115007a2b5 Author: DerAndere <[email protected]> Date: Fri Jun 11 22:53:23 2021 +0200 ✏️ Six Linear Axes followup (Fix M503) (#22112) commit 317afae37c5927ec6c4e6118a9e4d64dd8b757e3 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:08:42 2021 -0600 ✏️ Six Linear Axes followup (typos) (#22094) commit 930a6082362c3bef59aee27d72f0611b72ccbded Author: ellensp <[email protected]> Date: Wed Jun 9 10:43:39 2021 +1200 🎨 IJK auto-allocation (#22075) commit 6e3c45580ce415bb27774bc0b707fec7da54943b Author: DerAndere <[email protected]> Date: Mon Jun 7 06:23:23 2021 +0200 ✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068) commit e3df7d7bc8188994cc49879da9556222db935252 Author: DerAndere <[email protected]> Date: Sun Jun 6 08:30:39 2021 +0200 ✏️ Followup to Six Linear Axes (#22056) commit c1fca911036af3ca868caea7556a630044ae4a77 Author: DerAndere <[email protected]> Date: Sat Jun 5 09:18:47 2021 +0200 🏗️ Support for up to 6 linear axes (#19112) Co-authored-by: Scott Lahteine <[email protected]> commit d3c56a76e73f8e126f1cf579f552e671efa9005b Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 20:23:37 2021 -0500 ♻️ Patches for Zero Extruders (with TMC) commit 4194cdda5bb01171b2523038d568de670a8f0461 Author: Scott Lahteine <[email protected]> Date: Mon May 24 16:38:57 2021 -0500 ♻️ Refactor Linear / Logical / Distinct Axes (#21953) * More patches supporting EXTRUDERS 0 * Extend types in prep for more axes commit f5f999d7bf56c03fd95455902e75cff873139500 Author: Marcio T <[email protected]> Date: Fri Jun 4 23:35:05 2021 -0600 📺 Fix and enhance FTDI EVE Touch UI (#22047) commit b4b607681c19aff8c067f70c970f9ae755b1e059 Author: Keith Bennett <[email protected]> Date: Fri Jun 4 21:56:18 2021 -0700 ✨ BigTreeTech Octopus V1.1 (#22042) commit 1e75eba27bd439d805d9de3e3c2194c2bfc3e42e Author: ellensp <[email protected]> Date: Sat Jun 5 16:51:17 2021 +1200 🐛 Fix STM3R / BEAST envs (#22028) commit f3f3d202accf2c36e348c5e08fae82981d74c872 Author: Victor Oliveira <[email protected]> Date: Sat Jun 5 01:49:00 2021 -0300 📦️ STM32F103RE_btt(_USB) with HAL/STM32 (#22040) commit c90fa530db2e6c98cfc8329ef36eda837b5ecc30 Author: Scott Lahteine <[email protected]> Date: Fri Jun 4 23:44:16 2021 -0500 ✨ Update G34 for 4x Z steppers (#22039) commit aeb8097cbc2b946cffe9813b5c8805c6943fd87d Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 04bea727877c931777d69b718482630c40bd86fe Author: Giuliano Zaro <[email protected]> Date: Sat Jun 5 03:02:37 2021 +0200 🐛 Fix MMU compile with >5 EXTRUDERS (#22036) commit ce95f56ac8755eff188001e12c88e01ae8e65f0e Author: ldursw <[email protected]> Date: Fri Jun 4 00:38:10 2021 -0300 🔨 MKS Robin E3 for HAL/STM32 (#21927) commit aff45fd455dd34f06f7211e0ff29d4f4dd93c7a8 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 03:23:10 2021 -0500 ✏️ Remove whitespace commit c8f28d9d0906261749f8beabc645503fadb0cbc9 Author: ellensp <[email protected]> Date: Thu Jun 3 20:10:04 2021 +1200 🐛 Fix Creality v4 servo timer (#22021) Followup to #21999 commit f3697e5e02cd9debb170f69250a1ac37bc338852 Author: Keith Bennett <[email protected]> Date: Thu Jun 3 17:51:22 2021 -0700 🔨 Consolidate BTT linker scripts followup (#22038) commit 557ba20ff4f57f0311f92e74b20a031c1ffb3520 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 02:55:30 2021 -0500 🔨 Consolidate BTT linker scripts Originally from #22022 commit dd0e5c26d15a188dca9f7c772f8058bffdda108c Author: ellensp <[email protected]> Date: Thu Jun 3 19:40:16 2021 +1200 🐛 Fix env:STM32F103RE maple/unified split-up (#22019) Followup to #21999 commit c9a3f41152d1cc5145993920f2594aef8e745089 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 17:09:47 2021 -0500 📝 Update G61 comment commit d13ffa0aba6e31095d08bd3ccbc1c970e1fb2a59 Author: ellensp <[email protected]> Date: Wed Jun 2 18:42:15 2021 +1200 🔨 Creality v4 with STM32 HAL (#21999) - New STM32 env for Creality V4 boards. - Separate Libmaple targets into their own `ini` file. - Temporarily remove unusable targets from `pins.h`. Co-authored-by: ellensp <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit fb0be2960408c08de09ecba4253c65f50e01b275 Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 23:24:20 2021 -0500 🔨 Move FLY_MINI env to stm32f1.ini commit 7ca155077503cb2c62bf5ed739f9c6a2280a1cd9 Author: hannesweisbach <[email protected]> Date: Wed Jun 2 06:20:47 2021 +0200 ✨ TMC Driver distinct baudrates (#22008) commit 665a71b471476b7eaebe910d4412c5f39f26932c Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 22:46:35 2021 -0500 🔧 Treat TPARA like SCARA in mfconfig commit 9268a4b28c485a2efeffccabab42defbd1c2cbaf Author: Roman Moravčík <[email protected]> Date: Wed Jun 2 04:10:15 2021 +0200 🌐 Update Slovak language (#22000) commit 529bbfad10ca13a9d11af84302b7a92a14250d34 Author: Krzysztof Błażewicz <[email protected]> Date: Mon May 31 08:44:38 2021 +0200 ⚗️ 32-bit float constants (STM32F1) (#21996) commit e7945c227762a66840b0d9eb3c4aa9e40ff7641b Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 18:33:07 2021 -0500 🐛 Fix Z endstop enum Followup to 92dea8e6cc commit 5ee91c73ed17cbb49899a7d91fce9377fd6e4599 Author: Scott Lahteine <[email protected]> Date: Sun Jun 6 03:49:23 2021 -0500 👷 Add caching to CI workflow commit 2116e4202b064c6cafef70d54ed50edf00b79e44 Author: hannesweisbach <[email protected]> Date: Sat Jun 5 06:38:43 2021 +0200 🐛 Fix Probe Temp Calibration compile (#22032) commit 19521d16cd9838345f404196e62bf6a2e2719b39 Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 057302b93636f276e8fe188f3fbd23d087e68a00 Author: Victor Oliveira <[email protected]> Date: Thu Jun 3 18:52:25 2021 -0300 👽️ Fix usb-host-msc-cdc-msc issue (#22025) commit d62619c9c8e4e92ea8e1d0fdfdca923df1d94140 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 19:38:34 2021 -0500 📌 Use U8glib-HAL@~0.4.5 commit 9c80a89597ceb397f079a2bae47c15f32a195165 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:31 2021 -0500 🎨 Reorganize BTT_E3_RRF_IDEX_BOARD commit 00834ef03dc9a58e7b2c1b1333276e0c65399a5f Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:03 2021 -0500 🎨 Clean up stops, sdss pins commit 5b7b065b96e6920171a50aace7e77ec8f735915d Author: Scott Lahteine <[email protected]> Date: Sat May 29 16:01:38 2021 -0500 Marlin 2.0.8.2 commit a739af823f63bf5cfafb22a62d5f7b4d9ba4073e Author: Timo <[email protected]> Date: Sat May 29 14:00:39 2021 -0700 ✨ Malyan M180 (#21992) commit 493eb446b74cdc7ab99315dfc129ecc86fbc343d Author: Pascal de Bruijn <[email protected]> Date: Thu May 20 13:35:38 2021 +0200 ✨ MEDIA_MENU_AT_TOP for MarlinUI (#21925) commit 1b45b3802ac62c3b1e47213b847d9eb772ba1f4b Author: charlespick <[email protected]> Date: Thu May 20 04:06:26 2021 -0700 ✨ Independent baud rates (#21949) Co-authored-by: Scott Lahteine <[email protected]> commit 7898307d783f13e3d1947c61b3cc573f5973f69a Author: Krzysztof Błażewicz <[email protected]> Date: Sat May 29 20:48:56 2021 +0200 🌐 Update Polish language (#21993) commit 8da8aa140fb7b57623144b222b5ff31816b2f84a Author: ellensp <[email protected]> Date: Thu May 27 22:13:43 2021 +1200 🥅 Add MESH_EDIT_MENU sanity check (#21922) commit 4572af2bce25fc4959746f1088981c410cafee1b Author: Andy Barratt <[email protected]> Date: Thu May 27 03:07:13 2021 +0100 🚸 cap:HOST_ACTION_COMMANDS (#21987) commit 6dc17f0e6ea3b88f109d683a4b223d6a733ad1e5 Author: Allen Bauer <[email protected]> Date: Tue May 25 17:08:10 2021 -0700 🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980) commit 3fcf3f69ca495722b0f47a69435e033f8895ae82 Author: ellensp <[email protected]> Date: Wed May 26 11:38:23 2021 +1200 ♻️ LEDs refactor and extend (#21962) Co-authored-by: Scott Lahteine <[email protected]> commit a9fd2769f3f26e7e61a908a0ef2c079f1d06baab Author: LawnMo <[email protected]> Date: Tue May 25 00:53:48 2021 +0200 🩹 Fix multi_volume + SDIO onboard compile (#21975) commit 9adaf92674751542e76e31738d2915992c57a40f Author: LawnMo <[email protected]> Date: Mon May 24 09:21:21 2021 +0200 🩹 Improved SKR2 12864 LCD Delays (#21956) commit e75c3b6c54e9e8b4b48009a0ccc58ed7069f612a Author: Scott Lahteine <[email protected]> Date: Sun May 23 21:33:22 2021 -0500 🎨 Macros for optional arguments (#21969) commit 61f2bb122844aa0607f6d53aa37f843123931af6 Author: ellensp <[email protected]> Date: Mon May 24 13:29:19 2021 +1200 ⚡️ PIO filters for M117, M300 and M414 (#21972) commit d1502f74eaae94b6bff61b45c8481db39956ac2b Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:56:31 2021 -0500 🎨 Null heating message method commit 83f9413196fbb842764eba33a975cec8d524e973 Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:41:29 2021 -0500 🐛 Fix Selena Compact probe pin commit cdc3e18d994f120219ec8683246a81ac31cca75b Author: Scott Lahteine <[email protected]> Date: Fri May 28 19:47:06 2021 -0500 Use another PR close action commit 55a6315862cfafccfc939cf1b1f064f748c82d54 Author: BigTreeTech <[email protected]> Date: Mon May 24 14:57:45 2021 +0800 🐛 Fix Octopus HS USB (#21961) commit cf447a54428345903fe9f4c9497a4f32dfa72b08 Author: gjdodd <[email protected]> Date: Mon May 24 07:54:10 2021 +0100 🐛 Fix flowmeter calculation (#21959) commit 7597b4fb40a6e936267a57c74264fcf6c5bd1fc5 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:12:53 2021 -0500 🎨 Apply shorthand and cleanups commit 7cd0f2a32aef86b361e9bef7ec3c30a944b7d153 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:08:57 2021 -0500 🎨 pause => pause_heaters commit 4dae5890e99c73686b7e1ee08857487a0acfeb28 Author: Scott Lahteine <[email protected]> Date: Sun May 23 01:09:46 2021 -0500 ♻️ Refactor, comment endstop/probe enums commit 738ae4be331b8d580cb22b7ec6e33ab095e3e81c Author: Danol <[email protected]> Date: Sun May 23 00:35:07 2021 +0200 🐛 Fix wrong Z_ENDSTOP flag bit (#21963) Bug introduced in #18424 commit e5736110216893362937b70472e7da2c3859a28c Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:02:21 2021 -0500 🎨 Combine M104/M109 and M140/M190 code commit f60965a1078fec01c6bc0f438c4e019547253d5e Author: Scott Lahteine <[email protected]> Date: Fri May 21 23:03:49 2021 -0500 📝 Update ExtUI example commit 3995e8373c88fce34d9a524686302ec132f0d2e3 Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:55:13 2021 -0500 🎨 Shorten lcd relative paths commit ddc82b84e25e981d12bab0d74af95b1e0476248b Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:45:54 2021 -0500 📝 Document diveToFile, printListing commit 87a943756a36fe7f1e3422868dcfa35d5dd54518 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:23:09 2021 -0500 🎨 Move HAS_EXTRUDERS commit 8e28731f96d3f2a8dd5d1bb8262eafddc7e0aa05 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:24:38 2021 -0500 🎨 Update a condition commit cdbd438a041427580eaea0a9fbe570864aed70d0 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:25:54 2021 -0500 🎨 Rename all/no axis enums commit 3220c49f1be88f8ee2845e5a01a6132eba966208 Author: Scott Lahteine <[email protected]> Date: Fri May 21 00:26:54 2021 -0500 Add a test for SAVED_POSITIONS commit 94e67a036a614f5f43bf2e79d26c9d62a2ffb505 Author: Scott Lahteine <[email protected]> Date: Thu May 20 21:47:05 2021 -0500 🐛 Fix compile with PREVENT_COLD_EXTRUSION off commit c977e820743a6589b0c82159473b36e60fae7254 Author: Scott Lahteine <[email protected]> Date: Thu May 20 17:12:18 2021 -0500 🎨 MULTI_MANUAL => MULTI_E_MANUAL commit 9878a5ab5883f2b3112c1f67ab392538afd7520f Author: Moonglow <[email protected]> Date: Thu May 20 14:09:10 2021 +0300 🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) (#21944) commit 2de914c38ce373f37c925b20af270a2e4c647356 Author: Scott Lahteine <[email protected]> Date: Wed May 19 23:07:09 2021 -0500 🎨 Move switch sensor strings commit 49b05ba9891bc7add47d32a9ca947fe7eb9f4555 Author: Scott Lahteine <[email protected]> Date: Wed May 19 00:21:34 2021 -0500 🎨 Flags for homing directions commit 85fa8c55c9415ec044a96eedc800fedfa6b02439 Author: Scott Lahteine <[email protected]> Date: Tue May 18 23:30:49 2021 -0500 🐛 Fix DELTA with SENSORLESS_PROBING commit 57eef65d9cabb6b7cc4c7937c8a9a095fc39313b Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:56:05 2021 -0500 ♻️ Refactor axis homing/trusted state bits commit 894c954e8f2e56e7a556a71200c8465ba3507deb Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:53:52 2021 -0500 ♻️ Minimize endstop bits commit 046bac67693ec00ff2d2adf00aabe5cd396963c6 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:41 2021 -0500 ✅ Fix tests for EXTRUDERS 0 commit 765720e98ba3cc970e42f8bf730da056c59ac2fe Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:10 2021 -0500 ♻️ Simplify TMC utilities for more axes commit 26a244325b48e5cf3e23518f9cd895491305050e Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:51:19 2021 -0500 ♻️ Refactor axis counts and loops commit f7d28ce1d6d17621f86fd179770645723e5ae272 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:46:59 2021 -0500 🎨 Misc cleanup and fixes commit c85633b47f0b3c92055e725b9162acdeebd1ef79 Author: Scott Lahteine <[email protected]> Date: Mon May 17 21:17:22 2021 -0500 🎨 Use defined strings commit 6861b1ec827b30a4493099ebee1e49adbb48e8a5 Author: Alvaro Segura Del Barco <[email protected]> Date: Sat May 22 14:52:41 2021 -0600 🐛 Fix Teensy PINS_DEBUGGING compile (#21958) Followup to 84a11cfedc commit 003cb20b9fcf98bd80501d20634b41863ebf4dee Author: Roger D. Winans <[email protected]> Date: Sat May 22 00:14:25 2021 -0400 📝 Add Configurations section to README (#21955) Co-authored-by: Scott Lahteine <[email protected]> commit f1f622de01780418a3fe510f3f9be7237372831e Author: Scott Lahteine <[email protected]> Date: Wed May 19 22:02:28 2021 -0500 Fix 'G29 K' value commit dbb8f3db090e234ab17df986ccb29d2b4e7a4361 Author: ellensp <[email protected]> Date: Tue May 18 14:16:47 2021 +1200 Fix EEPROM_CHITCHAT (#21934) Fix #21929 commit 5d7c72db5a57086e721ce0370c7a4ac75a47a978 Author: ellensp <[email protected]> Date: Tue May 18 11:22:33 2021 +1200 Fix envs using mks_encrypt.py (#21933) Fix #21928 commit 755adb8973aa69ca6f0832e606060eaca065b88c Author: thisiskeithb <[email protected]> Date: Sat May 15 18:33:10 2021 -0700 Update Configurations URL (2.0.8.1) commit 09774291384c8f301dffa274cf08ddd199b17c31 Author: ekef <[email protected]> Date: Sun May 16 02:22:30 2021 +0300 Fix MKS Robin E3 BLTOUCH and Fan PWM timer conflicts (#21889) commit 1dfa6cbc809d93a685c75f8b88ee3b9173aaeaa9 Author: Scott Lahteine <[email protected]> Date: Sat May 15 14:56:27 2021 -0500 Marlin 2.0.8.1 commit e3998dc3dfae6bb52851374b3ba2e61cc3bc6661 Author: Luu Lac <[email protected]> Date: Sat May 15 15:02:20 2021 -0500 M154 Position Auto-Report (#18427) Co-authored-by: Scott Lahteine <[email protected]> commit b6e1838fa6e905bcc4beab665d1e69b4eb35bce9 Author: Moonglow <[email protected]> Date: Sat May 15 06:30:16 2021 +0300 Fix MKS UI missing font select condition (#21905) commit 908caba7353cc321736c…
|
@thinkyhead Can we use Auto Build Marlin, or do we have to do something manual to get the firmware work with 0x8010 bootloader? |
You’ll use one of these two environments. ABM will pick them up as well: Lines 65 to 88 in 357fb8d |
|
@thinkyhead So to understand it correct ABM check by itself if you have New / Old Bootloader on the board and flash at the correct address afterwards? |
You'll need to choose the correct environment for your board based on the installed bootloader. Hop on the Marlin Firmware Discord server if you have more questions. |
* 🐛 Fix some board names * 🎨 NULL => nullptr * 🐛 Fix delta calibrate manual move scale (MarlinFirmware#22430) * 🐛 Fix Longer3D SDSS / SD_SS (MarlinFirmware#22444) * 🐛 Fix SKR Pro bad directive (MarlinFirmware#22438) * 🐛 Fix LCD Menu MBL Z-Offset Adjustment (MarlinFirmware#22450) * 🐛 Reset workDirDepth in cdroot() (MarlinFirmware#22441) * 📺 Fix and optimize FTDI Eve Touch Interface (MarlinFirmware#22427) * 🎨 abs => ABS * ⚡️ Larger FYSETC S6 I2C EEPROM size (MarlinFirmware#22424) * 🐛 SAV_3DGLCD conditionals (MarlinFirmware#22447) * 📺 MKS MINI12864 V3 for Robin E3P, etc. (MarlinFirmware#22453) * 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN * 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (MarlinFirmware#22475) Fixes MarlinFirmware#22466. Regression from MarlinFirmware#22377. * 🐛 Fix DGUS displays compile (MarlinFirmware#22464) * ✅ Custom logging for MBL * 🐛 Fix custom menus on TFT LVGL Fixes MarlinFirmware#21423. Regression from MarlinFirmware#18177. * 🐛 Fix custom menus on MKS UI (MarlinFirmware#22470) * 🔨 Update Longer and Chitu envs (MarlinFirmware#22467) * 🎨 Adjust settings.cpp indent * 🐛 Fix sprintf_P compile error (Maple) (MarlinFirmware#22479) * 🐛 Fix extra E move in toolchange with ..._NO_RETURN (MarlinFirmware#22504) * 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to MarlinFirmware#22411 * 🔧 Sanity-check Mixing plus Disable Inactive Extruder See MarlinFirmware#22166 * 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See MarlinFirmware#20649 * 💚 Fix tests for new sanity-checks * 🎨 Fix "'EEPROM' unused" warning (MarlinFirmware#22511) * 🐛 Fix report_a_position ABC criteria * 🐛 Fix Longer3D STM32 boot, add Maple test (MarlinFirmware#22473) * 🐛 Prevent ABL G29 setting a funky feedrate See MarlinFirmware#22472 * 🚸 Prevent M42 unintended pin change to output (MarlinFirmware#22493) * 🚸 Fix BLTouch spelling * 🔨 Offset/encrypt/rename for Maple STM32F1 (MarlinFirmware#22477) * ✨ M256 LCD brightness (MarlinFirmware#22478) * 🐛 Fix G38 with probe on Z_MIN (MarlinFirmware#22452) * 🐛 Followup to 6 linear axes (MarlinFirmware#22482) * 🐛 Fix up endstop flags (MarlinFirmware#22487, MarlinFirmware#22525) * ✨ MKS Monster8 board (MarlinFirmware#22455) * 🐛 Fix MKS 'USB Flash MSC' environments (MarlinFirmware#22515) * 📌 MKS pins for PSU_CONTROL (MarlinFirmware#22528) * ✨ Simulator HAL and build targets (MarlinFirmware#22418) * 🐛 Fix some Simulator on Windows issues (MarlinFirmware#22516) * 🏗️ Define HAL_STM32 for HAL/STM32 (MarlinFirmware#22537) * 🐛 Fix fan index for Singlenozzle, chamber fan Fixes MarlinFirmware#22512 Followup to MarlinFirmware#19152, MarlinFirmware#19519 * 🎨 Add DWIN_StatusChanged_P * 🎨 Misc. Cleanup * 🔨 Fix FYSETC S6 envs (MarlinFirmware#22421) Co-authored-by: Scott Lahteine <[email protected]> * 🌐 Level Corners => Bed Tramming * 🚑️ Init FastIO before anything else (MarlinFirmware#22508) * ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (MarlinFirmware#22498) * 🐛 Fix and improve FTDI Eve Touch UI (MarlinFirmware#22361, MarlinFirmware#22439, MarlinFirmware#22459, MarlinFirmware#22468, MarlinFirmware#22500, MarlinFirmware#22530) * 🐛 Fix CoreXY plus extra axes See MarlinFirmware#22490 * 🐛 Use delete [] for new [] * 🚸 Set M122 interval only with S0 or Pn * 🎨 Update HAL/STM32 wrappers Followup to MarlinFirmware#22537 * 📝 Document DGUS display options (MarlinFirmware#22443) * 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes Fixes MarlinFirmware#22466. Regression from MarlinFirmware#22377. * 🚚 Relocate and adjust DWIN E3V2 (MarlinFirmware#22471) * 🐛 Fix Ender-3 v2 language init (MarlinFirmware#22550) * 🔨 Fix (RRF E3) RX/TX buffer size override (MarlinFirmware#22475) * 🐛 Spellcheck comments (MarlinFirmware#22496) codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint * 🚸 Better error for MOTHERBOARD not defined (MarlinFirmware#22551) * 🎨 Tweak M73 condition * 🐛 Fix M575 port index output (MarlinFirmware#22553) * 🔨 Use zip link for MarlinSimUI * 🐛 Fix some BTT SKR2 pins (MarlinFirmware#22558) * 🚸 Fewer CRs in settings report (MarlinFirmware#22560) * 🐛 Fix LCD_COL_X_RJ Followup to MarlinFirmware#22471 * 💚 Update STM32F103RET6_creality test path * ⏪️ Revert ABL G29 feedrate (MarlinFirmware#22574) Reverts 9130f58 * ⚡️ Simplify PROBING_STEPPERS_OFF (MarlinFirmware#22581) * 🐛 Fix Longer3D PWM/timer pins (MarlinFirmware#22583) * 🐛 Fix STM32 delay, double reset in FSMC TFT init (MarlinFirmware#22584) * 📌 Disregard TMCStepper 0.7.2 * ♻️ Clean up CrealityUI and MarlinUI (MarlinFirmware#22586) * ✨ Mixer Presets (MarlinFirmware#21562) * ✨ Power-off confirm / beep options (MarlinFirmware#22191) * ♻️ Consolidate PSU_CONTROL (MarlinFirmware#22304) * ✨ Add TEMP_SENSOR_BOARD (MarlinFirmware#22279, MarlinFirmware#22342, MarlinFirmware#22343, MarlinFirmware#22344, MarlinFirmware#22350) * ✨ D576 Buffer Monitoring (MarlinFirmware#19674) * ✨ M76 Host Pause Feature (MarlinFirmware#21738) * 🎨 Update MKSPWC, some other pins (MarlinFirmware#22557) * ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (MarlinFirmware#22285) * 🎨 Fix some formatting, F() versus PSTR() * 🐛 Show bed size as 'work:' in M115 Fixes MarlinFirmware#22598 * 🌐 Update menu titles, add more IJK (MarlinFirmware#22605) Followup to MarlinFirmware#19112 * 🐛 Update H-bot / Core for 6-axis (MarlinFirmware#22600) Followup to MarlinFirmware#19112 * ⬆️ TMCStepper 0.7.3 (MarlinFirmware#22608) * 🎨 Tweak TMC software serial pins * 🎨 Misc code and spacing cleanup * ✨ BOARD_RUMBA32_BTT (MarlinFirmware#22607) * ✨ MarlinUI for Ender 3 v2 DWIN LCD (MarlinFirmware#22594) Co-Authored-By: Taylor Talkington <[email protected]> * 🐛 Fix LPC176x M43 Pins Debugging (MarlinFirmware#22611) * 🎨 Define FYSETC S6 and TH3D EZBoard EXP1/2 pins * ✨ New board TH3D_EZBOARD_LITE_V2 (MarlinFirmware#22621) * 🎨 EXP1/2 headers and pins cleanup (MarlinFirmware#22628) * 🐛 Fix Multi-Endstop stepping (MarlinFirmware#22625) * 🩹 Use <SoftwareSPI.h> in MAX31865 lib (MarlinFirmware#22618) * 🔨 Melzi with OptiBoot build (MarlinFirmware#22630) * 🩹 Tweak startup message (MarlinFirmware#22633) * 🔨 Set Longer3D timers in variant (MarlinFirmware#22632) * 📝 AlephObjects => LulzBot * 🎨 EXP headers, ST7920 delays (MarlinFirmware#22641) * 🎨 Update more EXP Headers * 🩹 Sensorless homing tweak * ⚡️ Improve G2/G3 arc handling (MarlinFirmware#22599) * 🐛 Fix SDSUPPORT for SKR CR-6 (MarlinFirmware#22668) Co-authored-by: Sebastiaan Dammann <[email protected]> * ⚡️ Enhance and fix FTDI Eve Touch UI file select (MarlinFirmware#22651) * ⚡️ Fix, enhance FTDI Eve Touch UI (MarlinFirmware#22619) * 🔨 Three columns in mftest menu * 🌐 MSG_PROBING_MESH => MSG_PROBING_POINT * 🎨 screws_tilt_adjust_pos => tramming_points * 🔨 Fix HAL/STM32 F103Zx builds (MarlinFirmware#22610) * 🌐 Update Italian language (MarlinFirmware#22645) * 🌐 Update Hungarian language (MarlinFirmware#22678) * 🩹 Fix LPC176x M43 formatting (MarlinFirmware#22680) * ⏪️ Revert MAX31865 recent changes (MarlinFirmware#22660) * 🚸 Improve Tramming Wizard usability (MarlinFirmware#22672) * 🩹 Clean up BTT_SKR_CR6 Fixes MarlinFirmware#22665 * 🔧 Set Z_PROBE_OFFSET_RANGE_MIN/MAX for MBL (MarlinFirmware#22663) * ⚡️ Add PROBE_PT_LAST_STOW * 🐛 Followup to CrealityUI cleanup Followup to MarlinFirmware#22586 * 🌐 Tweak language selection * ⏪️ Clean up Info Menu * 🎨 Tweak pins, comment formatting * ✨ Creality3D CR-30 PrintMill * ✨ GT2560 V4.x A20 (MarlinFirmware#22664) * 🐛 BTT Octopus X MAX pin for IDEX (MarlinFirmware#22654) * 🩹 Allow M42 S0/1 analogWrite on PWM pins (STM32) (MarlinFirmware#22631) * 🔨 Enhance Lerdge pins, TFTs, and variants (MarlinFirmware#22658) * 🚸 MKS UI extrusion speed/steps config (MarlinFirmware#22656) * 🐛 Fix Mixing code typos (MarlinFirmware#22697) * 📝 Update PID_PARAMS_PER_HOTEND comment (MarlinFirmware#22694) Co-authored-by: Scott Lahteine <[email protected]> * ✨ Homing submenu option (MarlinFirmware#22692) * 🩹 Fix 'ms' warning * 🌐 Update "Homing" for some languages (MarlinFirmware#22706) * ✨ Index Pick-and-Place board Rev.3 (MarlinFirmware#22647) Co-authored-by: Gonçalo Pereira <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> * ✨ Protoneer CNC-Shield 3.00 (MarlinFirmware#22715) * 🎨 Use largest default ST9720 delays (MarlinFirmware#22713) Co-authored-by: Scott Lahteine <[email protected]> * 🔧 Sanity checks for Ender 3 V2 * 🎨 MarlinUI for E3V2 tweaks * 🚸 Per-hotend Watch items * 🎨 Misc. Spindle/Laser (etc.) cleanup * 🎨 Misc. code cleanup * 🚸 Show ExtUI message for PID_STARTED * ✨Add DGUS_LCD_UI_RELOADED (MarlinFirmware#21931) * ✨ Ender-3 V2 with Jyers UI (MarlinFirmware#22422) * ✨ Ender-3 V2 CrealityUI Enhanced (MarlinFirmware#21942, MarlinFirmware#22728, MarlinFirmware#22733) Co-authored-by: Scott Lahteine <[email protected]> * 🐛 Followup to JyersUI * 🐛 Fix JyersUI for LPC176x (MarlinFirmware#22745) Co-authored-by: Scott Lahteine <[email protected]> * 🎨 Standardize G-code reporting * 🎨 Fewer serial macros * 🩹 Fix TOUCH_UI_FTDI_EVE warnings * 🚸 Enhance FTDI Eve Touch UI file select dialog (MarlinFirmware#22742) * 🐛 Fix LPC1768 SD-based EEPROM debug Fixes MarlinFirmware#22746 * 🩹 Warn about user feedback requirement * 🐛 No probe enum for DELTA + SENSORLESS_PROBING Fix MarlinFirmware#22729 * 🎨 Apply more HAS_DELTA_SENSORLESS_PROBING * 🐛 Fix Trigorilla Pro HAL/STM32 build offset (MarlinFirmware#22761) * 🚸 G33 R and O options (MarlinFirmware#22707) * 📌 Creality 4.3.1 board variants (MarlinFirmware#22704) Co-authored-by: Chico <[email protected]> * 🎨 Tweak custom menu item code * ✨ MKS Robin Nano V1.3 (STM32F407VET6) (MarlinFirmware#22749) * 🐛 Fix ENABLED => EITHER typo (MarlinFirmware#22756) * 🐛 Fix CUSTOM_MENU_MAIN_SCRIPT_DONE Fix MarlinFirmware#22762 * 🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM * 🐛 Fix old spindle/laser options * 🌐 Update Slovak language (MarlinFirmware#22752) * 🎨 Use ExtUI API where applicable * 🔖 Configurations version 02000902 * ✨ TFT Screen/Backlight Sleep (MarlinFirmware#22617) * ✨ M282 - Detach Servo (MarlinFirmware#22760) * 🩹 Fix DWIN Enhanced Tune menu during homing (MarlinFirmware#22773) Co-authored-by: Scott Lahteine <[email protected]> * 🐛 Fix MKS Monster8 EEPROM issue (serial timer) (MarlinFirmware#22777) * ✏️ Fix TFT field names (MarlinFirmware#22776) * 🎨 Consolidate Ender-3 V2 DWIN common code (MarlinFirmware#22778) * 🐛 E3V2 Brightness followup (MarlinFirmware#22821) Co-authored-by: Scott Lahteine <[email protected]> * 🎨 Handle more pre-defined pins in pins_postprocess (MarlinFirmware#22771) * 🔧 Add MANUAL_FEEDRATE sanity-check * ✨ Improve pause/filament change for ExtUI (MarlinFirmware#22655) * 💡 Adjust headers, formatting * 🚸 Fix and improve MKS LVGL UI (MarlinFirmware#22783) Co-authored-by: makerbase <[email protected]> Co-authored-by: MKS-Sean <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> * 💬 Add non-translated STR_DONE * 🚸 Better bed position * 🚸 Move fade item up * 🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (MarlinFirmware#22789) * 📝 Update some pins comments * 🎨 Replace some infrequently-used macros * 🚸 Wake up TFT for some events (MarlinFirmware#22788) * 🐛 STM32 ADC followup (MarlinFirmware#22798) * 🌐 Reduce language file sizes * 🔨 Case-insensitive tests list * 🔨 Improve pins_set script * 🌐 Skip non-essential translations * 🌐 Update Greek language (MarlinFirmware#22799) * ✨ Polargraph / Makelangelo kinematics (MarlinFirmware#22790) * 🩹 Remove extra #include, misc. style * 🎨 Fix L64xx enable, clean up conditionals * 🎨 Less use of undef for RAMPS pins * 🩹 Add MarlinSPI to more HALs * 🐛 Fix anycubic_i3mega_lcd debug macros (MarlinFirmware#22820) * ⚡️ Improve LVGL touch driver (MarlinFirmware#22817) * 🎨 Various multi-axis patches (MarlinFirmware#22823) * 🐛 Fix reset_hotend_offsets * 🐛 Fix M420 / M851 reports (MarlinFirmware#22829) Followup to 79c72ed * 🐛 Add 'static' to fix 'duplicates' (MarlinFirmware#22826) * 🎨 Updated string macros * 🩹 Fix M412_report formatting (MarlinFirmware#22834) * 🔧 Sanity-check BLTOUCH_SET_5V_MODE on 5V pins (MarlinFirmware#22840) Co-authored-by: Scott Lahteine <[email protected]> * 🚸 TFT backlight PWM / brightness (MarlinFirmware#22841) * 🎨 steps_to_mm => mm_per_step (MarlinFirmware#22847) * 🚸 Fix MKS LVGL UI temperature set interface (MarlinFirmware#22848, MarlinFirmware#22842) * ✨ E3V2 (Enhanced) Mesh Viewer (MarlinFirmware#22844) * ⚡️ Handle shared enable pins (MarlinFirmware#22824) * 🎨 Condense reverse-protection code * 🐛 E3V2 Mesh Viewer followup (MarlinFirmware#22850) * 🚑️ Fix DWIN_CompletedLeveling (MarlinFirmware#22851) Co-authored-by: Scott Lahteine <[email protected]> * 🎨 FTDI Eve Touch UI spinner enqueue string * 🎨 Power-off tone followup (MarlinFirmware#22222) * MKS Robin pins updates * Marlin 2.0.9.2 * 🐛 Fix Arduino IDE compile error (MarlinFirmware#22877) * 🐛 Fix ExtUI Pause messages (MarlinFirmware#22874) * 🩹 Fix EXTRUDER 0 compile warning (MarlinFirmware#22868) * 🔨 Add 'opt_find' to find matching options * 🐛 Fix SKR Mini E3 V2 I2C-based EEPROM (MarlinFirmware#22919) Followup to MarlinFirmware#20609 * 🐛 Fix FYSETC Cheetah v2.0 build (MarlinFirmware#22926) * 🔧 Remove obsolete G34 sanity check (MarlinFirmware#22929) * 🐛 Fix MKS Robin Pro 1.0 LCD reset pin (MarlinFirmware#22937) * 🔨 Port libsdl2_net required for macOS simulator * 🎨 Rename MarlinUI::zoffset_overlay * ✨ ESP32 Panda_ZHU and Panda_M4 (MarlinFirmware#22644) * 🎨 Tweak FORCE_INLINE * 🎨 Define Octopus allocated endstop pins (MarlinFirmware#22882) Co-authored-by: Scott Lahteine <[email protected]> * 🩹 Adjust GTR 1.0 ST7920 display delay (MarlinFirmware#22904) * ✨ MKS Eagle (STM32F407VET6) board (MarlinFirmware#22897) * 🐛 Fix G33 homing current (MarlinFirmware#22909) * ✨ Add option EVENT_GCODE_TOOLCHANGE_ALWAYS_RUN (MarlinFirmware#22960) * 💡 Update old gnu.org links * 🔧 Safety feature warnings * 🔨 Improve 'mftest' error message * Fix Tool Change Park (MarlinFirmware#22968) * Fix JyersUI ZOffset Multiplication (MarlinFirmware#22975) * ✅ Warn about dummy thermistors * 🔨 Use pull_request_target for check-pr * 🔨 Update 'pio vscode init' detection * 🔨 Delete after encrypt. Lerdge encrypt only once * 💡 Sub-include pins labels * 🎨 Fix pinsDebug_list warnings * 🔨 Fix older GCC CXXFLAGS warning Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: InsanityAutomation <[email protected]> Co-authored-by: Tanguy Pruvot <[email protected]> Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: borland1 <[email protected]> Co-authored-by: vyacheslav-shubin <[email protected]> Co-authored-by: Marcio T <[email protected]> Co-authored-by: George Fu <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: mks-viva <[email protected]> Co-authored-by: Malderin <[email protected]> Co-authored-by: Bob Anthony <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: Grayson <[email protected]> Co-authored-by: DerAndere <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: Chris Pepper <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: Miguel Risco-Castillo <[email protected]> Co-authored-by: ldursw <[email protected]> Co-authored-by: luzpaz <[email protected]> Co-authored-by: BigTreeTech <[email protected]> Co-authored-by: Vert <[email protected]> Co-authored-by: Cytown <[email protected]> Co-authored-by: Katelyn Schiesser <[email protected]> Co-authored-by: chendo <[email protected]> Co-authored-by: charlespick <[email protected]> Co-authored-by: Fjederhaek <[email protected]> Co-authored-by: Taylor Talkington <[email protected]> Co-authored-by: Ryan V1 <[email protected]> Co-authored-by: Jin <[email protected]> Co-authored-by: Sebastiaan Dammann <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Zs.Antal <[email protected]> Co-authored-by: Christian Schuster <[email protected]> Co-authored-by: DvoraNoob <[email protected]> Co-authored-by: Elliott Indiran <[email protected]> Co-authored-by: Thomas White <[email protected]> Co-authored-by: Justin Nesselrotte <[email protected]> Co-authored-by: Gonçalo Pereira <[email protected]> Co-authored-by: Dan <[email protected]> Co-authored-by: dotdash32 <[email protected]> Co-authored-by: mrv96 <[email protected]> Co-authored-by: Jyers <[email protected]> Co-authored-by: tome9111991 <[email protected]> Co-authored-by: Luc Van Daele <[email protected]> Co-authored-by: Chico <[email protected]> Co-authored-by: Roman Moravčík <[email protected]> Co-authored-by: Desuuuu <[email protected]> Co-authored-by: Dakkaron <[email protected]> Co-authored-by: Sola <[email protected]> Co-authored-by: makerbase <[email protected]> Co-authored-by: MKS-Sean <[email protected]> Co-authored-by: Steven Haigh <[email protected]> Co-authored-by: Lefteris Garyfalakis <[email protected]> Co-authored-by: Dan Royer <[email protected]> Co-authored-by: Manuel McLure <[email protected]> Co-authored-by: Steve Wills <[email protected]> Co-authored-by: espr14 <[email protected]> Co-authored-by: Sebastien Andrivet <[email protected]> Co-authored-by: Mark <[email protected]> Co-authored-by: Minims <[email protected]>
commit 718227a94c0cb163a73f0f288be6f7b864b7127a Author: Scott Lahteine <[email protected]> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <[email protected]> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <[email protected]> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <[email protected]> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <[email protected]> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <[email protected]> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <[email protected]> Date: Tue Aug 3 20:02:34 2021 -0400 🐛 Spellcheck comments (#22496) codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753 Author: ldursw <[email protected]> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <[email protected]> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes Fixes #22466. Regression from #22377. commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b Author: ellensp <[email protected]> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <[email protected]> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <[email protected]> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <[email protected]> Date: Wed Jul 14 21:13:08 2021 -0600 🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530) commit 3924545912f3379f291355797a361c9e58c3840f Author: ellensp <[email protected]> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <[email protected]> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <[email protected]> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 23:24:20 2021 -0500 🐛 Fix fan index for Singlenozzle, chamber fan Fixes #22512 Followup to #19152, #19519 commit a668a9d302ff92f413360aff664675f52ed99650 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <[email protected]> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <[email protected]> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <[email protected]> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <[email protected]> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <[email protected]> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <[email protected]> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <[email protected]> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <[email protected]> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <[email protected]> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <[email protected]> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <[email protected]> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <[email protected]> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <[email protected]> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <[email protected]> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <[email protected]> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 23:05:53 2021 -0500 🐛 Fix custom menus on TFT LVGL Fixes #21423. Regression from #18177. commit 245b6e0884e9f421230520789bd72f49b20e4720 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <[email protected]> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475) Fixes #22466. Regression from #22377. commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05 Author: Scott Lahteine <[email protected]> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <[email protected]> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <[email protected]> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <[email protected]> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <[email protected]> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <[email protected]> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <[email protected]> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <[email protected]> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <[email protected]> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <[email protected]> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <[email protected]> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <[email protected]> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <[email protected]> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <[email protected]> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <[email protected]> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:34:49 2021 -0500 🐛 Fix 3-point leveling position See #22457. Fixes a G29 regression from #19112. commit c7c56ac45f9120b7d972d21427312e5282f82606 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <[email protected]> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <[email protected]> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <[email protected]> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241. commit f8f68f9259cc486fd36147f4f9d1e474940510dd Author: ellensp <[email protected]> Date: Thu Jul 22 09:31:11 2021 +1200 🎨 MKS Hardware Test followup (#22414) Co-authored-by: Scott Lahteine <[email protected]> commit 7773504afa546884f533fabefa1497547431bcdf Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 12:20:28 2021 -0700 ♻️ Refactor STM32 ini files (#22377) Co-authored-by: Scott Lahteine <[email protected]> commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189 Author: VTXtruder <[email protected]> Date: Tue Jul 20 23:27:19 2021 -0400 ✨ Chitu3D V9 board (#22401) Co-authored-by: Scott Lahteine <[email protected]> commit 29dde9be2b9fb52641d4fa804b097852f69e68f4 Author: Tanguy Pruvot <[email protected]> Date: Sun Jul 18 00:16:57 2021 +0200 🐛 Fix Longer3D build environment (#22378) commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd Author: ellensp <[email protected]> Date: Thu Jul 15 14:07:46 2021 +1200 🔨 More HAL/STM32 targets (#22358, #22369) commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc Author: ellensp <[email protected]> Date: Wed Jul 21 07:44:15 2021 +1200 🐛 Fix STATUS_COMBINE_HEATERS compile (#22405) commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985 Author: Mike La Spina <[email protected]> Date: Sun Jul 18 20:11:24 2021 -0500 🐛 Fix Ammeter display on DOGM (#22384) commit 61d0b082989d506b7e0716a792c104389cd6d8c1 Author: Katelyn Schiesser <[email protected]> Date: Sat Jul 17 23:10:13 2021 -0700 🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382) commit b57f73a4883fc732b0c413e45d8614791bad4298 Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 03:10:54 2021 -0500 🎨 Add MMU2 enabled() accessor commit 40b99d8084b235625ffe8701ce859219d52838c5 Author: Yash <[email protected]> Date: Tue Jul 20 14:51:41 2021 -0500 🐛 Fix G2/G3 angular motion calculation (#22407) commit c944e4fc6009cfc6e11f97b63f6ea817b8470071 Author: vyacheslav-shubin <[email protected]> Date: Tue Jul 20 23:12:08 2021 +0300 🩹 Init var to suppress invalid warning (#22396) commit eebab93358427b3b95b4d38dedbbb8aaaba977b8 Author: Katelyn Schiesser <[email protected]> Date: Sun Jul 18 18:24:27 2021 -0700 🐛 Ensure Software SPI pins for Max Thermocouple (#22389) commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 19:56:28 2021 -0500 🐛 Change font for selected language (#22381) commit e190684fe6ae4bf1a885508dbf39a6477ad274a5 Author: Roxy-3D <[email protected]> Date: Mon Jul 19 18:59:06 2021 -0600 🐛 Fix UBL G29 J - Vector3 regression commit 69c1e79c302e936d15957a98795afc8d57495ab6 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 13:13:25 2021 -0700 🐛 Fix BTC_SAMPLE_RES sanity check (#22394) commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e Author: Keith Bennett <[email protected]> Date: Tue Jul 20 12:54:02 2021 -0700 🎨 Fix unused lambda warning (#22399) commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b Author: Malderin <[email protected]> Date: Mon Jul 19 05:21:51 2021 +0300 🐛 Fix MKS UI compile (#22388, #22395) Co-authored-by: Scott Lahteine <[email protected]> commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d Author: squiddity <[email protected]> Date: Sat Jul 17 22:50:39 2021 -0700 🐛 Fix M913 typos (#22385) commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 00:45:17 2021 -0500 🐛 No translated serial strings commit 6e7c20e78e1036140d9e076f71759e35f91300e2 Author: mks-viva <[email protected]> Date: Thu Jul 15 20:57:34 2021 -0500 ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368) commit 165ae139d51b617295c2302f39c09edb0f0b0dd6 Author: Cytown <[email protected]> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 42eb2347d4c9cc64220322e10046ad275ec7a04e Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 22:24:43 2021 -0500 🎨 Strip trailing whitespace commit 3ab67898070c4422e454627e2836ab3b821bcf55 Author: mks-viva <[email protected]> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit 5054dc6ea2883095f081971cb267090b7756db97 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 6 17:36:41 2021 -0700 🐛 Redundant Temp Sensor followup (#22196) commit ee54cd4bd7e36284e4bc974e297834fb31ed466e Author: lujios <[email protected]> Date: Tue Jul 13 02:19:29 2021 +0200 ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899) commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b Author: Cytown <[email protected]> Date: Wed Jun 30 01:58:11 2021 +0800 🚸 Retain power during Pause (#22227) commit fef76a76a3275cf59bdf085b29d7d02168e61903 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 19:44:51 2021 -0500 🔨 Consolidate STM32 extra_scripts (#22365) commit a5459a68a69d255456b477dd134cba88a8d4f06f Author: Keith Bennett <[email protected]> Date: Wed Jul 14 00:03:24 2021 -0700 💡 Update FLYmaker comments, URL (#22355) commit b44d4746c8c039effc7513c6a5ca2917e9a18691 Author: Keith Bennett <[email protected]> Date: Wed Jul 14 15:55:24 2021 -0700 🩹 FLYmaker FLY Mini followup (#22364) Followup to #22355, #22356. commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5 Author: ellensp <[email protected]> Date: Wed Jul 14 18:57:26 2021 +1200 ✨ FLY Mini for stm32duino (#22356) commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe Author: Krzysztof Błażewicz <[email protected]> Date: Wed Jul 7 04:10:40 2021 +0200 ✨ DWIN LCD for BTT SKR Mini E3 (#22288) commit ee640816968b95ee14c3eaafbc0572df9f4dcee1 Author: Mihai <[email protected]> Date: Wed Jul 7 07:10:35 2021 +0300 ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) commit a35c234ce1f75b042c23402fda0426a7257c388b Author: InsanityAutomation <[email protected]> Date: Thu Jul 8 00:41:33 2021 -0400 🐛 Fix redundant heater / sensor pin assignments (#22309) commit 5026797310b19618150d6010fd9cc4b57aae9a49 Author: Mike La Spina <[email protected]> Date: Mon Jul 12 00:22:08 2021 -0500 🏗️ Allow headless Flow Meter (#22234) commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7 Author: Victor Oliveira <[email protected]> Date: Wed Jul 14 02:34:18 2021 -0300 ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) commit 8cf15e85463361289820b240d0de527d47852992 Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 14 16:56:02 2021 -0700 🎨 Call millis() once in manage_inactivity (#22363) commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9 Author: Skruppy <[email protected]> Date: Fri Jul 9 04:55:34 2021 +0200 🐛 Fix AVR DELAY_US int overflow (#22268) commit 6d191d12c9dbf1bf0844445ff02797ff98028b32 Author: Scott Lahteine <[email protected]> Date: Tue Jun 29 16:25:37 2021 -0500 🔨 Clean up build scripts (#22264) * Add 10K to marlin_blackSTM32F407VET6 (typo?) * Document custom build scripts. * Add a Robin common build script. * Extraneous .ldscript specifiers commit e213246ab998239c21bbc55983b79f28b4f848ce Author: bilsef <[email protected]> Date: Thu Jul 15 18:59:52 2021 -0700 ✨ M115: Axis Count (#22219) commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 18:51:58 2021 -0500 🎨 Minor cleanup of TFT/FSMC pins commit 87cc3873212918c30cf6a0b94ad52e93248f56c7 Author: Taylor Talkington <[email protected]> Date: Thu Jul 15 17:32:40 2021 -0400 🐛 Fix Filament Change menu (#22370) Followup to #22277 commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 7 21:45:15 2021 -0700 🐛 Fix Einsy RAMBo FAN1_PIN (#22305) commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 00:21:17 2021 -0500 📝 Tom's 3D Forums discontinued commit a0704cb14ff6805a1d3eef470cf2bba87de72afc Author: ellensp <[email protected]> Date: Wed Jul 14 12:32:21 2021 +1200 🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348) commit cad2f69687c1720a1ddb5be14732c2325eab527b Author: MKS-Sean <[email protected]> Date: Tue Jul 13 08:17:28 2021 +0800 ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) commit 31fbec9a00f49818b6a82c283349167c40260cc2 Author: mks-viva <[email protected]> Date: Tue Jul 13 19:14:34 2021 -0500 🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340) commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 02:14:55 2021 -0500 🐛 Fix SD pins for MKS Robin Lite commit bc459a76f40a86e0c25e75d3e3b4054a3db98436 Author: Scott Lahteine <[email protected]> Date: Mon Jul 12 22:52:17 2021 -0500 🐛 TM3D fixes and improvements Co-Authored-By: InsanityAutomation <[email protected]> commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30 Author: Marcio T <[email protected]> Date: Mon Jul 12 18:35:00 2021 -0600 ⚡️ Fixes to FTDI Eve Touch UI (#22347) commit 24f0613b9f14cd5a88bde851597104a1c6997abd Author: ellensp <[email protected]> Date: Mon Jul 12 17:15:48 2021 +1200 🎨 Optional Custom Button description (#22336) commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3 Author: Mike La Spina <[email protected]> Date: Sun Jul 11 20:45:47 2021 -0500 🔨 Update LPC176x platform to 0.2.8 (#22333) commit f76b063e58624d477c17a082d471aea3ef7b3197 Author: Scott Lahteine <[email protected]> Date: Sun Jul 11 18:25:51 2021 -0500 🚸 M666: Fix value filter, add report (#22337) In reference to #22325 commit c746b1a2ae3573895b24fbc8c37015736469f39c Author: Scott Lahteine <[email protected]> Date: Sun Jul 11 13:18:16 2021 -0500 🚸 Limit LCD delta endstop adjustment like M666 In reference to #22325 commit be13220e32c2a79761224e16925436b9ae87bf48 Author: InsanityAutomation <[email protected]> Date: Fri Jul 9 19:24:14 2021 -0400 📺 ExtUI pause state response (#22164) commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985 Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 17:09:58 2021 -0500 🎨 Check flags without ENABLED commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7 Author: Tanguy Pruvot <[email protected]> Date: Fri Jul 9 23:07:55 2021 +0200 🌐 Update French language (#22323) commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c Author: Zs.Antal <[email protected]> Date: Thu Jul 8 06:44:07 2021 +0200 🌐 Update Hungarian language (#22307) commit 573b8a62d9c189576b79773b9c54606c387d634a Author: BigTreeTech <[email protected]> Date: Sat Jul 10 04:06:10 2021 +0800 🐛 Fixes for BTT Octopus (#22314) commit eafb94e72d99c9c906bfd806c87684243e193aeb Author: Skruppy <[email protected]> Date: Sat Jul 10 01:25:47 2021 +0200 🐛 Fix HAS_KILL && SOFT_RESET_ON_KILL soft reset button logic (#22269) commit 69b44c2309d859865d4724cb8e323a13ba535d3c Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 16:02:27 2021 -0500 📌 Require U8glib-HAL@~0.5.0 (#22324) commit e9a1c10b34b5a23815285ee068112395dca17fbe Author: Katelyn Schiesser <[email protected]> Date: Thu Jul 8 21:48:11 2021 -0700 🐛 Fix manage_heaters recursion on servo move (#22313) Followup to e297748b22 commit 304a926b0a2c5f9edb8adac93557758115d6b004 Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 20:42:38 2021 -0500 👷 Bump date on /Version.h commit 1bb61f27e98029f19abab5deaeedcbf062887bc9 Author: Marcio T <[email protected]> Date: Tue Jul 6 19:32:08 2021 -0600 📺 Assorted small FTDI Eve Touch UI fixes (#22273) commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1 Author: Serhiy-K <[email protected]> Date: Wed Jul 7 03:55:31 2021 +0300 🌐 Update Russian and Ukrainian (#22290) commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 19:54:02 2021 -0500 ♻️ Fix up and use YESNO_ITEM macros commit ed14d14819625a98753aa715821339e4f5a0ec73 Author: ldursw <[email protected]> Date: Tue Jul 6 21:50:01 2021 -0300 🐛 Fix Maple / STM32 serial buffer (#22292) commit cae391bb484f5e141de07335f7bf97a91aa5e297 Author: George Fu <[email protected]> Date: Wed Jul 7 08:40:11 2021 +0800 🔨 FYSETC S6 small bootloader target (#22207) Co-authored-by: Scott Lahteine <[email protected]> commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a Author: Cytown <[email protected]> Date: Fri Jul 2 08:37:44 2021 +0800 🚸 Filament Change add confirm step (#22277) commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de Author: ellensp <[email protected]> Date: Fri Jul 2 09:27:27 2021 +1200 🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276) Co-authored-by: Scott Lahteine <[email protected]> commit 4235e23c7b0b62c6962624e1375605a6b5e575be Author: Scott Lahteine <[email protected]> Date: Wed Jun 30 21:58:25 2021 -0500 📝 Update Z_SAFE_HOMING description commit cd01421ac32041c7f775ec37dd8d00b29a5d335b Author: Glought <[email protected]> Date: Tue Jun 29 10:35:22 2021 -0700 🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259) commit aa13c7845812a3bd025437f03a5cf376eb975ee4 Author: Katelyn Schiesser <[email protected]> Date: Tue Jun 29 10:30:55 2021 -0700 🐛 Fix ExtUI 'lcd_clicked' definition (#22257) commit b1c5dd985e6cfc46c0cb0aa70c7dd681a2e9d3d5 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 28 18:43:05 2021 -0700 🐛 Fix PTC/BTC whole number tests (#22255) commit 3109a297d6e48d31ac2a23aedf0b919b63e2df4d Author: tome9111991 <[email protected]> Date: Mon Jun 28 19:08:37 2021 +0200 ✨ Ender-3 V2 Display for SKR E3 Turbo (#22229) commit b878127ea04cc72334eb35ce0dca39ccf7d73a68 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:33 2021 -0500 Marlin 2.0.9.1 commit 6ea6556d0989f6ef08ef169f513760c062de35bb Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 22:30:11 2021 -0700 🐛 Use setTargetHotend in menus (#22247) commit 2b37a71eba99101aa79c59148d73f85ac0bc4e0f Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 00:33:44 2021 -0500 ♻️ Refactor status screen timeout commit e3ae76d76d10427d95e0926781ca1153043936c1 Author: Cytown <[email protected]> Date: Sun Jun 27 00:21:34 2021 +0800 🚸 Expand box in draw_boxed_string (#22209) commit b24508907e0e270eec764543997ac568da28a7ba Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 27 21:02:11 2021 -0700 🐛 No HOTEND_LOOP with EXTRUDERS 0 (#22245) commit ec3daadf4372df419f906145aed8a37056619169 Author: Sébastien Gariépy <[email protected]> Date: Sun Jun 27 17:44:49 2021 -0400 🌐 MSG_MOVE_100MM (#22242) commit ae76011e751c01711a877c60a678b82115179ac7 Author: Cytown <[email protected]> Date: Mon Jun 28 01:39:09 2021 +0800 🐛 Fix wide glyph characters display (#22237) commit 34066c1717cf03039d3a80ca99dc487550a22645 Author: Scott Lahteine <[email protected]> Date: Sun Jun 27 11:54:28 2021 -0500 📝 Update probe heating value commit 19fe3d5e79863f817daadbefe74dbcfc01ab301c Author: ellensp <[email protected]> Date: Wed Jun 23 06:42:24 2021 +1200 🚸 MarlinUI Move Z >= 1000 (#22192) commit ec518e6e7bc57ec3b41441acb751aa363792bfd6 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:28:50 2021 -0500 🎨 Small tweak, ms => now commit 003ce25acfd64a83696609eed95699c7c7dff061 Author: Scott Lahteine <[email protected]> Date: Sat Jun 26 14:01:47 2021 -0500 🎨 Format onboard_sd.cpp commit 3e5d867276e4e8bf80657ecd2f8a73ccf38eb73f Author: ellensp <[email protected]> Date: Sun Jun 27 06:28:56 2021 +1200 🐛 Fix Z_MULTI_ENDSTOPS + NUM_Z_STEPPER_DRIVERS 4 compile (#22203) commit b1bcb387fa191250c916b14f19ebc1753d0ae30c Author: cr20-123 <[email protected]> Date: Sat Jun 26 14:17:18 2021 -0400 ✨ Update/extend Quiet Probing (#22205) commit 0fbd8c52bbec83e4bd0b6f772d42a495c36076a1 Author: ellensp <[email protected]> Date: Sun Jun 27 04:32:51 2021 +1200 🔧 Fix E.S.T. sanity-check errors (#22224) commit 08895e6cb046614c2e13c2df024c0fb460b7ba9f Author: Marcio T <[email protected]> Date: Fri Jun 25 22:38:27 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22223) commit 38e775496aff8c9c3af3f60b33b0ede2820c490b Author: Keith Bennett <[email protected]> Date: Fri Jun 25 14:12:21 2021 -0700 📝 Update TMC SPI endstops comment (#22221) commit 47631167f9ee6a67f655e32fadd7a88c5ad18ddc Author: Scott Lahteine <[email protected]> Date: Fri Jun 25 14:44:51 2021 -0500 🐛 Trigger existing endstops on G38 hit commit 185e0dc7b7db2d6030810cb27d50cbaade658d2f Author: bwspath <[email protected]> Date: Thu Jun 24 22:27:54 2021 +0200 🐛 Fix Octopus build on case-sensitive FS (#22206) commit bcf6ca59dff2f858f410ed995c9c91e20b465852 Author: Serhiy-K <[email protected]> Date: Tue Jun 22 21:48:56 2021 +0300 🌐 Update Russian language (#22193) commit 1ba694cebb8cb392b89adfedec0898b236755a37 Author: Marcio T <[email protected]> Date: Mon Jun 21 15:38:28 2021 -0600 🎨 Fix and enhance FTDI Eve Touch UI (#22189) commit 906fa05bd69ee5de18e4c083bda408699e296676 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:31:41 2021 -0500 🐛🌐 Fix extra axis translations commit 651f15f833d84a40d983fa7825b782fef731d8e8 Author: Scott Lahteine <[email protected]> Date: Mon Jun 21 16:24:50 2021 -0500 🎨 Cosmetic cleanup commit ef41c1f452c03eff94a2dc693e25db4af2c07d94 Author: Katelyn Schiesser <[email protected]> Date: Mon Jun 21 13:36:06 2021 -0700 🐛 Fix IJK axis references, E stepper indices (#22176) Co-authored-by: Scott Lahteine <[email protected]> commit 8050813d32402336eabf43152dd0e0ef76a54247 Author: Grumpy <[email protected]> Date: Tue Jun 22 08:12:39 2021 +1200 🐛 Fix dual Neopixels (#22174) commit 25e7e2fce05531b40a4753d138e7e00266f00efd Author: ellensp <[email protected]> Date: Tue Jun 22 08:09:21 2021 +1200 🐛 Fix heater display options/compile (#22185) commit a0f7f0e9e21b23577695609519d7216dd2f37c43 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 22:49:57 2021 -0500 🐛 Fix compact sensitive pins array (#22184) commit f3e0bc7a4b35ec0af3734029b170527f65f5c824 Author: Serhiy-K <[email protected]> Date: Mon Jun 21 06:48:06 2021 +0300 🌐 Update Ukrainian language (#22183) commit 49ff1e837ace76c852baf11dbf8ff4f38df43f32 Author: Giuliano Zaro <[email protected]> Date: Mon Jun 21 05:45:26 2021 +0200 🌐 Update Italian language (#22182) commit 4f8191b4818b97bd20eb9db2042dc07c97cce6cc Author: Katelyn Schiesser <[email protected]> Date: Sat Jun 19 11:44:28 2021 -0700 🐛 Redundant Temp Sensor followup (#22173) commit 927a1a17384b649c2cd56fc2ded7aba8392b3781 Author: Scott Lahteine <[email protected]> Date: Sun Jun 20 01:19:09 2021 -0500 🐛 Fix LCD define typos commit f2f23e80974b271a30cbf9de3397f0e58d9de7fb Author: Scott Lahteine <[email protected]> Date: Sat Jun 19 14:09:09 2021 -0500 🎨 Cosmetic changes for G28 commit cce585f6ca2235d0a534e8f3043d6d502b3bd93b Author: Scott Lahteine <[email protected]> Date: Fri Jun 18 13:12:55 2021 -0500 🐛 Define 'HEAD' axes for Markforged Fixes #22167 commit 5bfb465ab4735aa3d5fa6c8d359331e0f2399902 Author: Ari-SSO <[email protected]> Date: Thu Jun 17 21:34:40 2021 -0300 🚸 Include 'H' value in M412 report (#22138) Co-authored-by: Scott Lahteine <[email protected]> commit ce7bbafb8fafde75fee64e526700f9551e5564de Author: Katelyn Schiesser <[email protected]> Date: Wed Jun 16 23:15:16 2021 -0700 💡 Add G28 L description (#22144) commit 5ffc4bfe3a14cf8e280d78a11b0c19d06c20ace4 Author: Keith Bennett <[email protected]> Date: Thu Jun 17 17:39:48 2021 -0700 🐛 TFT encoder pin for BTT GTR (#22162) commit 3ecc99e95d8c25bec2342d2ec65d49a081ef4de8 Author: Mike La Spina <[email protected]> Date: Thu Jun 17 22:46:59 2021 -0500 🐛 Fix Air Assist (#22159) Co-authored-by: Scott Lahteine <[email protected]> commit f22c5d3cc6f42c955f212afa6c668469f7938193 Author: gjdodd <[email protected]> Date: Fri Jun 18 01:37:27 2021 +0100 🩹 Extruders 0 patch for PWM Motor Current (#22163) commit d8df8e0eed63c4b56f9b1221569d38654eff4948 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:58:48 2021 -0300 🐛 Fix env validation for 1280/2560 boards (#22150) Co-authored-by: Scott Lahteine <[email protected]> commit e38958f256e698ab5afd3b775d1fe1e2d93fcb65 Author: Victor Oliveira <[email protected]> Date: Thu Jun 17 02:49:42 2021 -0300 🐛 Fix MKS Robin E3 build (#22149) commit d7c77403fd8373c7b4bfb6a4fa6d6f25c1ff9feb Author: Scott Lahteine <[email protected]> Date: Tue Jun 15 00:44:32 2021 -0500 Marlin 2.0.9 commit c8898b5ca0db66c66a51f9d711591ab51a41fcc7 Author: ellensp <[email protected]> Date: Tue Jun 15 11:45:54 2021 +1200 ✨ Redundant Part Cooling Fan (#21888) Co-authored-by: Scott Lahteine <[email protected]> commit 781257bc64d74b31d7730e473ef6ca09454462aa Author: Scott Lahteine <[email protected]> Date: Mon Jun 14 18:44:27 2021 -0500 🐛 Prevent stepper sleep during long UBL idle (#22137) commit dec083dcc122ce2e3df2a41a1297aabadcd11484 Author: qwewer0 <[email protected]> Date: Mon Jun 14 23:52:42 2021 +0200 ⚡️ Home Z (and maybe XY) at the start of G35 (#22060) commit cdd95074935074c4afa1f467ef16c9e9c0325bfa Author: ellensp <[email protected]> Date: Tue Jun 15 09:43:50 2021 +1200 🚑️ Prevent BFT unaligned compressed data corruption (#22134) commit dba877311e28829dae24da30807b430bfba19faa Author: Bo Herrmannsen <[email protected]> Date: Mon Jun 14 11:28:13 2021 +0200 ✨ Extruder with Dual Stepper Drivers (#21403) commit 31fd3be6eba02e96f1e093990d5f8ef09dad617b Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 04:24:49 2021 -0300 🔥 Remove Chitu default Touch Calibration (#22133) commit 2b4284df81db484649b42ddf291031fb6c8e5c58 Author: Victor Oliveira <[email protected]> Date: Mon Jun 14 02:39:16 2021 -0300 ✨ MULTI_VOLUME for Color UI and MarlinUI (#22004) commit d84e2d6e2908f34b08613b95c28726f5c330134a Author: InsanityAutomation <[email protected]> Date: Sun Jun 13 23:08:46 2021 -0400 🎨 ExtUI "user click" and other tweaks (#22122) Co-authored-by: Scott Lahteine <[email protected]> commit 56355159c66af615ef1a778a3c786e70cd4289b5 Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 22:47:38 2021 -0300 🐛 Include common TFT driver macros (#22125) commit a7135d429b1f0f7811610732b023064a85bd367e Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 18:43:43 2021 -0700 🐛 Fix UBL 'R' parameter and adjust 'P' (#22129) commit 3b0a40cd5d46c1a3f8c7a7bb2ae93a3f274cfd2f Author: Sola <[email protected]> Date: Mon Jun 14 09:31:38 2021 +0800 🐛 Fix ExtUI/DGUS Celsius display (#22121) commit 83c74802f89be2c3252a710960aee7bcf4469afe Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 20:19:43 2021 -0500 🎨 General cleanup of extui/dgus In relation to #22121 commit adc17933cddcd21b359708f3db4b08ace23331ab Author: Victor Oliveira <[email protected]> Date: Sun Jun 13 21:01:53 2021 -0300 🔨 Fix Serial+MSC for _USB envs (#22116) commit 68c52673d6a9cae0e1b9d8e36df1bf31a833a7e5 Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 13 14:56:18 2021 -0700 🐛 Use whole PROBE_TEMP_COMPENSATION values (#22130) commit 2aa35577f279ef189fb8ff9cb921d1d79e426987 Author: Scott Lahteine <[email protected]> Date: Sun Jun 13 15:43:33 2021 -0500 🏗️ Refactor build encrypt / rename (#22124) commit 14ffc66c45d73f9e62a4180aa2dc4bf3079a84e4 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 16:28:30 2021 -0500 🩹 Use `#pragma once` in pins files commit 2ea0832e0fb20b5c210bcaa9315b8182b5ca8359 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:31:24 2021 -0500 📝 Number SKR EXP headers commit ab050878e91c8e7002836d85e286817d8dec774a Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 12:30:29 2021 -0500 🎨 Clean up LPC1768 SPI init commit 707a04022e658bd7d3224af71545f1a6cc712af7 Author: Scott Lahteine <[email protected]> Date: Sat Jun 12 11:40:35 2021 -0500 🔨 Remove obsolete ON_BOARD_SPI_DEVICE commit d12c35779355044fab117c739c70ea78dcedfe2f Author: mrv96 <[email protected]> Date: Sat Jun 12 18:19:37 2021 +0200 🔨 Robin Nano V3 overridable POWER_LOSS_PIN (#22123) commit ddf8668e16aeac2ed487e8784c218e1cbd2880d5 Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 19:29:59 2021 -0500 📝 Describe G12 XYZ commit 3491e49c5f4d9bb5cce260ef51269b715761b4d5 Author: Victor Oliveira <[email protected]> Date: Fri Jun 11 18:13:22 2021 -0300 🐛 Fix boot / SD for STM32 (F103Rx) boards (#22087) commit d322e495b296be5ad6922d419a4cba2ef08b697c Author: Katelyn Schiesser <[email protected]> Date: Fri Jun 11 13:51:29 2021 -0700 ✨ More flexible redundant temp sensor (#22085) commit 5d80f7006a32bbf4b56dcb2c88388782a8e26ffa Author: Keith Bennett <[email protected]> Date: Thu Jun 10 14:09:29 2021 -0700 🔨 Envs for BTT SKR Mini with RET6 (512K) (#22050) commit 3e7a9e5d2011eb7315e8765f2a8c3267fd2d3363 Author: Zs.Antal <[email protected]> Date: Thu Jun 10 23:05:07 2021 +0200 🌐 Update Hungarian language (#22083) commit 33e8769226f0d994a73dea33cec3e1488cc8f249 Author: grauerfuchs <[email protected]> Date: Thu Jun 10 17:04:18 2021 -0400 🔨 MightyBoard envs for A.B.M. (#22100) commit 59842edbcb46b6cc8f30807bdc9ef5fbe79bd7fa Author: Radek <[email protected]> Date: Thu Jun 10 19:51:07 2021 +0200 🔧 EEPROM options for BTT SKR 1.4 (#22092) commit 507e1e436e7f45078c61e79026d64c55598fd707 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:17:39 2021 -0600 🎨 Fix and improve FTDI Eve Touch UI (#22093) commit b27447ef484b86d573e7ba60960df2f008df37d4 Author: ellensp <[email protected]> Date: Thu Jun 10 19:09:52 2021 +1200 🔧 Enforce BLTouch settings (#22086) commit c9a3ba99be5e45b880387aa28577c10a9875b459 Author: Scott Lahteine <[email protected]> Date: Thu Jun 10 02:05:04 2021 -0500 🎨 Adjust some conditionals commit 967942460ecfa952cd39b055cf9fd6cb968f51ea Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 19:55:27 2021 -0500 ⚡️ Optimize Sensitive Pins array (except STM32) (#22080) commit bfa257902ec4b0c96e642b4ee54f6e75de546255 Author: Kyle Repinski <[email protected]> Date: Tue Jun 8 18:56:16 2021 -0500 🐛 Fix small/huge I2C EEPROM address (#22081) commit 3f103c91f0e206bf3911bcc884d1dfaa8f2dd38b Author: Scott Lahteine <[email protected]> Date: Tue Jun 8 07:51:28 2021 -0500 🎨 Laser Ammeter followup (#22079) Followup to #21835 commit 2fd9971f413bf4d34da5c3de9fc57c31ebcf6a4f Author: Mike La Spina <[email protected]> Date: Mon Jun 7 14:15:09 2021 -0500 Add Laser Based I2C Ammeter Feature (#21835) commit a3063a939243acefec606909ce8982fdabd848c4 Author: ellensp <[email protected]> Date: Tue Jun 8 07:09:12 2021 +1200 expose hidden BLTOUCH setting changes (#22069) commit d8a02bbbdba39e3fcc6519d7fa8ddbc36f4ea967 Author: Marcio T <[email protected]> Date: Sun Jun 6 22:26:42 2021 -0600 🎨 Reorganize FTDI Touch UI variants (#22066) commit 76d4a395d1a3d9d24f308ce6deb19c8767f04105 Author: ellensp <[email protected]> Date: Sun Jun 6 21:21:14 2021 +1200 🩹 Fallback ID for MKS TS35 V2.0 (#22031) commit c515bfb5fbb860d13daea84dfde6cb9d54662d20 Author: 7FM <[email protected]> Date: Sun Jun 6 09:56:24 2021 +0200 👽️ Include <EEPROM.h> in STM32 (for now) (#22054) commit 83430be580071acd35617e99f0fb23814993d04b Author: ellensp <[email protected]> Date: Sun Jun 6 19:50:14 2021 +1200 📦️ Malyan M200 with HAL/STM32 (#22052) commit 9bd9f91722f9ae917a98bf8c148cadc84e885a6e Author: George Fu <[email protected]> Date: Sun Jun 6 14:37:52 2021 +0800 📌 Update FYSETC E4 to [email protected] (#22049) commit e6ef43e51a90e25ecbe24e766d32c046a9dbbdf3 Author: Victor Oliveira <[email protected]> Date: Sun Jun 6 02:59:19 2021 -0300 ⚰️ Remove obsolete CUSTOM_SPI_PINS (#22058) commit 16bca67f2deaf1d53bd7c1d3515ffbfb01a65ef8 Author: ellensp <[email protected]> Date: Sun Jun 6 12:16:40 2021 +1200 🔧 Check G29_RETRY_AND_RECOVER requirements (#21921) commit d65eea550caf12edaa678bde375864060cc68713 Author: Scott Lahteine <[email protected]> Date: Sat Jun 5 17:08:10 2021 -0500 🔧 FOAMCUTTER_XYUV moved to custom config commit 46080b367af8fbdef0628fc21243fd115007a2b5 Author: DerAndere <[email protected]> Date: Fri Jun 11 22:53:23 2021 +0200 ✏️ Six Linear Axes followup (Fix M503) (#22112) commit 317afae37c5927ec6c4e6118a9e4d64dd8b757e3 Author: Marcio T <[email protected]> Date: Thu Jun 10 02:08:42 2021 -0600 ✏️ Six Linear Axes followup (typos) (#22094) commit 930a6082362c3bef59aee27d72f0611b72ccbded Author: ellensp <[email protected]> Date: Wed Jun 9 10:43:39 2021 +1200 🎨 IJK auto-allocation (#22075) commit 6e3c45580ce415bb27774bc0b707fec7da54943b Author: DerAndere <[email protected]> Date: Mon Jun 7 06:23:23 2021 +0200 ✏️ Six Linear Axes followup (Hybrid Threshold init) (#22068) commit e3df7d7bc8188994cc49879da9556222db935252 Author: DerAndere <[email protected]> Date: Sun Jun 6 08:30:39 2021 +0200 ✏️ Followup to Six Linear Axes (#22056) commit c1fca911036af3ca868caea7556a630044ae4a77 Author: DerAndere <[email protected]> Date: Sat Jun 5 09:18:47 2021 +0200 🏗️ Support for up to 6 linear axes (#19112) Co-authored-by: Scott Lahteine <[email protected]> commit d3c56a76e73f8e126f1cf579f552e671efa9005b Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 20:23:37 2021 -0500 ♻️ Patches for Zero Extruders (with TMC) commit 4194cdda5bb01171b2523038d568de670a8f0461 Author: Scott Lahteine <[email protected]> Date: Mon May 24 16:38:57 2021 -0500 ♻️ Refactor Linear / Logical / Distinct Axes (#21953) * More patches supporting EXTRUDERS 0 * Extend types in prep for more axes commit f5f999d7bf56c03fd95455902e75cff873139500 Author: Marcio T <[email protected]> Date: Fri Jun 4 23:35:05 2021 -0600 📺 Fix and enhance FTDI EVE Touch UI (#22047) commit b4b607681c19aff8c067f70c970f9ae755b1e059 Author: Keith Bennett <[email protected]> Date: Fri Jun 4 21:56:18 2021 -0700 ✨ BigTreeTech Octopus V1.1 (#22042) commit 1e75eba27bd439d805d9de3e3c2194c2bfc3e42e Author: ellensp <[email protected]> Date: Sat Jun 5 16:51:17 2021 +1200 🐛 Fix STM3R / BEAST envs (#22028) commit f3f3d202accf2c36e348c5e08fae82981d74c872 Author: Victor Oliveira <[email protected]> Date: Sat Jun 5 01:49:00 2021 -0300 📦️ STM32F103RE_btt(_USB) with HAL/STM32 (#22040) commit c90fa530db2e6c98cfc8329ef36eda837b5ecc30 Author: Scott Lahteine <[email protected]> Date: Fri Jun 4 23:44:16 2021 -0500 ✨ Update G34 for 4x Z steppers (#22039) commit aeb8097cbc2b946cffe9813b5c8805c6943fd87d Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 04bea727877c931777d69b718482630c40bd86fe Author: Giuliano Zaro <[email protected]> Date: Sat Jun 5 03:02:37 2021 +0200 🐛 Fix MMU compile with >5 EXTRUDERS (#22036) commit ce95f56ac8755eff188001e12c88e01ae8e65f0e Author: ldursw <[email protected]> Date: Fri Jun 4 00:38:10 2021 -0300 🔨 MKS Robin E3 for HAL/STM32 (#21927) commit aff45fd455dd34f06f7211e0ff29d4f4dd93c7a8 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 03:23:10 2021 -0500 ✏️ Remove whitespace commit c8f28d9d0906261749f8beabc645503fadb0cbc9 Author: ellensp <[email protected]> Date: Thu Jun 3 20:10:04 2021 +1200 🐛 Fix Creality v4 servo timer (#22021) Followup to #21999 commit f3697e5e02cd9debb170f69250a1ac37bc338852 Author: Keith Bennett <[email protected]> Date: Thu Jun 3 17:51:22 2021 -0700 🔨 Consolidate BTT linker scripts followup (#22038) commit 557ba20ff4f57f0311f92e74b20a031c1ffb3520 Author: Scott Lahteine <[email protected]> Date: Thu Jun 3 02:55:30 2021 -0500 🔨 Consolidate BTT linker scripts Originally from #22022 commit dd0e5c26d15a188dca9f7c772f8058bffdda108c Author: ellensp <[email protected]> Date: Thu Jun 3 19:40:16 2021 +1200 🐛 Fix env:STM32F103RE maple/unified split-up (#22019) Followup to #21999 commit c9a3f41152d1cc5145993920f2594aef8e745089 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 17:09:47 2021 -0500 📝 Update G61 comment commit d13ffa0aba6e31095d08bd3ccbc1c970e1fb2a59 Author: ellensp <[email protected]> Date: Wed Jun 2 18:42:15 2021 +1200 🔨 Creality v4 with STM32 HAL (#21999) - New STM32 env for Creality V4 boards. - Separate Libmaple targets into their own `ini` file. - Temporarily remove unusable targets from `pins.h`. Co-authored-by: ellensp <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit fb0be2960408c08de09ecba4253c65f50e01b275 Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 23:24:20 2021 -0500 🔨 Move FLY_MINI env to stm32f1.ini commit 7ca155077503cb2c62bf5ed739f9c6a2280a1cd9 Author: hannesweisbach <[email protected]> Date: Wed Jun 2 06:20:47 2021 +0200 ✨ TMC Driver distinct baudrates (#22008) commit 665a71b471476b7eaebe910d4412c5f39f26932c Author: Scott Lahteine <[email protected]> Date: Tue Jun 1 22:46:35 2021 -0500 🔧 Treat TPARA like SCARA in mfconfig commit 9268a4b28c485a2efeffccabab42defbd1c2cbaf Author: Roman Moravčík <[email protected]> Date: Wed Jun 2 04:10:15 2021 +0200 🌐 Update Slovak language (#22000) commit 529bbfad10ca13a9d11af84302b7a92a14250d34 Author: Krzysztof Błażewicz <[email protected]> Date: Mon May 31 08:44:38 2021 +0200 ⚗️ 32-bit float constants (STM32F1) (#21996) commit e7945c227762a66840b0d9eb3c4aa9e40ff7641b Author: Scott Lahteine <[email protected]> Date: Fri Jun 11 18:33:07 2021 -0500 🐛 Fix Z endstop enum Followup to 92dea8e6cc commit 5ee91c73ed17cbb49899a7d91fce9377fd6e4599 Author: Scott Lahteine <[email protected]> Date: Sun Jun 6 03:49:23 2021 -0500 👷 Add caching to CI workflow commit 2116e4202b064c6cafef70d54ed50edf00b79e44 Author: hannesweisbach <[email protected]> Date: Sat Jun 5 06:38:43 2021 +0200 🐛 Fix Probe Temp Calibration compile (#22032) commit 19521d16cd9838345f404196e62bf6a2e2719b39 Author: Taylor Talkington <[email protected]> Date: Sat Jun 5 00:01:06 2021 -0400 🐛 Fix M140 print job timer autostart (#22046) commit 057302b93636f276e8fe188f3fbd23d087e68a00 Author: Victor Oliveira <[email protected]> Date: Thu Jun 3 18:52:25 2021 -0300 👽️ Fix usb-host-msc-cdc-msc issue (#22025) commit d62619c9c8e4e92ea8e1d0fdfdca923df1d94140 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 19:38:34 2021 -0500 📌 Use U8glib-HAL@~0.4.5 commit 9c80a89597ceb397f079a2bae47c15f32a195165 Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:31 2021 -0500 🎨 Reorganize BTT_E3_RRF_IDEX_BOARD commit 00834ef03dc9a58e7b2c1b1333276e0c65399a5f Author: Scott Lahteine <[email protected]> Date: Wed Jun 2 15:34:03 2021 -0500 🎨 Clean up stops, sdss pins commit 5b7b065b96e6920171a50aace7e77ec8f735915d Author: Scott Lahteine <[email protected]> Date: Sat May 29 16:01:38 2021 -0500 Marlin 2.0.8.2 commit a739af823f63bf5cfafb22a62d5f7b4d9ba4073e Author: Timo <[email protected]> Date: Sat May 29 14:00:39 2021 -0700 ✨ Malyan M180 (#21992) commit 493eb446b74cdc7ab99315dfc129ecc86fbc343d Author: Pascal de Bruijn <[email protected]> Date: Thu May 20 13:35:38 2021 +0200 ✨ MEDIA_MENU_AT_TOP for MarlinUI (#21925) commit 1b45b3802ac62c3b1e47213b847d9eb772ba1f4b Author: charlespick <[email protected]> Date: Thu May 20 04:06:26 2021 -0700 ✨ Independent baud rates (#21949) Co-authored-by: Scott Lahteine <[email protected]> commit 7898307d783f13e3d1947c61b3cc573f5973f69a Author: Krzysztof Błażewicz <[email protected]> Date: Sat May 29 20:48:56 2021 +0200 🌐 Update Polish language (#21993) commit 8da8aa140fb7b57623144b222b5ff31816b2f84a Author: ellensp <[email protected]> Date: Thu May 27 22:13:43 2021 +1200 🥅 Add MESH_EDIT_MENU sanity check (#21922) commit 4572af2bce25fc4959746f1088981c410cafee1b Author: Andy Barratt <[email protected]> Date: Thu May 27 03:07:13 2021 +0100 🚸 cap:HOST_ACTION_COMMANDS (#21987) commit 6dc17f0e6ea3b88f109d683a4b223d6a733ad1e5 Author: Allen Bauer <[email protected]> Date: Tue May 25 17:08:10 2021 -0700 🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980) commit 3fcf3f69ca495722b0f47a69435e033f8895ae82 Author: ellensp <[email protected]> Date: Wed May 26 11:38:23 2021 +1200 ♻️ LEDs refactor and extend (#21962) Co-authored-by: Scott Lahteine <[email protected]> commit a9fd2769f3f26e7e61a908a0ef2c079f1d06baab Author: LawnMo <[email protected]> Date: Tue May 25 00:53:48 2021 +0200 🩹 Fix multi_volume + SDIO onboard compile (#21975) commit 9adaf92674751542e76e31738d2915992c57a40f Author: LawnMo <[email protected]> Date: Mon May 24 09:21:21 2021 +0200 🩹 Improved SKR2 12864 LCD Delays (#21956) commit e75c3b6c54e9e8b4b48009a0ccc58ed7069f612a Author: Scott Lahteine <[email protected]> Date: Sun May 23 21:33:22 2021 -0500 🎨 Macros for optional arguments (#21969) commit 61f2bb122844aa0607f6d53aa37f843123931af6 Author: ellensp <[email protected]> Date: Mon May 24 13:29:19 2021 +1200 ⚡️ PIO filters for M117, M300 and M414 (#21972) commit d1502f74eaae94b6bff61b45c8481db39956ac2b Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:56:31 2021 -0500 🎨 Null heating message method commit 83f9413196fbb842764eba33a975cec8d524e973 Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:41:29 2021 -0500 🐛 Fix Selena Compact probe pin commit cdc3e18d994f120219ec8683246a81ac31cca75b Author: Scott Lahteine <[email protected]> Date: Fri May 28 19:47:06 2021 -0500 Use another PR close action commit 55a6315862cfafccfc939cf1b1f064f748c82d54 Author: BigTreeTech <[email protected]> Date: Mon May 24 14:57:45 2021 +0800 🐛 Fix Octopus HS USB (#21961) commit cf447a54428345903fe9f4c9497a4f32dfa72b08 Author: gjdodd <[email protected]> Date: Mon May 24 07:54:10 2021 +0100 🐛 Fix flowmeter calculation (#21959) commit 7597b4fb40a6e936267a57c74264fcf6c5bd1fc5 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:12:53 2021 -0500 🎨 Apply shorthand and cleanups commit 7cd0f2a32aef86b361e9bef7ec3c30a944b7d153 Author: Scott Lahteine <[email protected]> Date: Sat May 22 21:08:57 2021 -0500 🎨 pause => pause_heaters commit 4dae5890e99c73686b7e1ee08857487a0acfeb28 Author: Scott Lahteine <[email protected]> Date: Sun May 23 01:09:46 2021 -0500 ♻️ Refactor, comment endstop/probe enums commit 738ae4be331b8d580cb22b7ec6e33ab095e3e81c Author: Danol <[email protected]> Date: Sun May 23 00:35:07 2021 +0200 🐛 Fix wrong Z_ENDSTOP flag bit (#21963) Bug introduced in #18424 commit e5736110216893362937b70472e7da2c3859a28c Author: Scott Lahteine <[email protected]> Date: Sat May 22 17:02:21 2021 -0500 🎨 Combine M104/M109 and M140/M190 code commit f60965a1078fec01c6bc0f438c4e019547253d5e Author: Scott Lahteine <[email protected]> Date: Fri May 21 23:03:49 2021 -0500 📝 Update ExtUI example commit 3995e8373c88fce34d9a524686302ec132f0d2e3 Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:55:13 2021 -0500 🎨 Shorten lcd relative paths commit ddc82b84e25e981d12bab0d74af95b1e0476248b Author: Scott Lahteine <[email protected]> Date: Fri May 21 22:45:54 2021 -0500 📝 Document diveToFile, printListing commit 87a943756a36fe7f1e3422868dcfa35d5dd54518 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:23:09 2021 -0500 🎨 Move HAS_EXTRUDERS commit 8e28731f96d3f2a8dd5d1bb8262eafddc7e0aa05 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:24:38 2021 -0500 🎨 Update a condition commit cdbd438a041427580eaea0a9fbe570864aed70d0 Author: Scott Lahteine <[email protected]> Date: Fri May 21 08:25:54 2021 -0500 🎨 Rename all/no axis enums commit 3220c49f1be88f8ee2845e5a01a6132eba966208 Author: Scott Lahteine <[email protected]> Date: Fri May 21 00:26:54 2021 -0500 Add a test for SAVED_POSITIONS commit 94e67a036a614f5f43bf2e79d26c9d62a2ffb505 Author: Scott Lahteine <[email protected]> Date: Thu May 20 21:47:05 2021 -0500 🐛 Fix compile with PREVENT_COLD_EXTRUSION off commit c977e820743a6589b0c82159473b36e60fae7254 Author: Scott Lahteine <[email protected]> Date: Thu May 20 17:12:18 2021 -0500 🎨 MULTI_MANUAL => MULTI_E_MANUAL commit 9878a5ab5883f2b3112c1f67ab392538afd7520f Author: Moonglow <[email protected]> Date: Thu May 20 14:09:10 2021 +0300 🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) (#21944) commit 2de914c38ce373f37c925b20af270a2e4c647356 Author: Scott Lahteine <[email protected]> Date: Wed May 19 23:07:09 2021 -0500 🎨 Move switch sensor strings commit 49b05ba9891bc7add47d32a9ca947fe7eb9f4555 Author: Scott Lahteine <[email protected]> Date: Wed May 19 00:21:34 2021 -0500 🎨 Flags for homing directions commit 85fa8c55c9415ec044a96eedc800fedfa6b02439 Author: Scott Lahteine <[email protected]> Date: Tue May 18 23:30:49 2021 -0500 🐛 Fix DELTA with SENSORLESS_PROBING commit 57eef65d9cabb6b7cc4c7937c8a9a095fc39313b Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:56:05 2021 -0500 ♻️ Refactor axis homing/trusted state bits commit 894c954e8f2e56e7a556a71200c8465ba3507deb Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:53:52 2021 -0500 ♻️ Minimize endstop bits commit 046bac67693ec00ff2d2adf00aabe5cd396963c6 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:41 2021 -0500 ✅ Fix tests for EXTRUDERS 0 commit 765720e98ba3cc970e42f8bf730da056c59ac2fe Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:52:10 2021 -0500 ♻️ Simplify TMC utilities for more axes commit 26a244325b48e5cf3e23518f9cd895491305050e Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:51:19 2021 -0500 ♻️ Refactor axis counts and loops commit f7d28ce1d6d17621f86fd179770645723e5ae272 Author: Scott Lahteine <[email protected]> Date: Tue May 18 22:46:59 2021 -0500 🎨 Misc cleanup and fixes commit c85633b47f0b3c92055e725b9162acdeebd1ef79 Author: Scott Lahteine <[email protected]> Date: Mon May 17 21:17:22 2021 -0500 🎨 Use defined strings commit 6861b1ec827b30a4493099ebee1e49adbb48e8a5 Author: Alvaro Segura Del Barco <[email protected]> Date: Sat May 22 14:52:41 2021 -0600 🐛 Fix Teensy PINS_DEBUGGING compile (#21958) Followup to 84a11cfedc commit 003cb20b9fcf98bd80501d20634b41863ebf4dee Author: Roger D. Winans <[email protected]> Date: Sat May 22 00:14:25 2021 -0400 📝 Add Configurations section to README (#21955) Co-authored-by: Scott Lahteine <[email protected]> commit f1f622de01780418a3fe510f3f9be7237372831e Author: Scott Lahteine <[email protected]> Date: Wed May 19 22:02:28 2021 -0500 Fix 'G29 K' value commit dbb8f3db090e234ab17df986ccb29d2b4e7a4361 Author: ellensp <[email protected]> Date: Tue May 18 14:16:47 2021 +1200 Fix EEPROM_CHITCHAT (#21934) Fix #21929 commit 5d7c72db5a57086e721ce0370c7a4ac75a47a978 Author: ellensp <[email protected]> Date: Tue May 18 11:22:33 2021 +1200 Fix envs using mks_encrypt.py (#21933) Fix #21928 commit 755adb8973aa69ca6f0832e606060eaca065b88c Author: thisiskeithb <[email protected]> Date: Sat May 15 18:33:10 2021 -0700 Update Configurations URL (2.0.8.1) commit 09774291384c8f301dffa274cf08ddd199b17c31 Author: ekef <[email protected]> Date: Sun May 16 02:22:30 2021 +0300 Fix MKS Robin E3 BLTOUCH and Fan PWM timer conflicts (#21889) commit 1dfa6cbc809d93a685c75f8b88ee3b9173aaeaa9 Author: Scott Lahteine <[email protected]> Date: Sat May 15 14:56:27 2021 -0500 Marlin 2.0.8.1 commit e3998dc3dfae6bb52851374b3ba2e61cc3bc6661 Author: Luu Lac <[email protected]> Date: Sat May 15 15:02:20 2021 -0500 M154 Position Auto-Report (#18427) Co-authored-by: Scott Lahteine <[email protected]> commit b6e1838fa6e905bcc4beab665d1e69b4eb35bce9 Author: Moonglow <[email protected]> Date: Sat May 15 06:30:16 2021 +0300 Fix MKS UI missing font select condition (#21905) commit 908caba7353cc321736c…
Squashed commit of the following: commit 30158424e993919b9a4d8fe4b14793df3affe7ff Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 05:53:34 2021 -0500 🔨 Fix older GCC CXXFLAGS warning commit 5f6d9e9f42d0cf5126f763e8a8f4f617cb8fcc8f Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 05:51:49 2021 -0500 🎨 Fix pinsDebug_list warnings commit b108741a8e2ba426f006a4c4bb562aa126eb400d Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 04:03:03 2021 -0500 💡 Sub-include pins labels commit b4904cc53e3a8a97fe8047ebe918bc8ea474e120 Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 02:56:44 2021 -0500 🔨 Delete after encrypt. Lerdge encrypt only once commit 2c6fe45847e0ada1b873bbc302cce2c51325902b Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 02:49:35 2021 -0500 🔨 Update 'pio vscode init' detection commit fed72e4607b864d8048ae87b08063f0ac6f1eaed Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 11:17:36 2021 -0500 🔨 Use pull_request_target for check-pr commit c3a4e6b3c8b581ac458618507177eb81dfedd7a1 Author: Scott Lahteine <[email protected]> Date: Mon Oct 18 01:49:35 2021 -0500 ✅ Warn about dummy thermistors commit 5bfc5c10103c9f6067d8e1969d8a9c1f1384b9cd Author: InsanityAutomation <[email protected]> Date: Mon Oct 18 02:03:01 2021 -0400 Fix JyersUI ZOffset Multiplication (#22975) commit 1112d66fefedafacf32027fd7b44f11b1546306d Author: InsanityAutomation <[email protected]> Date: Mon Oct 18 02:01:28 2021 -0400 Fix Tool Change Park (#22968) commit 61b574f2cea9f23603a3c0250b6bd11934fa3d60 Author: Scott Lahteine <[email protected]> Date: Sun Oct 17 19:26:31 2021 -0500 🔨 Improve 'mftest' error message commit 522cdd52727383e9a2e4f0295b85ae6e2d94aacf Author: Scott Lahteine <[email protected]> Date: Sun Oct 17 16:56:01 2021 -0500 🔧 Safety feature warnings commit 641bae625b659cc5eba13c20c174de5fff7caa98 Author: Scott Lahteine <[email protected]> Date: Fri Oct 15 15:07:47 2021 -0500 💡 Update old gnu.org links commit d10e20d6d2faaea04df81dca682290a2aa081fee Author: InsanityAutomation <[email protected]> Date: Fri Oct 15 15:56:59 2021 -0400 ✨ Add option EVENT_GCODE_TOOLCHANGE_ALWAYS_RUN (#22960) commit b18aa933d14f9761d74b19be79db64e21356c563 Author: ellensp <[email protected]> Date: Wed Oct 13 14:28:45 2021 +1300 🐛 Fix G33 homing current (#22909) commit 0f519ebf854cdb0fd3d00828ca7a4b4d09c8d610 Author: mks-viva <[email protected]> Date: Tue Oct 12 20:01:18 2021 -0500 ✨ MKS Eagle (STM32F407VET6) board (#22897) commit 031f17b4f3dfca4a66384d40ce48b7d33315c75a Author: Minims <[email protected]> Date: Sun Oct 10 01:10:21 2021 +0200 🩹 Adjust GTR 1.0 ST7920 display delay (#22904) commit 036f763eaaff571f07c7829e0f5a61b645e86269 Author: ellensp <[email protected]> Date: Thu Oct 7 09:42:59 2021 +1300 🎨 Define Octopus allocated endstop pins (#22882) Co-authored-by: Scott Lahteine <[email protected]> commit d137f307ebea8c8832ecbef239ed08e188c5369b Author: Scott Lahteine <[email protected]> Date: Mon Oct 4 22:19:05 2021 -0500 🎨 Tweak FORCE_INLINE commit 66048a5f27aa3ad9ecb2b407ada13fb87e86ebe9 Author: Mark <[email protected]> Date: Tue Oct 5 12:23:02 2021 +0800 ✨ ESP32 Panda_ZHU and Panda_M4 (#22644) commit b8c32e24d86fff280621ab3f274511dd30669b93 Author: Scott Lahteine <[email protected]> Date: Sat Oct 2 02:33:14 2021 -0500 🎨 Rename MarlinUI::zoffset_overlay commit 99d51af90facd02365d0ae91091303d7879f304d Author: Scott Lahteine <[email protected]> Date: Tue Oct 5 21:35:31 2021 -0500 🔨 Port libsdl2_net required for macOS simulator commit f47ece0725d93cde7fde52b66d14b5ec551c46c2 Author: Keith Bennett <[email protected]> Date: Tue Oct 12 19:06:39 2021 -0700 🐛 Fix MKS Robin Pro 1.0 LCD reset pin (#22937) commit 975089a954460b10279bdbf60f08c9604c4f7d08 Author: Keith Bennett <[email protected]> Date: Tue Oct 12 19:05:37 2021 -0700 🔧 Remove obsolete G34 sanity check (#22929) commit 995230f5971995e41b97d14273f2dd3693ead6be Author: George Fu <[email protected]> Date: Wed Oct 13 09:32:54 2021 +0800 🐛 Fix FYSETC Cheetah v2.0 build (#22926) commit adf7072fa846312d473a993ffc62ec3082b37c46 Author: Keith Bennett <[email protected]> Date: Tue Oct 12 18:26:42 2021 -0700 🐛 Fix SKR Mini E3 V2 I2C-based EEPROM (#22919) Followup to #20609 commit 40cb7cf8d6e31cf768a946e3248618256c021fb6 Author: Scott Lahteine <[email protected]> Date: Mon Oct 4 18:58:20 2021 -0500 🔨 Add 'opt_find' to find matching options commit d0c0630c1f91cb43dc23c1ed9e4c166d284785eb Author: ellensp <[email protected]> Date: Mon Oct 4 19:12:19 2021 +1300 🩹 Fix EXTRUDER 0 compile warning (#22868) commit 11c829fb28a4fdc37ae86e6ac674589331f0712d Author: Sebastien Andrivet <[email protected]> Date: Mon Oct 4 08:06:49 2021 +0200 🐛 Fix ExtUI Pause messages (#22874) commit e0dda615012a99e1ad591972b4bbc5238e7361a9 Author: ellensp <[email protected]> Date: Mon Oct 4 18:25:45 2021 +1300 🐛 Fix Arduino IDE compile error (#22877) commit a185ce22cf6e4fb15250815c5c39318606a7e65a Author: Scott Lahteine <[email protected]> Date: Sat Oct 2 22:08:11 2021 -0500 Marlin 2.0.9.2 commit 2a4ee1a482278abb830c0f5180bfa7571c00c9f7 Author: Scott Lahteine <[email protected]> Date: Sat Oct 2 21:54:07 2021 -0500 MKS Robin pins updates commit 3a82b8a25195f448018e7a2267d9916814434c65 Author: Cytown <[email protected]> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 765b2b43f6ea80920a3eb85be64f77ed8fe9dcbd Author: Scott Lahteine <[email protected]> Date: Sat Oct 2 21:51:52 2021 -0500 🎨 FTDI Eve Touch UI spinner enqueue string commit 2e602b9b88e75a261d8d1a71c0857ce47f5e92fa Author: Steven Haigh <[email protected]> Date: Thu Sep 30 02:22:46 2021 +1000 🚑️ Fix DWIN_CompletedLeveling (#22851) Co-authored-by: Scott Lahteine <[email protected]> commit 5d3e75905d9316853462321bac7b43f635366768 Author: Malderin <[email protected]> Date: Wed Sep 29 04:20:03 2021 +0300 🐛 E3V2 Mesh Viewer followup (#22850) commit eacb660e4b1008245361d8db6054ef30ccf031fa Author: Scott Lahteine <[email protected]> Date: Tue Sep 28 02:39:11 2021 -0500 🎨 Condense reverse-protection code commit 021ceeba0b0ccadd7246d5e2da56df7868349206 Author: Scott Lahteine <[email protected]> Date: Tue Sep 28 01:07:51 2021 -0500 ⚡️ Handle shared enable pins (#22824) commit 25a131b9421c81245e1d9094fc85476349baf941 Author: Miguel Risco-Castillo <[email protected]> Date: Mon Sep 27 14:47:47 2021 -0500 ✨ E3V2 (Enhanced) Mesh Viewer (#22844) commit b4c025a451580cdc15f9506e923c4ffe5afdde90 Author: Sola <[email protected]> Date: Tue Sep 28 03:08:29 2021 +0800 🚸 Fix MKS LVGL UI temperature set interface (#22848, #22842) commit 604a01cd1a87850a5fe2fde1a204a9c313863db3 Author: espr14 <[email protected]> Date: Mon Sep 27 21:05:52 2021 +0200 🎨 steps_to_mm => mm_per_step (#22847) commit 064f91e9b0e71b55dda7dea86881863190c37516 Author: Tanguy Pruvot <[email protected]> Date: Mon Sep 27 21:01:47 2021 +0200 🚸 TFT backlight PWM / brightness (#22841) commit 34c9f649252f173b9c046dcab56d86e0526ed163 Author: ellensp <[email protected]> Date: Tue Sep 28 04:17:00 2021 +1300 🔧 Sanity-check BLTOUCH_SET_5V_MODE on 5V pins (#22840) Co-authored-by: Scott Lahteine <[email protected]> commit 060b705dab5ad7eaf0f1babd6113d5908b485db9 Author: Giuliano Zaro <[email protected]> Date: Sun Sep 26 04:59:29 2021 +0200 🩹 Fix M412_report formatting (#22834) commit 262cd757fc4b91592932d4335878bc0aaf45af20 Author: Scott Lahteine <[email protected]> Date: Sat Sep 25 02:27:07 2021 -0500 🎨 Updated string macros commit dc4d2165f2175a5f0f2e492b3a4f3f4cecf15ead Author: Steve Wills <[email protected]> Date: Fri Sep 24 22:12:43 2021 -0400 🐛 Add 'static' to fix 'duplicates' (#22826) commit bcd2a483da49030ae5f1837474c95b027f915340 Author: Manuel McLure <[email protected]> Date: Fri Sep 24 19:08:07 2021 -0700 🐛 Fix M420 / M851 reports (#22829) Followup to 79c72ed821 commit d338872e8571e45c961d768b1d5068bff20e9daf Author: Scott Lahteine <[email protected]> Date: Thu Sep 23 11:09:43 2021 -0500 🐛 Fix reset_hotend_offsets commit 2c30b75268a0cb7791c00b91579db6ab42b3dd28 Author: Scott Lahteine <[email protected]> Date: Thu Sep 23 10:01:37 2021 -0500 🎨 Various multi-axis patches (#22823) commit 3deb54d0fde6bb84310e78ce3b70296041552af1 Author: Sola <[email protected]> Date: Thu Sep 23 15:53:48 2021 +0800 ⚡️ Improve LVGL touch driver (#22817) commit 9ae6351a026d9b91813e8f1c3e7749e7f8cab790 Author: ellensp <[email protected]> Date: Thu Sep 23 18:58:52 2021 +1200 🐛 Fix anycubic_i3mega_lcd debug macros (#22820) commit b7f95dc8d4903122db3692fc7540a593983f1af1 Author: Scott Lahteine <[email protected]> Date: Thu Sep 23 00:51:35 2021 -0500 🩹 Add MarlinSPI to more HALs commit 99647fa9403ef3c9f419000cb0be6667105f8aaf Author: Scott Lahteine <[email protected]> Date: Wed Sep 22 00:19:26 2021 -0500 🎨 Less use of undef for RAMPS pins commit ea3df942137362e6916b51f8152389f1d6ac3415 Author: Scott Lahteine <[email protected]> Date: Tue Sep 21 06:25:13 2021 -0500 🎨 Fix L64xx enable, clean up conditionals commit a37580e4e837b1de576a7b529f56d225fa6a6dde Author: Scott Lahteine <[email protected]> Date: Mon Sep 20 18:44:35 2021 -0500 🩹 Remove extra #include, misc. style commit b3fd03198af688bbd7b3d74500c441007bcf890d Author: Dan Royer <[email protected]> Date: Mon Sep 20 13:42:33 2021 -0700 ✨ Polargraph / Makelangelo kinematics (#22790) commit 71b8a22d96735791789aeceed4877b2f1edfdb3d Author: Lefteris Garyfalakis <[email protected]> Date: Mon Sep 20 03:26:46 2021 +0300 🌐 Update Greek language (#22799) commit 669b68497cc0194fb963dfe8066e556f6ada03e4 Author: Scott Lahteine <[email protected]> Date: Sun Sep 19 19:25:01 2021 -0500 🌐 Skip non-essential translations commit 6014dd9c7b06917a251506afcf9acf11a54c26a6 Author: Scott Lahteine <[email protected]> Date: Tue Sep 21 02:42:01 2021 -0500 🔨 Improve pins_set script commit 5a54ba8316357c8bc4233bede1b29d5f62521fd0 Author: Scott Lahteine <[email protected]> Date: Sun Sep 19 18:58:12 2021 -0500 🔨 Case-insensitive tests list commit be8e8260e2969ce80a1ff51a39deed23aba0e6d1 Author: Scott Lahteine <[email protected]> Date: Sun Sep 19 18:40:56 2021 -0500 🌐 Reduce language file sizes commit 5d8ca7c9445dac3d8bb52eafd9c45826e9c3387b Author: Tanguy Pruvot <[email protected]> Date: Sun Sep 19 05:16:29 2021 +0200 🐛 STM32 ADC followup (#22798) commit 0e8e215d4e173e6d742b6aa198859e1a6cf50089 Author: Tanguy Pruvot <[email protected]> Date: Sun Sep 19 01:27:58 2021 +0200 🚸 Wake up TFT for some events (#22788) commit 6cf95509cd1483b52076322679e2426550fdf1df Author: Scott Lahteine <[email protected]> Date: Sat Sep 18 18:24:39 2021 -0500 🎨 Replace some infrequently-used macros commit ded719cc1481c8b67a4015a0077294ba7640d20d Author: Scott Lahteine <[email protected]> Date: Sat Sep 18 18:22:15 2021 -0500 📝 Update some pins comments commit 2630eefcc462b200c7bf748735387e7b055f300e Author: Steven Haigh <[email protected]> Date: Sat Sep 18 16:33:18 2021 +1000 🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789) commit 2b54a9c0ff0351f92b7e835f7c8dafe6f9cc5390 Author: Scott Lahteine <[email protected]> Date: Fri Sep 17 19:09:54 2021 -0500 🚸 Move fade item up commit bb1eb39ecbe2edfecb171b3e4f689b0413c5bf60 Author: Scott Lahteine <[email protected]> Date: Mon Apr 12 17:08:57 2021 -0500 🚸 Better bed position commit 8b818f4ae561d6ef1ba708a78cc0ed5cb5054358 Author: Scott Lahteine <[email protected]> Date: Fri Sep 17 18:58:55 2021 -0500 💬 Add non-translated STR_DONE commit 4d113c2efd1e17171b87f46053fb574842832a96 Author: Sola <[email protected]> Date: Thu Sep 16 19:48:24 2021 +0800 🚸 Fix and improve MKS LVGL UI (#22783) Co-authored-by: makerbase <[email protected]> Co-authored-by: MKS-Sean <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit ab9609146f903a6490b0658405ba2b19199a99b6 Author: Scott Lahteine <[email protected]> Date: Thu Sep 16 04:36:26 2021 -0500 💡 Adjust headers, formatting commit e7a25a45e6199118cb5d56a7d5fede82c3be31d7 Author: InsanityAutomation <[email protected]> Date: Thu Sep 16 03:46:16 2021 -0400 ✨ Improve pause/filament change for ExtUI (#22655) commit 023eaabc1ced8ff6daa52a6e1904bf68935254ae Author: Scott Lahteine <[email protected]> Date: Wed Sep 15 21:12:39 2021 -0500 🔧 Add MANUAL_FEEDRATE sanity-check commit 03d7fbd755899d2ad549498f88f5376fe0cb60ae Author: Scott Lahteine <[email protected]> Date: Thu Sep 16 01:15:01 2021 -0500 🎨 Handle more pre-defined pins in pins_postprocess (#22771) commit 89898181bd2e92b420228021c12308fdb4314221 Author: Miguel Risco-Castillo <[email protected]> Date: Sat Sep 25 05:59:43 2021 -0500 🐛 E3V2 Brightness followup (#22821) Co-authored-by: Scott Lahteine <[email protected]> commit e705a7724eace3970a1792933e1f614d07cc2667 Author: Scott Lahteine <[email protected]> Date: Wed Sep 15 19:48:29 2021 -0500 🎨 Consolidate Ender-3 V2 DWIN common code (#22778) commit 5b593da04d6f87e79ee99430ed6d15a5e9e0d799 Author: Keith Bennett <[email protected]> Date: Wed Sep 15 13:51:52 2021 -0700 ✏️ Fix TFT field names (#22776) commit 9c4f9bc62a3a53af150dee8a69f65c56c033e65a Author: mks-viva <[email protected]> Date: Wed Sep 15 14:47:23 2021 -0500 🐛 Fix MKS Monster8 EEPROM issue (serial timer) (#22777) commit 84d1619127b19e9b6f159331d9dcb0b88398732c Author: Miguel Risco-Castillo <[email protected]> Date: Wed Sep 15 01:44:28 2021 -0500 🩹 Fix DWIN Enhanced Tune menu during homing (#22773) Co-authored-by: Scott Lahteine <[email protected]> commit 1386e78369067bda6e5dcd8eb32779d68e854e9f Author: Dakkaron <[email protected]> Date: Wed Sep 15 02:00:48 2021 +0200 ✨ M282 - Detach Servo (#22760) commit 224371dfc6ba8de61d0255714b942df04c445da7 Author: Tanguy Pruvot <[email protected]> Date: Tue Sep 14 04:07:08 2021 +0200 ✨ TFT Screen/Backlight Sleep (#22617) commit 033043218e6a55da72631aee6f2fc28f000f261e Author: Scott Lahteine <[email protected]> Date: Mon Sep 13 18:46:30 2021 -0500 🔖 Configurations version 02000902 commit fcbd99d941bc680e6409998fdd4882eab5dba992 Author: Desuuuu <[email protected]> Date: Fri Sep 10 12:15:08 2021 +0200 🎨 Use ExtUI API where applicable commit 209e5c27cab7ff337c5235aa885ef0891db41335 Author: Roman Moravčík <[email protected]> Date: Tue Sep 14 00:10:30 2021 +0200 🌐 Update Slovak language (#22752) commit 92eb819aee1ac9581299339ebbb98356b0875a88 Author: Scott Lahteine <[email protected]> Date: Mon Sep 13 16:38:51 2021 -0500 🐛 Fix old spindle/laser options commit de4eed33e49b889b9a29e417c991e4564bbe634c Author: Scott Lahteine <[email protected]> Date: Mon Sep 13 16:28:12 2021 -0500 🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM commit 59ad93560e337c622e6fa738489de3647844aec5 Author: Scott Lahteine <[email protected]> Date: Sun Sep 12 21:41:24 2021 -0500 🐛 Fix CUSTOM_MENU_MAIN_SCRIPT_DONE Fix #22762 commit 50e52c0fdb8bba2e6b7d7a8463cc5349dc9daee9 Author: Vert <[email protected]> Date: Sun Sep 12 22:39:52 2021 -0400 🐛 Fix ENABLED => EITHER typo (#22756) commit e679fafaaf6f59b4252b8abcf260e7d879cc1db5 Author: mks-viva <[email protected]> Date: Sun Sep 12 21:30:09 2021 -0500 ✨ MKS Robin Nano V1.3 (STM32F407VET6) (#22749) commit 6de25804ebff7f78da0a5e304073a97e8fca24bf Author: Scott Lahteine <[email protected]> Date: Sun Sep 12 21:21:35 2021 -0500 🎨 Tweak custom menu item code commit ded8ee0a1dc2f4f6e47cf1ae61b705648cb6ccd1 Author: Scott Lahteine <[email protected]> Date: Sun Sep 12 19:37:33 2021 -0500 📌 Creality 4.3.1 board variants (#22704) Co-authored-by: Chico <[email protected]> commit 44d54a0d010c78ba43ebcf5283c30505e76e6098 Author: Luc Van Daele <[email protected]> Date: Mon Sep 13 02:35:37 2021 +0200 🚸 G33 R and O options (#22707) commit 6e1c997a0a808602c25ea66ecca4c83fb14603de Author: ellensp <[email protected]> Date: Mon Sep 13 11:03:24 2021 +1200 🐛 Fix Trigorilla Pro HAL/STM32 build offset (#22761) commit 17c9450f0c0ff96405ba8f60873adebd3aca91ff Author: Scott Lahteine <[email protected]> Date: Sat Sep 11 15:41:42 2021 -0500 🎨 Apply more HAS_DELTA_SENSORLESS_PROBING commit d6a87aa75ba4ae20c4843b98341b3e6214cb3a7d Author: Scott Lahteine <[email protected]> Date: Sat Sep 11 02:47:53 2021 -0500 🐛 No probe enum for DELTA + SENSORLESS_PROBING Fix #22729 commit 64acb9fe787c087bda466ca6189111785b30b448 Author: Scott Lahteine <[email protected]> Date: Sat Sep 11 02:15:05 2021 -0500 🩹 Warn about user feedback requirement commit 22bf774d61cb013029279cb1516a1685bbb67181 Author: Scott Lahteine <[email protected]> Date: Sat Sep 11 00:48:20 2021 -0500 🐛 Fix LPC1768 SD-based EEPROM debug Fixes #22746 commit e2a790b759f282232f07b5ef22218ec2d9b9ad6c Author: Marcio T <[email protected]> Date: Fri Sep 10 19:03:46 2021 -0600 🚸 Enhance FTDI Eve Touch UI file select dialog (#22742) commit ee1c1034e5fc77509d10c4d9d4b3436b6cdc9768 Author: Scott Lahteine <[email protected]> Date: Fri Sep 10 19:47:03 2021 -0500 🩹 Fix TOUCH_UI_FTDI_EVE warnings commit b661795ae5af15d773b9c148abe1c8005799dac4 Author: Scott Lahteine <[email protected]> Date: Thu Sep 9 04:57:05 2021 -0500 🎨 Fewer serial macros commit 6d96c221bd8c3c6119870c6d90dc976c9e81dde2 Author: Scott Lahteine <[email protected]> Date: Tue Sep 7 18:06:10 2021 -0500 🎨 Standardize G-code reporting commit a596faf4e5e4b47e50c9d2337a2b9d71fefa3719 Author: tome9111991 <[email protected]> Date: Sun Sep 12 21:56:40 2021 +0200 🐛 Fix JyersUI for LPC176x (#22745) Co-authored-by: Scott Lahteine <[email protected]> commit 3ee27e7e353b0a08ff114a8c805491a39e59f4d1 Author: Scott Lahteine <[email protected]> Date: Fri Sep 10 18:49:57 2021 -0500 🐛 Followup to JyersUI commit 6cf2cf7bd4bba98dbcb73fca43c14953b977da9a Author: Miguel Risco-Castillo <[email protected]> Date: Tue Sep 7 02:15:24 2021 -0500 ✨ Ender-3 V2 CrealityUI Enhanced (#21942, #22728, #22733) Co-authored-by: Scott Lahteine <[email protected]> commit 54416f780d892ba3ea42c522e5d5d7c0cf94acb4 Author: Jyers <[email protected]> Date: Mon Sep 6 21:06:27 2021 -0700 ✨ Ender-3 V2 with Jyers UI (#22422) commit 9d73fcb959e04839084abb78e9286a778a07ec5d Author: mrv96 <[email protected]> Date: Tue Sep 7 02:51:04 2021 +0200 ✨Add DGUS_LCD_UI_RELOADED (#21931) commit f434915ad67f3c92a2f88869861715c1334330e2 Author: Scott Lahteine <[email protected]> Date: Mon Sep 6 17:38:47 2021 -0500 🚸 Show ExtUI message for PID_STARTED commit bbce951666fbe7994df6bd9d376d6cc583083d8d Author: Scott Lahteine <[email protected]> Date: Mon Sep 6 16:33:24 2021 -0500 🎨 Misc. code cleanup commit 8a4fec946081b985d61932da30ccf416fc7719a0 Author: Scott Lahteine <[email protected]> Date: Mon Sep 6 15:34:12 2021 -0500 🎨 Misc. Spindle/Laser (etc.) cleanup commit 3a835162323e8f23e3b1d5b96a4ec9e27bb16605 Author: Scott Lahteine <[email protected]> Date: Sun Sep 5 21:23:56 2021 -0500 🚸 Per-hotend Watch items commit 03344a094739670074e3220564bd16a902df0fca Author: Scott Lahteine <[email protected]> Date: Fri Aug 27 16:12:08 2021 -0500 🎨 MarlinUI for E3V2 tweaks commit 72d7bbbbf67b53100c66f203c0b0f7ef9124f57f Author: Scott Lahteine <[email protected]> Date: Sun Sep 5 20:32:29 2021 -0500 🔧 Sanity checks for Ender 3 V2 commit 253f91765d839cb7b688eaed1586d20c51795722 Author: dotdash32 <[email protected]> Date: Sun Sep 5 17:21:25 2021 -0700 🎨 Use largest default ST9720 delays (#22713) Co-authored-by: Scott Lahteine <[email protected]> commit 4c7f8696ab2d12c915203f08973fb5c6ba53e5d6 Author: Dan <[email protected]> Date: Sun Sep 5 13:32:09 2021 -0700 ✨ Protoneer CNC-Shield 3.00 (#22715) commit f94de97cdbdf799d39933897858b8ff1ac69e6dc Author: Justin Nesselrotte <[email protected]> Date: Sun Sep 5 14:21:45 2021 -0600 ✨ Index Pick-and-Place board Rev.3 (#22647) Co-authored-by: Gonçalo Pereira <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit bae19a3737952a4c39f2ebb62a060d6b8a0d0b1b Author: Tanguy Pruvot <[email protected]> Date: Sat Sep 4 01:20:32 2021 +0200 🌐 Update "Homing" for some languages (#22706) commit cc3abcd2c50247dd934d49b91cc3b9460f1dc1a7 Author: Scott Lahteine <[email protected]> Date: Fri Sep 3 17:26:36 2021 -0500 🩹 Fix 'ms' warning commit 9e18a543fa02bb103fd2ec35e7a26085227ce720 Author: Thomas White <[email protected]> Date: Fri Sep 3 12:30:24 2021 +0800 ✨ Homing submenu option (#22692) commit 13bccd8441d26deb12fbbe82b8c45aaadd778c1d Author: Elliott Indiran <[email protected]> Date: Thu Sep 2 20:41:41 2021 -0700 📝 Update PID_PARAMS_PER_HOTEND comment (#22694) Co-authored-by: Scott Lahteine <[email protected]> commit 5af3dbdb308b8af3fb5fc53507dcb12779e121e3 Author: Tanguy Pruvot <[email protected]> Date: Fri Sep 3 05:08:40 2021 +0200 🐛 Fix Mixing code typos (#22697) commit 9f43452fbd8421ad93f6b84499c821ef899c77c4 Author: DvoraNoob <[email protected]> Date: Wed Sep 1 21:29:20 2021 -0300 🚸 MKS UI extrusion speed/steps config (#22656) commit 61364906b3237749be02bc17cd8e05f250a74a43 Author: Tanguy Pruvot <[email protected]> Date: Thu Sep 2 01:55:36 2021 +0200 🔨 Enhance Lerdge pins, TFTs, and variants (#22658) commit 105fd73c2868132ae687d5fd6b6102a0fc235e3c Author: Tanguy Pruvot <[email protected]> Date: Thu Sep 2 01:45:17 2021 +0200 🩹 Allow M42 S0/1 analogWrite on PWM pins (STM32) (#22631) commit b4b69c0de376095e13d302088fa72393128eeedc Author: ellensp <[email protected]> Date: Wed Sep 1 22:33:24 2021 +1200 🐛 BTT Octopus X MAX pin for IDEX (#22654) commit a37be7236bef7067949e1e3e76c0fa7d104ccecc Author: Vert <[email protected]> Date: Tue Aug 31 03:36:00 2021 -0400 ✨ GT2560 V4.x A20 (#22664) commit bba7c0069fec0e72a500abe96995e3439ba4d89f Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 20:44:55 2021 -0500 ✨ Creality3D CR-30 PrintMill commit 8916b05cb46e310e261902301afd0ae2b301159e Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 20:54:51 2021 -0500 🎨 Tweak pins, comment formatting commit 99028376e694cb3e50181f0c09e614a15f4783e5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 20:54:17 2021 -0500 ⏪️ Clean up Info Menu commit c2796fbf3bf9464943392043c87eaabbcdda615d Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 20:52:48 2021 -0500 🌐 Tweak language selection commit 37777a78bfface664094318cc53ec161e9eb985f Author: Scott Lahteine <[email protected]> Date: Thu Aug 19 19:16:46 2021 -0500 🐛 Followup to CrealityUI cleanup Followup to #22586 commit 0da0aa9b2ecf7ef2820509255c6ba7a245a9c63c Author: Scott Lahteine <[email protected]> Date: Fri Dec 11 18:15:36 2020 -0600 ⚡️ Add PROBE_PT_LAST_STOW commit 9ffd3ed2e40d943db731d27f5c26c76adbd31904 Author: ellensp <[email protected]> Date: Tue Aug 31 19:26:12 2021 +1200 🔧 Set Z_PROBE_OFFSET_RANGE_MIN/MAX for MBL (#22663) commit 1176c108600e4d45e3b4e836a585e51e68167414 Author: Scott Lahteine <[email protected]> Date: Tue Aug 31 02:23:49 2021 -0500 🩹 Clean up BTT_SKR_CR6 Fixes #22665 commit 2e9f819d5f7533752965fe01ed1e7f030e6a71a3 Author: Jason Smith <[email protected]> Date: Tue Aug 31 00:00:59 2021 -0700 🚸 Improve Tramming Wizard usability (#22672) commit 19353fc98c984a7ebc752d99c1034a3dd01ffa8d Author: ellensp <[email protected]> Date: Tue Aug 31 15:40:49 2021 +1200 ⏪️ Revert MAX31865 recent changes (#22660) commit b21d62543fd1e1e10b5d69cc86fd7f386001176a Author: Christian Schuster <[email protected]> Date: Tue Aug 31 02:32:02 2021 +0200 🩹 Fix LPC176x M43 formatting (#22680) commit a42ecb843e17ce52c4f4a27dc7be5441c966da19 Author: Zs.Antal <[email protected]> Date: Tue Aug 31 02:30:14 2021 +0200 🌐 Update Hungarian language (#22678) commit 93ff2cb08685e679f5f7d70e52b07f4640f082c6 Author: Giuliano Zaro <[email protected]> Date: Tue Aug 31 00:05:11 2021 +0200 🌐 Update Italian language (#22645) commit 086fa0f0a738e7a3b97ea15b2b3decf41e197882 Author: Scott Lahteine <[email protected]> Date: Mon Aug 30 17:02:12 2021 -0500 🔨 Fix HAL/STM32 F103Zx builds (#22610) commit 5e97f37a78f1e91e37d3ede5fe225288c03d0309 Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 23:06:24 2021 -0500 🎨 screws_tilt_adjust_pos => tramming_points commit c14b162b9e213eceaa20f5251c742100d605a79e Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 23:02:53 2021 -0500 🌐 MSG_PROBING_MESH => MSG_PROBING_POINT commit 61c000d96f184388f5f42d7501895138fc328eba Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 20:04:14 2021 -0500 🔨 Three columns in mftest menu commit c06a183f28ea4d40ea7757d441a46cc733cd6a12 Author: Marcio T <[email protected]> Date: Sun Aug 29 16:05:30 2021 -0600 ⚡️ Fix, enhance FTDI Eve Touch UI (#22619) commit d1db17c6f5e024d148ef4d0b5fea0d89e24ff3e5 Author: Marcio T <[email protected]> Date: Sun Aug 29 16:03:10 2021 -0600 ⚡️ Enhance and fix FTDI Eve Touch UI file select (#22651) commit d336a4d71b8315e7b4d62395b6d6d87306b58ae9 Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 15:15:53 2021 -0500 🐛 Fix SDSUPPORT for SKR CR-6 (#22668) Co-authored-by: Sebastiaan Dammann <[email protected]> commit 796309c9035ca21df64388d27e65b4c3a64436a8 Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 13:57:47 2021 -0500 ⚡️ Improve G2/G3 arc handling (#22599) commit 53df1dfe4d8bae533812b8ccd8ed90cd9dc041d9 Author: Scott Lahteine <[email protected]> Date: Sat Aug 28 17:46:22 2021 -0500 🩹 Sensorless homing tweak commit 6769718264d5786028e633aab96f346fedaef8f5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 13:51:57 2021 -0500 🎨 Update more EXP Headers commit 7704d844198deb50feb74326f94385c67eb44aba Author: Scott Lahteine <[email protected]> Date: Sat Aug 28 15:27:52 2021 -0500 🎨 EXP headers, ST7920 delays (#22641) commit 9b0e196ba2fab7fb1afcbed80e702e1f26dd806e Author: Scott Lahteine <[email protected]> Date: Fri Aug 27 17:23:08 2021 -0500 📝 AlephObjects => LulzBot commit fd594ab176260adf4e3bd04b6f7fb8bbaded85b0 Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 27 23:06:45 2021 +0200 🔨 Set Longer3D timers in variant (#22632) commit 8cadcf6bb61d5605244c1cb926b9269650ddf402 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 26 01:08:27 2021 +0200 🩹 Tweak startup message (#22633) commit 22fdfa96292a2cd2490920b031567a0fab5eb22a Author: DerAndere <[email protected]> Date: Thu Aug 26 01:05:06 2021 +0200 🔨 Melzi with OptiBoot build (#22630) commit a0ebe7c8ff846e94755c86cda076abc839388132 Author: Jin <[email protected]> Date: Thu Aug 26 06:33:08 2021 +0800 🩹 Use <SoftwareSPI.h> in MAX31865 lib (#22618) commit 125c5bc345615cdf0dfdb329473370a20d503721 Author: Ryan V1 <[email protected]> Date: Tue Aug 24 20:34:10 2021 -0700 🐛 Fix Multi-Endstop stepping (#22625) commit 95f27cf33970a332442ab3393c1e5e2b700a14be Author: Scott Lahteine <[email protected]> Date: Tue Aug 24 18:07:41 2021 -0500 🎨 EXP1/2 headers and pins cleanup (#22628) commit 02ae4bc9b94512c0b4e32c7b017eea834098e15f Author: Scott Lahteine <[email protected]> Date: Tue Aug 24 14:55:12 2021 -0500 ✨ New board TH3D_EZBOARD_LITE_V2 (#22621) commit 6bf2be66ed22b1662d6eaad54697ad0d02fc062e Author: Scott Lahteine <[email protected]> Date: Mon Aug 23 19:42:15 2021 -0500 🎨 Define FYSETC S6 and TH3D EZBoard EXP1/2 pins commit d8ef23eda7fc5391057c8375988426fdfdf77b27 Author: Chris Pepper <[email protected]> Date: Sun Aug 22 22:47:37 2021 +0100 🐛 Fix LPC176x M43 Pins Debugging (#22611) commit 73ef26a106e618aa9fd4ffce2c8779a214f9facd Author: Scott Lahteine <[email protected]> Date: Sun Aug 22 05:25:07 2021 -0500 ✨ MarlinUI for Ender 3 v2 DWIN LCD (#22594) Co-Authored-By: Taylor Talkington <[email protected]> commit d51e70083dbc57563ef8bc2a816a72db2696d053 Author: ellensp <[email protected]> Date: Sun Aug 22 11:05:39 2021 +1200 ✨ BOARD_RUMBA32_BTT (#22607) commit dc5ae16861e8240d379f0c3e54e4fbe5772cbbce Author: Scott Lahteine <[email protected]> Date: Sat Aug 21 18:00:55 2021 -0500 🎨 Misc code and spacing cleanup commit 0aa87af82f90be409e85e9c6f2792e912396a709 Author: Scott Lahteine <[email protected]> Date: Sat Aug 21 15:07:52 2021 -0500 🎨 Tweak TMC software serial pins commit 0be98b98a78692ca4c899413eaf0026843559511 Author: Keith Bennett <[email protected]> Date: Sat Aug 21 12:19:02 2021 -0700 ⬆️ TMCStepper 0.7.3 (#22608) commit f7ce107ac6fe6891c98367b08d7963b9fce59715 Author: Fjederhaek <[email protected]> Date: Sat Aug 21 00:45:05 2021 +0200 🐛 Update H-bot / Core for 6-axis (#22600) Followup to #19112 commit 3f772df56830aa990cbafab72ae13d81bf8e4e76 Author: Scott Lahteine <[email protected]> Date: Fri Aug 20 15:40:17 2021 -0500 🌐 Update menu titles, add more IJK (#22605) Followup to #19112 commit caa6ec051917f60c8f8a8fb3079844e57ba8086f Author: Scott Lahteine <[email protected]> Date: Thu Aug 19 17:38:05 2021 -0500 🐛 Show bed size as 'work:' in M115 Fixes #22598 commit 30665737dcd4296727154159b174164a5104e6a2 Author: Scott Lahteine <[email protected]> Date: Sat Jul 24 21:41:09 2021 -0500 🎨 Fix some formatting, F() versus PSTR() commit 0c401bddad7eecc4acf6960cd31726e1fc31572b Author: mks-viva <[email protected]> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit eb0d80cb196f6735db80897f4623a548555e16dd Author: Scott Lahteine <[email protected]> Date: Fri Aug 13 16:32:25 2021 -0500 🎨 Update MKSPWC, some other pins (#22557) commit e62486a6109f0ff9c22140d717c6a73e484d19e2 Author: charlespick <[email protected]> Date: Wed Jul 28 14:09:33 2021 -0700 ✨ M76 Host Pause Feature (#21738) commit 51d954a4fd455c92ac7be7cf73f6fdae1baf2727 Author: chendo <[email protected]> Date: Fri Jul 23 13:53:00 2021 +1000 ✨ D576 Buffer Monitoring (#19674) commit 416234f43a347394d639fbacc3183891d7b0bb50 Author: Scott Lahteine <[email protected]> Date: Wed Aug 18 20:12:41 2021 -0500 ✨ Add TEMP_SENSOR_BOARD (#22279, #22342, #22343, #22344, #22350) commit 9ddb4de70ac23685b98ce0e2b25f3d24ae87c7b6 Author: Katelyn Schiesser <[email protected]> Date: Sun Jul 11 22:13:58 2021 -0700 ♻️ Consolidate PSU_CONTROL (#22304) commit 9741be59668582b976514e61b1514ac496eafe38 Author: Cytown <[email protected]> Date: Thu Jun 24 00:40:32 2021 +0800 ✨ Power-off confirm / beep options (#22191) commit ecb625a666c48db25d81cea597951dae25f6b2ac Author: Vert <[email protected]> Date: Thu Aug 5 00:45:49 2021 -0400 ✨ Mixer Presets (#21562) commit de7f6c425bcfce4f3c35a1a5a6fbf79fcf10d700 Author: Scott Lahteine <[email protected]> Date: Tue Aug 17 06:18:19 2021 -0500 ♻️ Clean up CrealityUI and MarlinUI (#22586) commit 718227a94c0cb163a73f0f288be6f7b864b7127a Author: Scott Lahteine <[email protected]> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <[email protected]> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <[email protected]> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <[email protected]> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <[email protected]> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <[email protected]> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <[email protected]> Date: Tue Aug 3 20:02:34 2021 -0400 🐛 Spellcheck comments (#22496) codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753 Author: ldursw <[email protected]> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <[email protected]> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes Fixes #22466. Regression from #22377. commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b Author: ellensp <[email protected]> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <[email protected]> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <[email protected]> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <[email protected]> Date: Wed Jul 14 21:13:08 2021 -0600 🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530) commit 3924545912f3379f291355797a361c9e58c3840f Author: ellensp <[email protected]> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <[email protected]> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <[email protected]> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 23:24:20 2021 -0500 🐛 Fix fan index for Singlenozzle, chamber fan Fixes #22512 Followup to #19152, #19519 commit a668a9d302ff92f413360aff664675f52ed99650 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <[email protected]> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <[email protected]> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <[email protected]> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <[email protected]> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <[email protected]> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <[email protected]> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <[email protected]> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <[email protected]> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <[email protected]> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <[email protected]> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <[email protected]> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <[email protected]> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <[email protected]> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <[email protected]> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <[email protected]> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 23:05:53 2021 -0500 🐛 Fix custom menus on TFT LVGL Fixes #21423. Regression from #18177. commit 245b6e0884e9f421230520789bd72f49b20e4720 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <[email protected]> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475) Fixes #22466. Regression from #22377. commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05 Author: Scott Lahteine <[email protected]> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <[email protected]> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <[email protected]> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <[email protected]> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <[email protected]> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <[email protected]> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <[email protected]> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <[email protected]> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <[email protected]> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <[email protected]> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <[email protected]> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <[email protected]> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <[email protected]> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <[email protected]> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <[email protected]> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:34:49 2021 -0500 🐛 Fix 3-point leveling position See #22457. Fixes a G29 regression from #19112. commit c7c56ac45f9120b7d972d21427312e5282f82606 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <[email protected]> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <[email protected]> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <[email protected]> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241. commit f8f68f9259cc486fd36147f4f9d1e474940510dd Author: ellensp <[email protected]> Date: Thu Jul 22 09:31:11 2021 +1200 🎨 MKS Hardware Test followup (#22414) Co-authored-by: Scott Lahteine <[email protected]> commit 7773504afa546884f533fabefa1497547431bcdf Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 12:20:28 2021 -0700 ♻️ Refactor STM32 ini files (#22377) Co-authored-by: Scott Lahteine <[email protected]> commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189 Author: VTXtruder <[email protected]> Date: Tue Jul 20 23:27:19 2021 -0400 ✨ Chitu3D V9 board (#22401) Co-authored-by: Scott Lahteine <[email protected]> commit 29dde9be2b9fb52641d4fa804b097852f69e68f4 Author: Tanguy Pruvot <[email protected]> Date: Sun Jul 18 00:16:57 2021 +0200 🐛 Fix Longer3D build environment (#22378) commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd Author: ellensp <[email protected]> Date: Thu Jul 15 14:07:46 2021 +1200 🔨 More HAL/STM32 targets (#22358, #22369) commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc Author: ellensp <[email protected]> Date: Wed Jul 21 07:44:15 2021 +1200 🐛 Fix STATUS_COMBINE_HEATERS compile (#22405) commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985 Author: Mike La Spina <[email protected]> Date: Sun Jul 18 20:11:24 2021 -0500 🐛 Fix Ammeter display on DOGM (#22384) commit 61d0b082989d506b7e0716a792c104389cd6d8c1 Author: Katelyn Schiesser <[email protected]> Date: Sat Jul 17 23:10:13 2021 -0700 🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382) commit b57f73a4883fc732b0c413e45d8614791bad4298 Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 03:10:54 2021 -0500 🎨 Add MMU2 enabled() accessor commit 40b99d8084b235625ffe8701ce859219d52838c5 Author: Yash <[email protected]> Date: Tue Jul 20 14:51:41 2021 -0500 🐛 Fix G2/G3 angular motion calculation (#22407) commit c944e4fc6009cfc6e11f97b63f6ea817b8470071 Author: vyacheslav-shubin <[email protected]> Date: Tue Jul 20 23:12:08 2021 +0300 🩹 Init var to suppress invalid warning (#22396) commit eebab93358427b3b95b4d38dedbbb8aaaba977b8 Author: Katelyn Schiesser <[email protected]> Date: Sun Jul 18 18:24:27 2021 -0700 🐛 Ensure Software SPI pins for Max Thermocouple (#22389) commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 19:56:28 2021 -0500 🐛 Change font for selected language (#22381) commit e190684fe6ae4bf1a885508dbf39a6477ad274a5 Author: Roxy-3D <[email protected]> Date: Mon Jul 19 18:59:06 2021 -0600 🐛 Fix UBL G29 J - Vector3 regression commit 69c1e79c302e936d15957a98795afc8d57495ab6 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 13:13:25 2021 -0700 🐛 Fix BTC_SAMPLE_RES sanity check (#22394) commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e Author: Keith Bennett <[email protected]> Date: Tue Jul 20 12:54:02 2021 -0700 🎨 Fix unused lambda warning (#22399) commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b Author: Malderin <[email protected]> Date: Mon Jul 19 05:21:51 2021 +0300 🐛 Fix MKS UI compile (#22388, #22395) Co-authored-by: Scott Lahteine <[email protected]> commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d Author: squiddity <[email protected]> Date: Sat Jul 17 22:50:39 2021 -0700 🐛 Fix M913 typos (#22385) commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 00:45:17 2021 -0500 🐛 No translated serial strings commit 6e7c20e78e1036140d9e076f71759e35f91300e2 Author: mks-viva <[email protected]> Date: Thu Jul 15 20:57:34 2021 -0500 ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368) commit 165ae139d51b617295c2302f39c09edb0f0b0dd6 Author: Cytown <[email protected]> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 42eb2347d4c9cc64220322e10046ad275ec7a04e Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 22:24:43 2021 -0500 🎨 Strip trailing whitespace commit 3ab67898070c4422e454627e2836ab3b821bcf55 Author: mks-viva <[email protected]> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit 5054dc6ea2883095f081971cb267090b7756db97 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 6 17:36:41 2021 -0700 🐛 Redundant Temp Sensor followup (#22196) commit ee54cd4bd7e36284e4bc974e297834fb31ed466e Author: lujios <[email protected]> Date: Tue Jul 13 02:19:29 2021 +0200 ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899) commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b Author: Cytown <[email protected]> Date: Wed Jun 30 01:58:11 2021 +0800 🚸 Retain power during Pause (#22227) commit fef76a76a3275cf59bdf085b29d7d02168e61903 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 19:44:51 2021 -0500 🔨 Consolidate STM32 extra_scripts (#22365) commit a5459a68a69d255456b477dd134cba88a8d4f06f Author: Keith Bennett <[email protected]> Date: Wed Jul 14 00:03:24 2021 -0700 💡 Update FLYmaker comments, URL (#22355) commit b44d4746c8c039effc7513c6a5ca2917e9a18691 Author: Keith Bennett <[email protected]> Date: Wed Jul 14 15:55:24 2021 -0700 🩹 FLYmaker FLY Mini followup (#22364) Followup to #22355, #22356. commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5 Author: ellensp <[email protected]> Date: Wed Jul 14 18:57:26 2021 +1200 ✨ FLY Mini for stm32duino (#22356) commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe Author: Krzysztof Błażewicz <[email protected]> Date: Wed Jul 7 04:10:40 2021 +0200 ✨ DWIN LCD for BTT SKR Mini E3 (#22288) commit ee640816968b95ee14c3eaafbc0572df9f4dcee1 Author: Mihai <[email protected]> Date: Wed Jul 7 07:10:35 2021 +0300 ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) commit a35c234ce1f75b042c23402fda0426a7257c388b Author: InsanityAutomation <[email protected]> Date: Thu Jul 8 00:41:33 2021 -0400 🐛 Fix redundant heater / sensor pin assignments (#22309) commit 5026797310b19618150d6010fd9cc4b57aae9a49 Author: Mike La Spina <[email protected]> Date: Mon Jul 12 00:22:08 2021 -0500 🏗️ Allow headless Flow Meter (#22234) commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7 Author: Victor Oliveira <[email protected]> Date: Wed Jul 14 02:34:18 2021 -0300 ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) commit 8cf15e85463361289820b240d0de527d47852992 Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 14 16:56:02 2021 -0700 🎨 Call millis() once in manage_inactivity (#22363) commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9 Author: Skruppy <[email protected]> Date: Fri Jul 9 04:55:34 2021 +0200 🐛 Fix AVR DELAY_US int overflow (#22268) commit 6d191d12c9dbf1bf0844445ff02797ff98028b32 Author: Scott Lahteine <[email protected]> Date: Tue Jun 29 16:25:37 2021 -0500 🔨 Clean up build scripts (#22264) * Add 10K to marlin_blackSTM32F407VET6 (typo?) * Document custom build scripts. * Add a Robin common build script. * Extraneous .ldscript specifiers commit e213246ab998239c21bbc55983b79f28b4f848ce Author: bilsef <[email protected]> Date: Thu Jul 15 18:59:52 2021 -0700 ✨ M115: Axis Count (#22219) commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 18:51:58 2021 -0500 🎨 Minor cleanup of TFT/FSMC pins commit 87cc3873212918c30cf6a0b94ad52e93248f56c7 Author: Taylor Talkington <[email protected]> Date: Thu Jul 15 17:32:40 2021 -0400 🐛 Fix Filament Change menu (#22370) Followup to #22277 commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 7 21:45:15 2021 -0700 🐛 Fix Einsy RAMBo FAN1_PIN (#22305) commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 00:21:17 2021 -0500 📝 Tom's 3D Forums discontinued commit a0704cb14ff6805a1d3eef470cf2bba87de72afc Author: ellensp <[email protected]> Date: Wed Jul 14 12:32:21 2021 +1200 🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348) commit cad2f69687c1720a1ddb5be14732c2325eab527b Author: MKS-Sean <[email protected]> Date: Tue Jul 13 08:17:28 2021 +0800 ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) commit 31fbec9a00f49818b6a82c283349167c40260cc2 Author: mks-viva <[email protected]> Date: Tue Jul 13 19:14:34 2021 -0500 🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340) commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 02:14:55 2021 -0500 🐛 Fix SD pins for MKS Robin Lite commit bc459a76f40a86e0c25e75d3e3b4054a3db98436 Author: Scott Lahteine <[email protected]> Date: Mon Jul 12 22:52:17 2021 -0500 🐛 TM3D fixes and improvements Co-Authored-By: InsanityAutomation <[email protected]> commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30 Author: Marcio T <[email protected]> Date: Mon Jul 12 18:35:00 2021 -0600 ⚡️ Fixes to FTDI Eve Touch UI (#22347) commit 24f0613b9f14cd5a88bde851597104a1c6997abd Author: ellensp <[email protected]> Date: Mon Jul 12 17:15:48 2021 +1200 🎨 Optional Custom Button description (#22336) commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3 Author: Mike La Spina <[email protected]> Date: Sun Jul 11 20:45:47 2021 -0500 🔨 Update LPC176x platform to 0.2.8 (#22333) commit f76b063e58624d477c17a082d471aea3ef7b3197 Author: Scott Lahteine <[email protected]> Date: Sun Jul 11 18:25:51 2021 -0500 🚸 M666: Fix value filter, add report (#22337) In reference to #22325 commit c746b1a2ae3573895b24fbc8c37015736469f39c Author: Scott Lahteine <[email protected]> Date: Sun Jul 11 13:18:16 2021 -0500 🚸 Limit LCD delta endstop adjustment like M666 In reference to #22325 commit be13220e32c2a79761224e16925436b9ae87bf48 Author: InsanityAutomation <[email protected]> Date: Fri Jul 9 19:24:14 2021 -0400 📺 ExtUI pause state response (#22164) commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985 Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 17:09:58 2021 -0500 🎨 Check flags without ENABLED commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7 Author: Tanguy Pruvot <[email protected]> Date: Fri Jul 9 23:07:55 2021 +0200 🌐 Update French language (#22323) commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c Author: Zs.Antal <[email protected]> Date: Thu Jul 8 06:44:07 2021 +0200 🌐 Update Hungarian language (#22307) commit 573b8a62d9c189576b79773b9c54606c387d634a Author: BigTreeTech <[email protected]> Date: Sat Jul 10 04:06:10 2021 +0800 🐛 Fixes for BTT Octopus (#22314) commit eafb94e72d99c9c906bfd806c87684243e193aeb Author: Skruppy <[email protected]> Date: Sat Jul 10 01:25:47 2021 +0200 🐛 Fix HAS_KILL && SOFT_RESET_ON_KILL soft reset button logic (#22269) commit 69b44c2309d859865d4724cb8e323a13ba535d3c Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 16:02:27 2021 -0500 📌 Require U8glib-HAL@~0.5.0 (#22324) commit e9a1c10b34b5a23815285ee068112395dca17fbe Author: Katelyn Schiesser <[email protected]> Date: Thu Jul 8 21:48:11 2021 -0700 🐛 Fix manage_heaters recursion on servo move (#22313) Followup to e297748b22 commit 304a926b0a2c5f9edb8adac93557758115d6b004 Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 20:42:38 2021 -0500 👷 Bump date on /Version.h commit 1bb61f27e98029f19abab5deaeedcbf062887bc9 Author: Marcio T <[email protected]> Date: Tue Jul 6 19:32:08 2021 -0600 📺 Assorted small FTDI Eve Touch UI fixes (#22273) commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1 Author: Serhiy-K <[email protected]> Date: Wed Jul 7 03:55:31 2021 +0300 🌐 Update Russian and Ukrainian (#22290) commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc Author: Scott Lahteine <[email protected]> Date: Tue Jul 6 19:54:02 2021 -0500 ♻️ Fix up and use YESNO_ITEM macros commit ed14d14819625a98753aa715821339e4f5a0ec73 Author: ldursw <[email protected]> Date: Tue Jul 6 21:50:01 2021 -0300 🐛 Fix Maple / STM32 serial buffer (#22292) commit cae391bb484f5e141de07335f7bf97a91aa5e297 Author: George Fu <[email protected]> Date: Wed Jul 7 08:40:11 2021 +0800 🔨 FYSETC S6 small bootloader target (#22207) Co-authored-by: Scott Lahteine <[email protected]> commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a Author: Cytown <[email protected]> Date: Fri Jul 2 08:37:44 2021 +0800 🚸 Filament Change add confirm step (#22277) commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de Author: ellensp <[email protected]> Date: Fri Jul 2 09:27:27 2021 +1200 🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276) Co-authored-by: Scott Lahteine <[email protected]> commit 4235e23c7b0b62c6962624e1375605a6b5e575be Author: Scott Lahteine <[email protected]> Date: Wed Jun 30 21:58:25 2021 -0500 📝 Update Z_SAFE_HOMING description commit cd01421ac32041c7f775ec37dd8d…
commit ea5508384ed04d70759a826a74ff0131cb110dd4 Merge: 9e70af869f 49e8defda1 Author: Michalcin <[email protected]> Date: Fri Nov 5 16:23:57 2021 +0100 Merge branch '2.0.x' of https://github.com/MarlinFirmware/Marlin into MarlinFirmware-2.0.x commit 49e8defda11c0c62098d86e4ced947468cd2f289 Author: Scott Lahteine <[email protected]> Date: Mon Oct 4 22:16:15 2021 -0500 🔨 Move Creality 4.2.2 warning commit e5c4e77eb06ca01ec062c32f96c0315e2666139a Author: Sebastien BLAISOT <[email protected]> Date: Tue Nov 2 06:49:21 2021 +0100 🐛 Fix NEOPIXEL2_SEPARATE default color (#23057) commit 8dd3f38ae9ccdb051ed073a11dd9200b9d7e2ffe Author: ellensp <[email protected]> Date: Tue Nov 2 12:34:53 2021 +1300 🩹 Fill gaps in pinsDebug_list (#23051) commit 044a7db370d278b91cea194d4a00d6e4c652c4a7 Author: ellensp <[email protected]> Date: Tue Nov 2 12:36:22 2021 +1300 🐛 Fix Y_SERIAL_RX_PIN for FYSETC S6 (#23055) commit 8cecc626c6a40e1667a10908042101248c5668dd Author: Robby Candra <[email protected]> Date: Tue Nov 2 10:29:23 2021 +0700 🎨 Fix redefine warnings (#23061) commit ee26fd0e0559d7f2d86b11b5552eaf9c9ff3174c Author: tombrazier <[email protected]> Date: Mon Oct 25 22:29:40 2021 +0100 🚸 Default T0 for M569, M906, M913 (#23020) commit a7ea6b59255ee5405b0118d78a5d7bdf69a8eb68 Author: ellensp <[email protected]> Date: Tue Oct 26 10:02:29 2021 +1300 ⚡️ Add'l PCINTs for Mega Extended (#23019) commit 2b8a804997b18c49126868f5301702e2bf8eeaa6 Author: Keith Bennett <[email protected]> Date: Sun Oct 24 23:14:02 2021 -0700 ✨ Octopus Pro V1.0 with STM32F429ZGT6 (#23008) commit 908335367edba11eff8e457c511482db8a36dfcf Author: Keith Bennett <[email protected]> Date: Mon Oct 18 00:51:01 2021 -0700 ✨ BTT Octopus Pro V1.0 (STM32F446ZET6) (#22971) commit a7415a052ebf57c0a0a30cf97973b86c2065958d Author: ellensp <[email protected]> Date: Mon Oct 25 19:12:07 2021 +1300 🐛 Fix børken E_DUAL_STEPPER_DRIVERS (#23017) commit f51e07b19636cbbfc9511073e41e5a98cd7c5625 Author: Miguel Risco-Castillo <[email protected]> Date: Mon Oct 25 01:08:15 2021 -0500 🐛 Fix Ender-3 V2 Enhanced SetFlow (#23016) commit 5f35c539ce38a6d6715ce77005b387a0b87ac822 Author: Lefteris Garyfalakis <[email protected]> Date: Mon Oct 25 09:06:13 2021 +0300 🚸 E3V2 Enhanced cosmetic fixes (#23009) commit 59503c6bbbcea81dcbe3e5ffa9ac175a01e7a2dc Author: Scott Lahteine <[email protected]> Date: Tue Sep 28 05:59:03 2021 -0500 🎨 Apply F() to E3V2 titles, popups commit 0309fce1fd12cfe0259f67f9d2381d08041ae525 Author: InsanityAutomation <[email protected]> Date: Mon Oct 25 01:39:48 2021 -0400 ✨ Creality v2.4.S1 (Ender 7) board (#23010) commit f6d211f77941d2df03db9493c8ad6b39c511ee63 Author: Dennis <[email protected]> Date: Mon Oct 25 07:35:11 2021 +0200 🐛 Fix JyersUI current positions (scaling) (#23005) commit f179e25cc640135f968ffb12a12fdf4bd0b14212 Author: Scott Lahteine <[email protected]> Date: Sun Oct 24 23:32:34 2021 -0500 🐛 More explicit allocation of solenoids In reference to #22887 commit 5b478cd5f6b6eae0343acbf169976f97b1ba5609 Author: tombrazier <[email protected]> Date: Fri Oct 22 21:56:05 2021 +0100 🐛 Fix probe temp compensation maths (#23004) commit e852732ea8e71d7e969520d0bcd4f242dc6755b2 Author: ellensp <[email protected]> Date: Fri Oct 22 17:57:30 2021 +1300 🐛 Fix E3V2 width/height defines (#22994) commit c9718e1ec0570a96bd104cd4bbefed57cc613d5d Author: Augusto Zanellato <[email protected]> Date: Tue Oct 19 17:24:22 2021 +0200 ✨ Eryone Ery32 mini (STM32F103VET6) board (#22956) commit 30158424e993919b9a4d8fe4b14793df3affe7ff Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 05:53:34 2021 -0500 🔨 Fix older GCC CXXFLAGS warning commit 5f6d9e9f42d0cf5126f763e8a8f4f617cb8fcc8f Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 05:51:49 2021 -0500 🎨 Fix pinsDebug_list warnings commit b108741a8e2ba426f006a4c4bb562aa126eb400d Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 04:03:03 2021 -0500 💡 Sub-include pins labels commit b4904cc53e3a8a97fe8047ebe918bc8ea474e120 Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 02:56:44 2021 -0500 🔨 Delete after encrypt. Lerdge encrypt only once commit 2c6fe45847e0ada1b873bbc302cce2c51325902b Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 02:49:35 2021 -0500 🔨 Update 'pio vscode init' detection commit fed72e4607b864d8048ae87b08063f0ac6f1eaed Author: Scott Lahteine <[email protected]> Date: Tue Oct 19 11:17:36 2021 -0500 🔨 Use pull_request_target for check-pr commit c3a4e6b3c8b581ac458618507177eb81dfedd7a1 Author: Scott Lahteine <[email protected]> Date: Mon Oct 18 01:49:35 2021 -0500 ✅ Warn about dummy thermistors commit 5bfc5c10103c9f6067d8e1969d8a9c1f1384b9cd Author: InsanityAutomation <[email protected]> Date: Mon Oct 18 02:03:01 2021 -0400 Fix JyersUI ZOffset Multiplication (#22975) commit 1112d66fefedafacf32027fd7b44f11b1546306d Author: InsanityAutomation <[email protected]> Date: Mon Oct 18 02:01:28 2021 -0400 Fix Tool Change Park (#22968) commit 61b574f2cea9f23603a3c0250b6bd11934fa3d60 Author: Scott Lahteine <[email protected]> Date: Sun Oct 17 19:26:31 2021 -0500 🔨 Improve 'mftest' error message commit 522cdd52727383e9a2e4f0295b85ae6e2d94aacf Author: Scott Lahteine <[email protected]> Date: Sun Oct 17 16:56:01 2021 -0500 🔧 Safety feature warnings commit 641bae625b659cc5eba13c20c174de5fff7caa98 Author: Scott Lahteine <[email protected]> Date: Fri Oct 15 15:07:47 2021 -0500 💡 Update old gnu.org links commit d10e20d6d2faaea04df81dca682290a2aa081fee Author: InsanityAutomation <[email protected]> Date: Fri Oct 15 15:56:59 2021 -0400 ✨ Add option EVENT_GCODE_TOOLCHANGE_ALWAYS_RUN (#22960) commit b18aa933d14f9761d74b19be79db64e21356c563 Author: ellensp <[email protected]> Date: Wed Oct 13 14:28:45 2021 +1300 🐛 Fix G33 homing current (#22909) commit 0f519ebf854cdb0fd3d00828ca7a4b4d09c8d610 Author: mks-viva <[email protected]> Date: Tue Oct 12 20:01:18 2021 -0500 ✨ MKS Eagle (STM32F407VET6) board (#22897) commit 031f17b4f3dfca4a66384d40ce48b7d33315c75a Author: Minims <[email protected]> Date: Sun Oct 10 01:10:21 2021 +0200 🩹 Adjust GTR 1.0 ST7920 display delay (#22904) commit 036f763eaaff571f07c7829e0f5a61b645e86269 Author: ellensp <[email protected]> Date: Thu Oct 7 09:42:59 2021 +1300 🎨 Define Octopus allocated endstop pins (#22882) Co-authored-by: Scott Lahteine <[email protected]> commit d137f307ebea8c8832ecbef239ed08e188c5369b Author: Scott Lahteine <[email protected]> Date: Mon Oct 4 22:19:05 2021 -0500 🎨 Tweak FORCE_INLINE commit 66048a5f27aa3ad9ecb2b407ada13fb87e86ebe9 Author: Mark <[email protected]> Date: Tue Oct 5 12:23:02 2021 +0800 ✨ ESP32 Panda_ZHU and Panda_M4 (#22644) commit b8c32e24d86fff280621ab3f274511dd30669b93 Author: Scott Lahteine <[email protected]> Date: Sat Oct 2 02:33:14 2021 -0500 🎨 Rename MarlinUI::zoffset_overlay commit 99d51af90facd02365d0ae91091303d7879f304d Author: Scott Lahteine <[email protected]> Date: Tue Oct 5 21:35:31 2021 -0500 🔨 Port libsdl2_net required for macOS simulator commit f47ece0725d93cde7fde52b66d14b5ec551c46c2 Author: Keith Bennett <[email protected]> Date: Tue Oct 12 19:06:39 2021 -0700 🐛 Fix MKS Robin Pro 1.0 LCD reset pin (#22937) commit 975089a954460b10279bdbf60f08c9604c4f7d08 Author: Keith Bennett <[email protected]> Date: Tue Oct 12 19:05:37 2021 -0700 🔧 Remove obsolete G34 sanity check (#22929) commit 995230f5971995e41b97d14273f2dd3693ead6be Author: George Fu <[email protected]> Date: Wed Oct 13 09:32:54 2021 +0800 🐛 Fix FYSETC Cheetah v2.0 build (#22926) commit adf7072fa846312d473a993ffc62ec3082b37c46 Author: Keith Bennett <[email protected]> Date: Tue Oct 12 18:26:42 2021 -0700 🐛 Fix SKR Mini E3 V2 I2C-based EEPROM (#22919) Followup to #20609 commit 40cb7cf8d6e31cf768a946e3248618256c021fb6 Author: Scott Lahteine <[email protected]> Date: Mon Oct 4 18:58:20 2021 -0500 🔨 Add 'opt_find' to find matching options commit d0c0630c1f91cb43dc23c1ed9e4c166d284785eb Author: ellensp <[email protected]> Date: Mon Oct 4 19:12:19 2021 +1300 🩹 Fix EXTRUDER 0 compile warning (#22868) commit 11c829fb28a4fdc37ae86e6ac674589331f0712d Author: Sebastien Andrivet <[email protected]> Date: Mon Oct 4 08:06:49 2021 +0200 🐛 Fix ExtUI Pause messages (#22874) commit e0dda615012a99e1ad591972b4bbc5238e7361a9 Author: ellensp <[email protected]> Date: Mon Oct 4 18:25:45 2021 +1300 🐛 Fix Arduino IDE compile error (#22877) commit a185ce22cf6e4fb15250815c5c39318606a7e65a Author: Scott Lahteine <[email protected]> Date: Sat Oct 2 22:08:11 2021 -0500 Marlin 2.0.9.2 commit 2a4ee1a482278abb830c0f5180bfa7571c00c9f7 Author: Scott Lahteine <[email protected]> Date: Sat Oct 2 21:54:07 2021 -0500 MKS Robin pins updates commit 3a82b8a25195f448018e7a2267d9916814434c65 Author: Cytown <[email protected]> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 765b2b43f6ea80920a3eb85be64f77ed8fe9dcbd Author: Scott Lahteine <[email protected]> Date: Sat Oct 2 21:51:52 2021 -0500 🎨 FTDI Eve Touch UI spinner enqueue string commit 2e602b9b88e75a261d8d1a71c0857ce47f5e92fa Author: Steven Haigh <[email protected]> Date: Thu Sep 30 02:22:46 2021 +1000 🚑️ Fix DWIN_CompletedLeveling (#22851) Co-authored-by: Scott Lahteine <[email protected]> commit 5d3e75905d9316853462321bac7b43f635366768 Author: Malderin <[email protected]> Date: Wed Sep 29 04:20:03 2021 +0300 🐛 E3V2 Mesh Viewer followup (#22850) commit eacb660e4b1008245361d8db6054ef30ccf031fa Author: Scott Lahteine <[email protected]> Date: Tue Sep 28 02:39:11 2021 -0500 🎨 Condense reverse-protection code commit 021ceeba0b0ccadd7246d5e2da56df7868349206 Author: Scott Lahteine <[email protected]> Date: Tue Sep 28 01:07:51 2021 -0500 ⚡️ Handle shared enable pins (#22824) commit 25a131b9421c81245e1d9094fc85476349baf941 Author: Miguel Risco-Castillo <[email protected]> Date: Mon Sep 27 14:47:47 2021 -0500 ✨ E3V2 (Enhanced) Mesh Viewer (#22844) commit b4c025a451580cdc15f9506e923c4ffe5afdde90 Author: Sola <[email protected]> Date: Tue Sep 28 03:08:29 2021 +0800 🚸 Fix MKS LVGL UI temperature set interface (#22848, #22842) commit 604a01cd1a87850a5fe2fde1a204a9c313863db3 Author: espr14 <[email protected]> Date: Mon Sep 27 21:05:52 2021 +0200 🎨 steps_to_mm => mm_per_step (#22847) commit 064f91e9b0e71b55dda7dea86881863190c37516 Author: Tanguy Pruvot <[email protected]> Date: Mon Sep 27 21:01:47 2021 +0200 🚸 TFT backlight PWM / brightness (#22841) commit 34c9f649252f173b9c046dcab56d86e0526ed163 Author: ellensp <[email protected]> Date: Tue Sep 28 04:17:00 2021 +1300 🔧 Sanity-check BLTOUCH_SET_5V_MODE on 5V pins (#22840) Co-authored-by: Scott Lahteine <[email protected]> commit 060b705dab5ad7eaf0f1babd6113d5908b485db9 Author: Giuliano Zaro <[email protected]> Date: Sun Sep 26 04:59:29 2021 +0200 🩹 Fix M412_report formatting (#22834) commit 262cd757fc4b91592932d4335878bc0aaf45af20 Author: Scott Lahteine <[email protected]> Date: Sat Sep 25 02:27:07 2021 -0500 🎨 Updated string macros commit dc4d2165f2175a5f0f2e492b3a4f3f4cecf15ead Author: Steve Wills <[email protected]> Date: Fri Sep 24 22:12:43 2021 -0400 🐛 Add 'static' to fix 'duplicates' (#22826) commit bcd2a483da49030ae5f1837474c95b027f915340 Author: Manuel McLure <[email protected]> Date: Fri Sep 24 19:08:07 2021 -0700 🐛 Fix M420 / M851 reports (#22829) Followup to 79c72ed821 commit d338872e8571e45c961d768b1d5068bff20e9daf Author: Scott Lahteine <[email protected]> Date: Thu Sep 23 11:09:43 2021 -0500 🐛 Fix reset_hotend_offsets commit 2c30b75268a0cb7791c00b91579db6ab42b3dd28 Author: Scott Lahteine <[email protected]> Date: Thu Sep 23 10:01:37 2021 -0500 🎨 Various multi-axis patches (#22823) commit 3deb54d0fde6bb84310e78ce3b70296041552af1 Author: Sola <[email protected]> Date: Thu Sep 23 15:53:48 2021 +0800 ⚡️ Improve LVGL touch driver (#22817) commit 9ae6351a026d9b91813e8f1c3e7749e7f8cab790 Author: ellensp <[email protected]> Date: Thu Sep 23 18:58:52 2021 +1200 🐛 Fix anycubic_i3mega_lcd debug macros (#22820) commit b7f95dc8d4903122db3692fc7540a593983f1af1 Author: Scott Lahteine <[email protected]> Date: Thu Sep 23 00:51:35 2021 -0500 🩹 Add MarlinSPI to more HALs commit 99647fa9403ef3c9f419000cb0be6667105f8aaf Author: Scott Lahteine <[email protected]> Date: Wed Sep 22 00:19:26 2021 -0500 🎨 Less use of undef for RAMPS pins commit ea3df942137362e6916b51f8152389f1d6ac3415 Author: Scott Lahteine <[email protected]> Date: Tue Sep 21 06:25:13 2021 -0500 🎨 Fix L64xx enable, clean up conditionals commit a37580e4e837b1de576a7b529f56d225fa6a6dde Author: Scott Lahteine <[email protected]> Date: Mon Sep 20 18:44:35 2021 -0500 🩹 Remove extra #include, misc. style commit b3fd03198af688bbd7b3d74500c441007bcf890d Author: Dan Royer <[email protected]> Date: Mon Sep 20 13:42:33 2021 -0700 ✨ Polargraph / Makelangelo kinematics (#22790) commit 71b8a22d96735791789aeceed4877b2f1edfdb3d Author: Lefteris Garyfalakis <[email protected]> Date: Mon Sep 20 03:26:46 2021 +0300 🌐 Update Greek language (#22799) commit 669b68497cc0194fb963dfe8066e556f6ada03e4 Author: Scott Lahteine <[email protected]> Date: Sun Sep 19 19:25:01 2021 -0500 🌐 Skip non-essential translations commit 6014dd9c7b06917a251506afcf9acf11a54c26a6 Author: Scott Lahteine <[email protected]> Date: Tue Sep 21 02:42:01 2021 -0500 🔨 Improve pins_set script commit 5a54ba8316357c8bc4233bede1b29d5f62521fd0 Author: Scott Lahteine <[email protected]> Date: Sun Sep 19 18:58:12 2021 -0500 🔨 Case-insensitive tests list commit be8e8260e2969ce80a1ff51a39deed23aba0e6d1 Author: Scott Lahteine <[email protected]> Date: Sun Sep 19 18:40:56 2021 -0500 🌐 Reduce language file sizes commit 5d8ca7c9445dac3d8bb52eafd9c45826e9c3387b Author: Tanguy Pruvot <[email protected]> Date: Sun Sep 19 05:16:29 2021 +0200 🐛 STM32 ADC followup (#22798) commit 0e8e215d4e173e6d742b6aa198859e1a6cf50089 Author: Tanguy Pruvot <[email protected]> Date: Sun Sep 19 01:27:58 2021 +0200 🚸 Wake up TFT for some events (#22788) commit 6cf95509cd1483b52076322679e2426550fdf1df Author: Scott Lahteine <[email protected]> Date: Sat Sep 18 18:24:39 2021 -0500 🎨 Replace some infrequently-used macros commit ded719cc1481c8b67a4015a0077294ba7640d20d Author: Scott Lahteine <[email protected]> Date: Sat Sep 18 18:22:15 2021 -0500 📝 Update some pins comments commit 2630eefcc462b200c7bf748735387e7b055f300e Author: Steven Haigh <[email protected]> Date: Sat Sep 18 16:33:18 2021 +1000 🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789) commit 2b54a9c0ff0351f92b7e835f7c8dafe6f9cc5390 Author: Scott Lahteine <[email protected]> Date: Fri Sep 17 19:09:54 2021 -0500 🚸 Move fade item up commit bb1eb39ecbe2edfecb171b3e4f689b0413c5bf60 Author: Scott Lahteine <[email protected]> Date: Mon Apr 12 17:08:57 2021 -0500 🚸 Better bed position commit 8b818f4ae561d6ef1ba708a78cc0ed5cb5054358 Author: Scott Lahteine <[email protected]> Date: Fri Sep 17 18:58:55 2021 -0500 💬 Add non-translated STR_DONE commit 4d113c2efd1e17171b87f46053fb574842832a96 Author: Sola <[email protected]> Date: Thu Sep 16 19:48:24 2021 +0800 🚸 Fix and improve MKS LVGL UI (#22783) Co-authored-by: makerbase <[email protected]> Co-authored-by: MKS-Sean <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit ab9609146f903a6490b0658405ba2b19199a99b6 Author: Scott Lahteine <[email protected]> Date: Thu Sep 16 04:36:26 2021 -0500 💡 Adjust headers, formatting commit e7a25a45e6199118cb5d56a7d5fede82c3be31d7 Author: InsanityAutomation <[email protected]> Date: Thu Sep 16 03:46:16 2021 -0400 ✨ Improve pause/filament change for ExtUI (#22655) commit 023eaabc1ced8ff6daa52a6e1904bf68935254ae Author: Scott Lahteine <[email protected]> Date: Wed Sep 15 21:12:39 2021 -0500 🔧 Add MANUAL_FEEDRATE sanity-check commit 03d7fbd755899d2ad549498f88f5376fe0cb60ae Author: Scott Lahteine <[email protected]> Date: Thu Sep 16 01:15:01 2021 -0500 🎨 Handle more pre-defined pins in pins_postprocess (#22771) commit 89898181bd2e92b420228021c12308fdb4314221 Author: Miguel Risco-Castillo <[email protected]> Date: Sat Sep 25 05:59:43 2021 -0500 🐛 E3V2 Brightness followup (#22821) Co-authored-by: Scott Lahteine <[email protected]> commit e705a7724eace3970a1792933e1f614d07cc2667 Author: Scott Lahteine <[email protected]> Date: Wed Sep 15 19:48:29 2021 -0500 🎨 Consolidate Ender-3 V2 DWIN common code (#22778) commit 5b593da04d6f87e79ee99430ed6d15a5e9e0d799 Author: Keith Bennett <[email protected]> Date: Wed Sep 15 13:51:52 2021 -0700 ✏️ Fix TFT field names (#22776) commit 9c4f9bc62a3a53af150dee8a69f65c56c033e65a Author: mks-viva <[email protected]> Date: Wed Sep 15 14:47:23 2021 -0500 🐛 Fix MKS Monster8 EEPROM issue (serial timer) (#22777) commit 84d1619127b19e9b6f159331d9dcb0b88398732c Author: Miguel Risco-Castillo <[email protected]> Date: Wed Sep 15 01:44:28 2021 -0500 🩹 Fix DWIN Enhanced Tune menu during homing (#22773) Co-authored-by: Scott Lahteine <[email protected]> commit 1386e78369067bda6e5dcd8eb32779d68e854e9f Author: Dakkaron <[email protected]> Date: Wed Sep 15 02:00:48 2021 +0200 ✨ M282 - Detach Servo (#22760) commit 224371dfc6ba8de61d0255714b942df04c445da7 Author: Tanguy Pruvot <[email protected]> Date: Tue Sep 14 04:07:08 2021 +0200 ✨ TFT Screen/Backlight Sleep (#22617) commit 033043218e6a55da72631aee6f2fc28f000f261e Author: Scott Lahteine <[email protected]> Date: Mon Sep 13 18:46:30 2021 -0500 🔖 Configurations version 02000902 commit fcbd99d941bc680e6409998fdd4882eab5dba992 Author: Desuuuu <[email protected]> Date: Fri Sep 10 12:15:08 2021 +0200 🎨 Use ExtUI API where applicable commit 209e5c27cab7ff337c5235aa885ef0891db41335 Author: Roman Moravčík <[email protected]> Date: Tue Sep 14 00:10:30 2021 +0200 🌐 Update Slovak language (#22752) commit 92eb819aee1ac9581299339ebbb98356b0875a88 Author: Scott Lahteine <[email protected]> Date: Mon Sep 13 16:38:51 2021 -0500 🐛 Fix old spindle/laser options commit de4eed33e49b889b9a29e417c991e4564bbe634c Author: Scott Lahteine <[email protected]> Date: Mon Sep 13 16:28:12 2021 -0500 🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM commit 59ad93560e337c622e6fa738489de3647844aec5 Author: Scott Lahteine <[email protected]> Date: Sun Sep 12 21:41:24 2021 -0500 🐛 Fix CUSTOM_MENU_MAIN_SCRIPT_DONE Fix #22762 commit 50e52c0fdb8bba2e6b7d7a8463cc5349dc9daee9 Author: Vert <[email protected]> Date: Sun Sep 12 22:39:52 2021 -0400 🐛 Fix ENABLED => EITHER typo (#22756) commit e679fafaaf6f59b4252b8abcf260e7d879cc1db5 Author: mks-viva <[email protected]> Date: Sun Sep 12 21:30:09 2021 -0500 ✨ MKS Robin Nano V1.3 (STM32F407VET6) (#22749) commit 6de25804ebff7f78da0a5e304073a97e8fca24bf Author: Scott Lahteine <[email protected]> Date: Sun Sep 12 21:21:35 2021 -0500 🎨 Tweak custom menu item code commit ded8ee0a1dc2f4f6e47cf1ae61b705648cb6ccd1 Author: Scott Lahteine <[email protected]> Date: Sun Sep 12 19:37:33 2021 -0500 📌 Creality 4.3.1 board variants (#22704) Co-authored-by: Chico <[email protected]> commit 44d54a0d010c78ba43ebcf5283c30505e76e6098 Author: Luc Van Daele <[email protected]> Date: Mon Sep 13 02:35:37 2021 +0200 🚸 G33 R and O options (#22707) commit 6e1c997a0a808602c25ea66ecca4c83fb14603de Author: ellensp <[email protected]> Date: Mon Sep 13 11:03:24 2021 +1200 🐛 Fix Trigorilla Pro HAL/STM32 build offset (#22761) commit 17c9450f0c0ff96405ba8f60873adebd3aca91ff Author: Scott Lahteine <[email protected]> Date: Sat Sep 11 15:41:42 2021 -0500 🎨 Apply more HAS_DELTA_SENSORLESS_PROBING commit d6a87aa75ba4ae20c4843b98341b3e6214cb3a7d Author: Scott Lahteine <[email protected]> Date: Sat Sep 11 02:47:53 2021 -0500 🐛 No probe enum for DELTA + SENSORLESS_PROBING Fix #22729 commit 64acb9fe787c087bda466ca6189111785b30b448 Author: Scott Lahteine <[email protected]> Date: Sat Sep 11 02:15:05 2021 -0500 🩹 Warn about user feedback requirement commit 22bf774d61cb013029279cb1516a1685bbb67181 Author: Scott Lahteine <[email protected]> Date: Sat Sep 11 00:48:20 2021 -0500 🐛 Fix LPC1768 SD-based EEPROM debug Fixes #22746 commit e2a790b759f282232f07b5ef22218ec2d9b9ad6c Author: Marcio T <[email protected]> Date: Fri Sep 10 19:03:46 2021 -0600 🚸 Enhance FTDI Eve Touch UI file select dialog (#22742) commit ee1c1034e5fc77509d10c4d9d4b3436b6cdc9768 Author: Scott Lahteine <[email protected]> Date: Fri Sep 10 19:47:03 2021 -0500 🩹 Fix TOUCH_UI_FTDI_EVE warnings commit b661795ae5af15d773b9c148abe1c8005799dac4 Author: Scott Lahteine <[email protected]> Date: Thu Sep 9 04:57:05 2021 -0500 🎨 Fewer serial macros commit 6d96c221bd8c3c6119870c6d90dc976c9e81dde2 Author: Scott Lahteine <[email protected]> Date: Tue Sep 7 18:06:10 2021 -0500 🎨 Standardize G-code reporting commit a596faf4e5e4b47e50c9d2337a2b9d71fefa3719 Author: tome9111991 <[email protected]> Date: Sun Sep 12 21:56:40 2021 +0200 🐛 Fix JyersUI for LPC176x (#22745) Co-authored-by: Scott Lahteine <[email protected]> commit 3ee27e7e353b0a08ff114a8c805491a39e59f4d1 Author: Scott Lahteine <[email protected]> Date: Fri Sep 10 18:49:57 2021 -0500 🐛 Followup to JyersUI commit 6cf2cf7bd4bba98dbcb73fca43c14953b977da9a Author: Miguel Risco-Castillo <[email protected]> Date: Tue Sep 7 02:15:24 2021 -0500 ✨ Ender-3 V2 CrealityUI Enhanced (#21942, #22728, #22733) Co-authored-by: Scott Lahteine <[email protected]> commit 54416f780d892ba3ea42c522e5d5d7c0cf94acb4 Author: Jyers <[email protected]> Date: Mon Sep 6 21:06:27 2021 -0700 ✨ Ender-3 V2 with Jyers UI (#22422) commit 9d73fcb959e04839084abb78e9286a778a07ec5d Author: mrv96 <[email protected]> Date: Tue Sep 7 02:51:04 2021 +0200 ✨Add DGUS_LCD_UI_RELOADED (#21931) commit f434915ad67f3c92a2f88869861715c1334330e2 Author: Scott Lahteine <[email protected]> Date: Mon Sep 6 17:38:47 2021 -0500 🚸 Show ExtUI message for PID_STARTED commit bbce951666fbe7994df6bd9d376d6cc583083d8d Author: Scott Lahteine <[email protected]> Date: Mon Sep 6 16:33:24 2021 -0500 🎨 Misc. code cleanup commit 8a4fec946081b985d61932da30ccf416fc7719a0 Author: Scott Lahteine <[email protected]> Date: Mon Sep 6 15:34:12 2021 -0500 🎨 Misc. Spindle/Laser (etc.) cleanup commit 3a835162323e8f23e3b1d5b96a4ec9e27bb16605 Author: Scott Lahteine <[email protected]> Date: Sun Sep 5 21:23:56 2021 -0500 🚸 Per-hotend Watch items commit 03344a094739670074e3220564bd16a902df0fca Author: Scott Lahteine <[email protected]> Date: Fri Aug 27 16:12:08 2021 -0500 🎨 MarlinUI for E3V2 tweaks commit 72d7bbbbf67b53100c66f203c0b0f7ef9124f57f Author: Scott Lahteine <[email protected]> Date: Sun Sep 5 20:32:29 2021 -0500 🔧 Sanity checks for Ender 3 V2 commit 253f91765d839cb7b688eaed1586d20c51795722 Author: dotdash32 <[email protected]> Date: Sun Sep 5 17:21:25 2021 -0700 🎨 Use largest default ST9720 delays (#22713) Co-authored-by: Scott Lahteine <[email protected]> commit 4c7f8696ab2d12c915203f08973fb5c6ba53e5d6 Author: Dan <[email protected]> Date: Sun Sep 5 13:32:09 2021 -0700 ✨ Protoneer CNC-Shield 3.00 (#22715) commit f94de97cdbdf799d39933897858b8ff1ac69e6dc Author: Justin Nesselrotte <[email protected]> Date: Sun Sep 5 14:21:45 2021 -0600 ✨ Index Pick-and-Place board Rev.3 (#22647) Co-authored-by: Gonçalo Pereira <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit bae19a3737952a4c39f2ebb62a060d6b8a0d0b1b Author: Tanguy Pruvot <[email protected]> Date: Sat Sep 4 01:20:32 2021 +0200 🌐 Update "Homing" for some languages (#22706) commit cc3abcd2c50247dd934d49b91cc3b9460f1dc1a7 Author: Scott Lahteine <[email protected]> Date: Fri Sep 3 17:26:36 2021 -0500 🩹 Fix 'ms' warning commit 9e18a543fa02bb103fd2ec35e7a26085227ce720 Author: Thomas White <[email protected]> Date: Fri Sep 3 12:30:24 2021 +0800 ✨ Homing submenu option (#22692) commit 13bccd8441d26deb12fbbe82b8c45aaadd778c1d Author: Elliott Indiran <[email protected]> Date: Thu Sep 2 20:41:41 2021 -0700 📝 Update PID_PARAMS_PER_HOTEND comment (#22694) Co-authored-by: Scott Lahteine <[email protected]> commit 5af3dbdb308b8af3fb5fc53507dcb12779e121e3 Author: Tanguy Pruvot <[email protected]> Date: Fri Sep 3 05:08:40 2021 +0200 🐛 Fix Mixing code typos (#22697) commit 9f43452fbd8421ad93f6b84499c821ef899c77c4 Author: DvoraNoob <[email protected]> Date: Wed Sep 1 21:29:20 2021 -0300 🚸 MKS UI extrusion speed/steps config (#22656) commit 61364906b3237749be02bc17cd8e05f250a74a43 Author: Tanguy Pruvot <[email protected]> Date: Thu Sep 2 01:55:36 2021 +0200 🔨 Enhance Lerdge pins, TFTs, and variants (#22658) commit 105fd73c2868132ae687d5fd6b6102a0fc235e3c Author: Tanguy Pruvot <[email protected]> Date: Thu Sep 2 01:45:17 2021 +0200 🩹 Allow M42 S0/1 analogWrite on PWM pins (STM32) (#22631) commit b4b69c0de376095e13d302088fa72393128eeedc Author: ellensp <[email protected]> Date: Wed Sep 1 22:33:24 2021 +1200 🐛 BTT Octopus X MAX pin for IDEX (#22654) commit a37be7236bef7067949e1e3e76c0fa7d104ccecc Author: Vert <[email protected]> Date: Tue Aug 31 03:36:00 2021 -0400 ✨ GT2560 V4.x A20 (#22664) commit bba7c0069fec0e72a500abe96995e3439ba4d89f Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 20:44:55 2021 -0500 ✨ Creality3D CR-30 PrintMill commit 8916b05cb46e310e261902301afd0ae2b301159e Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 20:54:51 2021 -0500 🎨 Tweak pins, comment formatting commit 99028376e694cb3e50181f0c09e614a15f4783e5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 20:54:17 2021 -0500 ⏪️ Clean up Info Menu commit c2796fbf3bf9464943392043c87eaabbcdda615d Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 20:52:48 2021 -0500 🌐 Tweak language selection commit 37777a78bfface664094318cc53ec161e9eb985f Author: Scott Lahteine <[email protected]> Date: Thu Aug 19 19:16:46 2021 -0500 🐛 Followup to CrealityUI cleanup Followup to #22586 commit 0da0aa9b2ecf7ef2820509255c6ba7a245a9c63c Author: Scott Lahteine <[email protected]> Date: Fri Dec 11 18:15:36 2020 -0600 ⚡️ Add PROBE_PT_LAST_STOW commit 9ffd3ed2e40d943db731d27f5c26c76adbd31904 Author: ellensp <[email protected]> Date: Tue Aug 31 19:26:12 2021 +1200 🔧 Set Z_PROBE_OFFSET_RANGE_MIN/MAX for MBL (#22663) commit 1176c108600e4d45e3b4e836a585e51e68167414 Author: Scott Lahteine <[email protected]> Date: Tue Aug 31 02:23:49 2021 -0500 🩹 Clean up BTT_SKR_CR6 Fixes #22665 commit 2e9f819d5f7533752965fe01ed1e7f030e6a71a3 Author: Jason Smith <[email protected]> Date: Tue Aug 31 00:00:59 2021 -0700 🚸 Improve Tramming Wizard usability (#22672) commit 19353fc98c984a7ebc752d99c1034a3dd01ffa8d Author: ellensp <[email protected]> Date: Tue Aug 31 15:40:49 2021 +1200 ⏪️ Revert MAX31865 recent changes (#22660) commit b21d62543fd1e1e10b5d69cc86fd7f386001176a Author: Christian Schuster <[email protected]> Date: Tue Aug 31 02:32:02 2021 +0200 🩹 Fix LPC176x M43 formatting (#22680) commit a42ecb843e17ce52c4f4a27dc7be5441c966da19 Author: Zs.Antal <[email protected]> Date: Tue Aug 31 02:30:14 2021 +0200 🌐 Update Hungarian language (#22678) commit 93ff2cb08685e679f5f7d70e52b07f4640f082c6 Author: Giuliano Zaro <[email protected]> Date: Tue Aug 31 00:05:11 2021 +0200 🌐 Update Italian language (#22645) commit 086fa0f0a738e7a3b97ea15b2b3decf41e197882 Author: Scott Lahteine <[email protected]> Date: Mon Aug 30 17:02:12 2021 -0500 🔨 Fix HAL/STM32 F103Zx builds (#22610) commit 5e97f37a78f1e91e37d3ede5fe225288c03d0309 Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 23:06:24 2021 -0500 🎨 screws_tilt_adjust_pos => tramming_points commit c14b162b9e213eceaa20f5251c742100d605a79e Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 23:02:53 2021 -0500 🌐 MSG_PROBING_MESH => MSG_PROBING_POINT commit 61c000d96f184388f5f42d7501895138fc328eba Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 20:04:14 2021 -0500 🔨 Three columns in mftest menu commit c06a183f28ea4d40ea7757d441a46cc733cd6a12 Author: Marcio T <[email protected]> Date: Sun Aug 29 16:05:30 2021 -0600 ⚡️ Fix, enhance FTDI Eve Touch UI (#22619) commit d1db17c6f5e024d148ef4d0b5fea0d89e24ff3e5 Author: Marcio T <[email protected]> Date: Sun Aug 29 16:03:10 2021 -0600 ⚡️ Enhance and fix FTDI Eve Touch UI file select (#22651) commit d336a4d71b8315e7b4d62395b6d6d87306b58ae9 Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 15:15:53 2021 -0500 🐛 Fix SDSUPPORT for SKR CR-6 (#22668) Co-authored-by: Sebastiaan Dammann <[email protected]> commit 796309c9035ca21df64388d27e65b4c3a64436a8 Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 13:57:47 2021 -0500 ⚡️ Improve G2/G3 arc handling (#22599) commit 53df1dfe4d8bae533812b8ccd8ed90cd9dc041d9 Author: Scott Lahteine <[email protected]> Date: Sat Aug 28 17:46:22 2021 -0500 🩹 Sensorless homing tweak commit 6769718264d5786028e633aab96f346fedaef8f5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 29 13:51:57 2021 -0500 🎨 Update more EXP Headers commit 7704d844198deb50feb74326f94385c67eb44aba Author: Scott Lahteine <[email protected]> Date: Sat Aug 28 15:27:52 2021 -0500 🎨 EXP headers, ST7920 delays (#22641) commit 9b0e196ba2fab7fb1afcbed80e702e1f26dd806e Author: Scott Lahteine <[email protected]> Date: Fri Aug 27 17:23:08 2021 -0500 📝 AlephObjects => LulzBot commit fd594ab176260adf4e3bd04b6f7fb8bbaded85b0 Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 27 23:06:45 2021 +0200 🔨 Set Longer3D timers in variant (#22632) commit 8cadcf6bb61d5605244c1cb926b9269650ddf402 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 26 01:08:27 2021 +0200 🩹 Tweak startup message (#22633) commit 22fdfa96292a2cd2490920b031567a0fab5eb22a Author: DerAndere <[email protected]> Date: Thu Aug 26 01:05:06 2021 +0200 🔨 Melzi with OptiBoot build (#22630) commit a0ebe7c8ff846e94755c86cda076abc839388132 Author: Jin <[email protected]> Date: Thu Aug 26 06:33:08 2021 +0800 🩹 Use <SoftwareSPI.h> in MAX31865 lib (#22618) commit 125c5bc345615cdf0dfdb329473370a20d503721 Author: Ryan V1 <[email protected]> Date: Tue Aug 24 20:34:10 2021 -0700 🐛 Fix Multi-Endstop stepping (#22625) commit 95f27cf33970a332442ab3393c1e5e2b700a14be Author: Scott Lahteine <[email protected]> Date: Tue Aug 24 18:07:41 2021 -0500 🎨 EXP1/2 headers and pins cleanup (#22628) commit 02ae4bc9b94512c0b4e32c7b017eea834098e15f Author: Scott Lahteine <[email protected]> Date: Tue Aug 24 14:55:12 2021 -0500 ✨ New board TH3D_EZBOARD_LITE_V2 (#22621) commit 6bf2be66ed22b1662d6eaad54697ad0d02fc062e Author: Scott Lahteine <[email protected]> Date: Mon Aug 23 19:42:15 2021 -0500 🎨 Define FYSETC S6 and TH3D EZBoard EXP1/2 pins commit d8ef23eda7fc5391057c8375988426fdfdf77b27 Author: Chris Pepper <[email protected]> Date: Sun Aug 22 22:47:37 2021 +0100 🐛 Fix LPC176x M43 Pins Debugging (#22611) commit 73ef26a106e618aa9fd4ffce2c8779a214f9facd Author: Scott Lahteine <[email protected]> Date: Sun Aug 22 05:25:07 2021 -0500 ✨ MarlinUI for Ender 3 v2 DWIN LCD (#22594) Co-Authored-By: Taylor Talkington <[email protected]> commit d51e70083dbc57563ef8bc2a816a72db2696d053 Author: ellensp <[email protected]> Date: Sun Aug 22 11:05:39 2021 +1200 ✨ BOARD_RUMBA32_BTT (#22607) commit dc5ae16861e8240d379f0c3e54e4fbe5772cbbce Author: Scott Lahteine <[email protected]> Date: Sat Aug 21 18:00:55 2021 -0500 🎨 Misc code and spacing cleanup commit 0aa87af82f90be409e85e9c6f2792e912396a709 Author: Scott Lahteine <[email protected]> Date: Sat Aug 21 15:07:52 2021 -0500 🎨 Tweak TMC software serial pins commit 0be98b98a78692ca4c899413eaf0026843559511 Author: Keith Bennett <[email protected]> Date: Sat Aug 21 12:19:02 2021 -0700 ⬆️ TMCStepper 0.7.3 (#22608) commit f7ce107ac6fe6891c98367b08d7963b9fce59715 Author: Fjederhaek <[email protected]> Date: Sat Aug 21 00:45:05 2021 +0200 🐛 Update H-bot / Core for 6-axis (#22600) Followup to #19112 commit 3f772df56830aa990cbafab72ae13d81bf8e4e76 Author: Scott Lahteine <[email protected]> Date: Fri Aug 20 15:40:17 2021 -0500 🌐 Update menu titles, add more IJK (#22605) Followup to #19112 commit caa6ec051917f60c8f8a8fb3079844e57ba8086f Author: Scott Lahteine <[email protected]> Date: Thu Aug 19 17:38:05 2021 -0500 🐛 Show bed size as 'work:' in M115 Fixes #22598 commit 30665737dcd4296727154159b174164a5104e6a2 Author: Scott Lahteine <[email protected]> Date: Sat Jul 24 21:41:09 2021 -0500 🎨 Fix some formatting, F() versus PSTR() commit 0c401bddad7eecc4acf6960cd31726e1fc31572b Author: mks-viva <[email protected]> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit eb0d80cb196f6735db80897f4623a548555e16dd Author: Scott Lahteine <[email protected]> Date: Fri Aug 13 16:32:25 2021 -0500 🎨 Update MKSPWC, some other pins (#22557) commit e62486a6109f0ff9c22140d717c6a73e484d19e2 Author: charlespick <[email protected]> Date: Wed Jul 28 14:09:33 2021 -0700 ✨ M76 Host Pause Feature (#21738) commit 51d954a4fd455c92ac7be7cf73f6fdae1baf2727 Author: chendo <[email protected]> Date: Fri Jul 23 13:53:00 2021 +1000 ✨ D576 Buffer Monitoring (#19674) commit 416234f43a347394d639fbacc3183891d7b0bb50 Author: Scott Lahteine <[email protected]> Date: Wed Aug 18 20:12:41 2021 -0500 ✨ Add TEMP_SENSOR_BOARD (#22279, #22342, #22343, #22344, #22350) commit 9ddb4de70ac23685b98ce0e2b25f3d24ae87c7b6 Author: Katelyn Schiesser <[email protected]> Date: Sun Jul 11 22:13:58 2021 -0700 ♻️ Consolidate PSU_CONTROL (#22304) commit 9741be59668582b976514e61b1514ac496eafe38 Author: Cytown <[email protected]> Date: Thu Jun 24 00:40:32 2021 +0800 ✨ Power-off confirm / beep options (#22191) commit ecb625a666c48db25d81cea597951dae25f6b2ac Author: Vert <[email protected]> Date: Thu Aug 5 00:45:49 2021 -0400 ✨ Mixer Presets (#21562) commit de7f6c425bcfce4f3c35a1a5a6fbf79fcf10d700 Author: Scott Lahteine <[email protected]> Date: Tue Aug 17 06:18:19 2021 -0500 ♻️ Clean up CrealityUI and MarlinUI (#22586) commit 718227a94c0cb163a73f0f288be6f7b864b7127a Author: Scott Lahteine <[email protected]> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <[email protected]> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <[email protected]> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <[email protected]> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <[email protected]> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <[email protected]> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <[email protected]> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <[email protected]> Date: Tue Aug 3 20:02:34 2021 -0400 🐛 Spellcheck comments (#22496) codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753 Author: ldursw <[email protected]> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <[email protected]> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes Fixes #22466. Regression from #22377. commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b Author: ellensp <[email protected]> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <[email protected]> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <[email protected]> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <[email protected]> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <[email protected]> Date: Wed Jul 14 21:13:08 2021 -0600 🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530) commit 3924545912f3379f291355797a361c9e58c3840f Author: ellensp <[email protected]> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <[email protected]> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <[email protected]> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 23:24:20 2021 -0500 🐛 Fix fan index for Singlenozzle, chamber fan Fixes #22512 Followup to #19152, #19519 commit a668a9d302ff92f413360aff664675f52ed99650 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <[email protected]> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <[email protected]> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <[email protected]> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <[email protected]> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <[email protected]> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <[email protected]> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <[email protected]> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <[email protected]> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <[email protected]> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <[email protected]> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <[email protected]> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <[email protected]> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <[email protected]> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <[email protected]> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <[email protected]> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <[email protected]> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <[email protected]> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <[email protected]> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <[email protected]> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <[email protected]> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <[email protected]> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <[email protected]> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 23:05:53 2021 -0500 🐛 Fix custom menus on TFT LVGL Fixes #21423. Regression from #18177. commit 245b6e0884e9f421230520789bd72f49b20e4720 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <[email protected]> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <[email protected]> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475) Fixes #22466. Regression from #22377. commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05 Author: Scott Lahteine <[email protected]> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <[email protected]> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <[email protected]> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <[email protected]> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <[email protected]> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <[email protected]> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <[email protected]> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <[email protected]> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <[email protected]> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <[email protected]> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <[email protected]> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <[email protected]> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <[email protected]> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <[email protected]> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <[email protected]> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <[email protected]> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <[email protected]> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <[email protected]> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 19:34:49 2021 -0500 🐛 Fix 3-point leveling position See #22457. Fixes a G29 regression from #19112. commit c7c56ac45f9120b7d972d21427312e5282f82606 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <[email protected]> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <[email protected]> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <[email protected]> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <[email protected]> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241. commit f8f68f9259cc486fd36147f4f9d1e474940510dd Author: ellensp <[email protected]> Date: Thu Jul 22 09:31:11 2021 +1200 🎨 MKS Hardware Test followup (#22414) Co-authored-by: Scott Lahteine <[email protected]> commit 7773504afa546884f533fabefa1497547431bcdf Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 12:20:28 2021 -0700 ♻️ Refactor STM32 ini files (#22377) Co-authored-by: Scott Lahteine <[email protected]> commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189 Author: VTXtruder <[email protected]> Date: Tue Jul 20 23:27:19 2021 -0400 ✨ Chitu3D V9 board (#22401) Co-authored-by: Scott Lahteine <[email protected]> commit 29dde9be2b9fb52641d4fa804b097852f69e68f4 Author: Tanguy Pruvot <[email protected]> Date: Sun Jul 18 00:16:57 2021 +0200 🐛 Fix Longer3D build environment (#22378) commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd Author: ellensp <[email protected]> Date: Thu Jul 15 14:07:46 2021 +1200 🔨 More HAL/STM32 targets (#22358, #22369) commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc Author: ellensp <[email protected]> Date: Wed Jul 21 07:44:15 2021 +1200 🐛 Fix STATUS_COMBINE_HEATERS compile (#22405) commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985 Author: Mike La Spina <[email protected]> Date: Sun Jul 18 20:11:24 2021 -0500 🐛 Fix Ammeter display on DOGM (#22384) commit 61d0b082989d506b7e0716a792c104389cd6d8c1 Author: Katelyn Schiesser <[email protected]> Date: Sat Jul 17 23:10:13 2021 -0700 🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382) commit b57f73a4883fc732b0c413e45d8614791bad4298 Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 03:10:54 2021 -0500 🎨 Add MMU2 enabled() accessor commit 40b99d8084b235625ffe8701ce859219d52838c5 Author: Yash <[email protected]> Date: Tue Jul 20 14:51:41 2021 -0500 🐛 Fix G2/G3 angular motion calculation (#22407) commit c944e4fc6009cfc6e11f97b63f6ea817b8470071 Author: vyacheslav-shubin <[email protected]> Date: Tue Jul 20 23:12:08 2021 +0300 🩹 Init var to suppress invalid warning (#22396) commit eebab93358427b3b95b4d38dedbbb8aaaba977b8 Author: Katelyn Schiesser <[email protected]> Date: Sun Jul 18 18:24:27 2021 -0700 🐛 Ensure Software SPI pins for Max Thermocouple (#22389) commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 19:56:28 2021 -0500 🐛 Change font for selected language (#22381) commit e190684fe6ae4bf1a885508dbf39a6477ad274a5 Author: Roxy-3D <[email protected]> Date: Mon Jul 19 18:59:06 2021 -0600 🐛 Fix UBL G29 J - Vector3 regression commit 69c1e79c302e936d15957a98795afc8d57495ab6 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 20 13:13:25 2021 -0700 🐛 Fix BTC_SAMPLE_RES sanity check (#22394) commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e Author: Keith Bennett <[email protected]> Date: Tue Jul 20 12:54:02 2021 -0700 🎨 Fix unused lambda warning (#22399) commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b Author: Malderin <[email protected]> Date: Mon Jul 19 05:21:51 2021 +0300 🐛 Fix MKS UI compile (#22388, #22395) Co-authored-by: Scott Lahteine <[email protected]> commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d Author: squiddity <[email protected]> Date: Sat Jul 17 22:50:39 2021 -0700 🐛 Fix M913 typos (#22385) commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498 Author: Scott Lahteine <[email protected]> Date: Sun Jul 18 00:45:17 2021 -0500 🐛 No translated serial strings commit 6e7c20e78e1036140d9e076f71759e35f91300e2 Author: mks-viva <[email protected]> Date: Thu Jul 15 20:57:34 2021 -0500 ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368) commit 165ae139d51b617295c2302f39c09edb0f0b0dd6 Author: Cytown <[email protected]> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 42eb2347d4c9cc64220322e10046ad275ec7a04e Author: Scott Lahteine <[email protected]> Date: Fri Jul 9 22:24:43 2021 -0500 🎨 Strip trailing whitespace commit 3ab67898070c4422e454627e2836ab3b821bcf55 Author: mks-viva <[email protected]> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit 5054dc6ea2883095f081971cb267090b7756db97 Author: Katelyn Schiesser <[email protected]> Date: Tue Jul 6 17:36:41 2021 -0700 🐛 Redundant Temp Sensor followup (#22196) commit ee54cd4bd7e36284e4bc974e297834fb31ed466e Author: lujios <[email protected]> Date: Tue Jul 13 02:19:29 2021 +0200 ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899) commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b Author: Cytown <[email protected]> Date: Wed Jun 30 01:58:11 2021 +0800 🚸 Retain power during Pause (#22227) commit fef76a76a3275cf59bdf085b29d7d02168e61903 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 19:44:51 2021 -0500 🔨 Consolidate STM32 extra_scripts (#22365) commit a5459a68a69d255456b477dd134cba88a8d4f06f Author: Keith Bennett <[email protected]> Date: Wed Jul 14 00:03:24 2021 -0700 💡 Update FLYmaker comments, URL (#22355) commit b44d4746c8c039effc7513c6a5ca2917e9a18691 Author: Keith Bennett <[email protected]> Date: Wed Jul 14 15:55:24 2021 -0700 🩹 FLYmaker FLY Mini followup (#22364) Followup to #22355, #22356. commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5 Author: ellensp <[email protected]> Date: Wed Jul 14 18:57:26 2021 +1200 ✨ FLY Mini for stm32duino (#22356) commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe Author: Krzysztof Błażewicz <[email protected]> Date: Wed Jul 7 04:10:40 2021 +0200 ✨ DWIN LCD for BTT SKR Mini E3 (#22288) commit ee640816968b95ee14c3eaafbc0572df9f4dcee1 Author: Mihai <[email protected]> Date: Wed Jul 7 07:10:35 2021 +0300 ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) commit a35c234ce1f75b042c23402fda0426a7257c388b Author: InsanityAutomation <[email protected]> Date: Thu Jul 8 00:41:33 2021 -0400 🐛 Fix redundant heater / sensor pin assignments (#22309) commit 5026797310b19618150d6010fd9cc4b57aae9a49 Author: Mike La Spina <[email protected]> Date: Mon Jul 12 00:22:08 2021 -0500 🏗️ Allow headless Flow Meter (#22234) commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7 Author: Victor Oliveira <[email protected]> Date: Wed Jul 14 02:34:18 2021 -0300 ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) commit 8cf15e85463361289820b240d0de527d47852992 Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 14 16:56:02 2021 -0700 🎨 Call millis() once in manage_inactivity (#22363) commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9 Author: Skruppy <[email protected]> Date: Fri Jul 9 04:55:34 2021 +0200 🐛 Fix AVR DELAY_US int overflow (#22268) commit 6d191d12c9dbf1bf0844445ff02797ff98028b32 Author: Scott Lahteine <[email protected]> Date: Tue Jun 29 16:25:37 2021 -0500 🔨 Clean up build scripts (#22264) * Add 10K to marlin_blackSTM32F407VET6 (typo?) * Document custom build scripts. * Add a Robin common build script. * Extraneous .ldscript specifiers commit e213246ab998239c21bbc55983b79f28b4f848ce Author: bilsef <[email protected]> Date: Thu Jul 15 18:59:52 2021 -0700 ✨ M115: Axis Count (#22219) commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 18:51:58 2021 -0500 🎨 Minor cleanup of TFT/FSMC pins commit 87cc3873212918c30cf6a0b94ad52e93248f56c7 Author: Taylor Talkington <[email protected]> Date: Thu Jul 15 17:32:40 2021 -0400 🐛 Fix Filament Change menu (#22370) Followup to #22277 commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Author: Katelyn Schiesser <[email protected]> Date: Wed Jul 7 21:45:15 2021 -0700 🐛 Fix Einsy RAMBo FAN1_PIN (#22305) commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee Author: Scott Lahteine <[email protected]> Date: Sat Jul 17 00:21:17 2021 -0500 📝 Tom's 3D Forums discontinued commit a0704cb14ff6805a1d3eef470cf2bba87de72afc Author: ellensp <[email protected]> Date: Wed Jul 14 12:32:21 2021 +1200 🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348) commit cad2f69687c1720a1ddb5be14732c2325eab527b Author: MKS-Sean <[email protected]> Date: Tue Jul 13 08:17:28 2021 +0800 ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) commit 31fbec9a00f49818b6a82c283349167c40260cc2 Author: mks-viva <[email protected]> Date: Tue Jul 13 19:14:34 2021 -0500 🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340) commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261 Author: Scott Lahteine <[email protected]> Date: Wed Jul 14 02:14:55 2021 -0500 🐛 Fix SD pins for MKS Robin Lite commit bc459a76f40a86e0c25e75d3e3b4054a3db98436 Author: Scott Lahteine <[email protected]> Date: Mon Jul 12 22:52:17 2021 -0500 🐛 TM3D fixes and improvements Co-Authored-By: InsanityAutomation <[email protected]> commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30 Author: Marcio T <[email protected]> Date: Mon Jul 12 18:35:00 2021 -0600 ⚡️ Fixes to FTDI Eve Touch UI (#22347) commit 24f0613b9f14cd5a88bde851597104a1c6997abd Author: ellensp <[email protected]> Date: Mon Jul 12 17:15:48 2021 +1200 🎨 Optional Custom Button description (#22336) commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3 Author: Mike La Spina <mike.…
Co-authored-by: Scott Lahteine <[email protected]>
Fix the issue reported here: #22345