-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix G2/G3 error in limit speed #25988
Merged
thinkyhead
merged 2 commits into
MarlinFirmware:bugfix-2.1.x
from
GMagician:g2/g3-limit-speed-fix
Jun 17, 2023
Merged
Fix G2/G3 error in limit speed #25988
thinkyhead
merged 2 commits into
MarlinFirmware:bugfix-2.1.x
from
GMagician:g2/g3-limit-speed-fix
Jun 17, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thinkyhead
pushed a commit
that referenced
this pull request
Jun 17, 2023
thinkyhead
pushed a commit
that referenced
this pull request
Jun 17, 2023
houseofbugs
added a commit
to th3dstudio/UnifiedFirmware
that referenced
this pull request
Jun 18, 2023
thinkyhead
pushed a commit
that referenced
this pull request
Jul 2, 2023
Andy-Big
pushed a commit
to Andy-Big/Marlin_FB_Reborn
that referenced
this pull request
Jul 17, 2023
pierre-quelin
added a commit
to pierre-quelin/MyMarlin
that referenced
this pull request
Jul 17, 2023
* 🐛 Fix homing_needed_error * 🧑💻 Fix D5 warning * 🎨 Misc. formatting * 🔧 Added MOTHERBOARD error text * ✏️ ProUI followup * 🎨 Language / menu cleanup * 🎨 Heading cleanup * 🐛 Fix potential I2S buffer overwrite (MarlinFirmware#25113) * 🐛 Fix, Refactor PID scaling (MarlinFirmware#25096) * 🐛 Fix Ender-2 Stock Display with Melzi (MarlinFirmware#25258) * 🔧 Overridable Stepper EN init * SDIO retry, hsd clock, etc. * 🔧 Refine Input Shaping check (MarlinFirmware#25280) * ✏️ Fix probe invert flag (MarlinFirmware#25282) * 🐛 Fix MKS board Ultipanel support (MarlinFirmware#25278) * 🔨 Fix config.ini URL fetch (MarlinFirmware#25313) * 🩹 Fix G61 axis parameters with no offset (MarlinFirmware#25312) * 🔧 Fix build with no Y axis (MarlinFirmware#25311) * 🔧 Fix SD sorting sanity checks (MarlinFirmware#25318) * 🔨 Fix test build path with spaces (MarlinFirmware#25329) * 📺 Melzi v4 with BTT SKR Mini E3 (MarlinFirmware#25321) * 📝 Fix Z*_ENDSTOP_ADJUSTMENT comments (MarlinFirmware#25295) * 🧑💻 Add SD Card 'hide' method for dev usage (MarlinFirmware#22425) * 🧑💻 General 'MediaFile' type alias (MarlinFirmware#24424) * ✨ BigTreeTech Manta M4P, M5P, M8P V1.0 / 1.1, E3 EZ (MarlinFirmware#25001) * 🔧 Add a test for extra axes * 🩹 Use 'M205 D' when 'B' is an axis * 🩹 Misc. extra axis updates * 🩹 Safe Bed Leveling updates * 🩹 Various simple fixes * 🩹 Extra axes for Tool Change * 🩹 Extra axis min home with Delta Sensorless Probe * 🔨 Adjust INI comments (MarlinFirmware#25183) * 🔨 Suppress native build warnings * 📝 Fix BTT_MINI_12864_V1 comment (MarlinFirmware#25366) * 🚸 SPI endstops for X/Y Dual and Core (MarlinFirmware#25371) * 🎨 Tweak VALIDATE_MESH_TILT * ✏️ Fix README typo (MarlinFirmware#25388) * 🐛 Fix FastPWM calculations (MarlinFirmware#25343) Co-authored-by: Scott Lahteine <[email protected]> * 🚸 Interruptible PLR (MarlinFirmware#25395) * 📺 Update Re-ARM VIKI2 SPI pins (MarlinFirmware#25411) * 🔧 Sanity-check hotend max / preheat temps (MarlinFirmware#25407) Co-authored-by: Scott Lahteine <[email protected]> * 🧑💻 Fix preheat tests (nested macro limit ~256) Followup to MarlinFirmware#25407 * 🔨 Encrypt some MKS Robin (MarlinFirmware#25349) * 🐛 Fix AVR maths used by Stepper (MarlinFirmware#25338) * 🔨 Fix marlin_custom.* without lib_deps * 🔧 Fix Einsy Rambo TMC driver check * ⚡️ Reduce edit_screen code size (MarlinFirmware#25420) * 🎨 Use LIMIT macro * 🔨 Fix env STM32G0B1RE_btt, add …_manta_btt (MarlinFirmware#25431) * 🔨 Fix 'step' type in createTemperatureLookupMarlin.py (MarlinFirmware#25455) * 🐛 Fix ISR_SHAPING_LOOP_CYCLES (MarlinFirmware#25335) * 🐛 Fix Linear Advance E position tracking (MarlinFirmware#25442) Fix regression from MarlinFirmware#24951 * 🔧 Fix Sensorless Probe sanity-check err (MarlinFirmware#25417) * 🔨 Update font scripts * 🧑💻 Script to make non-accented languages * 🌐 Regenerate language data * 🔨 Improve config.ini example fetch * 🐛 Fix LA retract/feedrate edge case (MarlinFirmware#25445) Followup to MarlinFirmware#25442 * 🐛 Fix apply_power for SPINDLE_SERVO (MarlinFirmware#25465) * 🐛 Fix Flash EEPROM for STM32G0B1CB (MarlinFirmware#25469) * 🔨 VSCode + Devcontainer support (MarlinFirmware#22420) * ✨ BTT Octopus Max EZ 1.0, SKR 3.0 / 3.0 EZ (MarlinFirmware#25387, MarlinFirmware#25495, MarlinFirmware#25535) * ⚡️ Exit from ISR on AVR already does sei Co-Authored-By: tombrazier <[email protected]> * 🐛 Fix Anet ET4 SD_SS_PIN (MarlinFirmware#25492) * 🔧 Sanity-check PRINTCOUNTER_SAVE_INTERVAL + ESP32 I2S Exp (MarlinFirmware#25527) Co-authored-by: Scott Lahteine <[email protected]> * 🐛 Fix long filename read/report (MarlinFirmware#25509) * 🎨 Suppress M122 sign warning (MarlinFirmware#25613) * 🩹 Fix SD partitionTable packing (MarlinFirmware#25648) * 🩹 Fix MARLIN_F446Zx_TRONXY variant (MarlinFirmware#25659) Followup to 9be1554 * 🔧 Update thermocouple 2 pin sanity check (MarlinFirmware#25627) * 🐛 Fix MKS Robin Nano 1.3 F4 pin collision (MarlinFirmware#25838) * 🔨 Fix thread-unsafe deque iteration * 🔨 Use 'build_src_filter' * 🧑💻 Add IA_CREALITY CI test (MarlinFirmware#25434) * 🌐 Update Slovak language (MarlinFirmware#25305) * 🌐 Update Italian language (MarlinFirmware#25309) * 📝 Link to archived RA Control Panel page (MarlinFirmware#25424) * 🚸 Improve CocoaPress Touch UI (MarlinFirmware#25446) * 🐛 Fix UBL 'G29 J' mesh tilt (MarlinFirmware#25453) Fix regression from MarlinFirmware#24214 * 📝 Fix a comment * 🌐 Update Italian language (MarlinFirmware#25454) * 🌐 Update Turkish language (MarlinFirmware#25447) * 🩹 Fan Menu / Status fixes Followup to MarlinFirmware#21888 * 🩹 Fix DWIN MarlinUI Fan/E/XY (MarlinFirmware#25502) * ✨ Sovol v1.3.1 (Sovol SV06) (MarlinFirmware#25267) * 🧑💻 More IntelliSense-friendly declares * 🎨 Suppress warning (MarlinFirmware#25529) * ⚡️ Misc. optimizations * 🐛 Fix FYSETC Cheetah v2.0 Servo/Probe pins (MarlinFirmware#24635) Co-authored-by: Scott Lahteine <[email protected]> * 🩹 Fix Ender 2 stock LCD (MarlinFirmware#25538) * 🩹 Fix a serial_ternary * 🎨 calibration_stage => stage * 🩹 Reset touch screen calibration on failure (MarlinFirmware#25334) Co-authored-by: Scott Lahteine <[email protected]> * 🎨 Pins header comments Co-Authored-By: Martin Turski <[email protected]> * 🎨 LPC_SOFTWARE_SPI => SOFTWARE_SPI Co-Authored-By: Martin Turski <[email protected]> * 🩹 Update TRONXY_V10 SPI_FLASH pins * 🩹 Fix Chitu3D V6 default probe pin (MarlinFirmware#25552) * 🎨 Timer tweaks * 🩹 Fix Touch Calibration first point (MarlinFirmware#25298) * 🧑💻 Auto Fan / Cooler Fan updates (MarlinFirmware#25554) * 🐛 Fix M23 long filename support (MarlinFirmware#25540) * 🔨 INI Updates Co-Authored-By: Martin Turski <[email protected]> * 🔧 Fix up WiFi options (MarlinFirmware#25586) * 🎨 Remove unused ProUI : UBLValidMesh (MarlinFirmware#25591) * 🔨 Improve Docker local tests support (MarlinFirmware#25583) * 🔨 MarlinSimUI updates (MarlinFirmware#25589) * 🩹 Fix Ender-3 V2 with no fan * 🩹 Fix displayed mix percentages * 🌐 Update Italian language (MarlinFirmware#25587) * 🐛 Ensure root for 'M503 C' * 🧑💻 Update pinsformat.js * 📝 Update Ender # labels * 🚸 Support CoreXY without Z (MarlinFirmware#25630) * 🎨 Apply const (MarlinFirmware#25643) * 🎨 Detab some build files * 🔧 Move TFT sanity checks * ⚡️ Skip a redundant BLTouch::command (MarlinFirmware#25656) * 🚸 Minor M43 improvements * 🧑💻 Clarify G28 R / R0 * 🔧 Move FIL_RUNOUT_PIN for Chiron + GLCD * 🩹 Fix AUTOFAN_CASE Followup to MarlinFirmware#25554 * 🔨 Improve runout script check * 🔧 Trigorilla / Chiron updates Followup to c3f34e4 * 🧑💻 Apply simplified ?: * 🧑💻 JyersUI code cleanup * 🧑💻 Status Message cleanup * 🧑💻 HostUI::continue_prompt method * 🩹 Status / Host Prompt followup (MarlinFirmware#25720) Followup to MarlinFirmware#25679 Co-authored-by: Scott Lahteine <[email protected]> * 🐛 Fix Configuration Embedding (MarlinFirmware#25688) * 🔨 Fix, clean up STM32F1 envs (MarlinFirmware#25697) Co-authored-by: Scott Lahteine <[email protected]> * 🩹 Bail on 'mc.zip' write error (MarlinFirmware#25695) Co-authored-by: Scott Lahteine <[email protected]> * 🚸 Echo G30 out-of-bounds (MarlinFirmware#25671) * 🩹 Fix laser with no PWM compile (MarlinFirmware#25290) * 🩹 Fix Spindle/Laser ENA pin test (MarlinFirmware#25622) * 🧑💻 Minor SpindleLaser::set_enabled tweak * 🩹 Correctly add JSON to mc.zip (MarlinFirmware#25706) * 🔧 Check renamed LIN_ADVANCE_K (MarlinFirmware#25710) * 🐛 Fix G38 with Z, support 9 axes (MarlinFirmware#25691) Co-authored-by: Scott Lahteine <[email protected]> * 🚸 Permit G38 with Core (MarlinFirmware#25713) * 🎨 Clean up TFT Color UI display items (MarlinFirmware#25712) Co-authored-by: Scott Lahteine <[email protected]> * 🩹 Fix UBL safe measure move with extra axes Followup to 7e79fc5 * 🚸 Improve PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED (MarlinFirmware#25681) * 📝 Developer note in boards.h * 🔨 Prevent SlowSoftWire + Wire name conflict (MarlinFirmware#25707) * 🔧 Extra axis endstop defaults * 🧑💻 Change HAL_PATH macro for easier HAL relocation (MarlinFirmware#25743) * 🔧 Update config.ini script * 🔨 Servo Timer 1 with STM32F103RC_fysetc (MarlinFirmware#25741) * 🧑💻 Use NUM_AXIS_ARRAY * 🩹 Fix TFT sanity error * 🔧 Move MMU section * 🔧 Fix X2/Y2 axis pins check * 🐛 Fix STM32 USB disconnect behavior (MarlinFirmware#25762) * 🎨 Move G28O inside ProUI * 🔨 MKS Robin2 PIO Env (MarlinFirmware#25792) * 🚸 Faster default Marlin feedrate * 🔧 Move SOFT_PWM_SCALE fallback to cpp (MarlinFirmware#25800) Co-authored-by: Scott Lahteine <[email protected]> * 🧑💻 M43 updates * 🔧 Fix SHAPING_MIN_FREQ check (MarlinFirmware#25358) * 📌 TH3D EZBoard SD_DETECT_PIN 27 * 🧑💻 ftdi_language * 🩹 Improve edit menu rounding * 🩹 Fix null pwm_details * 🚸 Improve EEPROM validation (MarlinFirmware#25860) * 🩹 Fix TFT LVGL compile error (MarlinFirmware#25865) Fixes regression from MarlinFirmware#24302 * 🔖 Version 2.1.2.1 * 🩹 Prevent Z drop with G28 X/Y * 🐛 Fix G2/G3 limiting_speed (MarlinFirmware#25988) * 🐛 Fix G2/G3 limiting_speed (MarlinFirmware#25988) * 🔖 Version 2.1.2.1 --------- Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: John Robertson <[email protected]> Co-authored-by: MarkMan0 <[email protected]> Co-authored-by: Bob Kuhn <[email protected]> Co-authored-by: xBiohazardx <[email protected]> Co-authored-by: avionix-g <[email protected]> Co-authored-by: Darren Garnier <[email protected]> Co-authored-by: Martin Turski <[email protected]> Co-authored-by: kg333 <[email protected]> Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: vyacheslav-shubin <[email protected]> Co-authored-by: Victor Oliveira <[email protected]> Co-authored-by: EvilGremlin <[email protected]> Co-authored-by: Radek <[email protected]> Co-authored-by: Frederik Kemner <[email protected]> Co-authored-by: Trevin Small <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: tombrazier <[email protected]> Co-authored-by: Guðni Már Gilbert <[email protected]> Co-authored-by: Hans-Christian Ebke <[email protected]> Co-authored-by: alextrical <[email protected]> Co-authored-by: Sion Williams <[email protected]> Co-authored-by: Eduard Sukharev <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: Chris Pepper <[email protected]> Co-authored-by: Roman Moravčík <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Marcio T <[email protected]> Co-authored-by: jamespearson04 <[email protected]> Co-authored-by: Abdullah YILMAZ <[email protected]> Co-authored-by: dwzg <[email protected]> Co-authored-by: Michael Hill <[email protected]> Co-authored-by: Davide Rombolà <[email protected]> Co-authored-by: George Fu <[email protected]> Co-authored-by: Martin Turski <[email protected]> Co-authored-by: Andrew <[email protected]> Co-authored-by: John Unland <[email protected]> Co-authored-by: David Fries <[email protected]> Co-authored-by: Dennis Lawler <[email protected]> Co-authored-by: Alexey D. Filimonov <[email protected]> Co-authored-by: Jay Robson <[email protected]> Co-authored-by: Anson Liu <[email protected]> Co-authored-by: Scott Mikutsky <[email protected]> Co-authored-by: Chris Bagwell <[email protected]>
SMHRambo
pushed a commit
to SMHRambo/Marlin
that referenced
this pull request
Jul 17, 2023
Andy-Big
pushed a commit
to Andy-Big/Marlin_FB_Reborn
that referenced
this pull request
Jul 19, 2023
akreager
added a commit
to akreager/Marlin
that referenced
this pull request
Oct 14, 2023
commit 60cd1ecb69d20b3ede99620b17918d81e812992b Author: Scott Lahteine <[email protected]> Date: Sat Oct 7 01:08:19 2023 -0500 🩹 Fix G33 output See #26299 commit 09d0b4d15228b3efb6fd765f1e1574f521df2e27 Author: Scott Lahteine <[email protected]> Date: Tue May 16 14:01:35 2023 -0500 🔖 Version 2.1.2.1 commit 862d0e9d5dcf84ca61fe80659a94835fec44ec6c Author: Giuliano Zaro <[email protected]> Date: Sat Jun 17 22:55:02 2023 +0200 🐛 Fix G2/G3 limiting_speed (#25988) commit cbdc01ef1aa52bb3b30cf38dbb8ea773e99522b8 Author: Scott Lahteine <[email protected]> Date: Mon May 29 19:23:21 2023 -0500 🩹 Prevent Z drop with G28 X/Y commit 2dffa3994de96ab5f85d2967c17ad2bc087a3e33 Author: Scott Lahteine <[email protected]> Date: Sun May 21 08:41:01 2023 -0500 🩹 Fix TFT LVGL compile error (#25865) Fixes regression from #24302 commit 09247e7ea9f1571c7061eeaae00d9affefa90821 Author: Scott Lahteine <[email protected]> Date: Fri May 19 23:30:48 2023 -0500 🚸 Improve EEPROM validation (#25860) commit 62a7bba225baf44218f7c2b559abaa1a2d432b85 Author: Scott Lahteine <[email protected]> Date: Thu May 18 19:53:03 2023 -0500 🩹 Fix null pwm_details commit ce38260dfbdacbc374ac1f497ee99886f11c23ab Author: Scott Lahteine <[email protected]> Date: Tue May 16 01:28:04 2023 -0500 🩹 Improve edit menu rounding commit 3ad9c0b98c9a7d01d3c81f3b889ab15b7faf0423 Author: Scott Lahteine <[email protected]> Date: Tue May 2 18:15:23 2023 -0500 🧑💻 ftdi_language commit a0fd588797ae2303b271c5435840985ea43d444c Author: Scott Lahteine <[email protected]> Date: Sun May 14 18:08:33 2023 -0500 📌 TH3D EZBoard SD_DETECT_PIN 27 commit 876f996691062fc44cee73d6828469007ff48179 Author: Chris Bagwell <[email protected]> Date: Wed May 10 05:59:28 2023 -0500 🔧 Fix SHAPING_MIN_FREQ check (#25358) commit dba521a9fbf19138ded3edcd4f8cab0e3b2ff50a Author: Scott Lahteine <[email protected]> Date: Sun May 14 18:32:59 2023 -0500 🧑💻 M43 updates commit 50ad32356748dcfd9ef1dfbf3b9224c0f410aefa Author: Giuliano Zaro <[email protected]> Date: Tue May 9 22:52:59 2023 +0200 🔧 Move SOFT_PWM_SCALE fallback to cpp (#25800) Co-authored-by: Scott Lahteine <[email protected]> commit 03149b973e4eb67d2941ddd0c27f1563994c6ebf Author: Scott Lahteine <[email protected]> Date: Sat May 6 17:37:47 2023 -0500 🚸 Faster default Marlin feedrate commit 6e91f3608bd866c615e3abb0b1fb243eaa5208f2 Author: ellensp <[email protected]> Date: Mon May 8 23:54:46 2023 +1200 🔨 MKS Robin2 PIO Env (#25792) commit 0708275c6a6caeb21dc483ff2e8fca4c3584ce83 Author: Scott Lahteine <[email protected]> Date: Thu May 4 18:05:56 2023 -0500 🎨 Move G28O inside ProUI commit a2040bae21c968794c612e17473ff9cfeafb8319 Author: Scott Mikutsky <[email protected]> Date: Mon May 1 02:10:46 2023 -0400 🐛 Fix STM32 USB disconnect behavior (#25762) commit b6c27fbbdb7a6955c6752a34131bff865f2fb465 Author: Scott Lahteine <[email protected]> Date: Sun Apr 30 18:12:13 2023 -0500 🔧 Fix X2/Y2 axis pins check commit b2acd51bc2c05d00960e2dd97ba42a6ec99f8861 Author: Scott Lahteine <[email protected]> Date: Fri Apr 28 11:03:38 2023 -0500 🔧 Move MMU section commit 6d46a4924c877f6ca190e862462829770fd25862 Author: Scott Lahteine <[email protected]> Date: Mon May 1 18:15:31 2023 -0500 🩹 Fix TFT sanity error commit d959e3b0c48398c614f75a9ee6e5a9727851c99e Author: Scott Lahteine <[email protected]> Date: Sun Apr 30 18:12:21 2023 -0500 🧑💻 Use NUM_AXIS_ARRAY commit f48467b2e3be909113cfd0dea42202f2e01106ac Author: Scott Lahteine <[email protected]> Date: Wed Apr 26 14:39:56 2023 -0500 🔨 Servo Timer 1 with STM32F103RC_fysetc (#25741) commit a9c476c55e47fade92ee2926e7d93bea9894e4d8 Author: Scott Lahteine <[email protected]> Date: Tue May 16 18:43:44 2023 -0500 🔧 Update config.ini script commit 61d1ce7d2e079d0b0f90bc28d22ee6880ea4f659 Author: Scott Lahteine <[email protected]> Date: Wed Apr 26 14:29:21 2023 -0500 🧑💻 Change HAL_PATH macro for easier HAL relocation (#25743) commit 3c9e8e1e60665c8782cb5eaae45fe3927c6a6b01 Author: Scott Lahteine <[email protected]> Date: Wed Apr 26 02:57:53 2023 -0500 🔧 Extra axis endstop defaults commit d5548556d38c4f0ada26194a8889e7b09138aaa4 Author: Anson Liu <[email protected]> Date: Mon Apr 24 22:07:12 2023 -0400 🔨 Prevent SlowSoftWire + Wire name conflict (#25707) commit 44b06d756156b757fa6c7fb79b7eef4bfe297ab7 Author: Scott Lahteine <[email protected]> Date: Mon Apr 24 05:24:10 2023 -0500 📝 Developer note in boards.h commit ffe47a0197c6ec8db932d25bf19e724f43235137 Author: Scott Lahteine <[email protected]> Date: Sun Apr 23 03:17:55 2023 -0500 🚸 Improve PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED (#25681) commit 6a12937dec532b51451f06859b05ddd139e2c26c Author: Scott Lahteine <[email protected]> Date: Sun Apr 23 02:07:42 2023 -0500 🩹 Fix UBL safe measure move with extra axes Followup to 7e79fc5b commit 00c96dc3cd267ca81db94f048f95dbc4b5fd79c3 Author: Alexey D. Filimonov <[email protected]> Date: Sat Apr 22 12:06:19 2023 +0300 🎨 Clean up TFT Color UI display items (#25712) Co-authored-by: Scott Lahteine <[email protected]> commit 7fb92f4e64ecab6e452b14bd5a304ff27b18047e Author: Keith Bennett <[email protected]> Date: Wed Apr 19 17:21:53 2023 -0700 🚸 Permit G38 with Core (#25713) commit a93b3c1222178e5f58cfa3f801459dcfca51a0a2 Author: Jay Robson <[email protected]> Date: Thu Apr 20 06:58:42 2023 +1000 🐛 Fix G38 with Z, support 9 axes (#25691) Co-authored-by: Scott Lahteine <[email protected]> commit d75e016f3a8bc4965699f5656832a786efd33ccd Author: Keith Bennett <[email protected]> Date: Wed Apr 19 14:53:11 2023 -0700 🔧 Check renamed LIN_ADVANCE_K (#25710) commit 5426759a37e90b969a5df599fc224274583c497c Author: ellensp <[email protected]> Date: Wed Apr 19 12:50:11 2023 +1200 🩹 Correctly add JSON to mc.zip (#25706) commit a5b5db4819806f7143d82bff3f2677e502839e26 Author: Scott Lahteine <[email protected]> Date: Sun Apr 16 19:11:56 2023 -0500 🧑💻 Minor SpindleLaser::set_enabled tweak commit 15671a46d20087f662ad5d67bbc945d2e6cb9339 Author: Alexey D. Filimonov <[email protected]> Date: Mon Apr 17 02:38:12 2023 +0300 🩹 Fix Spindle/Laser ENA pin test (#25622) commit f62d47a1657c82da7838556fc88853c137e23589 Author: Bob Kuhn <[email protected]> Date: Sun Apr 16 18:35:13 2023 -0500 🩹 Fix laser with no PWM compile (#25290) commit 5b8be446a03d3a8e6b964c7f3231c969bacf579d Author: Dennis Lawler <[email protected]> Date: Sat Apr 15 22:50:26 2023 -0600 🚸 Echo G30 out-of-bounds (#25671) commit df7d13a4d0ebc1a9053d0e8df1ce1b1a17c46d59 Author: Giuliano Zaro <[email protected]> Date: Tue Apr 18 10:40:13 2023 +0200 🩹 Bail on 'mc.zip' write error (#25695) Co-authored-by: Scott Lahteine <[email protected]> commit 859203547410de151eb063c9c2356576e5ee468f Author: ellensp <[email protected]> Date: Tue Apr 18 07:51:25 2023 +1200 🔨 Fix, clean up STM32F1 envs (#25697) Co-authored-by: Scott Lahteine <[email protected]> commit 5a3806633ad8af04815cb3281f33dc1d0348495e Author: Giuliano Zaro <[email protected]> Date: Sun Apr 16 03:26:08 2023 +0200 🐛 Fix Configuration Embedding (#25688) commit 0ece7ca66d55fb46d0a919dd34385770284943e8 Author: ellensp <[email protected]> Date: Sun Apr 23 08:59:51 2023 +1200 🩹 Status / Host Prompt followup (#25720) Followup to #25679 Co-authored-by: Scott Lahteine <[email protected]> commit 2fb47afa4aa16167cbbc21d9b51faa190f584322 Author: Scott Lahteine <[email protected]> Date: Fri Apr 14 18:06:56 2023 -0500 🧑💻 HostUI::continue_prompt method commit d2e84e84466dabe070bfe93099a677f113155b37 Author: Scott Lahteine <[email protected]> Date: Fri Apr 14 17:51:45 2023 -0500 🧑💻 Status Message cleanup commit 3340491f90ba603748e2c1d0b287f7a86da30e1f Author: Scott Lahteine <[email protected]> Date: Fri Apr 14 18:00:25 2023 -0500 🧑💻 JyersUI code cleanup commit d3991011e4b75b63825126a215781e0e750ee416 Author: Scott Lahteine <[email protected]> Date: Fri Apr 14 18:09:16 2023 -0500 🧑💻 Apply simplified ?: commit 02178bdcaf569f9a42af1f82ca89d555a29f4ca5 Author: Scott Lahteine <[email protected]> Date: Fri Apr 14 22:22:07 2023 -0500 🔧 Trigorilla / Chiron updates Followup to c3f34e4e commit 8bc6f7707da7cee2b6eacc084f56fbe4bf91f2b1 Author: Scott Lahteine <[email protected]> Date: Thu Apr 13 04:06:35 2023 -0500 🔨 Improve runout script check commit 141cfdde2cfa1691f9af16051bb213cb47430ca1 Author: Scott Lahteine <[email protected]> Date: Thu Apr 13 04:05:56 2023 -0500 🩹 Fix AUTOFAN_CASE Followup to #25554 commit 4781d57912a52112f1045d01d992e51ab1148286 Author: Scott Lahteine <[email protected]> Date: Tue Apr 11 21:28:21 2023 -0500 🔧 Move FIL_RUNOUT_PIN for Chiron + GLCD commit 6ebbfa832cfb9542d4998595394de31b5ff6a555 Author: Scott Lahteine <[email protected]> Date: Tue Apr 11 18:43:18 2023 -0500 🧑💻 Clarify G28 R / R0 commit cbbcc01b4743cf87406619692087bdf77c23db89 Author: Scott Lahteine <[email protected]> Date: Tue Apr 11 21:26:46 2023 -0500 🚸 Minor M43 improvements commit b5ccd65fb5423f1b52d123dec6ec7b5f33891850 Author: David Fries <[email protected]> Date: Mon Apr 10 04:38:38 2023 -0500 ⚡️ Skip a redundant BLTouch::command (#25656) commit cf1f56f132af0a8c7556ddee1e201a20c9efa7e5 Author: Scott Lahteine <[email protected]> Date: Sun Mar 26 20:26:18 2023 -0500 🔧 Move TFT sanity checks commit 1e2de0e036c8192b130b4a50d8fbabaf52245fc4 Author: Scott Lahteine <[email protected]> Date: Fri Apr 7 01:49:27 2023 -0500 🎨 Detab some build files commit cf28f48481333f0cd2ccf5b2cb406eebfc004810 Author: Scott Lahteine <[email protected]> Date: Fri Apr 7 01:33:03 2023 -0500 🎨 Apply const (#25643) commit 69e8f2ee99c3e12385c39e9ed568e8913687496e Author: ellensp <[email protected]> Date: Fri Apr 7 18:32:25 2023 +1200 🚸 Support CoreXY without Z (#25630) commit 2be9f98b9f00d7aced5ee4313edb240893f5b348 Author: Scott Lahteine <[email protected]> Date: Thu Apr 6 17:24:32 2023 -0500 📝 Update Ender # labels commit c2c1ff8da98cd81104703f083d44e2e7ec3ef627 Author: Scott Lahteine <[email protected]> Date: Thu Apr 6 16:58:12 2023 -0500 🧑💻 Update pinsformat.js commit e24087478d44fa2f03281ebc3d18ee6e53b1f8bc Author: Scott Lahteine <[email protected]> Date: Tue Apr 4 20:46:46 2023 -0500 🐛 Ensure root for 'M503 C' commit 641295032fd5e5f42746603e2eb680d70b789970 Author: Giuliano Zaro <[email protected]> Date: Sat Apr 1 06:19:48 2023 +0200 🌐 Update Italian language (#25587) commit 466ce0b8d26fd3110ac59979a105ac85d6656116 Author: Scott Lahteine <[email protected]> Date: Mon Aug 16 13:44:00 2021 -0500 🩹 Fix displayed mix percentages commit 59a2cb032f7ba912cdb48aadf8c152feb61d9839 Author: Scott Lahteine <[email protected]> Date: Wed Mar 29 21:50:04 2023 -0500 🩹 Fix Ender-3 V2 with no fan commit 85e28f31232c789a4a91683637fbef1ec145f0d2 Author: Chris Pepper <[email protected]> Date: Wed Mar 29 05:45:22 2023 +0100 🔨 MarlinSimUI updates (#25589) commit bbb75ab9b3daae9f6fd0a07db3e427f69f212743 Author: John Unland <[email protected]> Date: Tue Mar 28 23:23:27 2023 -0500 🔨 Improve Docker local tests support (#25583) commit 637cd952cad0ac08ab0d6ad906f16d5eca34aa51 Author: Andrew <[email protected]> Date: Wed Mar 29 00:20:52 2023 -0400 🎨 Remove unused ProUI : UBLValidMesh (#25591) commit d04b3ff8028a1c432370f230132621cf26480e66 Author: Scott Lahteine <[email protected]> Date: Tue Mar 28 16:14:37 2023 -0500 🔧 Fix up WiFi options (#25586) commit 51b33ccf905b6623d1966d4f9dcc081914f5484d Author: Scott Lahteine <[email protected]> Date: Fri Mar 24 03:01:09 2023 -0500 🔨 INI Updates Co-Authored-By: Martin Turski <[email protected]> commit f452df047d437f01a401eee3944a2ba0e2a873d1 Author: Eduard Sukharev <[email protected]> Date: Mon Mar 27 21:55:56 2023 +0300 🐛 Fix M23 long filename support (#25540) commit cd0bfcd3f29bdf86a165f852d01bf3af018e32fc Author: Scott Lahteine <[email protected]> Date: Sun Mar 26 04:36:12 2023 -0500 🧑💻 Auto Fan / Cooler Fan updates (#25554) commit bcf30988cbf04b2416d321ced84e9b932e819b70 Author: Keith Bennett <[email protected]> Date: Sun Mar 26 02:09:27 2023 -0700 🩹 Fix Touch Calibration first point (#25298) commit a40e17d94b6faceb5fc26e899571bbc092d06e08 Author: Scott Lahteine <[email protected]> Date: Sat Mar 25 20:17:54 2023 -0500 🎨 Timer tweaks commit d66f4baba6d9ccac9f425ba8d297e8b14cdfdd46 Author: ellensp <[email protected]> Date: Sat Mar 25 17:14:21 2023 +1300 🩹 Fix Chitu3D V6 default probe pin (#25552) commit 26cb2d5b0827fa1b5d18691a29cc3a13cb3f2a70 Author: Scott Lahteine <[email protected]> Date: Fri Mar 24 18:43:53 2023 -0500 🩹 Update TRONXY_V10 SPI_FLASH pins commit 376e940ae9c6fc62063649bf08bdb7ef53d29008 Author: Scott Lahteine <[email protected]> Date: Fri Mar 24 02:43:20 2023 -0500 🎨 LPC_SOFTWARE_SPI => SOFTWARE_SPI Co-Authored-By: Martin Turski <[email protected]> commit ebe3fe08180c6cc6583b49576d498241a4409572 Author: Scott Lahteine <[email protected]> Date: Fri Mar 24 02:40:29 2023 -0500 🎨 Pins header comments Co-Authored-By: Martin Turski <[email protected]> commit 0d7e30bcd8f8f0c9039cf2e0a06610dde7dac48c Author: Martin Turski <[email protected]> Date: Fri Mar 24 05:08:28 2023 +0100 🩹 Reset touch screen calibration on failure (#25334) Co-authored-by: Scott Lahteine <[email protected]> commit accfab85a21745527bb2fbf7445c3ad8744899ca Author: Scott Lahteine <[email protected]> Date: Thu Mar 23 17:19:20 2023 -0500 🎨 calibration_stage => stage commit d68ad9e0b140e13c5862d693c62e236d75aa5566 Author: Scott Lahteine <[email protected]> Date: Sat Mar 18 21:57:06 2023 -0500 🩹 Fix a serial_ternary commit 70c8859e7f5d49e55d567b2ea61e24f84f9d4992 Author: ellensp <[email protected]> Date: Sun Mar 19 13:17:21 2023 +1300 🩹 Fix Ender 2 stock LCD (#25538) commit 980fba810d54fd74d94e0216b174b6b0282ae7f0 Author: George Fu <[email protected]> Date: Sat Mar 18 17:47:54 2023 +0800 🐛 Fix FYSETC Cheetah v2.0 Servo/Probe pins (#24635) Co-authored-by: Scott Lahteine <[email protected]> commit d0bdb9c281c98a02bf2f7b93e481f4a91928f182 Author: Scott Lahteine <[email protected]> Date: Sat Mar 18 17:13:06 2023 -0500 ⚡️ Misc. optimizations commit 821d7969f46abeca729bcf19b103b2fbd41535b4 Author: Davide Rombolà <[email protected]> Date: Sat Mar 18 07:35:54 2023 +0100 🎨 Suppress warning (#25529) commit dcbba65962cce76dbd28760ba9f2002f4e2a761a Author: Scott Lahteine <[email protected]> Date: Sat Mar 18 01:22:50 2023 -0500 🧑💻 More IntelliSense-friendly declares commit 5c3dd467c7c369cd8ddbd5327639d034d3c8c93f Author: Michael Hill <[email protected]> Date: Sat Mar 18 01:56:07 2023 -0400 ✨ Sovol v1.3.1 (Sovol SV06) (#25267) commit e50980e32b1b15b1e5a1829cc40673a12057f3ee Author: dwzg <[email protected]> Date: Thu Mar 16 01:15:54 2023 +0100 🩹 Fix DWIN MarlinUI Fan/E/XY (#25502) commit c3b037e0f313ae7fd254508e82f9076249cb6a38 Author: Scott Lahteine <[email protected]> Date: Wed Mar 15 19:13:09 2023 -0500 🩹 Fan Menu / Status fixes Followup to #21888 commit 71e6f701f3604beb1d7c87fb288b9a75d64d4007 Author: Abdullah YILMAZ <[email protected]> Date: Mon Mar 6 01:29:43 2023 +0300 🌐 Update Turkish language (#25447) commit 7f9f922d84d33317bc0b7282f3fb46a8d1dd6d90 Author: Giuliano Zaro <[email protected]> Date: Fri Mar 3 21:27:15 2023 +0100 🌐 Update Italian language (#25454) commit 197b3198b55d1aa3c3d2bd8bd7a89f3970176e43 Author: Scott Lahteine <[email protected]> Date: Fri Mar 3 13:42:46 2023 -0600 📝 Fix a comment commit e03dfb8ca1eed0a372801482c70dc5c152a463fe Author: jamespearson04 <[email protected]> Date: Fri Mar 3 20:26:38 2023 +0000 🐛 Fix UBL 'G29 J' mesh tilt (#25453) Fix regression from #24214 commit cba3b2c527feecb40f56e756cb7d89108bc8bbe0 Author: Marcio T <[email protected]> Date: Wed Mar 1 21:07:23 2023 -0700 🚸 Improve CocoaPress Touch UI (#25446) commit a9a6d1f716bae7f61dc4b8d40c97c96c7a31571a Author: ellensp <[email protected]> Date: Mon Feb 27 15:27:58 2023 +1300 📝 Link to archived RA Control Panel page (#25424) commit 61ccd4599e443c09e327559f28f4dd08dc881a49 Author: Giuliano Zaro <[email protected]> Date: Tue Jan 31 06:07:51 2023 +0100 🌐 Update Italian language (#25309) commit bab847809c3f896aa166f3ec0ff378f3a6645c0e Author: Roman Moravčík <[email protected]> Date: Tue Jan 31 06:07:03 2023 +0100 🌐 Update Slovak language (#25305) commit 011087731a06259f75aa2ddee55720a5d478be1b Author: ellensp <[email protected]> Date: Tue Feb 28 06:11:53 2023 +1300 🧑💻 Add IA_CREALITY CI test (#25434) commit b7ee06bb29fb5a38c5e2963201a79fd45ef56e55 Author: Scott Lahteine <[email protected]> Date: Tue May 16 19:52:36 2023 -0500 🔨 Use 'build_src_filter' commit 5f8df0aa21718f20b6c9b4158c23c469c3a38500 Author: Scott Lahteine <[email protected]> Date: Sun Mar 26 17:49:51 2023 -0500 🔨 Fix thread-unsafe deque iteration commit b338159f9d40c06469ad4f6f9f7517d20c29728e Author: ellensp <[email protected]> Date: Wed May 17 06:50:57 2023 +1200 🐛 Fix MKS Robin Nano 1.3 F4 pin collision (#25838) commit 2399a24466b22138d7b82336035dc2bf5efecc0f Author: ellensp <[email protected]> Date: Mon Apr 10 22:17:50 2023 +1200 🔧 Update thermocouple 2 pin sanity check (#25627) commit d05acb762634acff6a1cefc3a2ed32819c23e88f Author: ellensp <[email protected]> Date: Mon Apr 10 21:16:52 2023 +1200 🩹 Fix MARLIN_F446Zx_TRONXY variant (#25659) Followup to 9be1554f commit 81d4f8f26a95ee2c85c02a1b5612b798db19ea9a Author: Chris Pepper <[email protected]> Date: Sat Apr 8 02:55:10 2023 +0100 🩹 Fix SD partitionTable packing (#25648) commit b0c3db67f09b02df4c66f75a06a66fc38dfcdeed Author: Jason Smith <[email protected]> Date: Fri Apr 7 18:52:33 2023 -0700 🎨 Suppress M122 sign warning (#25613) commit ea6430ddf6c2ceda60b2aecc1143434f91513917 Author: Eduard Sukharev <[email protected]> Date: Wed Mar 15 00:49:49 2023 +0300 🐛 Fix long filename read/report (#25509) commit ccb4d11696ff886430463bafe020246582f75c42 Author: John Robertson <[email protected]> Date: Sat Mar 18 10:33:15 2023 +0000 🔧 Sanity-check PRINTCOUNTER_SAVE_INTERVAL + ESP32 I2S Exp (#25527) Co-authored-by: Scott Lahteine <[email protected]> commit 176ecf4f82d1d18b1a99fceb20aad2eeedbd7842 Author: Keith Bennett <[email protected]> Date: Sat Mar 11 00:08:07 2023 -0800 🐛 Fix Anet ET4 SD_SS_PIN (#25492) commit 3ec5d6da6e4365fc9a800be6607733465c24ad6e Author: Scott Lahteine <[email protected]> Date: Sat Mar 11 19:17:25 2023 -0600 ⚡️ Exit from ISR on AVR already does sei Co-Authored-By: tombrazier <[email protected]> commit 75aa880b63eedba3641db1f359dde065637dfc46 Author: Keith Bennett <[email protected]> Date: Fri Mar 10 15:56:33 2023 -0800 ✨ BTT Octopus Max EZ 1.0, SKR 3.0 / 3.0 EZ (#25387, #25495, #25535) commit a50ff5d7c7267ce7658f1b8b086691e8ead4faca Author: Sion Williams <[email protected]> Date: Thu Mar 9 08:45:01 2023 +0000 🔨 VSCode + Devcontainer support (#22420) commit 504f09f9448b8c1789ea2ba047a0ad47fa09064c Author: alextrical <[email protected]> Date: Sun Mar 5 22:28:50 2023 +0000 🐛 Fix Flash EEPROM for STM32G0B1CB (#25469) commit aae1102c540db5ca9bd6594dd961416a3138dc2b Author: Hans-Christian Ebke <[email protected]> Date: Sun Mar 5 23:25:11 2023 +0100 🐛 Fix apply_power for SPINDLE_SERVO (#25465) commit a40ff1357e5f36fedfff9db0f0d8dab4dc7c610b Author: tombrazier <[email protected]> Date: Wed Mar 1 00:16:27 2023 +0000 🐛 Fix LA retract/feedrate edge case (#25445) Followup to #25442 commit dfd1fb736d6e37cad5ff0c773ee3453e2a055332 Author: Scott Lahteine <[email protected]> Date: Tue Feb 28 17:50:06 2023 -0600 🔨 Improve config.ini example fetch commit 6d8c9f6ed17396784ea2765b50583b36a9a6f423 Author: Scott Lahteine <[email protected]> Date: Wed Mar 1 20:06:47 2023 -0600 🌐 Regenerate language data commit db0c8b31f7a6da568c2a305e633c5f2c4ac0571c Author: Scott Lahteine <[email protected]> Date: Sun Mar 5 19:15:22 2023 -0600 🧑💻 Script to make non-accented languages commit 0e3d9518726f13ac1d37b4dedac09aeaff0a6f1f Author: Scott Lahteine <[email protected]> Date: Wed Mar 1 19:07:47 2023 -0600 🔨 Update font scripts commit 22e6365b2f8c0cfe3f18f9758a347db20eb9a29b Author: ellensp <[email protected]> Date: Tue Feb 28 16:16:11 2023 +1300 🔧 Fix Sensorless Probe sanity-check err (#25417) commit abd710b5d660e1f2bb99e576704d5e2c98e8fd91 Author: tombrazier <[email protected]> Date: Mon Feb 27 23:00:13 2023 +0000 🐛 Fix Linear Advance E position tracking (#25442) Fix regression from #24951 commit d5c312cff078ae0dae57a1021daccf9f5ffff157 Author: tombrazier <[email protected]> Date: Fri Mar 3 20:37:10 2023 +0000 🐛 Fix ISR_SHAPING_LOOP_CYCLES (#25335) commit 64f9c17f3baf7ea0ad6081f0bea7952595d79258 Author: ellensp <[email protected]> Date: Sat Mar 4 09:32:04 2023 +1300 🔨 Fix 'step' type in createTemperatureLookupMarlin.py (#25455) commit bac334c74eecdb35b1cb8d6ce8d6066b91095652 Author: Keith Bennett <[email protected]> Date: Sun Feb 26 19:03:28 2023 -0800 🔨 Fix env STM32G0B1RE_btt, add …_manta_btt (#25431) commit 071d54ec7082f265b3665ab086e5580925f8b124 Author: Scott Lahteine <[email protected]> Date: Thu Feb 23 21:38:11 2023 -0600 🎨 Use LIMIT macro commit c4ac8a25730d10fa08890a4b216dc06c22dd8a93 Author: Guðni Már Gilbert <[email protected]> Date: Fri Feb 24 03:29:47 2023 +0000 ⚡️ Reduce edit_screen code size (#25420) commit 53698b8f62b00c7e4f85a943150e8cc64015e7d4 Author: Scott Lahteine <[email protected]> Date: Wed Feb 22 14:30:02 2023 -0600 🔧 Fix Einsy Rambo TMC driver check commit d5d497f2c5185bd7b153ed7195a8216f37e5a42c Author: Scott Lahteine <[email protected]> Date: Tue Feb 21 18:22:16 2023 -0600 🔨 Fix marlin_custom.* without lib_deps commit e65e38afafec9f85be603ffefcc1817d8732b9a4 Author: tombrazier <[email protected]> Date: Tue Feb 21 22:37:11 2023 +0000 🐛 Fix AVR maths used by Stepper (#25338) commit 9d56b7f073e01ebca1f4d3fb54a49393191e9e1d Author: ellensp <[email protected]> Date: Wed Feb 22 11:27:47 2023 +1300 🔨 Encrypt some MKS Robin (#25349) commit 1748abde0af17b452e940df20fba65abb4fc6ef0 Author: Scott Lahteine <[email protected]> Date: Tue Feb 21 15:08:25 2023 -0600 🧑💻 Fix preheat tests (nested macro limit ~256) Followup to #25407 commit 7afd823aa59f5197dab80d397da744ec48896f2b Author: ellensp <[email protected]> Date: Tue Feb 21 15:25:22 2023 +1300 🔧 Sanity-check hotend max / preheat temps (#25407) Co-authored-by: Scott Lahteine <[email protected]> commit 4a1cbffbe5d6fc2619537eb7d0a07c70b1cb8e29 Author: ellensp <[email protected]> Date: Tue Feb 21 13:58:40 2023 +1300 📺 Update Re-ARM VIKI2 SPI pins (#25411) commit 94780bbb54e4d75986c53ea39223d3e51df8e23e Author: Scott Lahteine <[email protected]> Date: Fri Feb 17 22:12:11 2023 -0600 🚸 Interruptible PLR (#25395) commit 838df37efd55a1ffdeffbd838ebffb3618ab36d2 Author: ellensp <[email protected]> Date: Thu Feb 16 12:58:51 2023 +1300 🐛 Fix FastPWM calculations (#25343) Co-authored-by: Scott Lahteine <[email protected]> commit 7a8c9847e664d0bd400b0ba4ee4514d1c9f966c3 Author: Trevin Small <[email protected]> Date: Wed Feb 15 19:00:10 2023 -0500 ✏️ Fix README typo (#25388) commit 50f4e6b2705e61d4a850e04f2d55909f4abfcc4d Author: Scott Lahteine <[email protected]> Date: Tue Feb 14 22:29:47 2023 -0600 🎨 Tweak VALIDATE_MESH_TILT commit db8f501dfefd801bc42db2ea36c82afc48eac427 Author: Frederik Kemner <[email protected]> Date: Wed Feb 15 05:25:47 2023 +0100 🚸 SPI endstops for X/Y Dual and Core (#25371) commit 255bc3c90c181c302ca0640c0ebc097313f4cc4a Author: Radek <[email protected]> Date: Wed Feb 15 04:57:39 2023 +0100 📝 Fix BTT_MINI_12864_V1 comment (#25366) commit 38c4c7f4b17f1de96996b2b15ec064b5926f30f1 Author: Scott Lahteine <[email protected]> Date: Sat Feb 11 21:29:32 2023 -0600 🔨 Suppress native build warnings commit fecb66779a098a6ad09706a6f6662c525a032c18 Author: EvilGremlin <[email protected]> Date: Thu Feb 9 06:46:02 2023 +0300 🔨 Adjust INI comments (#25183) commit f7485cea60e7bd78015e6f9aa48cde605d9a9a88 Author: Scott Lahteine <[email protected]> Date: Wed Feb 8 20:31:02 2023 -0600 🩹 Extra axis min home with Delta Sensorless Probe commit a49d286118343f36759dba941c96b95dfaa36c38 Author: Scott Lahteine <[email protected]> Date: Wed Feb 8 20:29:37 2023 -0600 🩹 Extra axes for Tool Change commit 59c88575643782b9d34a3b2ea6bd54dfb7717b71 Author: Scott Lahteine <[email protected]> Date: Wed Feb 8 20:28:56 2023 -0600 🩹 Various simple fixes commit 6e38ec3a3e0d074b900c4fd3b901d10ae974ac29 Author: Scott Lahteine <[email protected]> Date: Wed Feb 8 20:26:59 2023 -0600 🩹 Safe Bed Leveling updates commit 93c61b1ba8f1e105c3a36d083e98c95c95196e5e Author: Scott Lahteine <[email protected]> Date: Wed Feb 8 20:19:12 2023 -0600 🩹 Misc. extra axis updates commit 87d744995271945b814d9f4c84d3b791422c0c50 Author: Scott Lahteine <[email protected]> Date: Wed Feb 8 19:39:21 2023 -0600 🩹 Use 'M205 D' when 'B' is an axis commit 98c9ecd5c516e470a3b14727fe19a0b695f26d45 Author: Scott Lahteine <[email protected]> Date: Wed Feb 8 19:37:10 2023 -0600 🔧 Add a test for extra axes commit 8976bc5605e1c0696fb42c72d0fec4c88880f289 Author: Keith Bennett <[email protected]> Date: Tue Feb 7 22:39:09 2023 -0800 ✨ BigTreeTech Manta M4P, M5P, M8P V1.0 / 1.1, E3 EZ (#25001) commit e3cff7a28a74ec468e15ff8a2799076be37361e9 Author: Victor Oliveira <[email protected]> Date: Sat Feb 4 05:10:26 2023 -0300 🧑💻 General 'MediaFile' type alias (#24424) commit 4000db2be39f7cf35cf85ec2272ad31578fcc44a Author: vyacheslav-shubin <[email protected]> Date: Sat Feb 4 10:36:07 2023 +0300 🧑💻 Add SD Card 'hide' method for dev usage (#22425) commit f9621e2e8e9f2301924a72fcc1e8d110806145ff Author: Keith Bennett <[email protected]> Date: Thu Feb 2 17:41:46 2023 -0800 📝 Fix Z*_ENDSTOP_ADJUSTMENT comments (#25295) commit 1a184e5a82b0908cbe9649688cd15de92f776a9e Author: kg333 <[email protected]> Date: Wed Feb 1 19:02:26 2023 -0500 📺 Melzi v4 with BTT SKR Mini E3 (#25321) commit 6e427350db0fbe3fd294d34c9c178df7dd1bf8d4 Author: Martin Turski <[email protected]> Date: Fri Feb 3 04:01:22 2023 +0100 🔨 Fix test build path with spaces (#25329) commit 79e23752aea243b84a3703e3f158cdeffd230346 Author: Bob Kuhn <[email protected]> Date: Wed Feb 1 01:51:11 2023 -0600 🔧 Fix SD sorting sanity checks (#25318) commit 858de4ff3f24b9b1d20f39da031ed8293e6c61bc Author: Scott Lahteine <[email protected]> Date: Mon Jan 30 22:11:50 2023 -0600 🔧 Fix build with no Y axis (#25311) commit bac0b35b85d59a83b9fa2789c9048de99017f02e Author: Bob Kuhn <[email protected]> Date: Mon Jan 30 21:57:36 2023 -0600 🩹 Fix G61 axis parameters with no offset (#25312) commit 60f38576620e993e06fc19166cb3d68f275096e6 Author: Darren Garnier <[email protected]> Date: Mon Jan 30 23:00:49 2023 -0500 🔨 Fix config.ini URL fetch (#25313) commit b3c004eed97989b8e26664438528138567efb349 Author: avionix-g <[email protected]> Date: Wed Jan 25 23:14:52 2023 -0500 🐛 Fix MKS board Ultipanel support (#25278) commit 9e755a25c7fa727b4143d8ba5a9acdc712b7667c Author: xBiohazardx <[email protected]> Date: Fri Jan 27 01:05:04 2023 +0100 ✏️ Fix probe invert flag (#25282) commit 0d831183ba6d3fa0d7780cd135a8d8a95bd0592a Author: Scott Lahteine <[email protected]> Date: Wed Jan 25 21:37:10 2023 -0600 🔧 Refine Input Shaping check (#25280) commit 0ed083aba81710af6aefb678c3a15117abd5f79f Author: Scott Lahteine <[email protected]> Date: Fri Jan 20 21:17:13 2023 -0600 SDIO retry, hsd clock, etc. commit 2c39f848885a83766fbf47ec6c76dc3804908fd1 Author: Scott Lahteine <[email protected]> Date: Tue Jan 24 02:21:02 2023 -0600 🔧 Overridable Stepper EN init commit b7e421610f4546c15ecdb65ee9f144a3d33f4b86 Author: Bob Kuhn <[email protected]> Date: Mon Jan 23 01:37:35 2023 -0600 🐛 Fix Ender-2 Stock Display with Melzi (#25258) commit 536e8a7d1e98e98089d571939a2c9613e604ab8c Author: MarkMan0 <[email protected]> Date: Sun Dec 18 06:48:33 2022 +0100 🐛 Fix, Refactor PID scaling (#25096) commit 8c3425811a3073b17ac1ed3100198e115f298174 Author: John Robertson <[email protected]> Date: Tue Jan 17 23:53:39 2023 +0000 🐛 Fix potential I2S buffer overwrite (#25113) commit dd892c6e75f4683d286147d9a3daa47cc7297ea0 Author: Scott Lahteine <[email protected]> Date: Mon Jan 16 22:11:49 2023 -0600 🎨 Heading cleanup commit 947a9cb000a4cc4f8a3eccf675ae852daf3b3a75 Author: Scott Lahteine <[email protected]> Date: Sun Jan 15 06:48:17 2023 -0600 🎨 Language / menu cleanup commit 62487c67b6b0142a5a610d46b65c4a07de0f3e62 Author: Scott Lahteine <[email protected]> Date: Sat Jan 14 07:44:57 2023 -0600 ✏️ ProUI followup commit 6cf085d72407d5afb15cbb942854ff3d04ef3519 Author: Scott Lahteine <[email protected]> Date: Sun Jan 15 01:11:49 2023 -0600 🔧 Added MOTHERBOARD error text commit c3c6432be44f6ee1895bd33137e0cea34ea048df Author: Scott Lahteine <[email protected]> Date: Tue Mar 14 16:48:17 2023 -0500 🎨 Misc. formatting commit e7c4a868309f00656e28d1b2d3cda03913695073 Author: Scott Lahteine <[email protected]> Date: Mon Jan 23 01:10:16 2023 -0600 🧑💻 Fix D5 warning commit dd518f0ce14fb7512652fb925819802a039f9080 Author: Scott Lahteine <[email protected]> Date: Sat Jan 21 22:57:56 2023 -0600 🐛 Fix homing_needed_error commit d62119ea5baa8a650bce6bdc6f38520ac228fb02 Author: Scott Lahteine <[email protected]> Date: Wed Jan 11 20:31:46 2023 -0600 🔧 Input Shaping sanity checks commit 71cb723746cbd6ba210005f14cea45dbf4f3256a Author: Scott Lahteine <[email protected]> Date: Wed Jan 11 01:19:54 2023 -0600 🩹 Fix Sim with USE_WATCHDOG disabled commit 58d94f407bc2116056cd9e90e86e98143a97105e Author: Scott Lahteine <[email protected]> Date: Wed Jan 11 01:19:45 2023 -0600 🔨 Improve config.ini parser commit 82f7c373c53c22c6a76ed1ca7fff91be3b408855 Author: Alex Z <[email protected]> Date: Wed Jan 11 15:22:28 2023 +1000 🐛 Fix Chitu V6 Z_STOP_PIN (#25227) commit 1e9e92368f5ffc00ada970f2681bed1ca755d48a Author: Miguel Risco-Castillo <[email protected]> Date: Sun Jan 8 04:22:21 2023 -0500 🚸 ProUI updates (#25176) commit 9a22c21b5b3b6cec3ca7275587431618b1c230aa Author: Sebastien BLAISOT <[email protected]> Date: Sun Jan 8 06:07:14 2023 +0100 🐛 Fix Neopixel 1 startup (#25203) commit 885b5534164cb3ae3bd91eb7ada590980b99357c Author: Vlad Popescu <[email protected]> Date: Sun Jan 8 07:04:58 2023 +0200 🩹 Fix E3V2 MarlinUI XYZ frame (#25206) commit 9ff2818ce44753167e088ba32741a6ba90f12591 Author: Richard Layton <[email protected]> Date: Sat Jan 7 21:03:29 2023 -0800 📝 Linux Sim apt-get line (#25208) commit 5ff467c8c0bbdf7fbbef7a039dc92f626c7a22a6 Author: Richard Layton <[email protected]> Date: Sat Jan 7 02:42:21 2023 -0800 📝 More native.ini docs (#25201) commit f16fdd7814006fd5cdcf8b270c7408237725f86c Author: ellensp <[email protected]> Date: Sat Jan 7 21:39:58 2023 +1300 🩹 Update MKS_GEN_13 MOSFET pins (#25126) commit e872b575f89d0f884f7c38c5545432daef899444 Author: ellensp <[email protected]> Date: Sat Jan 7 19:07:39 2023 +1300 🩹 Replace pow() with _BV() (#25186) commit 8b5014f2645aac2048b4c03243410edd98132baf Author: Mike Bignell <[email protected]> Date: Sat Jan 7 05:54:35 2023 +0000 🩹 Fix missing IS_MELZI (#25190) commit 9ff1c307454c5a7df1256958dc7a63b6cabcc155 Author: Ashley 'DrToxic' Devine <[email protected]> Date: Thu Jan 5 23:06:35 2023 +0000 🎨 Misc. cleanup (#25194) Co-authored-by: Scott Lahteine <[email protected]> commit a286daf69796f5ec594c089ee59552776507b530 Author: Vovodroid <[email protected]> Date: Fri Jan 6 00:48:22 2023 +0200 🚸 Attach USB media (#25120) commit 9383c2aa76c25c4fd59e123cb6260adbad1fcb57 Author: Scott Lahteine <[email protected]> Date: Tue Jan 3 19:40:23 2023 -0600 🧑💻 Add Temperature::is_above_target commit 58e9dc0cbf22f43ee6da719c4468858809ef9414 Author: Scott Lahteine <[email protected]> Date: Tue Jan 3 18:57:33 2023 -0600 🎨 Rename *_temp_error to *temp_error commit 5e69a3dbf499d635f4f7c927659f167d157093e3 Author: Timothy Hoogland <[email protected]> Date: Tue Jan 3 18:52:19 2023 -0600 🩹 Remove extraneous EZBoard V1 autofans (#25182) commit c990a35bb0fdc76ef2ae829ff09094e5ed9bdf75 Author: Scott Lahteine <[email protected]> Date: Tue Jan 3 04:09:40 2023 -0600 🎨 Misc. IS cleanup commit f2017d41115e298d263d9b356a246b583004562e Author: Giuliano Zaro <[email protected]> Date: Sun Jan 1 04:03:50 2023 +0100 🚸 MarlinUI edit steps/mm to 2 decimal places (#25144) commit c5f95bfe97dc3f1cfc2478b38d039ae2641c1e1c Author: ellensp <[email protected]> Date: Sat Dec 31 16:55:15 2022 +1300 🧑💻 Fix type warning (#25149) commit f13d7f27d162b1e992d2a0228971bc78fe075569 Author: ellensp <[email protected]> Date: Sat Dec 31 16:44:51 2022 +1300 🔨 FILAMENT_RUNOUT_SCRIPT sanity check (#25150) commit b1099b1c6582a38b61f2ffe2cd2da47c3023a254 Author: Lukas Erlacher <[email protected]> Date: Sat Dec 31 14:39:15 2022 +1100 🔧 Add H8 to Creality 4.2.2 stepper warning (#25154) commit 44e20d2d6a121ad0bd076a257a6f246fdac7335b Author: Lukas Erlacher <[email protected]> Date: Sat Dec 31 14:38:01 2022 +1100 🚸 Z Servo Probe is HAS_STOWABLE_PROBE (#25158) commit c54c8c225485b9b1d2b4da0b7e0a779684af7813 Author: Timothy Hoogland <[email protected]> Date: Fri Dec 30 21:01:11 2022 -0600 🩹 Remove extraneous EZBoard V2 autofans (#25166) commit bcb0a370a54d9afcf0fae74614bde2159fb83283 Author: Scott Lahteine <[email protected]> Date: Fri Dec 30 19:43:46 2022 -0600 🚸 Hide IS menu while busy commit da43218d76a49de66ab945737458b11e1380cada Author: Vlad Popescu <[email protected]> Date: Sat Dec 31 04:53:45 2022 +0200 🐛 Avoid lambda for menu items (#25169) commit d71a60a14b5eb3bb4fe48425459220d57cd7914f Author: Stefan Kalscheuer <[email protected]> Date: Sat Dec 31 06:49:44 2022 +0100 🐛 Fix Mesh Bed Leveling Z correction (#25122) commit 246f001521ecfc81e595972c83ccc38e8e6bea69 Author: Keith Bennett <[email protected]> Date: Fri Dec 30 19:03:18 2022 -0800 📝 Fix Configs URL (#25167) commit a039081728cda8e829cb4a90116d150674f69e53 Author: Scott Lahteine <[email protected]> Date: Tue Dec 20 21:14:58 2022 -0600 🧑💻 Fix ONBOARD_FLASH_SIZE commit 3334582f868950d58028e400f47a78d22e0fa4f2 Author: Scott Lahteine <[email protected]> Date: Mon Dec 19 14:42:28 2022 -0600 🔖 Version 2.1.2 commit b2d72de4947b38d48e3f0ff3433f13da0cf0ffaf Author: Scott Lahteine <[email protected]> Date: Sun Dec 18 17:22:11 2022 -0600 📝 Update 2.1.x README commit cfa747ed0878c51f646365c9b296303d03413c84 Author: Scott Lahteine <[email protected]> Date: Sun Dec 18 15:48:47 2022 -0600 🧑💻 M593 F "min" freq commit 92b2076dda8efea4a1437647199d02d011e6f034 Author: Scott Lahteine <[email protected]> Date: Sun Dec 18 15:42:20 2022 -0600 🐛 Fix Melzi encoder commit eff6c407a5034778297ef76c3369abc7506c0603 Author: Scott Lahteine <[email protected]> Date: Sat Dec 17 22:00:18 2022 -0600 🩹 Fix LCD_FOR_MELZI with Tronxy Melzi commit 569bbb18d0cf38fe506b1181c308c4bea581ce2a Author: EvilGremlin <[email protected]> Date: Sat Dec 17 07:45:55 2022 +0300 🐛 Fix DOGM time overflow, alignment (#25103) commit 471330b56ea2f95cd9ec1b726fa7a10d422ce10c Author: ellensp <[email protected]> Date: Sat Dec 17 17:43:54 2022 +1300 🎨 Suppress warning (#25101) commit 2a724bd94eb472d8c7ce4c59cb408b5624d8c2c3 Author: ellensp <[email protected]> Date: Sat Dec 17 10:01:14 2022 +1300 ✨ BTT Octopus with STM32-F407 (#25031) commit cea2ab1d7fac912ae29db9e7c2e6e8bc4c3a2e1f Author: alextrical <[email protected]> Date: Fri Dec 16 20:45:14 2022 +0000 ✨ BigTreeTech EBB42 v1.1 (#24964) commit 5198a554574300857bfad9a2e761b9a7b197fa08 Author: ils15 <[email protected]> Date: Fri Dec 16 17:37:56 2022 -0300 🔧 Use multi-XYZ 'STOP' pins for MIN/MAX (#24855) Co-authored-by: Scott Lahteine <[email protected]> commit cbb56e35361e814949f5aa4a380ad3b5f93ab2a0 Author: Scott Lahteine <[email protected]> Date: Wed Aug 24 10:15:57 2022 -0500 ✨ Robin Nano v1 CDC (USB mod) Followup to #24619 commit b3f4eaf6fdf4d331139573154dfa391cc940b02c Author: Dipl.-Ing. Raoul Rubien, BSc <[email protected]> Date: Tue Dec 13 04:23:45 2022 +0100 🩹 Fix M115_GEOMETRY_REPORT (#25092) commit 7815b200510d486fa6b35c51418d73f2f580fd0f Author: ellensp <[email protected]> Date: Tue Dec 13 12:01:45 2022 +1300 🩹 Inverted probe pin flag (K8400) (#25085) commit ffbf6acd6c856fb72ab9f5329f6efddab806e538 Author: Scott Lahteine <[email protected]> Date: Mon Dec 12 16:46:50 2022 -0600 🩹 Fix M502 init of default motion Fix regression from #25035 commit 8bafc1d9aeda45c208304a768a4141497b1a925c Author: alextrical <[email protected]> Date: Mon Dec 12 22:11:09 2022 +0000 🩹 Use custom I2C pins for OLED (#24970) commit ac05f0cb8b4c539509b48d034106246f66ebee17 Author: Bart Meijer <[email protected]> Date: Mon Dec 12 22:36:50 2022 +0100 ✨ SAMD21 HAL / Minitronics v2.0 (#24976) commit ec6349f2acd940c6b7b29ef9204c635ba2e38c6c Author: Alexander Gavrilenko <[email protected]> Date: Tue Dec 13 00:13:31 2022 +0300 ✨ TFT_COLOR_UI async DMA SPI (#24980) commit d082223fee393e7c0f833757853fada3a3a48ddf Author: Scott Lahteine <[email protected]> Date: Sun Dec 11 19:46:55 2022 -0600 📝 Replace Twitter with Fosstodon commit e07a059b2dde9b6d5e1048d71e3f6f265a05ebbb Author: Simon Pilepich <[email protected]> Date: Mon Dec 12 12:12:28 2022 +1100 🔧 Anycubic alternate Z1/Z2 wiring (#25071) commit 313716e7fc5133ea8b1b70e75075840cc7b2b8b9 Author: Krzysztof Błażewicz <[email protected]> Date: Sun Dec 11 20:27:27 2022 +0100 ✨ JyersUI TMC Settings (#25048) commit 726555901c6b7a6eae71d3297729b6ee2ffbc632 Author: Keith Bennett <[email protected]> Date: Sun Dec 11 10:59:25 2022 -0800 🔧 Custom Menu Sanity Check (#25079) commit 3ad684b10bc8a7c6631dda4e6615238499289013 Author: Scott Lahteine <[email protected]> Date: Sun Dec 11 12:56:45 2022 -0600 🔨 Updated 'mfconfig init' commit 408a53bcdd5b5c5781596c2ba9e435cfe4525c74 Author: ellensp <[email protected]> Date: Sun Dec 11 06:44:09 2022 +1300 🔨 No env:mega1280 for MIGHTYBOARD_REVE (#25080) commit eae339b8dcd43797cc285605826a23370e28165e Author: tombrazier <[email protected]> Date: Sat Dec 10 17:28:48 2022 +0000 ⚡️ Better IS buffer size calc (#25035) commit 79b88471f00e3a8a7e5ee8ed440c6e40059b4815 Author: Vovodroid <[email protected]> Date: Sat Dec 10 17:03:54 2022 +0200 ✨ Two controller fans (#24995) commit 86a3362bf6830fea77c15aa1b139847569372671 Author: ellensp <[email protected]> Date: Sun Dec 11 04:00:51 2022 +1300 📌 Pins updates for Longer LK5, etc. (#25012) Co-authored-by: Scott Lahteine <[email protected]> commit 0efeedf26274b7a66e21899ab99a5dd70e8ae657 Author: EvilGremlin <[email protected]> Date: Thu Dec 8 01:08:53 2022 +0300 🚸 Progress display followup (#24879) commit c86f20010d916ba5a09f7c4320a37f5cdfc75f48 Author: Sebastien BLAISOT <[email protected]> Date: Wed Dec 7 22:49:38 2022 +0100 ✨ M150 S default index (#23066) Co-authored-by: Scott Lahteine <[email protected]> commit 5a97ffc41415481d0e285c3478e582cbdd467bad Author: Scott Lahteine <[email protected]> Date: Wed Dec 7 12:18:09 2022 -0600 🔨 Return error on mftest exit commit 273728602109e208c1ca32d2ac7dad59dcc1307a Author: Scott Lahteine <[email protected]> Date: Mon Dec 5 11:01:08 2022 -0600 📝 Update config comments commit 86a10dc459056cfb49055758e3fed0e0825043ae Author: ellensp <[email protected]> Date: Mon Dec 5 16:38:23 2022 +1300 🐛 Fix Fast PWM on AVR (#25030) Followup to #25005 commit ecdf07f0555ce0d71ac3fd1fcd9efd07c14209ad Author: kisslorand <[email protected]> Date: Mon Dec 5 00:04:11 2022 +0200 ✏️ Fix missing ) (#25055) commit 686ce0c0e220c73b32a1d29ae3d48c6b336b024f Author: Scott Lahteine <[email protected]> Date: Sun Dec 4 15:35:45 2022 -0600 🔨 Fix CI Test clean step (2) commit 3c550e0f1910927fa691f2e62a18cebb6ddd58fd Author: Scott Lahteine <[email protected]> Date: Sat Dec 3 20:49:46 2022 -0600 🎨 Misc. cleanup commit 071dae0c288e75c26f6779b830af1e6153682854 Author: Scott Lahteine <[email protected]> Date: Sat Dec 3 20:19:18 2022 -0600 🔨 Fix CI Test clean step commit df2a2488a8911e50d4840e17e9ae91bd05bd369b Author: tombrazier <[email protected]> Date: Sun Dec 4 02:14:31 2022 +0000 🐛 Fix TMC5160 + Input Shaping overcurrent (#25050) commit c3090bd4e8df8c9eb3f32e31e0a8e37e92242681 Author: Taylor Talkington <[email protected]> Date: Sat Dec 3 20:20:19 2022 -0500 🩹 Ender 3v2 DWIN MarlinUI Fixup (#24984) commit 0fadb56150aedf4759b5d5a959506c9ef7854443 Author: Scott Lahteine <[email protected]> Date: Sat Dec 3 19:18:03 2022 -0600 🎨 Trailing whitespace commit eb125c95b68af813a05a732273be62e6dd2e23af Author: ellensp <[email protected]> Date: Sun Dec 4 14:09:02 2022 +1300 🔨 Update renamed.ini (#25042) commit 26edeefeb9ee79e6e2c992a192d8465a5a24bbfb Author: ellensp <[email protected]> Date: Sun Dec 4 14:05:22 2022 +1300 🩹 Fix MSG_MOVE_N_MM substitution (#25043) commit 96b8c28376fbefa92ebd71119bda1db66daa20ea Author: kisslorand <[email protected]> Date: Fri Dec 2 08:19:34 2022 +0200 🚸 G30 move to logical XY (#24953) commit db3865520f2626bac5abd6cfd81a1cfbd44cbdab Author: Scott Lahteine <[email protected]> Date: Thu Dec 1 23:39:17 2022 -0600 🎨 Misc. cleanup commit 51c1645ceb878a316b548095c68e42623dce16f6 Author: Scott Lahteine <[email protected]> Date: Wed Oct 12 17:52:56 2022 -0500 🧑💻 Use spaces indent for Python commit 5eb39d5277e11a29deaa47690f35b7170ba97447 Author: トトも <[email protected]> Date: Sun Nov 27 23:52:06 2022 -0500 📝 Formatted Team Overview (#25029) commit 0537e78572aa3e5aec8e3f444f826dbd5b0b8455 Author: Scott Lahteine <[email protected]> Date: Sun Nov 27 23:23:00 2022 -0600 🐛 Fix G-code resend race condition As pointed out in #24972 by @silycr, but simplified. commit 95019bf526c0f2db2fae10e8548271dd03a057c0 Author: Taylor Talkington <[email protected]> Date: Sun Nov 27 22:41:27 2022 -0500 ✨ Ender-3 V2 DWIN for BTT Octopus V1.1 (#24983) commit 6f5ad55953b2029c1f92ff6554a14ca2b93c1b5d Author: Chris Bagwell <[email protected]> Date: Sun Nov 27 21:40:11 2022 -0600 ⚡️ More SCURVE cycles on unoptimized cortex-m0 (#24955) commit 57f6c93192c823049814c18ba48738d91ed1435f Author: tombrazier <[email protected]> Date: Mon Nov 28 03:38:15 2022 +0000 ⚡️ Input Shaping improvements (#24951) commit d2ece1e7137931085824d0bcf8f7732e7fcae1e3 Author: Trivalik <[email protected]> Date: Mon Nov 28 02:06:44 2022 +0100 🐛 Fix missing va_end in UnwPrintf (#25027) commit 12017887f40a0a2cacf0728215fcfb631e10e383 Author: studiodyne <[email protected]> Date: Sun Nov 27 04:29:13 2022 +0100 🐛 Fix MILLISECONDS_PREHEAT_TIME / mintemp (#24967) commit 3a28a1fd1d4139ddbf39cc6c53ee661a45b012b2 Author: Marcio T <[email protected]> Date: Sat Nov 26 20:11:14 2022 -0700 🩹 Fix ADVANCE_K + DISTINCT_E_FACTORS sanity check (#25007) commit 360e03797f3ef35e34a0eb6902918235f5403047 Author: Manuel McLure <[email protected]> Date: Sat Nov 26 18:30:59 2022 -0800 🔧 Merge TMC26X with TMC config (#24373) commit 6185b50dbedf7f564703ebdb9acc97e0a99388f1 Author: Radek <[email protected]> Date: Sun Nov 27 02:31:44 2022 +0100 🐛 Fix SKR mini E2 V2 + BTT_MINI_12864_V1 (#24827) See https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/686#issuecomment-1296545443 commit b2b8407a7506860e3d885f7dcdc7cfd6a5ea280e Author: Vasily Evseenko <[email protected]> Date: Sun Nov 27 04:26:40 2022 +0300 🍻 Fix Z increase on toolchange without UBL (#22942) commit c1684a1dbe3a64e82bb8380bd927c1ec7a7db927 Author: ellensp <[email protected]> Date: Sun Nov 27 14:22:08 2022 +1300 🩹 Fix UBL menu compile (#25020) commit 7d0f1dd17cbc0b2a34f720d5deaf83c8e8888def Author: mikemerryguy <[email protected]> Date: Sat Nov 26 20:14:05 2022 -0500 🚸 Add 50mm manual move (#24884) commit b6051fe847a5aa70c51c3cde29f47c1add29fb29 Author: Thomas Buck <[email protected]> Date: Sun Nov 27 01:59:13 2022 +0100 🚸 Optional Cutter/Laser status for HD44780 (#25003) commit b9bed1ca6908f2e2be9d867b008e1b9e3ac49ef4 Author: Tanguy Pruvot <[email protected]> Date: Sat Nov 26 08:23:24 2022 +0100 🚸 COLOR_UI sleep timeout / setting (#24994) commit b8ba9d60bb7f12d059d62382dc09abf40537de16 Author: ellensp <[email protected]> Date: Sat Nov 26 19:21:47 2022 +1300 🔧 Fix TPARA (…SCARA, DELTA) settings (#25016) commit 8fd42eeeb60198c08bf48bb3d6c4369df666c22d Author: Tanguy Pruvot <[email protected]> Date: Sat Nov 26 04:41:49 2022 +0100 ✏️ Fix Robin nano env typo (#24993) commit 19b73a6f2927fc982af70891cb4025f4acd6d36c Author: ellensp <[email protected]> Date: Sat Nov 26 16:40:24 2022 +1300 📺 FYSETC_MINI_12864_2_1 with BTT_SKR_E3_DIP (#24986) commit db60e0e7dc829a8dee94736f4be15aa5bb6fe4d4 Author: ellensp <[email protected]> Date: Sat Nov 26 14:17:24 2022 +1300 🩹 Fix planner typo (#24977) commit 505d73d2bae31662ac833f316d934239b392e93d Author: ellensp <[email protected]> Date: Tue Nov 22 12:47:27 2022 +1300 🐛 MKS_MINI_12864 on SKR 1.3 needs FORCE_SOFT_SPI (#24850) commit d05419a8d9c5b025d40b560869c9fc9baefc4f67 Author: EvilGremlin <[email protected]> Date: Tue Nov 22 02:45:57 2022 +0300 🔧 Check Delta homing direction (#24865) commit 9772f7806bf83d000f761c79e177a9e21573223e Author: phigjm <[email protected]> Date: Tue Nov 22 00:41:14 2022 +0100 🩹 Fix SERVICE_INTERVAL reset (#24888) commit 473d2b888ad642d8129cc44b6ba436882ff704c8 Author: Marcio T <[email protected]> Date: Mon Nov 21 16:25:56 2022 -0700 Fix FAST_PWM_FAN / TouchUI with NO_MOTION_BEFORE_HOMING (#25005) Fix regressions from #20323, #23463 commit 968f04defbb137db94c5a8424e0af26723b1ba72 Author: ellensp <[email protected]> Date: Mon Nov 14 21:35:24 2022 +1300 🩹 Fix 2 thermocouples (#24982) Followup to #24898 commit 30a885a7ef7c6eafd10c13eda39c0d365388cc02 Author: Scott Lahteine <[email protected]> Date: Mon Nov 14 02:26:31 2022 -0600 🐛 Fix M808 starting count Reported by adcurtin on Discord commit 847391cfc15c2d4490d24f2a7356c551e776fbeb Author: Justin Hartmann <[email protected]> Date: Mon Nov 14 00:50:02 2022 -0500 🩹 Fix Overlord compile (#24947) commit 6ea192abe95f1b3341828bb2dc4ea56df19bdff4 Author: Pascal de Bruijn <[email protected]> Date: Mon Nov 14 05:59:25 2022 +0100 🚸 M306: Indicate MPC Autotune (#24949) commit 0de4ec4099c17403ea3f1ac0e42d8234e74614c2 Author: ellensp <[email protected]> Date: Mon Nov 14 17:45:28 2022 +1300 🩹 Allow max endstops MKS Monster 8 V2 (#24944) commit c9fa680db94ead330d59be954b032f755dbacce9 Author: Scott Lahteine <[email protected]> Date: Fri Nov 11 20:35:07 2022 -0600 🐛 Fix Anycubic / Trigorilla pins, etc. (#24971) commit 379d388b0763ab5295a1c887d0c39eb7cd88bb8b Author: Scott Lahteine <[email protected]> Date: Fri Nov 11 16:09:26 2022 -0600 🎨 Prefer axis element over index commit 7002e72f1c48b5cf01d6e9c90e72d8cab785d107 Author: Scott Lahteine <[email protected]> Date: Sun Nov 6 23:49:38 2022 -0600 🩹 Fix EEPROM write for !LIN_ADVANCE Fixes #24963 Followup to #24821 commit fc2f3cdf4079596a84f0e8ac88e9f8dfc295f03f Author: Scott Lahteine <[email protected]> Date: Fri Nov 4 20:10:59 2022 -0500 🩹 MAX Thermocouple followup Followup to #24898 commit 7feeffdf06170244ff0586d09b745eb25a7e542a Author: Scott Lahteine <[email protected]> Date: Fri Nov 4 20:00:56 2022 -0500 🩹 leds.update needed for reset_timeout Followup to #23590 commit ac5464c37c4ea0a728ca76934ba61c46e7f1ba68 Author: Scott Lahteine <[email protected]> Date: Thu Nov 3 21:29:22 2022 -0500 🧑💻 More direct encoder spin commit a121c80e1a31cc696f425238ee82a22a1f8fd647 Author: Scott Lahteine <[email protected]> Date: Tue Nov 1 17:14:18 2022 -0500 🎨 Update SAMD51 headers commit 2778b007656e2993d7be08ba854f29eb620ab96d Author: Scott Lahteine <[email protected]> Date: Sun Oct 30 15:41:19 2022 -0500 🎨 Format some lib-uhs3 code commit 4737af7d70f5660f6e5617bd6ce1080875d6bd28 Author: ellensp <[email protected]> Date: Sun Oct 30 16:45:08 2022 +1300 📌 ZRIB V52-V53 Servo Pins (#24880) commit 38375cf7a75f7b7f6686737fd1651b440267709b Author: InsanityAutomation <[email protected]> Date: Sat Oct 29 23:35:12 2022 -0400 ✨ Tenlog MB1V23 IDEX board (#24896) commit ddec5faf5abddef5e5cb233b6f3cd31ce2e82d53 Author: Giuliano Zaro <[email protected]> Date: Sun Oct 30 01:45:33 2022 +0200 🌐 Update Italian language (#24915) commit cbdafd36e02f9fd39b60adb86ce95bea951f5092 Author: ellensp <[email protected]> Date: Sun Oct 30 12:42:36 2022 +1300 📌 Remove unused RX/TX pins (#24932) commit 9f5b0b85670f5684357b8a9a1dd39a87de513b13 Author: Keith Bennett <[email protected]> Date: Sat Oct 29 16:39:26 2022 -0700 🔧 Update Display Sleep LCD Check (#24934) commit d9ffae65787f2c37484f424ff5171c80210d659f Author: Justin Hartmann <[email protected]> Date: Sat Oct 29 19:37:36 2022 -0400 🩹 Buttons Followup (#24935) Followup to #24878 commit 1540e8e1d4545005413fe8bd7f6aaf2eef958aa6 Author: Scott Lahteine <[email protected]> Date: Mon Oct 24 17:04:55 2022 -0500 🩹 Allow for last non-servo extruder commit 9a4715f31a43216e97f52fd2c1adf49a2cc2a710 Author: ellensp <[email protected]> Date: Tue Oct 25 10:47:23 2022 +1300 🐛 Fix move_extruder_servo (#24908) commit a9969d92ea17cb454353df466e579fa229ffe8c8 Author: InsanityAutomation <[email protected]> Date: Mon Oct 24 17:44:52 2022 -0400 🐛 Fix FTDUI Status Screen Timeout (#24899) commit d87d7474c932949e74248c562921b2b85e063999 Author: Manuel McLure <[email protected]> Date: Mon Oct 24 14:25:47 2022 -0700 🩹 Fix spurious "bad command" (#24923) commit 4ce2f1e5babba8dcee160ffbbd6d907f0c934355 Author: Scott Lahteine <[email protected]> Date: Sat Oct 22 23:35:31 2022 -0500 🩹 Fix M593 report commit 44636f3b74c9d5e552dbb49f313ed8b2e17189eb Author: kurtis-potier-geofabrica <[email protected]> Date: Sat Oct 22 00:13:56 2022 -0400 🚸 Up to 3 MAX Thermocouples (#24898) commit e812540f26fae304764f22023e049dc58a29ca93 Author: Scott Lahteine <[email protected]> Date: Fri Oct 21 19:45:20 2022 -0500 🔧 Clean up unused ESP_WIFI pins commit c1f0f26bffb1013e686d74f930287fa9f4cda083 Author: tombrazier <[email protected]> Date: Fri Oct 21 22:34:22 2022 +0100 🚀 ZV Input Shaping (#24797) commit 57654498675207180c7a232ff671348441b7046a Author: Scott Lahteine <[email protected]> Date: Fri Oct 21 15:41:51 2022 -0500 🔨 gcc-12 for macOS native commit c8b2d0c0fd50fb528d995fad782d62752d086a6e Author: InsanityAutomation <[email protected]> Date: Fri Oct 21 14:03:38 2022 -0400 ✨ Controllerfan PWM scaling, kickstart (#24873) commit bdd5da50988c2bfdae6839bea65747ba3afcadbd Author: silycr <[email protected]> Date: Sat Oct 22 04:31:46 2022 +1030 🚸 Probe pins for Chitu V5 (#24910) commit 4d9bf91edcf81dc7cdbbb71166b619a06b785329 Author: ellensp <[email protected]> Date: Thu Oct 20 15:23:22 2022 +1300 🔧 Some STM32 UART Sanity Checks (#24795) commit 682a9b6fbefca8d58971030213b301344a2db9b8 Author: Scott Lahteine <[email protected]> Date: Wed Oct 19 21:00:14 2022 -0500 🎨 Misc. variant cleanup, translation Followup to #24787 commit a913b2437b1f792492d1ac29f5eff51f512320cd Author: InsanityAutomation <[email protected]> Date: Wed Oct 19 21:36:39 2022 -0400 🐛 Fix Print Timer stop with MarlinUI abort (#24902) commit 6b1d738995c443f5d047d79130a146dce3f7e9e0 Author: ellensp <[email protected]> Date: Thu Oct 20 14:29:15 2022 +1300 🔧 No Native USB on AVR (#24906) commit dd224b4eb9050709c6466aea62d60caf6c866f8e Author: Scott Lahteine <[email protected]> Date: Mon Oct 17 23:00:26 2022 -0500 🧑💻 Pins and debug list cleanup (#24878) commit 2e2abbcb48d74a12131a56859e6cb6e66f08fe87 Author: Scott Lahteine <[email protected]> Date: Mon Oct 17 21:41:22 2022 -0500 🎨 CONF_SERIAL_IS => SERIAL_IN_USE commit 485fb7759662bca476ce1b7147945f851c82c425 Author: ellensp <[email protected]> Date: Tue Oct 18 16:41:41 2022 +1300 ✨ Tronxy v10 (#24787) commit 29294007ef6ef372ceec4ca31047d9612feb173e Author: Keith Bennett <[email protected]> Date: Mon Oct 17 20:24:19 2022 -0700 🔧 No Sleep for CR-10 Stock Display (#24875) commit 256ac01ca2c47bfc187b499bacd11fd6260a6d37 Author: karliss <[email protected]> Date: Tue Oct 18 04:01:18 2022 +0300 🐛 Fix compile without Y/Z (#24858) Co-authored-by: Scott Lahteine <[email protected]> commit ca1968a8428f2e3a6550ee69206c6ae257dad07c Author: Keith Bennett <[email protected]> Date: Mon Oct 17 12:25:37 2022 -0700 🔧 Check Sensorless Homing on all axes (#24872) commit 6a084e3704656f5b2e7291589376ec2b2296a5c1 Author: InsanityAutomation <[email protected]> Date: Mon Oct 17 15:17:51 2022 -0400 🐛 Fix bed/chamber PID P edit (#24861) commit 9ae078916605e79cbdf0e42b9c69dbc9b4841103 Author: Scott Lahteine <[email protected]> Date: Mon Oct 17 13:01:45 2022 -0500 🎨 HAS_SPI_FLASH => SPI_FLASH commit 031ff2d024a40410d31f4e0d61261c304ef158da Author: Dan Royer <[email protected]> Date: Sat Oct 15 22:03:42 2022 -0700 🐛 Fix and improve Polargraph (#24847) Co-Authored-By: Scott Lahteine <[email protected]> commit b3e7d1e91e9e8e7e9184184cfd2d28cbb7bb24e8 Author: ellensp <[email protected]> Date: Sun Oct 16 13:40:00 2022 +1300 🐛 Fix operators for V axis (#24866) Co-authored-by: Scott Lahteine <[email protected]> commit f39f4d02889b77c4d72b1b84d6f06792786a9a8c Author: mjbogusz <[email protected]> Date: Sat Oct 15 01:59:31 2022 +0200 🩹 Fix TFT LCD in Simulation (#24871) commit a4d58e887667a14d7a6639b579416ff799309b0e Author: Scott Lahteine <[email protected]> Date: Fri Oct 14 13:15:37 2022 -0500 🎨 MMU2 cleanup commit c52cf77d0ade00b7cdf9e796e98b6c294c2abaa6 Author: Scott Lahteine <[email protected]> Date: Wed Oct 12 18:15:29 2022 -0500 🐛 Fix M876 without emergency parser Fix regression from 1fb2fffdbf commit bfcb8c704a8ddbdd86d145151e3a305a780034f1 Author: adam3654 <[email protected]> Date: Wed Oct 12 19:03:32 2022 -0400 ✨ DOGM Display Sleep (#24829) commit 0047b3064da8b7e1a3789b497853fb93c1e7f7f9 Author: EvilGremlin <[email protected]> Date: Thu Oct 13 01:57:22 2022 +0300 🩹 Fix temperature include (#24834) commit 5c195078ffd5d3e86cf9c836cf1313746516d750 Author: Scott Lahteine <[email protected]> Date: Wed Oct 12 17:53:42 2022 -0500 🎨 Misc. variant cleanup commit 1a6f9daee89e048fe9794e60b0ce71a359d21357 Author: Scott Lahteine <[email protected]> Date: Wed Oct 12 15:24:05 2022 -0500 🧑💻 Min and max for base types commit 505f0a647e9ac26c69b5aafb781672c399c28cb8 Author: EvilGremlin <[email protected]> Date: Wed Oct 12 02:31:37 2022 +0300 ✨ MKS SKIPR board (#24791) commit 62b7db9bb783f509ab44e109f9b6e82da3d58048 Author: Scott Lahteine <[email protected]> Date: Mon Oct 10 18:02:18 2022 -0400 🔨 Update mfinfo for 2.1.x commit 3c870f2d4bcec4ed7e1499a7dee541c448d8751a Author: Scott Lahteine <[email protected]> Date: Mon Oct 10 17:51:33 2022 -0400 🧑💻 Min and max for base types commit 0203e32c734c780fba3059ac0f8fbdc57f37ff85 Author: Giuliano Zaro <[email protected]> Date: Mon Oct 10 20:49:37 2022 +0200 ✨ ADVANCE_K per-extruder (#24821) Co-authored-by: Scott Lahteine <[email protected]> commit 84812645666ee6988fdadf59d3bc83be9bf53d8d Author: EvilGremlin <[email protected]> Date: Sun Oct 9 18:30:47 2022 +0300 ♻️ Set Progress without LCD (#24767) Co-authored-by: Scott Lahteine <[email protected]> commit b0f02b8f9ed553160561ae9b277080e410b96905 Author: EvilGremlin <[email protected]> Date: Sat Oct 1 23:04:50 2022 +0300 🩹 Fix Color UI touchscreen sleep (#24826) commit d6ff8f0062ec29acf2403e6e6c21528fd08862cd Author: Adam <[email protected]> Date: Sat Oct 1 10:49:12 2022 -0600 🩹 Fix Switching Toolhead compile (#24814) commit 8b37b60e5872a96304e0ce5100556556a83f3d4f Author: ellensp <[email protected]> Date: Sun Oct 2 05:39:10 2022 +1300 🧑💻 Einsy Rambo EXP headers (#24825) commit 5c68d26d4e14a86b82c67a8ad5ebe41897833456 Author: ellensp <[email protected]> Date: Sun Oct 2 05:35:47 2022 +1300 🔨 Detect feature parsing error (#24824) commit 74435b0dcb2a1a157811631ae79fe8064443d8a6 Author: ellensp <[email protected]> Date: Sun Oct 2 05:25:00 2022 +1300 ✨ Creality v5.2.1 board (#24815) Followup to #24760 commit f17a07df99fcb248af05872ee1bac0375d8ae174 Author: Keith Bennett <[email protected]> Date: Sat Oct 1 09:19:51 2022 -0700 🔧 Thermistor (66) sanity-check (#24803) commit a58f27763f67a0ee88bb58e4305ce32bd7ff916b Author: Eduardo José Tagle <[email protected]> Date: Thu Sep 29 19:54:59 2022 -0300 🐛 Fix DUE compile and errors (#24809) commit 5aca6ff4f2816d8e55281ebe7e7cbcbe49777572 Author: Scott Lahteine <[email protected]> Date: Thu Sep 29 17:30:53 2022 -0500 🩹 Fix some vector_3 cast operators commit 7b000966f06a258eef229334d9ffe9e74463c45c Author: Keith Bennett <[email protected]> Date: Wed Sep 28 08:05:06 2022 -0700 🔧 Update Creality 4.2.2 Driver Warning (#24806) commit 6ae07088400dcb259993afb58f5e06c651c3beb2 Author: ellensp <[email protected]> Date: Thu Sep 29 04:03:40 2022 +1300 🩹 Disable DEBUG_DGUSLCD (#24798) commit 44e4a9c7b1deb0c5633068180a59aceaea3bcbe7 Author: Yuri D'Elia <[email protected]> Date: Wed Sep 28 16:49:30 2022 +0200 🎨 Remove non-const compare operators (#24810) commit 215fcefc1b0c8c626efa7f74b78f0a03b5f1280f Author: Plynix / Ben Hartiwch <[email protected]> Date: Wed Sep 28 16:46:50 2022 +0200 ✨ Creality v5.2.1 board (#24760) commit 827f9ae7923cb80ffa0bb480b53a85e016e4b789 Author: discip <[email protected]> Date: Mon Sep 26 23:42:52 2022 +0200 ✨ Pt1000 with 2k2 pullup (SKR 3 / EZ) (#24790) commit e44f1565356b1a93020292721ee39ed9416d762f Author: ellensp <[email protected]> Date: Tue Sep 27 10:25:54 2022 +1300 ✏️ Followup for M524 (#24775) Followup to #24761 commit f1a05d19b0886921cbe3529a22bcf796…
EvilGremlin
pushed a commit
to EvilGremlin/Marlin
that referenced
this pull request
Oct 26, 2023
eveve0505
added a commit
to eveve0505/Marlin
that referenced
this pull request
Nov 1, 2023
commit 24cf29b6a8e9f5e3cd37c4160a20b0a75ff04ad5 Author: thinkyhead <[email protected]> Date: Wed Nov 1 01:19:48 2023 +0000 [cron] Bump distribution date (2023-11-01) commit 41a6f2bc8da53e3277c6b183bdc167399245c858 Author: Chris <[email protected]> Date: Wed Nov 1 01:10:37 2023 +0100 🧑💻 Improve POSTMORTEM_DEBUGGING (#26374) Co-authored-by: Scott Lahteine <[email protected]> commit e0767f867517e49ce680b4be97fbaf3c5cb2d653 Author: Giuliano Zaro <[email protected]> Date: Wed Nov 1 01:03:28 2023 +0100 🌐 Fix long Italian string (#26378) commit 5523c12cfd01c859a01f26575a1dfff4c43eac8e Author: Giuliano Zaro <[email protected]> Date: Wed Nov 1 01:02:11 2023 +0100 🩹 Fix MarlinUI UTF-8 chars (#26381) commit a6c8afc5a9487ced6249a5d0abbc53ae077db786 Author: thinkyhead <[email protected]> Date: Sun Oct 29 00:21:30 2023 +0000 [cron] Bump distribution date (2023-10-29) commit cb8df74a9c9a1311940c113732503766295fdcb8 Author: Vladimir Sitnikov <[email protected]> Date: Sat Oct 28 04:01:04 2023 +0300 🚸 Move Debug menu down (#26266) commit 050439ccba39ba2d614b2069e4d606521fe13e22 Author: Vladimir Sitnikov <[email protected]> Date: Sat Oct 28 03:46:09 2023 +0300 🧑💻 Update .editorconfig settings (#26264) Fixes #26219 commit 6907df0bd6af90fcb9753b54c84b3d3bd8910b2b Author: thinkyhead <[email protected]> Date: Sat Oct 28 00:18:59 2023 +0000 [cron] Bump distribution date (2023-10-28) commit 5a259a726670b0dbc21a58651847259d83f54c7b Author: Giuliano Zaro <[email protected]> Date: Sat Oct 28 00:18:15 2023 +0200 🌐 Update Italian language (#26208) commit b082f1a2b882a827cb614f4c020787f6ffce2449 Author: ellensp <[email protected]> Date: Sat Oct 28 11:15:23 2023 +1300 ⚡️ Faster COMPACT_MARLIN_BOOT_LOGO (rle16) (#26153) commit c666b492c4e188987e9382e6ec2e79453b5136bc Author: tombrazier <[email protected]> Date: Fri Oct 27 23:06:04 2023 +0100 🔥 Automatic minimum planner junction speed (#26198) commit aa0671fb32eb93d1f028764422c5fb8acc9b8fa1 Author: tombrazier <[email protected]> Date: Fri Oct 27 22:10:02 2023 +0100 🩹 Fix Input Shaping max_isr_rate with Distinct E factors (#26167) commit f82d0109e491756b0f004b31fe8fe0da25615aa8 Author: thinkyhead <[email protected]> Date: Fri Oct 27 00:19:27 2023 +0000 [cron] Bump distribution date (2023-10-27) commit 2a88e7600298fef27e8cbbe01b708959515677fb Author: Scott Lahteine <[email protected]> Date: Wed Oct 25 19:41:32 2023 -0500 🧑💻 Misc. LCD / string updates commit b25f523acabde814397b9c2eddc2e77792fb86a9 Author: thinkyhead <[email protected]> Date: Thu Oct 26 00:23:31 2023 +0000 [cron] Bump distribution date (2023-10-26) commit 046439a5a1bcbc9baac156f9fbb7686edbf7bbeb Author: Scott Lahteine <[email protected]> Date: Wed Oct 25 14:27:22 2023 -0500 🧑💻 Echo by default in dev mode commit bcd07c2c91a1148b34c5929f29e746ca1158cce7 Author: thinkyhead <[email protected]> Date: Tue Oct 24 00:19:54 2023 +0000 [cron] Bump distribution date (2023-10-24) commit e9b04ada1d2f14f124a0d449205deda8c372340b Author: Scott Lahteine <[email protected]> Date: Mon Oct 23 18:51:34 2023 -0500 🩹 Fix PLR debug with NO_VOLUMETRICS commit ff5eb5de29e889c972bfda73cce01796205d47f0 Author: Scott Lahteine <[email protected]> Date: Mon Oct 23 18:54:11 2023 -0500 🩹 No GET_TEXT with DGUS_TFT Followup to #26164 commit fd62c42faa15998d6771a18a5f704e24f7bfa1f8 Author: Scott Lahteine <[email protected]> Date: Mon Oct 23 17:07:04 2023 -0500 🩹 No GET_TEXT with DGUS_TFT Followup to #26164 commit 089d075c8fd8f9c76df5eb03df9451aca3af5160 Author: thinkyhead <[email protected]> Date: Mon Oct 23 00:20:43 2023 +0000 [cron] Bump distribution date (2023-10-23) commit 45a6e9614e671ed97a1de33a966e25cd28329a14 Author: Scott Lahteine <[email protected]> Date: Sun Oct 22 18:33:36 2023 -0500 📝 Community Reporting commit 9e6d0ea6109157941179c67eed063b8ab68ef99b Author: Marcio T <[email protected]> Date: Sun Oct 22 16:22:16 2023 -0600 🩹 Fix FTDI Eve Touch UI meshGetter, etc. (#26342) Co-authored-by: Scott Lahteine <[email protected]> commit c345087b415e73e2a405c0088bd1f1e02ea6dd6a Author: Keith Bennett <[email protected]> Date: Sun Oct 22 13:46:34 2023 -0700 🔨 Add MKS Eagle FD Envs (#26346) commit 8de007021ac357f44b06aec7df6d8d9522c3663b Author: Keith Bennett <[email protected]> Date: Sun Oct 22 13:44:29 2023 -0700 🧑💻 Don't Recommend DevContainer (#26348) commit f72588595b4a4d3a0c40e26e1bad248ee0a062c9 Author: Scott Lahteine <[email protected]> Date: Sun Oct 22 15:17:30 2023 -0500 🚸 SD refresh UI update with NO_SD_DETECT (#26366) Co-authored-by: Sascha <[email protected]> commit 797ea5efa741ef96827870bb44b48fac7a41f1a0 Author: Keith Bennett <[email protected]> Date: Sun Oct 22 13:15:38 2023 -0700 🚸 Fix MarlinUI expanded label alignment (#26339) Co-authored-by: ellensp <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit 156e7c1c5453e9b9fcd103fb1874eb5803ebea54 Author: ellensp <[email protected]> Date: Mon Oct 23 08:25:28 2023 +1300 🐛 Fix TFT compile, K8400 pins (#26359) commit b8b1aa345cfeaa59e9d377edc3c143fc67cf16cc Author: thinkyhead <[email protected]> Date: Sat Oct 21 00:19:15 2023 +0000 [cron] Bump distribution date (2023-10-21) commit b0ece8f8df130709f97da6c1474cd20cbd9119ed Author: Scott Lahteine <[email protected]> Date: Fri Oct 20 17:21:30 2023 -0500 🧑💻 MarlinUI menu tweaks Changes in prep for #26339 commit 4b0b00c8da5eb193bb157d42e788da9586ed5ba7 Author: studiodyne <[email protected]> Date: Fri Oct 20 03:23:23 2023 +0200 ✨ Tool Migration-specific settings (#26244) Co-authored-by: Scott Lahteine <[email protected]> commit 6d3122d4e8525dea64cf83a98354a95f2a1d9a29 Author: Andrew <[email protected]> Date: Thu Oct 19 21:22:04 2023 -0400 🚸 Misc. JyersUI tweaks (#26228) Co-authored-by: Scott Lahteine <[email protected]> commit 0f27e38eb92396b49a60f9d51cf0afa9527f3518 Author: ellensp <[email protected]> Date: Fri Oct 20 13:34:22 2023 +1300 🎨 Update GT2560 V41b (#26351) commit 6156050024d1edfa59c1d6e1955c50706396b589 Author: thinkyhead <[email protected]> Date: Fri Oct 20 00:20:00 2023 +0000 [cron] Bump distribution date (2023-10-20) commit cacbe005b53dd833a5300c1e6636d917583d7fd3 Author: Andrew <[email protected]> Date: Thu Oct 19 19:01:43 2023 -0400 🩹 Fix ProUI G-code preview (#26213) commit caca5636cec69ba3afe28353abecc218dd8c05fa Author: thinkyhead <[email protected]> Date: Sun Oct 15 06:05:56 2023 +0000 [cron] Bump distribution date (2023-10-15) commit 6a35ab6557f8450845379c90724dc14b55be4b0c Author: Marcio T <[email protected]> Date: Sat Oct 14 22:54:54 2023 -0600 ✨ Z_PROBE_ERROR_TOLERANCE (expose) (#26229) Co-authored-by: Scott Lahteine <[email protected]> commit 87de4c134b7e9eb8a845987e666fbf4589a2a92a Author: thinkyhead <[email protected]> Date: Fri Oct 13 18:06:12 2023 +0000 [cron] Bump distribution date (2023-10-13) commit 7944628400273d1b78eab3ffc71aa7c07ffaaaac Author: Scott Lahteine <[email protected]> Date: Fri Oct 13 09:48:14 2023 -0500 🧑💻 IA Creality optional code commit 251a84b741c7232a84a744d8fdcb0e1f8d6951c6 Author: thinkyhead <[email protected]> Date: Thu Oct 12 18:20:54 2023 +0000 [cron] Bump distribution date (2023-10-12) commit d695e5f7bc409bc3d8ede798db5205c2c6a162f1 Author: Scott Lahteine <[email protected]> Date: Thu Oct 12 12:56:44 2023 -0500 🔧 Misc. probe opts commit 4744997c164931f8c1f8753ba4112e466b7c83a7 Author: Scott Lahteine <[email protected]> Date: Thu Oct 12 12:14:57 2023 -0500 📝 GCode => G-Code commit 5bd39ba73f5a704ccaf370bc98201c10b380d20d Author: Scott Lahteine <[email protected]> Date: Thu Oct 12 12:14:26 2023 -0500 🧑💻 FxdTiCtrl => FTMotion redux commit 7f887f2342d2da112ba2058177c53492d3c2903f Author: Marcio T <[email protected]> Date: Thu Oct 12 10:14:58 2023 -0600 🚸 Update FTDI Eve / CocoaPress UI (#26233) commit e7e77d9612253cf7106cfc9e69f69e52f4083294 Author: Scott Lahteine <[email protected]> Date: Thu Oct 12 09:44:46 2023 -0500 🧑💻 FxdTiCtrl => FTMotion commit a7a3abb9bf04c0dd6edfadb4f1c3c80ed7dd627c Author: Scott Lahteine <[email protected]> Date: Thu Oct 12 09:21:00 2023 -0500 📝 Macro comments commit 6f68da5be4dcc56cc6577f3727f0e240e4086785 Author: thinkyhead <[email protected]> Date: Wed Oct 11 06:06:33 2023 +0000 [cron] Bump distribution date (2023-10-11) commit e9b9d634c4ef5d48791de84545ef86d46909fec0 Author: Andrew Bortz <[email protected]> Date: Tue Oct 10 20:24:48 2023 -0700 ✨ Nonlinear Extrusion Control (M592) (#26127) commit 6d301a282ebb38cee2a7d526adad27467b2bd55f Author: thinkyhead <[email protected]> Date: Tue Oct 10 00:19:51 2023 +0000 [cron] Bump distribution date (2023-10-10) commit 61591fd23369a03063a42f57a174c51f995c7efb Author: studiodyne <[email protected]> Date: Tue Oct 10 00:50:09 2023 +0200 🐛 Fix tool-change E prime (#26237) Co-authored-by: Scott Lahteine <[email protected]> commit e97d82f77beadf7001e569dc7e683ba287afa56e Author: Marcella Cavalcanti <[email protected]> Date: Mon Oct 9 22:52:59 2023 +0100 ✨ FYSETC Cheetah v3.0 (#26314) commit b58d5dabf8939658334db3e0d98c03b1b934df7c Author: Keith Bennett <[email protected]> Date: Sun Oct 8 18:07:09 2023 -0700 🔧 BTT_MINI_12864_V1 => BTT_MINI_12864 (#26160) commit 047bce0cdd8599d3ea9b85d173f8d79a0802adf1 Author: Dipl.-Ing. Raoul Rubien, BSc <[email protected]> Date: Mon Oct 9 02:22:40 2023 +0200 🔧 More angles for 2x Servo Switching Nozzle (#26303) Co-authored-by: Scott Lahteine <[email protected]> commit c81e217334222aa18c23d02d34f1a78ac7ed23fa Author: thinkyhead <[email protected]> Date: Mon Oct 9 00:20:31 2023 +0000 [cron] Bump distribution date (2023-10-09) commit 9cd341c2c3b2ea4e38852325bec98c349addf7f8 Author: Scott Lahteine <[email protected]> Date: Sun Oct 8 18:09:49 2023 -0500 🩹 Patches for MSC SD (#26332) commit f0ad1e9b70210f7f3713cc09e471367875a44c49 Author: Scott Lahteine <[email protected]> Date: Sun Oct 8 15:11:19 2023 -0500 🧑💻 Update dev scripts commit 414b1f83271e5dbc85568c3ac8f9d2beabdbc1c4 Author: Scott Lahteine <[email protected]> Date: Sun Oct 8 15:10:18 2023 -0500 🩹 Serial warning followup Followup to #26306 commit e68320ee2b10ae5c7bf3bf816e80c3621a20fcd2 Author: Erkan Ozgur Yilmaz <[email protected]> Date: Sun Oct 8 21:39:46 2023 +0100 🐛 Fix MMU late init (#26331) commit 7fa643a11eb97907eb23fb72ffd86100c7630e39 Author: ellensp <[email protected]> Date: Mon Oct 9 09:16:28 2023 +1300 🔨 Specify LPC toolchain 1.100301.220327 (#26249) commit 375e724deebac8a71a3c37c84b6f1170922e302a Author: thinkyhead <[email protected]> Date: Sun Oct 8 00:21:49 2023 +0000 [cron] Bump distribution date (2023-10-08) commit 6c0f4bbafd4b95d770c4aacf7d9d9df4be50b892 Author: Keith Bennett <[email protected]> Date: Fri Oct 6 23:21:41 2023 -0700 ✅ CI test for STM32G0 (#26327) commit 4cab75115fe559e702ebe7a8dc040ebe0d6d4d0b Author: Orel <[email protected]> Date: Sat Oct 7 08:10:22 2023 +0200 🩹 Fix G33 output (#26299) Co-authored-by: Scott Lahteine <[email protected]> commit 014609ad87d3556b44a00fef4c4983894f9d4354 Author: Scott Lahteine <[email protected]> Date: Sat Oct 7 00:29:34 2023 -0500 🔧 Move some config options commit f7a3172c20cfed3178ab9ab099ff386f61560ad9 Author: Bob Kuhn <[email protected]> Date: Fri Oct 6 23:53:52 2023 -0500 🐛 Fix DELTA Z when not using probe for homing (#26297) commit b799f7d1f3447b5431c29c1a92323febcfa57eda Author: Bob Kuhn <[email protected]> Date: Fri Oct 6 23:45:32 2023 -0500 🔧 Forbid UBL Hilbert Curve on DELTA (#26296) commit f3851408fe599a97a3f1a2337b3eda92c1aeeccf Author: Vladimir Sitnikov <[email protected]> Date: Sat Oct 7 07:44:27 2023 +0300 🔧 No TMC_HOME_PHASE on tandem steppers (#26310) Co-authored-by: Scott Lahteine <[email protected]> commit 03cf2b577be63a8f630c2ad9547d0e2ab3b73e00 Author: Scott Lahteine <[email protected]> Date: Fri Oct 6 19:15:28 2023 -0500 misc. formatting, grid condition commit b3b6f23320d9ad8b8891a71d1ff289ccaf329edf Author: Vovodroid <[email protected]> Date: Sat Oct 7 04:03:02 2023 +0300 🧑💻 Tweak an 'if' block (#26300) commit 821ba43131a5d3c1c291f6a6086f66e83d44384d Author: Piotr Piatkowski <[email protected]> Date: Sat Oct 7 02:56:10 2023 +0200 🩹 Fix Endstop Test debug menu (#26326) commit 31bf73b89bc92a385c8c51bdd804471b84c251f5 Author: thinkyhead <[email protected]> Date: Sat Oct 7 00:19:28 2023 +0000 [cron] Bump distribution date (2023-10-07) commit 229ea71421debe36fe77a371bab3c4b40ce38fe8 Author: Scott Lahteine <[email protected]> Date: Fri Oct 6 19:02:34 2023 -0500 📝 Update dgus_e3s1pro comment commit f085e2ca9352840bb62ce1dc5a6228406ee61996 Author: Scott Lahteine <[email protected]> Date: Fri Oct 6 17:20:08 2023 -0500 🩹 Remove extraneous 'inline' See #26085 commit db98f0611004efd6e042c4cf53c881d7b1f3c10c Author: Keith Bennett <[email protected]> Date: Fri Oct 6 15:09:58 2023 -0700 🚸 Warning alerts for non-fatal errors (#26306) Co-authored-by: Scott Lahteine <[email protected]> commit bbb5aacc48db7bc875f3099018455cb07ae74f61 Author: Scott Lahteine <[email protected]> Date: Fri Oct 6 16:12:23 2023 -0500 📝 Update config sections commit 91ab18d1d2825b85cbd17e8ef1eb0675754a4043 Author: Scott Lahteine <[email protected]> Date: Fri Oct 6 16:08:30 2023 -0500 📝 Some settings units commit 273cbc6871491a3c1c5eff017c3ccc5ce56bb123 Author: thinkyhead <[email protected]> Date: Thu Oct 5 06:06:14 2023 +0000 [cron] Bump distribution date (2023-10-05) commit 596d1ff104aa809165862bdf272caa6cc1f8ddb1 Author: EvilGremlin <[email protected]> Date: Thu Oct 5 07:47:23 2023 +0300 🩹 Fix TFT string code (#26292) commit 896492442c3e1ae8335f7011fb44b368667a3067 Author: thinkyhead <[email protected]> Date: Wed Oct 4 00:36:20 2023 +0000 [cron] Bump distribution date (2023-10-04) commit b9e58cd3eae21b0df94e8db16cd503730c7510a8 Author: Keith Bennett <[email protected]> Date: Tue Oct 3 13:23:40 2023 -0700 🔧 BigTreeTech Manta M4P is v2.1 (#26226) commit d961dbae8d5c037b76725ee999016773bb2f3f68 Author: ellensp <[email protected]> Date: Wed Oct 4 09:21:53 2023 +1300 🔧 Fix SanityCheck typo (#26223) commit be031e18509884c42051fba6849af06e089e383f Author: Scott Lahteine <[email protected]> Date: Tue Oct 3 14:57:07 2023 -0500 📝 More ExtUI documentation commit 15dfbabc9cbfde0551571b550e56f5d2d5271dd4 Author: Scott Lahteine <[email protected]> Date: Tue Oct 3 14:52:04 2023 -0500 🔧 Temp report precision option (#26253) commit 102de7dac3cbfa088180375ee0a550a35828ffba Author: kisslorand <[email protected]> Date: Tue Oct 3 22:50:33 2023 +0300 🚸 More precision in G30 output (#26255) commit 7338a2fec82caf7ccc469274c8ecef1d75c3abbd Author: kisslorand <[email protected]> Date: Tue Oct 3 22:48:52 2023 +0300 🚸 Use SERIAL_FLOAT_PRECISION for SERIAL_ECHO(float) (#26254) commit d56136f06cca075e801aabcff76bd207d4da349f Author: thinkyhead <[email protected]> Date: Sat Sep 30 00:19:06 2023 +0000 [cron] Bump distribution date (2023-09-30) commit 34a0c9d143ff5c5018c4713a1ed5dad32c8c3a5d Author: ellensp <[email protected]> Date: Sat Sep 30 12:12:29 2023 +1300 📝 Update BTT SKR Mini E3 v3.0 comments (#26318) commit 11f98adcce51f06a85ef0dd64e6e6b16139a34bd Author: thinkyhead <[email protected]> Date: Sat Aug 26 00:22:53 2023 +0000 [cron] Bump distribution date (2023-08-26) commit 209fadd2e6039e050e33eaed9c59465ffa5c30f0 Author: jaysuk <[email protected]> Date: Sat Aug 26 00:43:57 2023 +0100 ✨ Mellow Fly E3 V2 (STM32F407VG) (#26081) commit 8fa6a4da2eebc1dbe120dcac87b159e389e17dc3 Author: Andrew <[email protected]> Date: Fri Aug 25 19:33:49 2023 -0400 🚸 Fixes for ProUI, JyersUI, backlight, etc. (#26086) Co-authored-by: Scott Lahteine <[email protected]> commit 4613f85bb754991b1ea4fa5218ae94e758be0e8a Author: Scott Lahteine <[email protected]> Date: Thu Aug 24 15:09:03 2023 -0500 🧑💻 Encapsulate ProUI G-code preview commit e1121a4cd009ee447eaef2ab49a2de896e5a5eef Author: thinkyhead <[email protected]> Date: Fri Aug 25 00:19:03 2023 +0000 [cron] Bump distribution date (2023-08-25) commit 20fec98f70208546b90ccc0b8f6766de6f2f8230 Author: lukasradek <[email protected]> Date: Thu Aug 24 19:41:30 2023 +0200 🧑💻 Adjust LCD string draw (#26154) commit adfc787a45432e918f024241d5ba4387724cd6e9 Author: thinkyhead <[email protected]> Date: Thu Aug 24 00:18:43 2023 +0000 [cron] Bump distribution date (2023-08-24) commit 86be9a85d0f819fc0f3f6cfe743906ac3309f366 Author: Scott Lahteine <[email protected]> Date: Wed Aug 23 13:44:40 2023 -0500 📝 Thermistor info updates (#26202) commit f6de698fc8bf284c76a2ae09b1c7b5041c74d495 Author: thinkyhead <[email protected]> Date: Wed Aug 23 00:25:27 2023 +0000 [cron] Bump distribution date (2023-08-23) commit edc737954653cd174c51cced37917ff4df2867e1 Author: Anson Liu <[email protected]> Date: Tue Aug 22 20:21:41 2023 -0400 ✨ G-code 'T' report current tool (#26151) Co-authored-by: Scott Lahteine <[email protected]> commit ab8af7fa9cb7007ac710f62137e91f73446f8b60 Author: Scott Lahteine <[email protected]> Date: Tue Aug 22 19:16:35 2023 -0500 🔧 Allow arbitrary BLOCK_BUFFER_SIZE commit fb74caebb5d9e17c5b6c369cbc8965130e1ec93f Author: Keith Bennett <[email protected]> Date: Tue Aug 22 16:40:59 2023 -0700 🔧 Fix Linear Leveling grid size sanity check (#26199) commit 88cdf487b433bf2187f2dad31587882ebf02cc59 Author: Scott Lahteine <[email protected]> Date: Tue Aug 22 17:36:53 2023 -0500 🚸 Avoid LCD messages starting with "Error:" (#26164) commit be91eaed2c707924cbaa8a4d79a0495b43495870 Author: narno2202 <[email protected]> Date: Wed Aug 23 00:13:53 2023 +0200 🩹 Fix FT Motion menu Back item (#26175) commit b5a08c251853e0b7122bc33d1c6fcd3de967e478 Author: thinkyhead <[email protected]> Date: Tue Aug 22 00:18:52 2023 +0000 [cron] Bump distribution date (2023-08-22) commit b02ea02dbb89892916045079423ca91532adc61c Author: Scott Lahteine <[email protected]> Date: Mon Aug 21 16:52:26 2023 -0500 ✅ Fix unused test commit d69ce775032bc254bf3da67088ebdfcaad0612b5 Author: Yuri D'Elia <[email protected]> Date: Mon Aug 21 21:39:49 2023 +0200 🐛 Fixes for G2/G3 arcs (#26170) commit d1803ec04434a9b5a9e18c12cc392cee15d8f5c6 Author: thinkyhead <[email protected]> Date: Mon Aug 21 00:19:10 2023 +0000 [cron] Bump distribution date (2023-08-21) commit f2665e597f944d7a054a72302349a6edf9c4c082 Author: Scott Lahteine <[email protected]> Date: Tue Jul 25 18:36:50 2023 -0500 🎨 FTDI cleanup commit db5ead4230eda3e05d8beb919c8e7d5bdef960a9 Author: thinkyhead <[email protected]> Date: Sun Aug 20 00:19:51 2023 +0000 [cron] Bump distribution date (2023-08-20) commit f7d5188b2f0a59b752fbabf6b96ff1ed4aed8112 Author: GHGiampy <[email protected]> Date: Sat Aug 19 22:53:45 2023 +0200 🐛 Fixes for ProUI, build rename (#26177) Co-authored-by: Scott Lahteine <[email protected]> commit 1d17c34e123f74d820f42fcd179104c884719007 Author: thinkyhead <[email protected]> Date: Fri Aug 18 00:18:38 2023 +0000 [cron] Bump distribution date (2023-08-18) commit 49ead19d008dd54403b37818b21e79b8ccfa4b89 Author: Vovodroid <[email protected]> Date: Fri Aug 18 02:13:10 2023 +0300 🔧 Reversible file alpha sorting (#26130) Co-authored-by: Scott Lahteine <[email protected]> commit 7e7dcb869257bb82adffbb349699560dc34a1f09 Author: thinkyhead <[email protected]> Date: Wed Aug 16 06:08:59 2023 +0000 [cron] Bump distribution date (2023-08-16) commit cf50240e82e9bf187b9d6733d9dd0aed1fe57806 Author: Scott Lahteine <[email protected]> Date: Tue Aug 15 21:03:42 2023 -0500 📝 Update INO (c) commit 79f6d9bdaca7764271809b8a92df5e7e38318528 Author: thinkyhead <[email protected]> Date: Mon Aug 14 00:19:27 2023 +0000 [cron] Bump distribution date (2023-08-14) commit 6af6060aa0240ccc03020edba661fe42125d3713 Author: Martin Turski <[email protected]> Date: Sun Aug 13 22:57:38 2023 +0200 🔧 Configurable SD card retry/timeout (#25340) Co-authored-by: Scott Lahteine <[email protected]> commit 2bac7835e801c413c3d9e75a1dbe3e94dc689f3d Author: thinkyhead <[email protected]> Date: Tue Aug 8 00:22:24 2023 +0000 [cron] Bump distribution date (2023-08-08) commit fd41757aef29c167fb8284ff8a8fc94ef566018a Author: EvilGremlin <[email protected]> Date: Tue Aug 8 00:54:27 2023 +0300 🐛 Fix MKS Robin Mini servo timer (#26150) commit f338f65bdfc7e6b629e939db49dbe6f6731986de Author: Giuliano Zaro <[email protected]> Date: Mon Aug 7 23:51:22 2023 +0200 🚸 Adjust ColorUI chamber bmp (#26149) commit 867f5e90697451429ae2fa7760089d165f9319eb Author: Miguel Risco-Castillo <[email protected]> Date: Mon Aug 7 16:16:33 2023 -0500 🚸 UI Sound off/on with M300 E<0|1> (#26142) commit 88f5e2c6394cde42969fd4a21ba579cf2cd2db77 Author: Miguel Risco-Castillo <[email protected]> Date: Mon Aug 7 16:11:12 2023 -0500 🐛 Fix UBL probe_entire_mesh skips points (#26141) Fixes #26132 commit ca0209b868be80d1438e1d695e2f103ab1025f92 Author: Keith Bennett <[email protected]> Date: Mon Aug 7 14:00:50 2023 -0700 🔨 Fix USB FD env names (#26131) commit 4f691e622f3dc1de5a64bcaf42d3de56c9808322 Author: Ari-SSO <[email protected]> Date: Mon Aug 7 06:35:22 2023 -0300 🩹 PROBING_TOOL followup (#26122) Followup to #24411 Co-authored-by: Scott Lahteine <[email protected]> commit fecadaca82e49c2558b42684382ede121274bfea Author: Scott Lahteine <[email protected]> Date: Mon Aug 7 04:24:04 2023 -0500 🔧 Clarify WIFISUPPORT (#26097) commit 709def5e7baa57911d604ffec701c3ba7ef61ffa Author: Aleks <[email protected]> Date: Mon Aug 7 11:09:26 2023 +0200 🩹 Fix M3 `uninitialized` warning (#26091) commit a5e4b4bd7d18f84c29a13430c636ecae289c352a Author: narno2202 <[email protected]> Date: Mon Aug 7 10:30:24 2023 +0200 🚸 FT_MOTION menu updates (#26083) commit a8177944443a7a1186a77cefbe1ae7be19722ddd Author: thinkyhead <[email protected]> Date: Mon Aug 7 06:51:07 2023 +0000 [cron] Bump distribution date (2023-08-07) commit ffef8f1b297e83aa37eeb5ffcc5369e5c9c42a09 Author: Mark <[email protected]> Date: Mon Aug 7 12:33:20 2023 +0800 🚸 BD Sensor Z axis stop height (#26015) commit 205a679959432dff54352b390354a4324f29a97a Author: Bart Meijer <[email protected]> Date: Mon Aug 7 06:12:30 2023 +0200 ⚡️ SAMD21 LCD uses HW SPI with media (#26012) commit b956001d8175b3f01ef0be2ef6b07825a8509317 Author: lukasradek <[email protected]> Date: Mon Aug 7 05:08:35 2023 +0200 🚸 Update LCD Manual Leveling display (#26088) commit 1dd3c9e73f59ddac098173c4cc3642e798f18623 Author: Keith Bennett <[email protected]> Date: Sun Aug 6 20:04:11 2023 -0700 📝 STM32G0B0 SKR Mini E3 V3.0 / Manta M4P (#26087) commit 8d74a63e4bc210ce96ef7cf148f3598afc9fe1ad Author: Scott Lahteine <[email protected]> Date: Sun Aug 6 21:04:40 2023 -0500 📝 Update a config comment commit 27fd97a8bbb63f676c32c307afd491dd865a271f Author: thinkyhead <[email protected]> Date: Sun Aug 6 00:21:12 2023 +0000 [cron] Bump distribution date (2023-08-06) commit 4d89db52095cb4f182bc11d4cfd72ceef8e2273f Author: magicmaker3 <[email protected]> Date: Sun Aug 6 07:10:49 2023 +0800 ✨ MM-JOKER (ESP32) board (#25897) commit f66323ecfbe067667234df286e14d43d409bfaea Author: Pagliarulo Onofrio <[email protected]> Date: Sat Aug 5 07:03:10 2023 +0200 ✨ Geeetech GT2560 V4.1B board (#25888) commit 863198a73f8a07663a6a5f7c088631aa72b5fb45 Author: Giuliano Zaro <[email protected]> Date: Sat Aug 5 06:56:40 2023 +0200 ✨ VOLUMETRIC_EXTRUDER_LIMIT_MAX (#25884) commit ad112b4d3d47ff841334b16dcf497917fb8c1ec6 Author: Scott Lahteine <[email protected]> Date: Fri Aug 4 23:49:38 2023 -0500 🐛 Fix case TRRunaway commit c088081c0009d3eb2f218d39266cc08e902d03cf Author: thinkyhead <[email protected]> Date: Sat Aug 5 00:54:22 2023 +0000 [cron] Bump distribution date (2023-08-05) commit 06d46a0ef96a766b114db5902beccb86829ba57c Author: Alexey D. Filimonov <[email protected]> Date: Sat Aug 5 03:07:56 2023 +0300 ✨ AUTO_POWER_SPINDLE_LASER (#25739) commit 27e68a61fa0b1ec46084603880679810c53b3da3 Author: Scott Lahteine <[email protected]> Date: Fri Aug 4 18:29:52 2023 -0500 🧑💻 Update some SDSUPPORT commit 4e31fa66e2f402ac574ec4afa52447824444d90d Author: Dmitry Pogrebnyak <[email protected]> Date: Fri Aug 4 22:59:17 2023 +0300 ✨ STATUS_HEAT_POWER (#25268) commit 87231b625f3cf36b57352d3d89cfb05cfde0e777 Author: thinkyhead <[email protected]> Date: Fri Aug 4 06:06:04 2023 +0000 [cron] Bump distribution date (2023-08-04) commit 3baa318ec737a67cec6087194ab04fb2242279e0 Author: Martin Turski <[email protected]> Date: Fri Aug 4 05:56:40 2023 +0200 🧑💻 Option to reset AVR pin states (#25364) Co-authored-by: Scott Lahteine <[email protected]> commit 820d2b58b3cfe16affd421f4925ae924cb60826f Author: Martin Turski <[email protected]> Date: Fri Aug 4 04:40:38 2023 +0200 🚸 Option to report temperature on error (#25341) Co-authored-by: Scott Lahteine <[email protected]> commit fe4819a9c16325fcac6aa58071a4f42b6e2d2c56 Author: thinkyhead <[email protected]> Date: Thu Aug 3 08:45:07 2023 +0000 [cron] Bump distribution date (2023-08-03) commit 8ae19e45d6e069afa169548fa781fce928ea110d Author: Scott Lahteine <[email protected]> Date: Thu Aug 3 01:28:06 2023 -0500 🔨 Prevent variant overwrite Co-Authored-By: Martin Turski <[email protected]> commit aaa590855a26032d049ae797e092a4571d04e2d7 Author: ellensp <[email protected]> Date: Thu Aug 3 15:55:29 2023 +1200 📝 E3S1PRO is T5L (#26143) commit a629471ed74b78f909224075832db64b5b3bc6ac Author: thinkyhead <[email protected]> Date: Wed Aug 2 06:06:02 2023 +0000 [cron] Bump distribution date (2023-08-02) commit bed26734a28175f7ef9669d5190bf7ebc6227223 Author: Scott Lahteine <[email protected]> Date: Tue Aug 1 23:03:06 2023 -0500 🔧 More endstops refactoring (#25758) commit 5da7143fe5a73f7aa636c833e95cf695d070faf1 Author: thinkyhead <[email protected]> Date: Sun Jul 30 00:24:18 2023 +0000 [cron] Bump distribution date (2023-07-30) commit 2c9bc872e788a2281ca9b64a135ca1a53004f9b5 Author: ellensp <[email protected]> Date: Sun Jul 30 11:34:16 2023 +1200 🔧 Check AVR Rx/Tx conflict w/ LCD_EN (#26069) commit abd1896ce2cd37a184fc1a237482b2b0a3c16ae2 Author: ellensp <[email protected]> Date: Sun Jul 30 11:30:56 2023 +1200 🔧 STM32 support 9 UARTs (#26072) commit 347a7dc71e185f7ad7144d69e66cda10eb4cdc9e Author: thinkyhead <[email protected]> Date: Sat Jul 29 00:21:43 2023 +0000 [cron] Bump distribution date (2023-07-29) commit ae9f2710f0a0a1c47bd384a803e3345117b6dd49 Author: Scott Lahteine <[email protected]> Date: Fri Jul 28 16:53:01 2023 -0500 🔨 Old renamed AVRs commit 2a82ca87b03ab3b819f69b571ca44dd0a0e1afdf Author: Scott Lahteine <[email protected]> Date: Thu Jul 27 23:03:36 2023 -0500 🩹 Fix ProUI compile without Advanced Pause commit 6f8178598f417a7963b26ebe091c0b3ee69f46dd Author: thinkyhead <[email protected]> Date: Fri Jul 28 00:21:36 2023 +0000 [cron] Bump distribution date (2023-07-28) commit 6cc4dd10bc5504c38263b57ecf7e8b1e3d06e44e Author: Scott Lahteine <[email protected]> Date: Thu Jul 27 17:20:03 2023 -0500 🐛 Fix hotend idle timeout checks commit d036097bca52b128b421342afcdb908cb1d8d5ab Author: lukasradek <[email protected]> Date: Thu Jul 27 23:08:21 2023 +0200 🚸 Fix HD44780 EDIT_ITEM position (#26073) commit 6ba50aa6ea519ab5e80ec0152b100a0425c181a2 Author: thinkyhead <[email protected]> Date: Thu Jul 27 00:21:22 2023 +0000 [cron] Bump distribution date (2023-07-27) commit fdad658e5feb93943b1ab0ea9bc2420258e4f2e4 Author: Giuliano Zaro <[email protected]> Date: Thu Jul 27 01:38:59 2023 +0200 🐛 Fix runout extra length (#26082) Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: justvlade <[email protected]> commit 79be07f9a4aff5c010a0f454c24fb147725bcf2a Author: thinkyhead <[email protected]> Date: Mon Jul 24 06:06:23 2023 +0000 [cron] Bump distribution date (2023-07-24) commit 5bcaae62f2c7965ee7f99eb44a44022f1cbad959 Author: ellensp <[email protected]> Date: Mon Jul 24 15:31:39 2023 +1200 ⚡️ Compact RGB565 TFT boot images (#26011) Co-authored-by: Scott Lahteine <[email protected]> commit e451dec674d9093c8c10f953c5f6bcc7f9ed42b0 Author: thinkyhead <[email protected]> Date: Sat Jul 22 06:05:47 2023 +0000 [cron] Bump distribution date (2023-07-22) commit 6379d4dbca389b264cf5b404bd6fd9f5c3221be8 Author: ellensp <[email protected]> Date: Sat Jul 22 15:05:04 2023 +1200 🩹 Suppress G33 string warning (#26095) commit 91c6a7180d8aa3f2ab8b9bbb486d68dc9657dbff Author: thinkyhead <[email protected]> Date: Fri Jul 21 06:06:24 2023 +0000 [cron] Bump distribution date (2023-07-21) commit 9135e3f7d3fd0d634656f1c54c70a0ba1f878bfd Author: Scott Lahteine <[email protected]> Date: Thu Jul 20 21:10:03 2023 -0500 🚸 Revert M206 Home Offset behavior (#25996) commit a0e3dea8b879aba8e0d2d7e4dc6a6447b3fe76ad Author: Scott Lahteine <[email protected]> Date: Thu Jul 20 20:25:39 2023 -0500 🚸 ColorUI Touch Calibrate in CW order commit 6bc42300a1ce3fcbf2b396a6e1fbf11453f77544 Author: thinkyhead <[email protected]> Date: Thu Jul 20 06:06:07 2023 +0000 [cron] Bump distribution date (2023-07-20) commit 45193b4a1d82023f1b763c0340e40ec5b6fcc51c Author: Scott Lahteine <[email protected]> Date: Wed Jul 19 21:12:32 2023 -0500 🔥 Always use ISR for BABYSTEPPING (#26035) commit 885e9cc0576af2c6a79d8bfa9a4f1560c6748b27 Author: thinkyhead <[email protected]> Date: Tue Jul 18 00:41:02 2023 +0000 [cron] Bump distribution date (2023-07-18) commit 244de2458ac6fd48f3031d0179ca1bcad6808583 Author: Alexander Gavrilenko <[email protected]> Date: Mon Jul 17 10:53:36 2023 +0300 🧑💻 Improve TFT Color UI layout / theme (#26077) Co-authored-by: Scott Lahteine <[email protected]> commit 4d6e5c12b3d40747ff62cb140fdc3c293c9dbab5 Author: thinkyhead <[email protected]> Date: Mon Jul 17 06:20:28 2023 +0000 [cron] Bump distribution date (2023-07-17) commit a5d47f84ae9eeb5c29280b279bfc844bac559c0d Author: Scott Lahteine <[email protected]> Date: Mon Jul 17 01:01:36 2023 -0500 🎨 Rename Helvetica 14 (2) commit 5fd0247239445976dc38c1d238ebc718e2bfe9ce Author: Scott Lahteine <[email protected]> Date: Mon Jul 17 01:01:14 2023 -0500 🎨 Rename Helvetica 14 (1) commit 821d77fe4c2ea0260d63e02ae65ab575da840801 Author: Scott Lahteine <[email protected]> Date: Sun Jul 16 23:43:50 2023 -0500 🎨 Misc. comment open commit fef772ef29e502c8fd2f53e10de383dbcb3529fe Author: Keith Bennett <[email protected]> Date: Sun Jul 16 21:32:16 2023 -0700 🩹 Fix SPI TFT build on SKR V2 & V3/EZ (#26041) Co-authored-by: Scott Lahteine <[email protected]> commit 381515721481d09c4f30ca8a526e90fc39602fd9 Author: Scott Mikutsky <[email protected]> Date: Mon Jul 17 00:29:56 2023 -0400 🐛 Ensure BLTouch deploy in HS Mode (#26033) commit 810c1693aca079c6ecdb1584292c65b384ca1f5f Author: thinkyhead <[email protected]> Date: Sun Jul 16 06:08:45 2023 +0000 [cron] Bump distribution date (2023-07-16) commit fc2272c4b473a45f2033d4dd82aef4b259b99759 Author: Andrew <[email protected]> Date: Sat Jul 15 21:10:42 2023 -0400 🩹 Fix, clean up ProUI, JyersUI (#26078) Co-authored-by: Scott Lahteine <[email protected]> commit 45f7ebb92b11ced03998d590ae1431609c9da68f Author: tombrazier <[email protected]> Date: Sun Jul 16 02:06:21 2023 +0100 🩹 Fix Input Shaping "enable" for SHAPING_FREQ_[XY] == 0 (#26075) commit 28f69a052c197b07ef7d404e738f2fa9ba641d0d Author: thinkyhead <[email protected]> Date: Sat Jul 15 00:26:39 2023 +0000 [cron] Bump distribution date (2023-07-15) commit ef3054d1a8d368f5789a07ad5f0b14224ec1ce19 Author: Keith Bennett <[email protected]> Date: Fri Jul 14 16:24:17 2023 -0700 ✨ BTT Octopus Pro V1.1 (STM32H723ZE) (#26043) commit bcf61cc91c00b2c0d82aa0e88d0f88e5a18bbe8b Author: thinkyhead <[email protected]> Date: Thu Jul 6 00:27:11 2023 +0000 [cron] Bump distribution date (2023-07-06) commit 57d26f7e4f614ee4e05e7e97fdc7109d8cfdc702 Author: Giuliano Zaro <[email protected]> Date: Wed Jul 5 08:21:54 2023 +0200 🩹 Fix HOST_STATUS_NOTIFICATIONS compile (#26040) commit 67a9a7e66f1706b56ab76fa9866470fe85e7612a Author: thinkyhead <[email protected]> Date: Wed Jul 5 00:32:14 2023 +0000 [cron] Bump distribution date (2023-07-05) commit 16f19b2c1fa6b64abd4de2558c13c9fdc162d600 Author: Scott Lahteine <[email protected]> Date: Tue Jul 4 19:19:44 2023 -0500 🩹 Fix ProUI tramming commit ed4e22b548a3ffb348e9d20f995f67a9aa7d2dd6 Author: Scott Lahteine <[email protected]> Date: Tue Jul 4 18:31:20 2023 -0500 🧑💻 print_pos => print_xyz commit 929497d52762f87243d1b521d9703f75b7501aa4 Author: Keith Bennett <[email protected]> Date: Tue Jul 4 14:07:56 2023 -0700 📝 Update config URLs (#26049) commit f479f8377d4a6b21ef3b429ed6a6d627c16ffd88 Author: Keith Bennett <[email protected]> Date: Tue Jul 4 13:25:26 2023 -0700 🎨 Clean up TFT Colors (#26050) commit 1feb70c91beced527e2abd29d9465e5d998a694b Author: thinkyhead <[email protected]> Date: Tue Jul 4 06:06:45 2023 +0000 [cron] Bump distribution date (2023-07-04) commit 179260878feb6fd575f8d341454e7c4a5add6c2e Author: Scott Lahteine <[email protected]> Date: Sat Jul 1 20:38:17 2023 -0500 🎨 Misc. fixes and formatting commit 7b8a2180ff0a0924a0558a6fbf4c75903f250511 Author: thinkyhead <[email protected]> Date: Mon Jul 3 00:25:59 2023 +0000 [cron] Bump distribution date (2023-07-03) commit 3ea87ad54c1e445a1c8cfef1489809edae5decb3 Author: Alexander Gavrilenko <[email protected]> Date: Sun Jul 2 04:16:12 2023 +0300 ✨ SPI TFT / Touchscreen for STM32H7 (#25784) Co-authored-by: thisiskeithb <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> commit c483fe76c7c750d1ee08a6d5fdfe363f1beb4e03 Author: Scott Lahteine <[email protected]> Date: Sat Jul 1 20:01:45 2023 -0500 🩹 Fix ProUI _remain_time Followup to #25982 commit b50add4694e66209acd3c5d6fe62f062817fd79e Author: Scott Lahteine <[email protected]> Date: Sat Jul 1 19:54:39 2023 -0500 🔨 Wrapper for GCC < 8 commit 275642b2977af95024e2c8b55538a5dbc0fa09c5 Author: thinkyhead <[email protected]> Date: Sun Jul 2 00:31:20 2023 +0000 [cron] Bump distribution date (2023-07-02) commit 38e92b522b8abc2a5b2c4050dd8d8231127d1aeb Author: Scott Lahteine <[email protected]> Date: Sat Jul 1 18:56:53 2023 -0500 📝 mm/m => mm/min commit 7f5b0b4008c4e4853903f4f790392451f82362c2 Author: Scott Lahteine <[email protected]> Date: Sat Jul 1 18:20:36 2023 -0500 🩹 Define drawTrinamicConfigMenu Followup to #25982 commit 60f74f3cb3c95e9d1c6408b80a489d422cf945e6 Author: Scott Lahteine <[email protected]> Date: Sat Jul 1 18:20:22 2023 -0500 🔨 Suppress truncation warning commit 1a241e6e86512b570267d672e2f00a80df41b2e9 Author: Scott Lahteine <[email protected]> Date: Sat Jul 1 16:50:42 2023 -0500 🐛 Fix M105 (MString append TS) and EEPROM ver Followup to #24390 commit 4985acafada69dcb17b813d76b359bcfb5b57b43 Author: Scott Lahteine <[email protected]> Date: Sat Jul 1 04:33:53 2023 -0500 🐛 Prevent MString infinite recursion (#26037) Followup to #24390 commit f9c8703e778a10f0a2a46c199712a7555f2aca33 Author: Anson Liu <[email protected]> Date: Sat Jul 1 03:19:16 2023 -0400 🩹 Fix missing include cycles.h (#25927) commit b77e2a5020714ad17fc12052093231ad4520ce14 Author: Christophe Huriaux <[email protected]> Date: Sat Jul 1 06:06:08 2023 +0200 ✨ Ender 3 S1 Pro/Plus stock touchscreen (#25905) Co-authored-by: Scott Lahteine <[email protected]> commit f766a90f5ff300d02eb6ac7917f2355b71f1f237 Author: thinkyhead <[email protected]> Date: Sat Jul 1 00:53:49 2023 +0000 [cron] Bump distribution date (2023-07-01) commit 0878b99b2cb38ffd40faa12d9e3de3bd659af205 Author: Scott Lahteine <[email protected]> Date: Fri Jun 30 19:21:56 2023 -0500 🌐 Language Import/Export (#25889) commit 1bc155e8101001c75b867017fc5fcd31cc5d2f31 Author: Keith Bennett <[email protected]> Date: Fri Jun 30 17:21:37 2023 -0700 🎨 Simplify BTT Octopus Max EZ LCD Pins (#26019) commit f14f1be168ebf252dd458c935271aed1a57cfa0b Author: Scott Lahteine <[email protected]> Date: Fri Jun 30 19:16:00 2023 -0500 🎨 Standardize naming (ProUI) (#25982) commit 7247acdece4bb20bfd49960c44a7bebe1ea0f74c Author: thinkyhead <[email protected]> Date: Fri Jun 30 00:24:45 2023 +0000 [cron] Bump distribution date (2023-06-30) commit 7b23fd3548f5aabc269ba24ec947d6fdfd225072 Author: narno2202 <[email protected]> Date: Fri Jun 30 00:06:05 2023 +0200 🐛 Fix FT Motion runout in progress (#26020) commit d9349caeee7307d660ec729052210dfba7036432 Author: Keith Bennett <[email protected]> Date: Thu Jun 29 13:27:25 2023 -0700 ⚡️ Ethernet Buffer for Input Shaping on LPC (#26027) commit 97e15812fa15cf3ee9f260089282eb5e69915c4e Author: Andrew <[email protected]> Date: Thu Jun 29 13:21:14 2023 -0400 🔨 Makefile + 256K Creality Maple + Heater IDs (#26018) commit cb12114a7eeaefc227aa7aa94a8e382bfd3aa95a Author: Krzysztof Błażewicz <[email protected]> Date: Thu Jun 29 09:18:32 2023 +0200 🩹 Fix JyersUI typos (#26029) Followup to #24390 commit aee8e15fd2b1b701a5f16e92a0c557c6dccb13de Author: thinkyhead <[email protected]> Date: Thu Jun 29 00:25:22 2023 +0000 [cron] Bump distribution date (2023-06-29) commit 6474773555274527ac4a24162dfdd9ea4b2b59da Author: Giuliano Zaro <[email protected]> Date: Thu Jun 29 00:06:50 2023 +0200 🐛 Fix AD4985 with 5V input, add AD595 3.3V warning (#26021) Co-authored-by: Scott Lahteine <[email protected]> commit be18edd604d10aba6fb7a3210e90bf711cc436dc Author: Krzysztof Błażewicz <[email protected]> Date: Wed Jun 28 05:51:47 2023 +0200 🚸 JyersUI MPC menu (#26017) Co-authored-by: Scott Lahteine <[email protected]> commit bbfaf7474c50f81d606c2dde91035bc40835e830 Author: Scott Lahteine <[email protected]> Date: Tue Jun 27 21:44:42 2023 -0500 🎨 CrealityDWIN => JyersDWIN (#26026) commit 46b5753f5653401bc2d1d3120041a897384db48d Author: Scott Lahteine <[email protected]> Date: Tue Jun 27 20:33:57 2023 -0500 🎨 Indent temp structs commit a5ac50fcbf541dcd33fe35979b767bbcf0568884 Author: thinkyhead <[email protected]> Date: Wed Jun 28 00:25:35 2023 +0000 [cron] Bump distribution date (2023-06-28) commit 574dd34c49fde76e1e736b8a7e1ea579d724ff22 Author: Scott Lahteine <[email protected]> Date: Tue Jun 27 13:19:36 2023 -0500 ♻️ String helper class (#24390) commit 4a734e4de436d9f497ef432744902c12bab9a257 Author: thinkyhead <[email protected]> Date: Mon Jun 26 00:26:36 2023 +0000 [cron] Bump distribution date (2023-06-26) commit 402c4ef5d3de2b22efd73111222ee7d1f1f6b25f Author: Katelyn Schiesser <[email protected]> Date: Sun Jun 25 15:32:56 2023 -0700 🚸 M86-M87 Hotend Idle Timeout (#25015) Co-authored-by: Scott Lahteine <[email protected]> commit 0138aff890c458f78b68aa21753bcf5d6e5bf488 Author: thinkyhead <[email protected]> Date: Sun Jun 25 12:07:25 2023 +0000 [cron] Bump distribution date (2023-06-25) commit f281fb473d499d8805fb29d7dd13ec9ef6b10c41 Author: Scott Lahteine <[email protected]> Date: Sun Jun 25 01:31:07 2023 -0500 🎨 Minor code cleanup commit a256e47b9c282bd69cd9d1d69970d41e9676e3dc Author: thinkyhead <[email protected]> Date: Sat Jun 24 12:07:28 2023 +0000 [cron] Bump distribution date (2023-06-24) commit 9bf95418a7fbc0da0a6dc8bfb5024b624b94a51a Author: Scott Lahteine <[email protected]> Date: Sat Jun 24 02:57:58 2023 -0500 🐛 Fix TFT_LTDC::writeReg Followup to #25939 commit 60f591f3b6e06fdef903e10f81ac96f65e30d78e Author: thinkyhead <[email protected]> Date: Fri Jun 23 12:11:03 2023 +0000 [cron] Bump distribution date (2023-06-23) commit 858916d628526b5d56c34c5c9663e3535bfc7788 Author: Miguel Risco-Castillo <[email protected]> Date: Fri Jun 23 04:57:22 2023 -0500 🚸 Update DWIN ProUI (#26003) commit 2218bab542c839f4d1d09640f7c7a1444e38a23b Author: mjbogusz <[email protected]> Date: Fri Jun 23 11:56:34 2023 +0200 🚸 Color UI remaining time (#24843) commit a58e530f921e6197089a678d4a667cf3a10de3bc Author: narno2202 <[email protected]> Date: Fri Jun 23 11:52:10 2023 +0200 🩹 Fix 'M493 S12' (#26007) commit 1fbeac7b5255634bb5aca209a3d3dcb6b5e43193 Author: Scott Lahteine <[email protected]> Date: Fri Jun 23 00:15:54 2023 -0500 🎨 Adjust TFT code/comments commit 18ccc404432f4b9a71cd8bd855ccc243414abcab Author: thinkyhead <[email protected]> Date: Thu Jun 22 12:06:59 2023 +0000 [cron] Bump distribution date (2023-06-22) commit 8c9172cf5d21fd57aed16edbe825a872ae064ad0 Author: Scott Lahteine <[email protected]> Date: Thu Jun 22 02:54:21 2023 -0500 🍻 Fixed-Time Motion integration (#25719) commit 2dc76689ea186a6c6334a728253ede95c6c6203e Author: thinkyhead <[email protected]> Date: Tue Jun 20 00:21:56 2023 +0000 [cron] Bump distribution date (2023-06-20) commit 91401d7e5f36f1b2d27bfbeef96ae54953c3d3ae Author: Scott Lahteine <[email protected]> Date: Mon Jun 19 15:05:51 2023 -0500 🔧 Move non-DUE conditions commit 733209f9a2cfa347e072738c76860c08a4e74500 Author: Keith Bennett <[email protected]> Date: Sun Jun 18 22:12:50 2023 -0700 🔧 MPC adjustments (#25986) commit d79b42c710cadcc7dede4e806e94f16c6451d3d7 Author: thinkyhead <[email protected]> Date: Mon Jun 19 00:24:00 2023 +0000 [cron] Bump distribution date (2023-06-19) commit 441416728cd7f0e9b6ebf94f895d1d27fe59d25a Author: Mark <[email protected]> Date: Sun Jun 18 17:18:08 2023 +0800 🚸 Bed distance sensor improvements (#25847) commit dd1792bdfce1ff5ff679f20dbf9bf66789e743b0 Author: Andrew <[email protected]> Date: Sun Jun 18 00:19:28 2023 -0400 🔨 Update CMakeLists.txt (#25983) commit 927b3cc41a0a53f95e1fca78430b116e0fc8806a Author: thinkyhead <[email protected]> Date: Sun Jun 18 00:25:52 2023 +0000 [cron] Bump distribution date (2023-06-18) commit c180a99c793493e10102b04b58239e32e793ea93 Author: ellensp <[email protected]> Date: Sun Jun 18 09:44:49 2023 +1200 📝 Update BTT SKR V3 board comments (#25973) commit a3df3d40eec8e3d4b82feed5b92d50ba15b47acf Author: Giuliano Zaro <[email protected]> Date: Sat Jun 17 22:55:02 2023 +0200 🐛 Fix G2/G3 limiting_speed (#25988) commit 1e5c279da37270ec8d084cd9c46e6abec2f70a42 Author: discip <[email protected]> Date: Sat Jun 17 22:53:03 2023 +0200 🔨 Fix marlin_STM32H723VG mcu value (#25991) Followup to #25921 commit 5b8b8e005b87fad983314bb78bb62604bd8aa8af Author: EvilGremlin <[email protected]> Date: Sat Jun 17 23:49:22 2023 +0300 🔧 BLTOUCH_HS_MODE hex value check (#25992) commit 238951a966204ce9bc109e06fdb4027125b28feb Author: Scott Lahteine <[email protected]> Date: Fri Jun 16 18:08:59 2023 -0500 🎨 More more lowercase (partial ProUI) Followup to #25939 commit 78b342661a07fae8d7152f369c3c9fe16ed9b9cb Author: thinkyhead <[email protected]> Date: Sat Jun 17 00:22:04 2023 +0000 [cron] Bump distribution date (2023-06-17) commit 41a5fbb16ad985220f1cee1b823950c3bb771186 Author: Scott Lahteine <[email protected]> Date: Fri Jun 16 18:12:01 2023 -0500 🎨 More lowercase Followup to #25939 commit eca80db9b6846a05313df81c583828809684478f Author: thinkyhead <[email protected]> Date: Fri Jun 16 00:24:24 2023 +0000 [cron] Bump distribution date (2023-06-16) commit 8261af3010efce783dc2063d7fa75e17be89e88a Author: ellensp <[email protected]> Date: Thu Jun 15 12:57:15 2023 +1200 ✨ BTT RAMPS 1.6+ (#25970) commit 9728d79ade1c3d72bba368f5c072a8fe402c2048 Author: Keith Bennett <[email protected]> Date: Wed Jun 14 17:43:24 2023 -0700 📝 Document Manta E3 EZ / E3V2 LCD custom wiring (#25976) commit 067091458a684a5f5529ef31860a89892750f5bc Author: Keith Bennett <[email protected]> Date: Wed Jun 14 17:41:43 2023 -0700 🎨 Group STM32G0 pins includes (#25977) commit 166ed289953fe25ff4dabd2541934e7364684168 Author: Scott Lahteine <[email protected]> Date: Wed Jun 14 19:37:35 2023 -0500 🎨 Lowercase followup Followup to #25939 commit 5cfe3af0ef1b64d8cbb87335a7e996bf3e1f41a4 Author: thinkyhead <[email protected]> Date: Thu Jun 15 00:26:48 2023 +0000 [cron] Bump distribution date (2023-06-15) commit d26955bde6d64430ed46422f3ec575317c648837 Author: Scott Lahteine <[email protected]> Date: Wed Jun 14 19:06:17 2023 -0500 🔧 Sanity check IA_CREALITY mesh size commit c3694f1c038fa20ad749118b0a1c7aa88e3dd5f2 Author: Scott Lahteine <[email protected]> Date: Wed Jun 14 17:24:50 2023 -0500 🎨 Lowercase methods, functions, data members (#25939) For: TFT, DGUS, MarlinUI, Anycubic, JyersUI, CrealityUI commit 1726ba5bda1deb9b71e2d9644c789e806b7d1127 Author: thinkyhead <[email protected]> Date: Tue Jun 13 00:23:25 2023 +0000 [cron] Bump distribution date (2023-06-13) commit aa2f4051bb335a24d062b56ec65162633af9dc6d Author: Keith Bennett <[email protected]> Date: Mon Jun 12 14:39:49 2023 -0700 🔥 Remove VAkE 403D (#25969) commit 2ef71c6ebaa1f1b496eb369879fe22c69cf9adb4 Author: Scott Lahteine <[email protected]> Date: Mon Jun 12 16:38:14 2023 -0500 ♻️ Simplify SERIAL_ECHO (#25928) Since this increases AVR code size, try to optimize further. commit d9d2dae88391b0bbfa131f56fa49d3f472683023 Author: thinkyhead <[email protected]> Date: Mon Jun 12 00:25:11 2023 +0000 [cron] Bump distribution date (2023-06-12) commit bea1a914bee6caf6ff63a4c0ab65a2b7ddea9de8 Author: Keith Bennett <[email protected]> Date: Sun Jun 11 14:49:37 2023 -0700 🔨 SKR Mini E3 v3.0.1 XFER (#25955) commit 85067e14b5cd9a1d4d8ac8f38a763e9745d4fe61 Author: thinkyhead <[email protected]> Date: Sun Jun 11 00:29:06 2023 +0000 [cron] Bump distribution date (2023-06-11) commit 00ab015de7b728082196c203626dd215dc8427d3 Author: Keith Bennett <[email protected]> Date: Sat Jun 10 17:20:50 2023 -0700 🔨 Firmware rename followup (#25966) Followup to #25957 commit b5d3d0141f5169ba79a99876af7b0c274cb382be Author: thinkyhead <[email protected]> Date: Sat Jun 10 00:22:22 2023 +0000 [cron] Bump distribution date (2023-06-10) commit 3706c16729ba095a9845128022408a0c07cde221 Author: ellensp <[email protected]> Date: Fri Jun 9 19:59:23 2023 +1200 🐛 Fix dummy thermistors 998-999 (#25956) commit 0ed46406d1d4b4280f8458d56b45b7bdab33e113 Author: Scott Lahteine <[email protected]> Date: Fri Jun 9 02:56:25 2023 -0500 🔨 Simpler distinct firmware rename (#25957) commit 82ddd55a1a4800e478b937da49d396cb2fb351f1 Author: Bart Meijer <[email protected]> Date: Fri Jun 9 04:55:26 2023 +0200 🩹 Conditional u8g for SAMD21 (#25947) commit 34e23bcf950fa89737289c76953af7b24d5c22c4 Author: Miguel Risco-Castillo <[email protected]> Date: Thu Jun 8 20:47:35 2023 -0500 🐛 Fix _MINMAX_TEST typo (#25954) commit f3cda01b959274e7930c2050f5e34aa1460791bc Author: thinkyhead <[email protected]> Date: Fri Jun 9 00:30:56 2023 +0000 [cron] Bump distribution date (2023-06-09) commit 2a79aad2dda922e35260750db90e7e243e24fc43 Author: Scott Lahteine <[email protected]> Date: Thu Jun 8 19:22:17 2023 -0500 🔨 Fix serial port #error text commit bbbd6045cb6e76cca44c973e1922ce5220ab29c4 Author: Scott Lahteine <[email protected]> Date: Thu Jun 8 19:18:59 2023 -0500 🔨 Update STM32Hxx boards/variants Followup to #25934 commit 683916e17a6fe35c9726ad7e57e73c519fc96222 Author: Dmitry Plastinin <[email protected]> Date: Thu Jun 8 07:14:34 2023 +0300 🚸 Portrait TS35 move axis screen (#25945) commit 9360e13cdd1e21799eb3aedcd23015469da6798d Author: Scott Lahteine <[email protected]> Date: Wed Jun 7 22:37:16 2023 -0500 🚸 General TFT cleanup commit 9d830d72077fd42927e0a1396fa752b8a6c449cd Author: Keith Bennett <[email protected]> Date: Wed Jun 7 20:16:30 2023 -0700 🔨 Clean up some BTT envs, etc. (#25934) Followup to #25921 Co-authored-by: Scott Lahteine <[email protected]> commit 54a82b4337a5e65e53ef8b28749546c18d05ba79 Author: Scott Lahteine <[email protected]> Date: Wed Jun 7 20:58:55 2023 -0500 🚸 Fix TFT menu positioning (#25942) Co-authored-by: Ed <[email protected]> commit d1e995670d2ce345b42ac8d8f9b0cebda7d87632 Author: Scott Lahteine <[email protected]> Date: Wed Jun 7 20:28:15 2023 -0500 🔧 Z-MIN as CREALITY V25 S1 probe commit 10947a463ba50ec31434e775e006d192906f7a83 Author: thinkyhead <[email protected]> Date: Thu Jun 8 00:23:27 2023 +0000 [cron] Bump distribution date (2023-06-08) commit e8f5f9d7321bb681ecbb1f787a381bf3885ec302 Author: Keith Bennett <[email protected]> Date: Wed Jun 7 01:03:35 2023 -0700 🔨 Teensy 4.1 pins env check (#25937) commit 984f9fe7d6a0c86f045010d294c316fe05835587 Author: Giuliano Zaro <[email protected]> Date: Wed Jun 7 10:01:07 2023 +0200 🌐 Update Italian language (#25940) commit 322d5dc29c136b5e2f1a8e4712fc10a781b9d4c3 Author: thinkyhead <[email protected]> Date: Wed Jun 7 00:25:18 2023 +0000 [cron] Bump distribution date (2023-06-07) commit 8f1d80b0ba425b6d927d99aad8340e22a71da7ff Author: Scott Lahteine <[email protected]> Date: Tue Jun 6 15:30:28 2023 -0500 🧑💻 Use Flags<> for runout (#25938) commit 35016633d843ba393eb17cf5fd1dba03764821dd Author: Scott Lahteine <[email protected]> Date: Tue Jun 6 02:58:28 2023 -0500 🩹 Conditional include probe.h commit 4b8e4ef38e1f395d394314f54bacff8def9527c8 Author: Scott Lahteine <[email protected]> Date: Mon Jun 5 23:49:09 2023 -0500 ⚡️ Mixer label in PROGMEM commit 17cc5fa8723eed59106e925472baf37383a5ac5b Author: Scott Lahteine <[email protected]> Date: Mon Jun 5 21:08:43 2023 -0500 🧑💻 Suppress narrowing warnings Followup to #25924 commit a6b32a5a915e17eaa73dede2f9a98fc042b4904d Author: Scott Lahteine <[email protected]> Date: Mon Jun 5 20:39:14 2023 -0500 🧑💻 Bypass error in build_example commit e116a99eda1bbfd97e4af1136618d80dcceb169e Author: Scott Lahteine <[email protected]> Date: Mon Jun 5 20:13:15 2023 -0500 🩹 Fix JyersUI corner pos Followup to #25631 commit bfd6be3799627f87da29f7281b14f9e9be515a69 Author: thinkyhead <[email protected]> Date: Tue Jun 6 00:24:34 2023 +0000 [cron] Bump distribution date (2023-06-06) commit 6a29d5d5af1b6ef0bee4125a9fc00aaf2c1b6695 Author: Scott Lahteine <[email protected]> Date: Mon Jun 5 17:25:42 2023 -0500 🧑💻 Fix mfconfig trailing space commit fbc5bd0d0424d365eaaddad47c58b733557ef42d Author: Scott Lahteine <[email protected]> Date: Mon Jun 5 16:24:20 2023 -0500 🩹 Wrap HAS_DISPLAY for if() Followup to #24877 commit 7680fe2b59c9861c0e6acb13cf085ca55d7deddc Author: Scott Lahteine <[email protected]> Date: Mon Jun 5 16:01:32 2023 -0500 🧑💻 Dir change is AxisBits Followup to #25761 commit 70288c6c4fae6a6334d7c48b9ef17da7ecf3c173 Author: Scott Lahteine <[email protected]> Date: Mon Jun 5 00:43:31 2023 -0500 🎨 Detab C/C++ commit 3b681f7b7450582e0fca2425aabf47b37624cbda Author: Roi Rodríguez Huertas <[email protected]> Date: Mon Jun 5 07:13:57 2023 +0200 🔧 TMC Driver axis baud for Soft Serial (#25664) commit 6e8035e5aa59454600cd359665a34954dac80a70 Author: thinkyhead <[email protected]> Date: Mon Jun 5 00:24:02 2023 +0000 [cron] Bump distribution date (2023-06-05) commit f8423f9da09a8d67074b4243917953a6b2b8d279 Author: kisslorand <[email protected]> Date: Sun Jun 4 12:49:27 2023 +0300 🩹 Fix D576 buffer underrun reporting (#25931) commit 1a2816284c0e92f39840e8688d617faa1e32cd2f Author: Andrew <[email protected]> Date: Sun Jun 4 05:20:07 2023 -0400 ✏️ Fix LCD contrast typo (#25929) commit f8c51523694e5ccc6473bc9791f3fa0135ad395f Author: thinkyhead <[email protected]> Date: Sun Jun 4 00:27:30 2023 +0000 [cron] Bump distribution date (2023-06-04) commit 6136e48df5c8e2aee3447b99beb8464231895b69 Author: Giuliano Zaro <[email protected]> Date: Sat Jun 3 23:09:29 2023 +0200 🐛 Fix M25/M125 for LCDs with ui.resume_print (#24877) commit b8655ca0ed05e077ac89ff377bff3e4db7ff5b3a Author: Manuel McLure <[email protected]> Date: Sat Jun 3 13:39:41 2023 -0700 🔧 BTT SKR 3 has onboard endstop pullups (#24876) commit ba08dcfb76804a912380603b3f69831ea0d1d6eb Author: Scott Lahteine <[email protected]> Date: Sat Jun 3 04:40:07 2023 -0500 🧑💻 Fix narrowing conversions (#25924) commit ac954b57f764cf958000314efc20b725c2b8e054 Author: Keith Bennett <[email protected]> Date: Fri Jun 2 20:50:45 2023 -0700 🩹 Endstop hit state followup (#25885) Followup to #25574 commit 739f1027f8e12da28d15e1de78a5b7ecc49c3b12 Author: ellensp <[email protected]> Date: Sat Jun 3 15:47:57 2023 +1200 🔨 STM32H723VG (1024KB) (#25921) commit a6b56d171d855429d1f0249fcc1ffe64881994f4 Author: ellensp <[email protected]> Date: Sat Jun 3 15:37:29 2023 +1200 🎨 Lowercase followup (#25923) Followup to #25914 commit ad0d700a3e783943a722fec00ee3ac24020691ba Author: thinkyhead <[email protected]> Date: Sat Jun 3 00:22:16 2023 +0000 [cron] Bump distribution date (2023-06-03) commit 86c811660ebf0b3fcbae2f34273d4c9d0c22abc4 Author: Scott Lahteine <[email protected]> Date: Fri Jun 2 14:30:34 2023 -0500 🧑💻 Remove LOOP macros (#25917) commit 2691167afe02fbbe74b0fdca2c28a49fac635741 Author: Scott Lahteine <[email protected]> Date: Fri Jun 2 14:26:02 2023 -0500 🧑💻 Dump BOTH and EITHER macros (#25908) commit 32be4065efeafe781e007ca6ff47bd5a3fc22184 Author: Scott Lahteine <[email protected]> Date: Wed May 31 16:47:05 2023 -0500 🧑💻 numtostr use functions commit bc385122e94d7eda79bdf1573a7c2071c4589da2 Author: Scott Lahteine <[email protected]> Date: Fri Jun 2 13:34:13 2023 -0500 🎨 Lowercase method / data member names (#25914) commit e45eddfd6c4008d82b3aefe4764793b0669dc60a Author: Scott Lahteine <[email protected]> Date: Fri Jun 2 12:46:23 2023 -0500 🔨 Fix pins debugging for Simulator commit 500415955051a3295756668b3aae3c383bc1b4bf Author: alextrical <[email protected]> Date: Fri Jun 2 17:32:43 2023 +0100 🔨 Clarify env error (#25915) commit d9659d3177ff3ffd3530fac2db850a5384b67af9 Author: Scott Lahteine <[email protected]> Date: Thu Jun 1 22:58:17 2023 -0500 📝 M122 comment commit 2de2185d970ce63dab078bfdd7eb9e49a64a39c2 Author: thinkyhead <[email protected]> Date: Fri Jun 2 01:38:48 2023 +0000 [cron] Bump distribution date (2023-06-02) commit 49134a9467f79037cc6ea643b8ac9634e5f7eb36 Author: I3DBeeTech <[email protected]> Date: Fri Jun 2 04:58:34 2023 +0530 🔧 Update LCD with NeoPixel Contrast (#25893) commit 6044cb99559e0bb29a697f346fd1507c59ffbba5 Author: Scott Lahteine <[email protected]> Date: Thu Jun 1 17:39:08 2023 -0500 🌐 Remove unused strings commit ded810cebfbde80ebbb64afe1f4fd277c94e12f1 Author: EvilGremlin <[email protected]> Date: Fri Jun 2 01:35:42 2023 +0300 🌐 Update Russian translation (#25840) commit 9e0dcd4a2b6d0262ee2b09170aff0c1f21d9175e Author: Scott Lahteine <[email protected]> Date: Thu Jun 1 16:53:02 2023 -0500 🧑💻 ExtUI::onLevelingStart/Done for all leveling (#25913) commit ad23b8c559d55bfbc81d077a129c256c9ef9a585 Author: Scott Lahteine <[email protected]> Date: Thu Jun 1 14:54:23 2023 -0500 🚸 Probe Wizard display fix commit 3999d67e514c1e752128df2a6dc80ec0579ee504 Author: Keith Bennett <[email protected]> Date: Thu Jun 1 12:44:19 2023 -0700 🔧 Default has Heated Bed (#25895) Co-authored-by: Scott Lahteine <[email protected]> commit 67f0d6ae5ea89fe1cdfc7ac4b25ea2947df1772b Author: thinkyhead <[email protected]> Date: Tue May 30 00:33:07 2023 +0000 [cron] Bump distribution date (2023-05-30) commit 47616c7dfa7f3f7fddd8fa8d207929d65d2291a6 Author: Scott Lahteine <[email protected]> Date: Mon May 29 19:00:09 2023 -0500 🔨 Install 'heatshrink' if needed (#25896) commit d926d4dea413f70303ae38a74bc627aaaf21d97e Author: DejitaruJin <[email protected]> Date: Sun May 28 21:22:00 2023 -0400 🩹 Fix and improve GT2560 pins (#25890) Co-authored-by: Scott Lahteine <[email protected]> commit b4ba3dd7f37a6214ed8a3e62f45f9d2aac3917c9 Author: thinkyhead <[email protected]> Date: Mon May 29 00:21:30 2023 +0000 [cron] Bump distribution date (2023-05-29) commit 0b4500155e8c61aecf41090b41f34a3452593b78 Author: Keith Bennett <[email protected]> Date: Sun May 28 13:24:45 2023 -0700 🩹 Update KEDI / GODI LCD_PINS_EN pin (#25886) commit ef93b401c38eb1748721be74c9fdbae77f375792 Author: thinkyhead <[email protected]> Date: Sat May 27 00:22:42 2023 +0000 [cron] Bump distribution date (2023-05-27) commit 154e48ba22ceedb01e9058a7f8da9457a445ee19 Author: Scott Lahteine <[email protected]> Date: Fri May 26 18:54:50 2023 -0500 🎨 Misc. spacing commit f73fe76b6c5f9088222265e47494611e9d8bc379 Author: Scott Lahteine <[email protected]> Date: Fri May 26 17:50:42 2023 -0500 🌐 Language export to CSV commit d20ce5ff0a4d45e2ac7091832c86d4441f0356a9 Author: thinkyhead <[email protected]> Date: Fri May 26 00:21:31 2023 +0000 [cron] Bump distribution date (2023-05-26) commit a3eace117ced5ad72227046465a6d878f66261d9 Author: EvilGremlin <[email protected]> Date: Thu May 25 10:32:04 2023 +0300 🧑💻 Improve missing translations script (#25841) Co-authored-by: Scott Lahteine <[email protected]> commit 772e19aab988b5d6466bdf2e8948c8c7eee3cafd Author: Scott Lahteine <[email protected]> Date: Wed May 24 22:10:40 2023 -0500 ✨ EP_BABYSTEPPING (#25869) commit 1a4e208c6901cf3727940e98f12748aa14a52f5d Author: Scott Lahteine <[email protected]> Date: Wed May 24 21:22:54 2023 -0500 🩹 Fix card.ls call (in easythreed_ui) Fix regression in #24679 commit e2a724990762dab554ce5bab092327eb604d3d83 Author: thinkyhead <[email protected]> Date: Thu May 25 00:20:08 2023 +0000 [cron] Bump distribution date (2…
ernisv
pushed a commit
to ernisv/Marlin
that referenced
this pull request
Nov 23, 2023
DerAndere1
pushed a commit
to DerAndere1/Marlin
that referenced
this pull request
Apr 24, 2024
xl0e
added a commit
to xl0e/Marlin-BluePill
that referenced
this pull request
Nov 11, 2024
* 🧑💻 Preheat menu improvements (MarlinFirmware#24017) Co-authored-by: Scott Lahteine <[email protected]> * 🌐 Update Russian language (MarlinFirmware#23978) * 🌐 Update Chinese language (MarlinFirmware#23865) * ✨ Add M3426 A<addr> parameter (MarlinFirmware#24130) Co-authored-by: Scott Lahteine <[email protected]> * 🧑💻 Define isr_float_t to assert a non-FPU float (MarlinFirmware#23969) Co-authored-by: Scott Lahteine <[email protected]> * 💥 Rename ExtUI settings methods * ♻️ Refactor and fix ABL Bilinear (MarlinFirmware#23868, MarlinFirmware#24009, MarlinFirmware#24107) * 🐛 Fix PID edit menu for Bed, Chamber (MarlinFirmware#23987) * 🔧 Sanity-check SWITCHING_TOOLHEAD_X_POS (MarlinFirmware#23985) * ✏️ Fix FYSETC Mini Panel neopixel type (MarlinFirmware#24011, MarlinFirmware#24111) * 🌐 Update Italian language (MarlinFirmware#24019) * 🐛 Update M913, M914 report Followup to MarlinFirmware#11248, MarlinFirmware#11249, MarlinFirmware#23400 * 🎨 Use LEDColor default C-CTOR * 🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC (MarlinFirmware#24066) * 🩹 Fix DEBUG_CARDREADER (MarlinFirmware#24023) * 🩹 Fix ADVANCED_PAUSE_RESUME_PRIME check Fixes MarlinFirmware#23824 * 🐛 Fix ProUI / JyersUI leveling preheat (MarlinFirmware#24060, MarlinFirmware#24064) Co-Authored-By: Scott Lahteine <[email protected]> * 🧑💻 Handle PLR in manage_media * 🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP Fixes MarlinFirmware#24007 Followup to aaf5bf0 * 🚸 More ExtUI events for ABL / UBL * ⚰️ Clean up dead option (MarlinFirmware#24006) * ♻️ Consolidate DGUSScreenHandler class (MarlinFirmware#24067) * 📝 Obsolete freeze comment (MarlinFirmware#23964) Followup to MarlinFirmware#23944 * 🔧 Move LASER_COOLANT_FLOW_METER to LASER_FEATURE * 🎨 Tweak NEOPIXEL_LED format (MarlinFirmware#24110) * ✏️Fix Markforged endstops/G38 (MarlinFirmware#24141) * 📌 Use ESP3DLib master branch (MarlinFirmware#24140) * 🔧 Fix Neo RGB sanity check (MarlinFirmware#24146) * 🩹 Fix Fan Tail Speed Init (MarlinFirmware#24076) Co-authored-by: Scott Lahteine <[email protected]> * 🔨 OpenOCD Debug for VSCode * ✏️ Fix spurious UTF * 📌 Define RAMPS_SMART EXP headers, AZSMZ_12864 See MarlinFirmware#23501 * 🧑💻 Clarify acceleration factor * 🩹 Fix accel dividend * 🔨 Fix g++ locator for CI * 🧑💻 General and Axis-based bitfield flags (MarlinFirmware#23989) * 🩹 Fix ProUI leveling start message * 🧑💻 Misc. LCD cleanup * ✨ Creality CR-10 SmartPro (MarlinFirmware#24151) Co-authored-by: Scott Lahteine <[email protected]> * ✨ Add BOARD_CREALITY_V24S1_301F4 Co-Authored-By: Miguel Risco-Castillo <[email protected]> * 🔧 AVR/DUE Serial Port pin conflict checks (MarlinFirmware#24148) Co-authored-by: Scott Lahteine <[email protected]> * 🎨 Clean up warnings / extra check (MarlinFirmware#24163) * 🚚 Move speed_lookuptable.h * 🎨 Nextion cleanup * 🔨 BTT Octopus ST-Link programming/debugging * 🐛 Fix Mightyboard LED pin, fan override (MarlinFirmware#24168) * 🔧 Allow board & probe dummy thermistors (MarlinFirmware#24165) * 🐛 Fix AIR_ASSIST (MarlinFirmware#24162) * 🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (MarlinFirmware#24147) * 🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround * 🚸 DWIN/DACAI for Creality 4.2.3 (MarlinFirmware#24132) * 🩹 Run TMC test last in setup (MarlinFirmware#24160) * 🎨 HAL_MinSerial.* => MinSerial.* * 🐛 Fix Due cli/sei (MarlinFirmware#24182) Followup to MarlinFirmware#23357 * 🩹 Suppress ZERO() warning (MarlinFirmware#24178) * 🩹 Fix MarlinUI allow-cold-extrude (MarlinFirmware#24176) Co-authored-by: Scott Lahteine <[email protected]> * 🚸 ProUI APRIL2022 updates (MarlinFirmware#24084) * 🔨 Use PlatformIO Core 6.0 Dev for CI (MarlinFirmware#24194) * 🔨 Require PIO >= 6.0.1 (MarlinFirmware#24205) * 🐛 Fix FTDI_EVE_TOUCH_UI reboot loop (MarlinFirmware#24195) * 🐛 Fix Polargraph G92 command (MarlinFirmware#24223) * 🐛 Fix FLSUN Hispeed FIL_RUNOUT_PIN, MKS Robin Mini TFT pins (MarlinFirmware#24204) * ♻️ Common Bed Leveling object name, accessors (MarlinFirmware#24214) * 🩹 Fix const warning * 🐛 Fix SEGMENT_LEVELED_MOVES with UBL * 👔 Move GitHub templates, update README (MarlinFirmware#24199) * 🔨 Move, tweak maple envs * 🔨 Fix mfprep string test * 📝 Add logo, helpful links to README (MarlinFirmware#24226) * 🎨 Minor HAL cleanup * 🐛 Fix Leveling apply/unapply (MarlinFirmware#24188) Co-authored-by: Scott Lahteine <[email protected]> * 🎨 Add EXP1/2 headers, adjust TFT pins (MarlinFirmware#24230) * 📌 Use MarlinSimUI/bugfix-2.0.x (MarlinFirmware#24232) * 🎨 Remove MKS custom pins, TinyBee cleanup (MarlinFirmware#24186) * ✏️ Fix some motherboard checks (MarlinFirmware#24238) * 🔨 Add src_filter for I2C_AMMETER (MarlinFirmware#24242) * 🎨 Combine serial echos * 📝 Fix Mightyboard MOSFET comments (MarlinFirmware#24183) * 🎨 Misc. boards/pins cleanup * 🎨 Use pos.set method * 🩹 Fix G60/G61 debug code (MarlinFirmware#24231) * 🐛 Fix M203 report * 🐛 Fix min/max temp evaluation Fixes MarlinFirmware#24257 * 🔧 Bed/Chamber PID Autotune menus Derived from MarlinFirmware#23983 * 📝 Refer to 'PROGMEM' as 'flash' * 🐛 Fix Tool Change priming (MarlinFirmware#21142) * ✨ SOUND_ON_DEFAULT option (MarlinFirmware#24102) * ⚗️ Temperature Model Predictive Control (MarlinFirmware#23751) * ✨ Autoreport Redundant Sensor option (MarlinFirmware#24014) * 🐛 Fix Bed/Chamber PID Autotune with MPCTEMP (MarlinFirmware#23983) * 🚸 Improve MPC tuning, add menu items (MarlinFirmware#23984, MarlinFirmware#24018, MarlinFirmware#24049, MarlinFirmware#24059) * 🐛 Update German language, Fix FTDI (MarlinFirmware#24047, MarlinFirmware#24048, MarlinFirmware#24227) * ✨ DOGM Display Sleep (MarlinFirmware#23992) Co-authored-by: borland1 <[email protected]> * 🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (MarlinFirmware#24170) * ♻️ Move watchdog to MarlinHAL * ✨ Laser Safety Timeout (MarlinFirmware#24189) * ♻️ Apply F() to more LCD code (MarlinFirmware#24228) * 🩹 Adjust manage_media for slow/late media init (USB FD) (MarlinFirmware#24015) * 🚸 Change M201 G to S * 👔 Configs required to submit a Bug Report (MarlinFirmware#24256) * 🚩 MPC update (MarlinFirmware#24253) * 📌 Tenlog PSU pin (MarlinFirmware#24266) * 🚸 Custom Menu Items for JyersUI (MarlinFirmware#24270) * ✨ BigTreeTech SKR3 - STM32H743 (MarlinFirmware#24271, MarlinFirmware#24272, MarlinFirmware#24275) Co-Authored-By: Alan.Ma <[email protected]> * 🐛 Init Stepper SPI before PSU Control (MarlinFirmware#24269) * Use default null args in select_screen * ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (MarlinFirmware#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> * 🧑💻 Extend LCD string substitution (MarlinFirmware#24278) * 💥 Num Axes / Multi-Stepper based on Driver Types (MarlinFirmware#24106, MarlinFirmware#24120) * 🎨 Fix spelling, whitespace * 🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING * 👔 Remove actions from misc. branch * 🔖 Marlin 2.0.9.4 * 🚸 ProUI G-code preview, PID plot (MarlinFirmware#24282) * 👔 Fix and comment use_example_configs * 🩹 Media Change followup (MarlinFirmware#24302) Followup to MarlinFirmware#24015 * 🩹 Fix Mesh Leveling + Debug compile (MarlinFirmware#24297) * 🧑💻 Remove servo macros * 🧑💻 Misc. servo code cleanup * 🩹 Fix ProUI compile (MarlinFirmware#24310) Co-authored-by: Scott Lahteine <[email protected]> * 🐛 Fix JGAurora A5S A1 build (MarlinFirmware#24326) * 🩹 Fix missing ProUI cpp wrapper (MarlinFirmware#24313) * 🧑💻 Apply F() to some LCD / TFT strings Followup to MarlinFirmware#24228 * 🌐 Fix LCD string, typos (MarlinFirmware#24324) * 👷 CI test without src filter (emulate Arduino) (MarlinFirmware#24335) * 👷 Use Biqu BX for CI test (MarlinFirmware#24331) * 🧑💻 MAP macro for axis lists, etc. (MarlinFirmware#24191) * ⚡️ PWM for ESP32 I2S expander (MarlinFirmware#24193) * 🎨 Fix comments, formatting * 🧑💻 Fix STATIC_ITEM_N arg order * 🎨 Use MAP for home axis items * 🎨 Simplify move menus with substitution * 🚑️ Fix SD mount bug (MarlinFirmware#24319) Co-authored-by: Scott Lahteine <[email protected]> * 🩹 LCD strings followup, fix warning (MarlinFirmware#24328) * 🐛 Fix M423 invocation (MarlinFirmware#24360) Followup to MarlinFirmware#23745 * 🚑️ Fix BIQU BX touch freeze (MarlinFirmware#24383) * 🩹 Fix DGUS (MKS) compile (MarlinFirmware#24378) * ✨ Classic UI BIQU BX (MarlinFirmware#24387) * 🐛 Fix Lerdge build / encrypt (MarlinFirmware#24391) Co-authored-by: Scott Lahteine <[email protected]> * 🐛 Fix G2/G3 Arcs stutter / JD speed (MarlinFirmware#24362) * 🐛 Resolve DUE Servo pulse issue (MarlinFirmware#24305) Co-authored-by: sjasonsmith <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> * 🌐 Drop unused delta strings * 🩹 Fix LCD contrast with K8800 board * 🌐 Update Slovak language (MarlinFirmware#24397) * 🌐 Update Italian language (MarlinFirmware#24398) * 📝 Add STM32F4 example, Ruby (MarlinFirmware#24399) * 🐛 Fix Manual Move axis selection (MarlinFirmware#24404) * 🎨 Misc. shorthand operators * 📝 Note about UBL bad splits * 🐛 Fix MAX31865 PT1000 normalization (MarlinFirmware#24407) Co-authored-by: Scott Lahteine <[email protected]> * 🐛 Fix Axis Homing (MarlinFirmware#24425) Followup to 4520a51 * 🩹 Fix memset block warning * 🐛 Fix M149 (MarlinFirmware#24430) * 🩹 Remove obsolete split_move * 🩹 Remove poison wchar_t macro * 🩹 Fix MKS TinyBee ADC Vref (MarlinFirmware#24432) * 🚸 MPCTEMP: Home before cooling (MarlinFirmware#24434) * Fix SDIO for STM32 Followup to MarlinFirmware#24271 * 🎨 ANY => EITHER * 🔨 Fix Warnings.cpp force-recompile * 🐛 Fix 2d mesh print (MarlinFirmware#24536) * 🎨 Clean up extra axes Followup to MarlinFirmware#24120 * 🐛 Fix SDIO for STM32 (MarlinFirmware#24470) Followup to MarlinFirmware#24271 * 🩹 Fix some parameters w/out values (MarlinFirmware#24051) * 📝 Index Mobo Rev03 => Opulo Lumen Rev3 * ✨ BigTreeTech SKR SE BX V3.0 (MarlinFirmware#24449) SKR SE BX V3.0 removes the Reverse Driver Protection feature. * ✨ Creality3D v4.2.5 / CR200B (MarlinFirmware#24491) * ✨ eMotion-Tech eMotronic (Micro-Delta rework) (MarlinFirmware#24488) * ✨ MKS Monster8 V2 (MarlinFirmware#24483) * 🚸 Arrange EXP pins in common order (MarlinFirmware#24525) * 🔧 Config parity with 2.1.x * 🐛 Fix types.h macros and fields Fixes MarlinFirmware#24419 * 🚨 Fix some compiler warnings * ♻️ More updates for multi-axis Based on MarlinFirmware#23112 Co-Authored-By: Scott Lahteine <[email protected]> * 🎨 Minimize block->steps.set * 🔨 BTT STM32G0B1RE xfer build (MarlinFirmware#24245) * ⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (MarlinFirmware#24220) Co-Authored-By: Robby Candra <[email protected]> Co-Authored-By: ellensp <[email protected]> * ♻️ Planner flags refactor * ♻️ reset_acceleration_rates => refresh_… * 🔨 Fix OpenBLT encode; no-bootloader envs (MarlinFirmware#24446) * 🐛 Fix MKS TinyBee compile (MarlinFirmware#24454) * 🔨 Disable stack protector on macOS simulator (MarlinFirmware#24443) * ♻️ Encapsulate PID in class (MarlinFirmware#24389) * 🔨 PlatformIO "--target upload" == "--target exec" * 🔨 Fix firmware upload (MarlinFirmware#24499) * ♻️ More updates for multi-axis * 🏗️ Axis name arrays Co-Authored-By: DerAndere <[email protected]> * 💥 Update Motor Current G-codes for extra axes (MarlinFirmware#23975) * 🧑💻 Forward-compatible axis strings * 🎨 Fix/adjust warnings (MarlinFirmware#24225, MarlinFirmware#24404) * 💥 More M306 M => M306 H (MarlinFirmware#24258) Followup to MarlinFirmware#24253 * ⚡️ Fix and improve Inline Laser Power (MarlinFirmware#22690) * 🩹 Fix LCD_BACKLIGHT_TIMEOUT compile (MarlinFirmware#24463) * 🔨 Fix and update Makefile Followup to 89fe5f6 * 🔨 Fix Warnings.cpp force-recompile * ✨ Polargraph M665 settings (MarlinFirmware#24401) * 🔨 Add mftest --default flag * 🎨 Clean up extra axes Followup to MarlinFirmware#24120 * 📝 Update Driver Type comments * 📝 Update MPCTEMP G-Code M306 T (MarlinFirmware#24535) M306 simply reports current values. M306 T starts autotune process. * 📺 Fix TFT Classic UI non-Touchscreen 1024x600 (MarlinFirmware#24541) * 🎨 PIO scripts cleanup * 🔨 Update build/CI scripts * 🩹 Fix lcd_preheat compile * 🧑💻 Update planner/stepper includes * 🌐 Update German language (MarlinFirmware#24555) * Fix axis string 'N' (MarlinFirmware#24259) Followup to 167672d * 🏗️ Extend AXIS_CHAR to include E Co-Authored-By: DerAndere <[email protected]> * 🩹 Fix manual move titles (MarlinFirmware#24518) * 🩹 Fix MAX31865 approximations Followup to MarlinFirmware#24407 * 🎨 Misc. 'else' cleanup * 🐛 Fix Archim2 USB Hang (MarlinFirmware#24314) * 🚸 Fix and update ProUI (MarlinFirmware#24477) * 🩹 Fix MKS UI extruder speed (MarlinFirmware#24476) * 🚸 Better M350, M114 with more axes (MarlinFirmware#23986) Co-authored-by: Scott Lahteine <[email protected]> * 🩹 Fix TFT image packing * 🐛 Fix laser/fan sync (MarlinFirmware#24460) Followup to MarlinFirmware#22690, 307dfb1 * 🩹 Fix ST7565 LCD contrast init (MarlinFirmware#24457) * 🎨 Fix comments, formatting * 🩹 Fix safe homing sanity-check (MarlinFirmware#24462) * 🎨 Misc. 6-axis cleanup * 🐛 Fix BACKLASH_COMPENSATION compile (MarlinFirmware#24072) Followup to MarlinFirmware#23826 * 🔧 Assert Probe Temp Comp requirements (MarlinFirmware#24468) * 🩹 Apply linearval in M600 * 🩹 Fix G33 Delta Sensorless Probing compile (MarlinFirmware#24291) * 🩹 Fix G60/G61 debug code (MarlinFirmware#24231) * 🧑💻 Fix MAP macro use Followup to MarlinFirmware#24191 * 🚸 Machine-relative Z_STEPPER_ALIGN_XY (MarlinFirmware#24261) Co-authored-by: Scott Lahteine <[email protected]> * 📝 Update board MCU comments (MarlinFirmware#24486) * 📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 (MarlinFirmware#24521) * 🧑💻 Add Sim debug with lldb * 🧑💻 Fix and improve build_all_examples * 🩹 Revert extra axis changes * ⚡️ Optimize G2-G3 Arcs (MarlinFirmware#24366) * ⚡️ Optimize Planner calculations (MarlinFirmware#24484, MarlinFirmware#24509) * Updates from MarlinFirmware#24560 * ♻️ Small sound / buzz refactor (MarlinFirmware#24520) * 🚸 Fix, update ProUI (MarlinFirmware#24251, MarlinFirmware#24473, MarlinFirmware#24500) * 🧑💻 Axis macros parity with 2.1.x * 🧑💻 Further script updates * 🚑️ Fix XYZEval = N not setting E * 🔖 Marlin 2.0.9.5 * 🐛 Fix recalculate_max_e_jerk * 🩹 Add missing FORCE_SOFT_SPI (MarlinFirmware#24940) * 🧑💻 Update Python indentation * 🔨 Newer PlatformIO support * 🔨 Fix thread-unsafe deque iteration * 🔨 Use 'build_src_filter' * 🐛 Fix G2/G3 limiting_speed (MarlinFirmware#25988) * 🔨 [2.0.9.7] Use older chitu_crypt.py --------- Co-authored-by: Keith Bennett <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: ellensp <[email protected]> Co-authored-by: LPRtypeCN <[email protected]> Co-authored-by: Stephen Hawes <[email protected]> Co-authored-by: Scott Lahteine <[email protected]> Co-authored-by: John Robertson <[email protected]> Co-authored-by: tombrazier <[email protected]> Co-authored-by: Giuliano Zaro <[email protected]> Co-authored-by: Robby Candra <[email protected]> Co-authored-by: Mike La Spina <[email protected]> Co-authored-by: InsanityAutomation <[email protected]> Co-authored-by: Miguel Risco-Castillo <[email protected]> Co-authored-by: Roxy-3D <[email protected]> Co-authored-by: grauerfuchs <[email protected]> Co-authored-by: Dominic <[email protected]> Co-authored-by: Marcio T <[email protected]> Co-authored-by: Oliver Jean Eifler <[email protected]> Co-authored-by: Ivan Kravets <[email protected]> Co-authored-by: Arthur Masson <[email protected]> Co-authored-by: Simon Pilepich <[email protected]> Co-authored-by: Robert Brenckman <[email protected]> Co-authored-by: Pauli Jokela <[email protected]> Co-authored-by: Ludy <[email protected]> Co-authored-by: borland1 <[email protected]> Co-authored-by: ledzepman71 <[email protected]> Co-authored-by: bryan065 <[email protected]> Co-authored-by: BIGTREETECH <[email protected]> Co-authored-by: Alan.Ma <[email protected]> Co-authored-by: Tanguy Pruvot <[email protected]> Co-authored-by: lujios <[email protected]> Co-authored-by: Steven Haigh <[email protected]> Co-authored-by: luzpaz <[email protected]> Co-authored-by: Victor Oliveira <[email protected]> Co-authored-by: Bob Kuhn <[email protected]> Co-authored-by: sjasonsmith <[email protected]> Co-authored-by: sgparry <[email protected]> Co-authored-by: Roman Moravčík <[email protected]> Co-authored-by: Shlee <[email protected]> Co-authored-by: John Lagonikas <[email protected]> Co-authored-by: Moonglow <[email protected]> Co-authored-by: DerAndere <[email protected]> Co-authored-by: Christophe Huriaux <[email protected]> Co-authored-by: elimisback <[email protected]> Co-authored-by: EvilGremlin <[email protected]> Co-authored-by: Eduard Sukharev <[email protected]> Co-authored-by: GHGiampy <[email protected]> Co-authored-by: Jason Smith <[email protected]> Co-authored-by: kisslorand <[email protected]> Co-authored-by: toomuchwonder <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As reported by @wczrui in #25978