Multiple pin conflict fixes for AVR 644 and 1284 chips#23629
Multiple pin conflict fixes for AVR 644 and 1284 chips#23629thinkyhead merged 4 commits intoMarlinFirmware:bugfix-2.0.xfrom
Conversation
8936078 to
5a7e9f3
Compare
|
Looks like this PR was begun with an older commit. I have merged bugfix into it to reduce it only to the actual changes. I've left in a single difference, using the macros for the timer 0 case, which is on the one hand cosmetic, but also implies that the code would be more or less the same without treating timer 0 as a special case. Also… Rebased and squashed. |
Co-Authored-By: Mike La Spina <mike.laspina@shaw.ca>
a97a806 to
0e3e266
Compare
|
I can check the datasheet, but remind me why the #ifdef TCCR0A
case TIMER0B: // Protected timer, but allow setting the duty cycle on OCR0B for pin D4 only
return Timer({ { &TCCR0A, nullptr, nullptr }, { (uint16_t*)&OCR0B, nullptr, nullptr }, nullptr, 0, 0, true, true });
#endif |
We only used the bool flags in the original code. The q was ignored. |
|
Ok, some additional testing is in order, thanks for the review and sorry about the missed upstream sync. |
0866ef6 to
ab770ba
Compare
ab770ba to
97b59f1
Compare
|
Passed quality checks, full 2+ hour print performed. |
…btt-octopus-1_1-btt-mini-12864 * bugfix-2.0.x: (1537 commits) [cron] Bump distribution date (2022-02-02) 🚸 Case Light, LED menus for E3V2 DWIN Enhanced UI (MarlinFirmware#23590) 🔧 Board temp sensor check 🐛 Fix M852 report (MarlinFirmware#23660) [cron] Bump distribution date (2022-02-01) 🐛 Fix EZBoard V2 Environment for OpenBLT (MarlinFirmware#23659) [cron] Bump distribution date (2022-01-30) 🐛 Fix FYSETC S6, S6 V2 Serial RX pins (MarlinFirmware#23642) 🐛 Fix AVR 644/1284 Timer / PWM conflicts (MarlinFirmware#23629) 🐛 Fix EZBoard V2 timer conflict (MarlinFirmware#23648) [cron] Bump distribution date (2022-01-28) 🧑💻 Simplify Fast PWM timer macros [cron] Bump distribution date (2022-01-27) 🐛 Fix SPI DMA and default mode (MarlinFirmware#23627) 📝 Update Creality 4.2.2 driver warning 🚸 Better "Bed Tramming Done" dialog (MarlinFirmware#23616) [cron] Bump distribution date (2022-01-26) ✨ BOARD_CREALITY_V24S1_301 (MarlinFirmware#23620) ✅ FYSETC TFT81050 CI Test (MarlinFirmware#23604) ✏️ Fix MKS enum ... # Conflicts: # Marlin/Configuration.h
* 🐛 Fix Artillery Ruby (startup code, build flags) (MarlinFirmware#23446) * 🎨 Misc. cleanup, comments * 📺 Tune ULTI_CONTROLLER encoder, enable PCA9632 (MarlinFirmware#23461) * 🌐 Localize E3V2 Enhanced UI (MarlinFirmware#23424) * 📌 LCD_FOR_MELZI for BTT E3 RRF (MarlinFirmware#23453) * [cron] Bump distribution date (2022-01-07) * [cron] Bump distribution date (2022-01-08) * 🚸 Do G34 "Z Backoff" at full current * [cron] Bump distribution date (2022-01-09) * 🔨 Get FIRMWARE_BIN from env * ✨ Firmware Upload via Binary Transfer (MarlinFirmware#23462) * 🩹 Reset DWIN CrealityUI print progress on start (MarlinFirmware#23481) * 🐛 Fix EEPROM_INIT_NOW build hash test (MarlinFirmware#23479) * 🚸 BLTouch HS menu item for DWIN Enhanced UI (MarlinFirmware#23480) * 🔨 Rename (not copy) with board_build.rename * 📌 Improve Longer3D fan PWM (MarlinFirmware#23477) * 🌐 Update Slovak language (MarlinFirmware#23475) * 🚑️ Fix preheat target bug Fixes Jyers#1651 * 🌐 Update auto home axis strings * [cron] Bump distribution date (2022-01-10) * 🚸 Include extra axes in position report (MarlinFirmware#23490) * 🧑💻 Fewer string macros * 🎨 Followup to MarlinFirmware#23462 * 🩹 Fix some logical axis usage * 🚸 Wait for cooldown in MarlinUI power-off (MarlinFirmware#23476) * [cron] Bump distribution date (2022-01-11) * 📝 kHz => KHz * 🧑💻 Adjust FastIO AVR timer enums, macros * 🎨 Misc. spindle/laser adjustments * [cron] Bump distribution date (2022-01-12) * 💡 Misc. cleanup, comments * 🧑💻 Move PB0 init for MKS_ROBIN_NANO * 🐛 Fix Arduino build issues (MarlinFirmware#23510) * 🚑️ Fix M105 regression (MarlinFirmware#23505) Fixes MarlinFirmware#23504 * 🐛 Fix SHOW_REMAINING_TIME compile (MarlinFirmware#23503) * 🚸 Fix E3V2 Enhanced UI time labels (MarlinFirmware#23502) * 📝 KHz => kHz (MarlinFirmware#23512) * 🐛 Fix, improve PWM on AVR (MarlinFirmware#23463) * [cron] Bump distribution date (2022-01-13) * [cron] Bump distribution date (2022-01-14) * 🧑💻 Misc. updates for extra axes (MarlinFirmware#23521) * 🩹 Followup to extra axes * 🔨 Set upload_command for CHEETAH v20 (MarlinFirmware#23515) * 🔧 Skip unused axis names * [cron] Bump distribution date (2022-01-15) * [cron] Bump distribution date (2022-01-16) * 🐛 Fix, improve PWM on AVR (MarlinFirmware#23520) * ⚡️ SPI+DMA+interrupt method (STM32 / MKS UI) (MarlinFirmware#23464) * ✨ Z Offset Wizard for TFT_LVGL_UI (English) (MarlinFirmware#23489) * 🩹 Fan speed followup * 💄 MarlinUI+DOGM leveled bed bitmaps (MarlinFirmware#23539) * 🐛 Fix PLR for E3V2 Enhanced UI (MarlinFirmware#23543) * 🐛 Fix Ultimain 2 E-autofan pin mapping (MarlinFirmware#23466) * 🐛 Finish and organize temp sensors (MarlinFirmware#23519) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-01-17) * 🚸 Suppressible pin warnings (MarlinFirmware#23530) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 💄 Improve Ender3 v2 DWIN MarlinUI (MarlinFirmware#23369) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-01-18) * ✨ Long filename open/create/write (MarlinFirmware#23526) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🔨 Suppressible CONFIGURATION_EMBEDDING warning (MarlinFirmware#23545) * 💥 Generalize extra debugging * 🐛 Fix Octopus v1.x probe pin (MarlinFirmware#23548) * 🐛 Fix RAMPS 1.4 Plus EXP headers (MarlinFirmware#23523) * 📌 RAMPS AUX 1-2 headers (MarlinFirmware#23544) * [cron] Bump distribution date (2022-01-19) * 🐛 Fix conditional M81 suicide (MarlinFirmware#23549) * 🎨 Misc. style and cleanup * 🎨 LCD_SCREEN_ROT_* => LCD_SCREEN_ROTATE * 📝 Tweak G26 Q description * 🩹 Fix Robin Nano BOARD_INIT * 🧑💻 Add chmod to mfprep * [cron] Bump distribution date (2022-01-20) * 🩹 BOARD_INIT followup * 🩹 Fix power.h compile (MarlinFirmware#23573) * [cron] Bump distribution date (2022-01-21) * ♻️ Adjust LCD init, contrast default, settings load * 🐛 Fix LCD contrast/brightness init (MarlinFirmware#23567) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🧑💻 Fix up some AUX / EXP pins (MarlinFirmware#23577) * [cron] Bump distribution date (2022-01-22) * 🔨 Creality RCT6 (256K) variants (MarlinFirmware#23599) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🩹 Fix DWIN float debugging (MarlinFirmware#23601) * 🐛 Fix Creality DWIN LCD with SKR Mini E3 V3 (MarlinFirmware#23593) * 🐛 Fix DGUS_Reloaded G-code execution (MarlinFirmware#23592) * ⚡️ Tuned Thermistor 66 (T-D500) (MarlinFirmware#23585) * [cron] Bump distribution date (2022-01-25) * 🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU * ✏️ Fix MKS enum * ✅ FYSETC TFT81050 CI Test (MarlinFirmware#23604) * ✨ BOARD_CREALITY_V24S1_301 (MarlinFirmware#23620) Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> * [cron] Bump distribution date (2022-01-26) * 🚸 Better "Bed Tramming Done" dialog (MarlinFirmware#23616) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 📝 Update Creality 4.2.2 driver warning * 🐛 Fix SPI DMA and default mode (MarlinFirmware#23627) Followup to MarlinFirmware#23464 * [cron] Bump distribution date (2022-01-27) * 🧑💻 Simplify Fast PWM timer macros * [cron] Bump distribution date (2022-01-28) * 🐛 Fix EZBoard V2 timer conflict (MarlinFirmware#23648) * 🐛 Fix AVR 644/1284 Timer / PWM conflicts (MarlinFirmware#23629) * 🐛 Fix FYSETC S6, S6 V2 Serial RX pins (MarlinFirmware#23642) * [cron] Bump distribution date (2022-01-30) * 🐛 Fix EZBoard V2 Environment for OpenBLT (MarlinFirmware#23659) * [cron] Bump distribution date (2022-02-01) * 🐛 Fix M852 report (MarlinFirmware#23660) * 🔧 Board temp sensor check * 🚸 Case Light, LED menus for E3V2 DWIN Enhanced UI (MarlinFirmware#23590) * [cron] Bump distribution date (2022-02-02) * 🐛 Creality v4 cleanup, pin correction (MarlinFirmware#23666) * 🔧 Sanity-check AVR D9 Fan PWM / SPEAKER Timer2 (MarlinFirmware#23672) * [cron] Bump distribution date (2022-02-04) * 💡 Comment variant timers * 🍻 STM32 set_pwm_duty "on/off" for digital pins (MarlinFirmware#23665) * 🐛 Fix RUMBA + MKS Mini12864 Neopixel pin (MarlinFirmware#23646) * 🧑💻 Relocate a variant * ✨ Add ZRIB v53, patch G35 Z drop, related issues (MarlinFirmware#23636) * 📌 Distinct BOARD_CREALITY_V422 (MarlinFirmware#23674) * [cron] Bump distribution date (2022-02-05) * ✨ SAMD51 Bricolemon / Bricolemon Lite boards (MarlinFirmware#23658) * 🐛 Fix Index Mobo Rev03 upload (MarlinFirmware#23676) * 🩹 Init brightness/contrast later (MarlinFirmware#23645) * 🚨 Deprecate Maple build (MarlinFirmware#23661) * 🩹 Prevent Z error with UBL + Park unscaled E move (MarlinFirmware#23568) * 🐛 Fix dual MAX31865 initialization issues (MarlinFirmware#23496) * 🔨 Clean up upload.py (MarlinFirmware#23679) * 🚸 Enhanced UI => Professional UI - with updates (MarlinFirmware#23624) * 🐛 Fix missing u8g_esp32_spi (MarlinFirmware#23562) * [cron] Bump distribution date (2022-02-06) * 🐛 Fix init of delta safe height (for G29, G33, etc.) (MarlinFirmware#23622) * [cron] Bump distribution date (2022-02-07) * 🧑💻 Generic Maple STM32F103RC envs for devs (MarlinFirmware#23686) * 🚨 Cleaner errors for renamed envs (MarlinFirmware#23690) * 🩹 Fix Maple HAL compile errors (MarlinFirmware#23685) * PLR accessors for Ext UI (MarlinFirmware#23687) * [cron] Bump distribution date (2022-02-08) * 🔧 Update MIXING_EXTRUDER sanity checks Fixing MarlinFirmware#23693 * ✨ Optional HOST_STATUS_NOTIFICATIONS (MarlinFirmware#22833) * 🧑💻 Drop hostui.flag * [cron] Bump distribution date (2022-02-09) * 🚸 Restore active tool after ABL G29 (MarlinFirmware#23692) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 Fix, Improve Power-Loss Recovery (MarlinFirmware#22828) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * [cron] Bump distribution date (2022-02-10) * 🐛 Fix XYZEval::set(XY, Z) and (XY, Z, E) (MarlinFirmware#23704) Fix regression in MarlinFirmware#21953 Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🩹 Simplify quick homing feedrate (MarlinFirmware#23714) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🧑💻 Wrap MMU1 pins * ✨ Pxmalion Core i3 (MarlinFirmware#23711) * 🎨 Misc. DGUS cleanup * [cron] Bump distribution date (2022-02-11) * 💥 Change 'M42 M' to 'M42 T' * 🚸 Align MKS UI heated bed status with HAS_MULTI_HOTEND (MarlinFirmware#23718) * ✏️ Fix E3V2 display with BTT SKR Mini E3 v3 (MarlinFirmware#23719) * ✨ More Nozzle Park move options (MarlinFirmware#23158) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-02-12) * 🔧 HAS_LCDPRINT conditional * 📝 Update conditionals descriptions * ♻️ No ui.reinit_lcd on any ExtUI (MarlinFirmware#23722) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-02-14) * 🐛 Fix XATC divide-by-zero (MarlinFirmware#23743) * ♻️ Rename XATC z_values => z_offset * [cron] Bump distribution date (2022-02-16) * 🧑💻 Update MightyBoard FET pins (MarlinFirmware#23728) * [cron] Bump distribution date (2022-02-17) * 🐛 Patch Creality RAMPS FET / FAN pins Improvement for multi-hotend setup by TH3D. * [cron] Bump distribution date (2022-02-18) * 🐛 Fix HAS_TMC26X feature path (MarlinFirmware#23757) * 🚨 Fix TEMP_SENSOR_BOARD warnings (MarlinFirmware#23754) * ✏️ Fix getLFNName parameter (MarlinFirmware#23752) * ♻️ Refactor HAL as singleton (MarlinFirmware#23357) * [cron] Bump distribution date (2022-02-19) * 📌 Creality RAMPS optional SD_DETECT_PIN (MarlinFirmware#23740) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * ⚡️ Apply PTC on all probing (MarlinFirmware#23764) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 📝 Update Toolchange FS comments * ✨ Dyze Design PT100 Amplifier Board (MarlinFirmware#23760) * 🔧 Warning for MK3_FAN_PINS (MarlinFirmware#23727) * 🔨 Workspace file with recommendation * 🐛 Fix TMC26X CS pins init (MarlinFirmware#23778) * 🐛 Ibid. * [cron] Bump distribution date (2022-02-22) * 🔨 More renamed.ini envs (MarlinFirmware#23786) * [cron] Bump distribution date (2022-02-23) * 🎨 Move PROPORTIONAL_FONT_RATIO * [cron] Bump distribution date (2022-02-25) * 🐛 Fix steps-to-mm with backlash (MarlinFirmware#23814) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🐛 ESP32 _delay_ms, fix u8g_esp32_spi.cpp (MarlinFirmware#23810) * ✨ MKS Robin Nano 3.1 (MarlinFirmware#23795) * 📺 BTT SKR Mini E3 with Fysetc V2.1 / MKS V3 / BTT V1 Mini 12864 (MarlinFirmware#23793) * 🔧 SHOW_CUSTOM_BOOTSCREEN sanity-check (MarlinFirmware#23807) * ✨ LCD Backlight Timer (MarlinFirmware#23768) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-02-27) * ✨ M21 P / S / U - Select Volume (MarlinFirmware#23780) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * [cron] Bump distribution date (2022-02-28) * 🌐 Update German language (MarlinFirmware#23832) * 🔨 Fix 'renamed' env (platform = ststm32) (MarlinFirmware#23831) * 🐛 Fix backlash applied steps when config changes (MarlinFirmware#23826) Followup to MarlinFirmware#23814 * 🚨 Fix BLTouch 5V pin tolerance checks (MarlinFirmware#23823) * ⚡️ E3V2 blank bg for S1 compatibility (MarlinFirmware#23822) * ✨ Weedo 62A Tina2 / Monoprice Cadet (MarlinFirmware#23817) * [cron] Bump distribution date (2022-03-02) * 🐛 Fix M_State_grbl when G29 calls G28 * 🚸 Universal X_AXIS_TWIST_COMPENSATION (MarlinFirmware#23828) * 🚸 Use Z_STEPPER_ALIGN_STEPPER_XY to enable * ⚡️ Use seen_test in `M422` * [cron] Bump distribution date (2022-03-03) * 🚸 12345.6 num-to-string * 🩹 Improve and apply XATC reset() (MarlinFirmware#23840) * 🐛 Emergency Parser with STM32 Mass Storage (MarlinFirmware#23827) * 🔧 Mark Thermal Variance Monitor EXPERIMENTAL * ✏️ num-to-string followup * [cron] Bump distribution date (2022-03-05) * 🚸 TH3D EZBoard V2 TMC slave addresses (MarlinFirmware#23857) * 🚸 Improve M422 error messages * 🩹 Fix 'hdsl' warning * [cron] Bump distribution date (2022-03-11) * 🔧 DWIN_CREALITY_LCD_ENHANCED => DWIN_LCD_PROUI Followup to MarlinFirmware#23624 * 📝 Update laser/spindle docs link (MarlinFirmware#23886) * 🐛 Fix UI include Followup to ~2 * fix g29 (MarlinFirmware#23887) * 🚸 Update Ender3 V2/S1 Pro UI (MarlinFirmware#23878) * 🐛 Restore STM32 / STM32F1 12-bit ADC (MarlinFirmware#23871) * 🚸 Fix, extend X Axis Twist Compensation (MarlinFirmware#23745) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 📌 Fix, extend Index Rev03 Mobo (MarlinFirmware#23851) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 M401 H - Report BLTouch HS State (MarlinFirmware#23724) * 🧑💻 STM32G0Bx : Use PLLQ for USB clock (MarlinFirmware#23870) * [cron] Bump distribution date (2022-03-12) * 🧑💻 Add ExtUI::onLevelingDone, match DWIN to ExtUI * 🐛 Fix UBL 'G29 Q1' bug * 🌐 Fix, add some menu labels (MarlinFirmware#23895) * 🧑💻 Add standard BUZZ types * 🩹 Fix FSTR / PSTR usage * 🐛 Fix Chiron new TFT SD print after reset (MarlinFirmware#23855) * 🔨 Drop extraneous build flag (MarlinFirmware#23862) * [cron] Bump distribution date (2022-03-13) * ⚡️ G12 - Only require used axes to be homed (MarlinFirmware#23422) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 Test LIN_ADVANCE in a pins file * 📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment * 📝 Fix X2_MAX_POS comment (MarlinFirmware#23873) * 🩹 Fix ExtUI build with Host Keepalive disabled (MarlinFirmware#23898) * 🐛 Fix STM32F1 HAL build (MarlinFirmware#23897) Followup to MarlinFirmware#23357 * 🧑💻 Allow DIGIPOT Rsx / Vrefmax override (MarlinFirmware#23885) * 🩹 Fix DWIN E3V2 display issues by allowing re-init (MarlinFirmware#23879) * [cron] Bump distribution date (2022-03-14) * 🐛 MKS TinyBee - 2.5V ADC Vref (MarlinFirmware#23903) * [cron] Bump distribution date (2022-03-18) * 🩹 Fix redundant var declaration (MarlinFirmware#23913) * ⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (MarlinFirmware#23867) * 🩹 Fix xatc EEPROM debug (MarlinFirmware#23911) * ✨ ESP32 - Hardware PWM for fan, cutter, servos (MarlinFirmware#23802) * 📌 PandaPi V2.9 – Standalone mode (MarlinFirmware#23908) * [cron] Bump distribution date (2022-03-19) * ✏️ Misc. cleanup * ✨ Encoder button noise filter (MarlinFirmware#23925) * [cron] Bump distribution date (2022-03-21) Co-authored-by: Kyle Hu <kyle.hu.gz@gmail.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> Co-authored-by: Anson Liu <ansonl@users.noreply.github.com> Co-authored-by: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com> Co-authored-by: jdegenstein <jdegenstein@users.noreply.github.com> Co-authored-by: ClockeNessMnstr <locke.dftc@gmail.com> Co-authored-by: Scott Lahteine <github@thinkyhead.com> Co-authored-by: GHGiampy <83699429+GHGiampy@users.noreply.github.com> Co-authored-by: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Co-authored-by: Tanguy Pruvot <tpruvot@users.noreply.github.com> Co-authored-by: Roman Moravčík <roman.moravcik@gmail.com> Co-authored-by: David Ross Smith <5095074+DragRedSim@users.noreply.github.com> Co-authored-by: DerAndere <26200979+DerAndere1@users.noreply.github.com> Co-authored-by: mistic100 <contact@git.strangeplanet.fr> Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com> Co-authored-by: Jim Watson <j-watson@ntlworld.com> Co-authored-by: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Co-authored-by: Mike La Spina <mike.laspina@shaw.ca> Co-authored-by: George Fu <nailao_5918@163.com> Co-authored-by: Sola <42537573+solawc@users.noreply.github.com> Co-authored-by: A. Herlas <45262264+protektwar@users.noreply.github.com> Co-authored-by: Taylor Talkington <taylor.talkington@gmail.com> Co-authored-by: zerkix <97692157+zerkix@users.noreply.github.com> Co-authored-by: John Lagonikas <39417467+zeleps@users.noreply.github.com> Co-authored-by: Salvatore Bramante <salvatore.bramante@yahoo.it> Co-authored-by: Fahad Alduraibi <fadnix@gmail.com> Co-authored-by: DejitaruJin <dejitarujin@gmail.com> Co-authored-by: Lars <lars.moesman@gmail.com> Co-authored-by: Timofey Titovets <nefelim4ag@gmail.com> Co-authored-by: Timothy Hoogland <timothy@hoogland.email> Co-authored-by: Maeyanie <me@maeyanie.com> Co-authored-by: Bob Kuhn <bob.kuhn@att.net> Co-authored-by: Bones <97494397+SidSkiba@users.noreply.github.com> Co-authored-by: Bruno Henrique de Paula <bruno.henriquy@gmail.com> Co-authored-by: Kelroy <karlicio@gmail.com> Co-authored-by: Stephen Hawes <sphawes@gmail.com> Co-authored-by: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Co-authored-by: MOHAMMAD RASIM <mohammad.rasim96@gmail.com> Co-authored-by: Mads Ynddal <5528170+Baekalfen@users.noreply.github.com> Co-authored-by: espr14 <espr14@gmail.com> Co-authored-by: Thomas White <TomW1605@users.noreply.github.com> Co-authored-by: John Robertson <john@cirtech.co.uk> Co-authored-by: Giuseppe499 <giuseppe499@live.it> Co-authored-by: Simon Pilepich <simon.pilepich@gmail.com> Co-authored-by: jefflessard <jefflessard3@gmail.com> Co-authored-by: tombrazier <68918209+tombrazier@users.noreply.github.com> Co-authored-by: sam <8531653+minteyay@users.noreply.github.com> Co-authored-by: M. FURIC Franck <francknos@gmail.com> Co-authored-by: kisslorand <50251547+kisslorand@users.noreply.github.com> Co-authored-by: Ludy <Ludy87@users.noreply.github.com> Co-authored-by: Julien Staub <atsju2@yahoo.fr> Co-authored-by: Jack Wilsdon <jack.wilsdon@gmail.com> Co-authored-by: GatCode <gatcode@wdw.one> Co-authored-by: BIGTREETECH <38851044+bigtreetech@users.noreply.github.com> Co-authored-by: Nick <nick@n-wells.co.uk> Co-authored-by: Mathew Winters <mathew@winters.org.nz> Co-authored-by: Mrnt <github@maurent.com> Co-authored-by: Jelmer van der Stel <steljwagh@users.noreply.github.com> Co-authored-by: Mark <niujl123@sina.com> Co-authored-by: Fredrik Andersson <fredrikandersson@mac.com>
* ✏️ Fix MKS enum * ✅ FYSETC TFT81050 CI Test (MarlinFirmware#23604) * ✨ BOARD_CREALITY_V24S1_301 (MarlinFirmware#23620) Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> * 🚸 Better "Bed Tramming Done" dialog (MarlinFirmware#23616) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 📝 Update Creality 4.2.2 driver warning * 🐛 Fix SPI DMA and default mode (MarlinFirmware#23627) Followup to MarlinFirmware#23464 * 🧑💻 Simplify Fast PWM timer macros * 🐛 Fix AVR 644/1284 Timer / PWM conflicts (MarlinFirmware#23629) * 🐛 Fix FYSETC S6, S6 V2 Serial RX pins (MarlinFirmware#23642) * 🔧 Board temp sensor check * 🔨 Workspace file with recommendation * 🐛 Creality v4 cleanup, pin correction (MarlinFirmware#23666) * 🔧 Sanity-check AVR D9 Fan PWM / SPEAKER Timer2 (MarlinFirmware#23672) * 💡 Comment variant timers * 🍻 STM32 set_pwm_duty "on/off" for digital pins (MarlinFirmware#23665) * 🐛 Fix RUMBA + MKS Mini12864 Neopixel pin (MarlinFirmware#23646) * 🧑💻 Relocate a variant * ✨ Add ZRIB v53, patch G35 Z drop, related issues (MarlinFirmware#23636) * 📌 Distinct BOARD_CREALITY_V422 (MarlinFirmware#23674) * ✨ SAMD51 Bricolemon / Bricolemon Lite boards (MarlinFirmware#23658) * 🐛 Fix Index Mobo Rev03 upload (MarlinFirmware#23676) * 🩹 Init brightness/contrast later (MarlinFirmware#23645) * 🚨 Deprecate Maple build (MarlinFirmware#23661) Update Warnings.cpp * 🩹 Prevent Z error with UBL + Park unscaled E move (MarlinFirmware#23568) * 🐛 Fix dual MAX31865 initialization issues (MarlinFirmware#23496) * 🔨 Clean up upload.py (MarlinFirmware#23679) * 🐛 Fix missing u8g_esp32_spi (MarlinFirmware#23562) * 🐛 Fix init of delta safe height (for G29, G33, etc.) (MarlinFirmware#23622) * 🧑💻 Generic Maple STM32F103RC envs for devs (MarlinFirmware#23686) * 🚨 Cleaner errors for renamed envs (MarlinFirmware#23690) * 🩹 Fix Maple HAL compile errors (MarlinFirmware#23685) * PLR accessors for Ext UI (MarlinFirmware#23687) * 🔧 Update MIXING_EXTRUDER sanity checks Fixing MarlinFirmware#23693 * ✨ Optional HOST_STATUS_NOTIFICATIONS (MarlinFirmware#22833) * 🧑💻 Drop hostui.flag * 🚸 Restore active tool after ABL G29 (MarlinFirmware#23692) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 Fix, Improve Power-Loss Recovery (MarlinFirmware#22828) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🩹 Simplify quick homing feedrate (MarlinFirmware#23714) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🧑💻 Wrap MMU1 pins * ✨ Pxmalion Core i3 (MarlinFirmware#23711) * 🎨 Misc. DGUS cleanup * 💥 Change 'M42 M' to 'M42 T' * 🚸 Align MKS UI heated bed status with HAS_MULTI_HOTEND (MarlinFirmware#23718) * ✏️ Fix E3V2 display with BTT SKR Mini E3 v3 (MarlinFirmware#23719) * 🔧 HAS_LCDPRINT conditional * 📝 Update conditionals descriptions * ♻️ No ui.reinit_lcd on any ExtUI (MarlinFirmware#23722) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * ♻️ Rename XATC z_values => z_offset * 🧑💻 Update MightyBoard FET pins (MarlinFirmware#23728) * 🚨 Fix TEMP_SENSOR_BOARD warnings (MarlinFirmware#23754) * ✏️ Fix getLFNName parameter (MarlinFirmware#23752) * 📌 Creality RAMPS optional SD_DETECT_PIN (MarlinFirmware#23740) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 Case Light, LED menus for E3V2 DWIN Enhanced UI (MarlinFirmware#23590) * 🚸 Enhanced UI => Professional UI - with updates (MarlinFirmware#23624) * ✨ More Nozzle Park move options (MarlinFirmware#23158) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * ♻️ Refactor HAL as singleton (MarlinFirmware#23357, MarlinFirmware#23871, MarlinFirmware#23897) * ⚡️ Apply PTC on all probing (MarlinFirmware#23764) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 📝 Update Toolchange FS comments * ✨ Dyze Design PT100 Amplifier Board (MarlinFirmware#23760) * 🔧 Warning for MK3_FAN_PINS (MarlinFirmware#23727) * 🐛 Fix TMC26X CS pins init (MarlinFirmware#23778) * 🔨 More renamed.ini envs (MarlinFirmware#23786) * 🎨 Move PROPORTIONAL_FONT_RATIO * 🐛 Fix steps-to-mm with backlash (MarlinFirmware#23814) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🐛 ESP32 _delay_ms, fix u8g_esp32_spi.cpp (MarlinFirmware#23810) * ✨ MKS Robin Nano 3.1 (MarlinFirmware#23795) * 📺 BTT SKR Mini E3 with Fysetc V2.1 / MKS V3 / BTT V1 Mini 12864 (MarlinFirmware#23793) * 🔧 SHOW_CUSTOM_BOOTSCREEN sanity-check (MarlinFirmware#23807) * ✨ LCD Backlight Timer (MarlinFirmware#23768) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * ✨ M21 P / S / U - Select Volume (MarlinFirmware#23780) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🌐 Update German language (MarlinFirmware#23832) * 🔨 Fix 'renamed' env (platform = ststm32) (MarlinFirmware#23831) * 🐛 Fix backlash applied steps when config changes (MarlinFirmware#23826) Followup to MarlinFirmware#23814 * 🚨 Fix BLTouch 5V pin tolerance checks (MarlinFirmware#23823) * ⚡️ E3V2 blank bg for S1 compatibility (MarlinFirmware#23822) * ✨ Weedo 62A Tina2 / Monoprice Cadet (MarlinFirmware#23817) * 🐛 Fix M_State_grbl when G29 calls G28 * 🚸 Universal X_AXIS_TWIST_COMPENSATION (MarlinFirmware#23828) * 🚸 Use Z_STEPPER_ALIGN_STEPPER_XY to enable * ⚡️ Use seen_test in `M422` * 🩹 Improve and apply XATC reset() (MarlinFirmware#23840) * 🐛 Emergency Parser with STM32 Mass Storage (MarlinFirmware#23827) * 🔧 Mark Thermal Variance Monitor EXPERIMENTAL * 🚸 Improve M422 error messages * 🩹 Fix 'hdsl' warning * 🔧 DWIN_CREALITY_LCD_ENHANCED => DWIN_LCD_PROUI Followup to MarlinFirmware#23624 * 📝 Update laser/spindle docs link (MarlinFirmware#23886) * 🐛 Fix UI include Followup to ~2 * fix g29 (MarlinFirmware#23887) * 🚸 Update Ender3 V2/S1 Pro UI (MarlinFirmware#23878) * 🚸 Fix, extend X Axis Twist Compensation (MarlinFirmware#23745) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 📌 Fix, extend Index Rev03 Mobo (MarlinFirmware#23851) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 M401 H - Report BLTouch HS State (MarlinFirmware#23724) * 🧑💻 STM32G0Bx : Use PLLQ for USB clock (MarlinFirmware#23870) * 🧑💻 Add ExtUI::onLevelingDone, match DWIN to ExtUI * 🐛 Fix UBL 'G29 Q1' bug * 🌐 Fix, add some menu labels (MarlinFirmware#23895) * 🧑💻 Add standard BUZZ types * 🩹 Fix FSTR / PSTR usage * 🐛 Fix Chiron new TFT SD print after reset (MarlinFirmware#23855) * 🔨 Drop extraneous build flag (MarlinFirmware#23862) * ⚡️ G12 - Only require used axes to be homed (MarlinFirmware#23422) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 Test LIN_ADVANCE in a pins file * 📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment * 📝 Fix X2_MAX_POS comment (MarlinFirmware#23873) * 🩹 Fix ExtUI build with Host Keepalive disabled (MarlinFirmware#23898) * 🧑💻 Allow DIGIPOT Rsx / Vrefmax override (MarlinFirmware#23885) * 🩹 Fix DWIN E3V2 display issues by allowing re-init (MarlinFirmware#23879) * 🐛 MKS TinyBee - 2.5V ADC Vref (MarlinFirmware#23903) * 🩹 Fix redundant var declaration (MarlinFirmware#23913) * ⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (MarlinFirmware#23867) * 🩹 Fix xatc EEPROM debug (MarlinFirmware#23911) * ✨ ESP32 - Hardware PWM for fan, cutter, servos (MarlinFirmware#23802) * 📌 PandaPi V2.9 – Standalone mode (MarlinFirmware#23908) * ✨ Encoder button noise filter (MarlinFirmware#23925) * 🚸 Allow one servo with cutter on RAMPS * 🔨 Allow I2CPE_ENC_n_INVERT set to false * 🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER * 🔧 No Switching Nozzle with MMU2 * 🔧 Sanity-checks for PULLDOWN, SINGLENOZZLE * 🧑💻 Add neo.set_background_color(rgbw) * 🔨 Suppress MMU2 resume_position warning * 🎨 Apply _TERN where possible * 🧑💻 PIO --silent in build_example * 🩹 Fix ADC math overflow * 🔨 Fix 'mftest -s' * 🎨 Clean up tool change with tool sensor * 🧑💻 EXTRUDER_LOOP macro * 🎨 General cleanup, comments * 🧑💻 Improve STATUS_BED_X * 💡 Misc. cleanup, comments * 🩹 Wrap endstop_diag.cpp (MarlinFirmware#23931) * 🌐 Update Ukrainian language (MarlinFirmware#23935) * 📌 Custom cable for Mini 12864 V1 + SKR Mini E3 V3.0 (MarlinFirmware#23936) * ✏️ Encoder noise followup Followup to MarlinFirmware#23925 * 🩹 Print English to serial out * 🐛 Fix status_printf alert level * 🎨 Format, use status macros * 🚸 Clear "heating/cooling" message on temp reached * ✨ STATUS_MESSAGE_TIMEOUT_SEC (MarlinFirmware#23135) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🐛 Fix MMU2 buzz (MarlinFirmware#23943) Followup to 89a9c3a * 🐛 Fix pulldown sanity check * ✨ Configurable FREEZE pin state (MarlinFirmware#23944, MarlinFirmware#23948) Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🔨 Fix Makefile GCC warning (MarlinFirmware#23957) * 🐛 Fix MMU2 buzz (MarlinFirmware#23950) Followup to MarlinFirmware#23943 * 📝 Fix extraneous URL args (MarlinFirmware#24125) * 📝 Replace KB with K in pins * 🐛 Some EEPROM size fixes (MarlinFirmware#24113) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🔨 Use first g++ in path for 'native' targets * 🔨 Prevent build attribute define conflicts * 🔨 Improved mfprep script * 🎨 INI cleanup * ✏️ Fix parking extruder compile (MarlinFirmware#23961) Followup to d3e3e6a * 🐛 Use ADC_VREF for Filament Width ADC Vref (MarlinFirmware#23977) * 🌐 Clean up languages * ✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check (MarlinFirmware#23990) * 🐛 Fix MightyBoard Rev. E EX2, extra MOSFETs (MarlinFirmware#23976) * 📌 SKR Mini V1.1 TMC UART Pins (MarlinFirmware#23970) * 🩹 SKR2 Pins DIAG flag (MarlinFirmware#23968) Followup to MarlinFirmware#23050 * 🐛 Fix MKS Gen. L - EEB (MarlinFirmware#23965) * 🐛 Fix MarlinUI on Ender 3 S1 (MarlinFirmware#23949) * 🩹 Fix "elapsed" text on DOGLCD (MarlinFirmware#24087) * 📝 Fix 'M150 S' comment * ✨ enwi ESPNP board support (MarlinFirmware#24029) * 🔨 Preflight check old abl files (MarlinFirmware#24010) * ✏️ No such pin * 🌐 Rename "LCD Timeout" string * 🎨 misc. cleanup * ✏️ Remove extra G29 line Followup to 85a62bb * 🎨 Misc. adjustments, spacing * 🎨 Misc. USB flash code cleanup * 🧑💻 IS_ULTRA_LCD => HAS_WIRED_LCD * 🐛 Prevent BABYSTEP freeze See MarlinFirmware#22830, MarlinFirmware#13300 * 🩹 Fix PRINTCOUNTER with EXTRUDERS 0 (MarlinFirmware#24063) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 Home Y before X on belt printers * 🐛 Home Z to Max after Z_SAFE_HOMING * 🚸 Prevent accidental button press * 🧑💻 Strip #errors in Configurations deployment * 🧑💻 Simplify BIGTREE_SKR_2_F429 env * 🎨 Combine common LPC1768 I2C code * 🐛 Fix MKS_MINI_12864 build for ESP32 (MarlinFirmware#24071) * 🐛 Prefer os.replace, fix TFT_LVGL_UI build (MarlinFirmware#24001) * 🔨 Fix LPC176x debug build See MarlinFirmware#23635 * 🩹 Apply 100% leveling correction below the bed See MarlinFirmware#24002 * 🩹 Use LCD_CONTRAST_INIT in pins files * 🐛 Fix STM32 Pins Debugging (MarlinFirmware#22896) * 🩹 Fix and clean up E3V2 draw (MarlinFirmware#23979, MarlinFirmware#24013) * 🐛 Fix Manual Move cold extrude override (MarlinFirmware#24045) Followup to MarlinFirmware#19606 Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🧑💻 Preheat menu improvements (MarlinFirmware#24017) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🌐 Update Russian language (MarlinFirmware#23978) * 🌐 Update Chinese language (MarlinFirmware#23865) * ✨ Add M3426 A<addr> parameter (MarlinFirmware#24130) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🧑💻 Define isr_float_t to assert a non-FPU float (MarlinFirmware#23969) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 💥 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 <thinkyhead@users.noreply.github.com> * 🧑💻 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 <thinkyhead@users.noreply.github.com> * 🔨 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 <github@thinkyhead.com> * ✨ Add BOARD_CREALITY_V24S1_301F4 Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> * 🔧 AVR/DUE Serial Port pin conflict checks (MarlinFirmware#24148) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🎨 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 <github@thinkyhead.com> * 🚸 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) Co-authored-by: Scott Lahteine <github@thinkyhead.com> Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> Co-authored-by: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Co-authored-by: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Co-authored-by: Mike La Spina <mike.laspina@shaw.ca> Co-authored-by: Bob Kuhn <bob.kuhn@att.net> Co-authored-by: Bones <97494397+SidSkiba@users.noreply.github.com> Co-authored-by: Bruno Henrique de Paula <bruno.henriquy@gmail.com> Co-authored-by: Kelroy <karlicio@gmail.com> Co-authored-by: Stephen Hawes <sphawes@gmail.com> Co-authored-by: GHGiampy <83699429+GHGiampy@users.noreply.github.com> Co-authored-by: John Lagonikas <39417467+zeleps@users.noreply.github.com> Co-authored-by: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Co-authored-by: Taylor Talkington <taylor.talkington@gmail.com> Co-authored-by: MOHAMMAD RASIM <mohammad.rasim96@gmail.com> Co-authored-by: espr14 <espr14@gmail.com> Co-authored-by: Thomas White <TomW1605@users.noreply.github.com> Co-authored-by: Simon Pilepich <simon.pilepich@gmail.com> Co-authored-by: jefflessard <jefflessard3@gmail.com> Co-authored-by: John Robertson <john@cirtech.co.uk> Co-authored-by: tombrazier <68918209+tombrazier@users.noreply.github.com> Co-authored-by: sam <8531653+minteyay@users.noreply.github.com> Co-authored-by: M. FURIC Franck <francknos@gmail.com> Co-authored-by: kisslorand <50251547+kisslorand@users.noreply.github.com> Co-authored-by: Ludy <Ludy87@users.noreply.github.com> Co-authored-by: Julien Staub <atsju2@yahoo.fr> Co-authored-by: Jack Wilsdon <jack.wilsdon@gmail.com> Co-authored-by: Giuseppe499 <giuseppe499@live.it> Co-authored-by: GatCode <gatcode@wdw.one> Co-authored-by: BIGTREETECH <38851044+bigtreetech@users.noreply.github.com> Co-authored-by: Nick <nick@n-wells.co.uk> Co-authored-by: Mathew Winters <mathew@winters.org.nz> Co-authored-by: Mrnt <github@maurent.com> Co-authored-by: Jelmer van der Stel <steljwagh@users.noreply.github.com> Co-authored-by: Mark <niujl123@sina.com> Co-authored-by: Fredrik Andersson <fredrikandersson@mac.com> Co-authored-by: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com> Co-authored-by: Oleg Belov <obelov@audiology.ru> Co-authored-by: Robby Candra <robbycandra.mail@gmail.com> Co-authored-by: David Forrest <drf@vims.edu> Co-authored-by: Manianac <2092573+manianac@users.noreply.github.com> Co-authored-by: grauerfuchs <42082416+grauerfuchs@users.noreply.github.com> Co-authored-by: Jon <jon@mscreations.net> Co-authored-by: aegelsky <alexander.egelsky@gmail.com> Co-authored-by: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Co-authored-by: Moritz Wirger <lj.moritorii@web.de> Co-authored-by: Christian Piper <42127153+CAP1Sup@users.noreply.github.com> Co-authored-by: stream2me <32234535+stream2me@users.noreply.github.com> Co-authored-by: LPRtypeCN <1297207734@qq.com> Co-authored-by: Roxy-3D <Roxy-3D@users.noreply.github.com> Co-authored-by: Dominic <91095348+d0m1d@users.noreply.github.com> Co-authored-by: Marcio T <mlt4356-github@yahoo.com> Co-authored-by: Oliver Jean Eifler <olli.eifler@gmail.com> Co-authored-by: Ivan Kravets <me@ikravets.com> Co-authored-by: Arthur Masson <arthur.sw@gmail.com>
commit 959a6c4f7037345dd6f2bf5abe3c376981988aed
Author: Scott Lahteine <github@thinkyhead.com>
Date: Tue May 31 18:44:57 2022 -0500
🔖 Marlin 2.1
commit a0248c20f94fea27c906471f87e0f419473103ab
Author: Scott Lahteine <github@thinkyhead.com>
Date: Fri Jun 3 18:16:43 2022 -0500
🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING
commit 9e31b0b611e78ec5cfc8496c6dbec2d17ca1778c
Author: Scott Lahteine <github@thinkyhead.com>
Date: Tue May 31 12:43:44 2022 -0500
🎨 Fix spelling, whitespace
commit 15dea99025aa7617cf46f27eafaf08c112900275
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Wed Jun 1 05:21:59 2022 +1200
🩹 Fix EXTRUDERS 0 manual move compile (#24255)
commit 1d037f18c792f64752c7b0e9ad292fbc18dcd27f
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Tue May 31 18:01:59 2022 +0100
💥 More M306 M => M306 H (#24258)
Followup to #24253
commit e9a2955030f9ab7b153e5264b476a652f971e3f5
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date: Sat May 28 17:34:36 2022 -0500
🚸 Fix, improve, update ProUI (#24251)
commit 1e76266666a71eb3583f848aa01676b1b83fe01f
Author: elimisback <elimisback@gmail.com>
Date: Sat May 28 16:22:59 2022 -0400
🔨 BTT STM32G0B1RE xfer build (#24245)
commit d6417ff0d5c9a992c5b57e3370eb26f511890aee
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu May 26 18:31:05 2022 -0500
♻️ More updates for multi-axis
commit 5f481ca16cef1bfff5894ab5287b1ea45adad89a
Author: Scott Lahteine <github@thinkyhead.com>
Date: Mon May 23 21:59:36 2022 -0500
🧑💻 Combined axis strings
commit a8cd64ba5f0d440460eda00c808936de52d49347
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sun May 22 17:45:07 2022 -0500
🧑💻 Forward-compatible axis strings (167672d, #24259)
commit 1e6770939841a49e190857f00b18c7bb44aa2368
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Sun May 22 14:32:16 2022 -0700
🎨 Fix/adjust warnings (#24225)
commit 93c74d17d5fdf76e4b1939c11db2698dce0fdea5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun May 22 16:08:29 2022 -0500
🧑💻 MAP macro for axis lists, etc. (#24191)
commit a2cf60f45f3ecefe8725daaff50577f60dd3b22d
Author: Scott Lahteine <github@thinkyhead.com>
Date: Fri Apr 29 15:21:15 2022 -0500
💥 Num Axes / Multi-Stepper based on Driver Types (#24106, #24120)
commit 89ad60cf8faf58a280b78a4dedb0e0aa223e0a1d
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date: Mon Apr 18 06:03:39 2022 +0200
🩹 Fix some parameters w/out values (#24051)
commit 5d600ea34962fe8a2bcfea9e075160ff5fa358fc
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date: Mon Apr 4 04:43:42 2022 +0200
🚸 Better M350, M114 with more axes (#23986)
commit 463cc68301709420b9cd3af5c146c84e1a850753
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat Jan 1 17:49:54 2022 -0600
🚨 Fix some compiler warnings
commit 5c667ef67ab696c99cffa019851a95c412ca7baa
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 3 20:13:11 2022 -0500
🏗️ Axis name arrays
Co-Authored-By: DerAndere <26200979+DerAndere1@users.noreply.github.com>
commit f44edb4372ca8daa534315e7f7e61650f2d96197
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 3 20:52:27 2022 -0500
🏗️ Extend AXIS_CHAR to include E
Co-Authored-By: DerAndere <26200979+DerAndere1@users.noreply.github.com>
commit a21ab5d1193fc6d63c9dac3daad9ba868ec0014a
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date: Tue Apr 19 05:15:15 2022 +0200
💥 Update Motor Current G-codes for extra axes (#23975)
commit 63b59c2dd5b9d33d0d6377596770ccb72e52232b
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sat Apr 23 21:16:15 2022 +1200
🐛 Fix BACKLASH_COMPENSATION compile (#24072)
Followup to #23826
commit 0a23f2e7fdda782826bd41f4545c52ce89a1a0f8
Author: DerAndere <26200979+DerAndere1@users.noreply.github.com>
Date: Fri Apr 1 07:10:38 2022 +0200
✨ Support for up to 9 axes (#23112, #24036, #24231)
commit 04983e63351489f80e3365780802f1dbec44b880
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sat Jun 4 00:23:43 2022 -0500
🔖 Marlin 2.0.9.4
commit 1e127a93c4c1446cf11aacecc9597a7355262ac8
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sat Jun 4 00:15:23 2022 -0500
🧑💻 Extend LCD string substitution (#24278)
commit fcef8d946cbd45e27ba9888f1e18327b68d52b00
Author: lujios <83166168+lujios@users.noreply.github.com>
Date: Fri Jun 3 07:19:25 2022 +0200
⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220)
Co-Authored-By: Robby Candra <robbycandra.mail@gmail.com>
Co-Authored-By: ellensp <530024+ellensp@users.noreply.github.com>
commit 0253500ccd5a7192f3e545cb5552c4ab7b309c5d
Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
Date: Wed May 25 08:07:11 2022 +0200
Use default null args in select_screen
commit 0d783a76907ace17f0d61ebe8882ebee9bc6ce3b
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Thu Jun 2 21:22:09 2022 +1200
🐛 Init Stepper SPI before PSU Control (#24269)
commit e784e0413204680f3c8f3a8cdf519fb5bee7a164
Author: BIGTREETECH <38851044+bigtreetech@users.noreply.github.com>
Date: Thu Jun 2 17:02:06 2022 +0800
✨ BigTreeTech SKR3 - STM32H743 (#24271, #24272, #24275)
Co-Authored-By: Alan.Ma <alansayyeah@gmail.com>
commit 11d68e31274fccd20c8bb72eec0b4ad547962823
Author: bryan065 <30362590+bryan065@users.noreply.github.com>
Date: Thu Jun 2 04:51:39 2022 -0400
🚸 Custom Menu Items for JyersUI (#24270)
commit 8b8b2a7ed35908b6a49d5b3badb230d3283792bb
Author: ledzepman71 <ferdinandpc@hotmail.com>
Date: Thu Jun 2 02:49:48 2022 -0600
📌 Tenlog PSU pin (#24266)
commit fc1a620b878b45675b9a7972be6c1fb2882b8092
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Sat May 28 23:40:08 2022 +0100
🚩 MPC update (#24253)
commit 9799907dc9a53810e87fd5b54e2194d30e70eff8
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Tue May 31 14:28:01 2022 -0700
👔 Configs required to submit a Bug Report (#24256)
commit 6fc4dbbbc4b3b1e6820f4f18b81602451bb1786c
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sat May 28 17:05:09 2022 -0500
🚸 Change M201 G to S
commit 74596ad4d7f9117e06829b5657d7402f27a445ce
Author: Robby Candra <robbycandra.mail@gmail.com>
Date: Mon May 23 09:13:17 2022 +0700
🩹 Adjust manage_media for slow/late media init (USB FD) (#24015)
commit 28f8646aa64b8baf6f93197d04b0802580272e40
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun May 22 19:56:46 2022 -0500
♻️ Apply F() to more LCD code (#24228)
commit 9a74bcd4cf13efa2d7cfb365182d7e097eaa1f1d
Author: John Robertson <john@cirtech.co.uk>
Date: Tue May 31 23:09:44 2022 +0100
✨ Laser Safety Timeout (#24189)
commit 07cd248b91a59db8e2bc7ad10bbf160852af34fb
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sun May 22 20:45:37 2022 -0500
♻️ Move watchdog to MarlinHAL
commit 209c792ef7e97dc48bf3517c9f8f56e6be80e97f
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri May 20 11:27:09 2022 -0500
🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (#24170)
commit dbd00d992705a07b3da769549495d6505cb96b43
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Mon Apr 4 15:57:03 2022 -0500
✨ DOGM Display Sleep (#23992)
Co-authored-by: borland1 <barryorlando@hotmail.com>
commit 4ae54a6229d1704bfc54a85233af40b69e924246
Author: Ludy <Ludy87@users.noreply.github.com>
Date: Mon Apr 18 11:43:34 2022 +0200
🐛 Update German language, Fix FTDI (#24047, #24048, #24227)
commit ce0af56d0aa4371620b142ba5b2ed3b455813a5d
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Sun Apr 10 07:20:05 2022 +0100
🚸 Improve MPC tuning, add menu items (#23984, #24018, #24049, #24059)
commit 6c557a248016f2e89e259d2d5ee8e000521099bb
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date: Mon Apr 4 01:44:45 2022 +0200
🐛 Fix Bed/Chamber PID Autotune with MPCTEMP (#23983)
commit a6ce9bf559d963c3cdcb6db7f57a572bc58016ea
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 10 03:58:58 2022 -0500
✨ Autoreport Redundant Sensor option (#24014)
commit 21c838cb1b86c3ffd5958c68d82f6c0c25e78dbe
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Fri Apr 1 08:14:14 2022 +0100
⚗️ Temperature Model Predictive Control (#23751)
commit 3443a9e18bf2c9797037f141d68ab409d6b3c00b
Author: Pauli Jokela <pauli.jokela@didstopia.com>
Date: Thu May 12 05:23:16 2022 +0300
✨ SOUND_ON_DEFAULT option (#24102)
commit b2b5b85045e689d311e472d803817e08b49ccaec
Author: Robert Brenckman <Robbery525@gmail.com>
Date: Sun Apr 10 01:24:07 2022 -0400
🐛 Fix Tool Change priming (#21142)
commit 2086cc9f4e21dfc060c1ff034856ad4e6219f5f8
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed May 11 23:37:40 2022 -0500
📝 Refer to 'PROGMEM' as 'flash'
commit 8eccfd4a6f90da93a4f13b8aa7fbd88a1f8cca46
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed May 11 23:35:38 2022 -0500
🔧 Bed/Chamber PID Autotune menus
Derived from MarlinFirmware/Marlin#23983
commit 9ab654adcb15ba23b42ed1f13ca34130e422dbc2
Author: Scott Lahteine <github@thinkyhead.com>
Date: Fri Jun 3 22:06:32 2022 -0500
🐛 Fix min/max temp evaluation
Fixes #24257
commit 0ae982188c23ddab4e3a2d819c679166a7e19532
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed May 4 23:19:18 2022 -0500
🐛 Fix M203 report
commit bed0788f723a0695726eab52e8da0b48298c619f
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Thu Jun 2 21:28:07 2022 +1200
🩹 Fix G60/G61 debug code (#24231)
commit deb1ba73bbdd3aacaeec6c7d9540c41e93ddfdfe
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sat May 28 15:11:43 2022 -0500
🎨 Use pos.set method
commit 57f0ac88af9e8c5eb398c8367edf471900a5171f
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sat May 28 14:41:50 2022 -0500
🎨 Misc. boards/pins cleanup
commit 915bce495cdc5168c982274f6deabc92e052c2c7
Author: Simon Pilepich <simon.pilepich@gmail.com>
Date: Sat May 28 08:08:24 2022 +1000
📝 Fix Mightyboard MOSFET comments (#24183)
commit 800a936caae83f4e5ca5dd2c2660518bd6fc43b2
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu May 26 18:18:41 2022 -0500
🎨 Combine serial echos
commit ccf39b1c42fa787f645fbf0ac075cc47b72b18d3
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Fri May 27 12:02:42 2022 +1200
🔨 Add src_filter for I2C_AMMETER (#24242)
commit d19179ce281cec58865fcbc99185abeb48a611b9
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Thu May 26 16:07:10 2022 -0700
✏️ Fix some motherboard checks (#24238)
commit 4a6ae1b64df5fa8824e20688399683bf11b840e2
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Wed May 25 08:31:29 2022 +1200
🎨 Remove MKS custom pins, TinyBee cleanup (#24186)
commit 0daaef589c956d152c846760dfc157fdd1b7975b
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Wed May 25 07:49:57 2022 +1200
📌 Use MarlinSimUI/bugfix-2.0.x (#24232)
commit 4831cbebd80d6e2c6bcf504446cf6d0f2441c285
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Mon May 23 02:37:28 2022 -0500
🎨 Add EXP1/2 headers, adjust TFT pins (#24230)
commit e0deb75764938995e32bc589d646ec397c4a3019
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Thu May 19 22:15:15 2022 +0100
🐛 Fix Leveling apply/unapply (#24188)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
commit a0fe4f48956299cb298e6e48255ea72ba93dad79
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sat May 14 15:31:51 2022 -0500
🎨 Minor HAL cleanup
commit 4d65d7f142882bcd77072fc7dc5c01ca937a2e81
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Sun May 22 19:32:28 2022 -0700
📝 Add logo, helpful links to README (#24226)
commit 1b879f0ee4e5539c237edf235b6ca38b5b2beb43
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sun May 22 18:42:25 2022 -0500
🔨 Fix mfprep string test
commit b6abc760cef73a1dfc0e186f40687d0a45c8a769
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sat May 14 01:45:14 2022 -0500
🔨 Move, tweak maple envs
commit 0ae061713c631d44cd12ad266ca9c7fdd856d72c
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Fri May 20 09:48:34 2022 -0700
👔 Move GitHub templates, update README (#24199)
commit 1d12e72bf697f7e3cb63995a20ba9e98fbce3eb9
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sun May 22 16:53:12 2022 -0500
🐛 Fix SEGMENT_LEVELED_MOVES with UBL
commit c97cf10956ee33c80e557fb09e4cc75d30a0db82
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sat May 21 19:29:59 2022 -0500
🩹 Fix const warning
commit b72f9277e9e89a7dcdc12c8f11273f7c76a064d4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu May 19 06:05:52 2022 -0500
♻️ Common Bed Leveling object name, accessors (#24214)
commit 06c4a9acdb3f08a2052ea55d00fa350e9249bcb4
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Sat May 21 16:13:00 2022 -0700
🐛 Fix FLSUN Hispeed FIL_RUNOUT_PIN, MKS Robin Mini TFT pins (#24204)
commit 8a301196e11d87d7e9db065d0d802910a664c5be
Author: Arthur Masson <arthur.sw@gmail.com>
Date: Sat May 21 21:45:30 2022 +0200
🐛 Fix Polargraph G92 command (#24223)
commit 1e7219f4a643f8cbdbcd9685ebb5a76d02c89601
Author: Marcio T <mlt4356-github@yahoo.com>
Date: Thu May 19 09:45:48 2022 -0600
🐛 Fix FTDI_EVE_TOUCH_UI reboot loop (#24195)
commit 02c267f542223ed0d8b098da4bec6f09710d6bc8
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Fri May 20 02:15:57 2022 +1200
🔨 Require PIO >= 6.0.1 (#24205)
commit fe77fc66c0004ba9a4459dd5a12c978dd0308bb1
Author: Ivan Kravets <me@ikravets.com>
Date: Wed May 18 00:47:11 2022 +0300
🔨 Use PlatformIO Core 6.0 Dev for CI (#24194)
commit 268a16b1ef1c5cd462e81aef08e4e9f7d2c65658
Author: Scott Lahteine <github@thinkyhead.com>
Date: Tue May 17 15:05:25 2022 -0500
🚸 ProUI APRIL2022 updates (#24084)
commit 8351b1431f8bad178f2f8a3ec70b32a1d4d7ca2c
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Tue May 17 20:01:32 2022 +1200
🩹 Fix MarlinUI allow-cold-extrude (#24176)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
commit 718806761f1e9d903d61408e2039357bfe46fff8
Author: Oliver Jean Eifler <olli.eifler@gmail.com>
Date: Tue May 17 06:23:03 2022 +0200
🩹 Suppress ZERO() warning (#24178)
commit 78c7fedcea34f0c630f8e9fd46bc5d3244de04c5
Author: Marcio T <mlt4356-github@yahoo.com>
Date: Mon May 16 20:45:47 2022 -0600
🐛 Fix Due cli/sei (#24182)
Followup to #23357
commit c4b8339b842958faae2567c339bcf9b44434a2ce
Author: Scott Lahteine <github@thinkyhead.com>
Date: Fri May 13 23:49:29 2022 -0500
🎨 HAL_MinSerial.* => MinSerial.*
commit 94ed67e36ef84cb4ecd8f3f1470041d4d72f7088
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Fri May 13 17:50:42 2022 -0700
🩹 Run TMC test last in setup (#24160)
commit 03b819bdb235c6eb2cd0a02b832bb8f108cc5962
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date: Fri May 13 19:34:30 2022 -0500
🚸 DWIN/DACAI for Creality 4.2.3 (#24132)
commit 2204f05dcaabf0e639f1e1722ffd293d4b415fe3
Author: Scott Lahteine <github@thinkyhead.com>
Date: Fri May 13 19:31:07 2022 -0500
🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround
commit a13cceaad16dd2caedbf3b05ae0854b1200cb51e
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Fri May 13 17:27:13 2022 -0700
🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins (#24147)
commit 5c25ed60c80d7b06cb91e91f98b1aca6bc648d79
Author: Dominic <91095348+d0m1d@users.noreply.github.com>
Date: Sat May 14 02:18:04 2022 +0200
🐛 Fix AIR_ASSIST (#24162)
commit 1c516bdd5e71fc3da05fb52da692c9c5ccb0c0d7
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Fri May 13 17:17:19 2022 -0700
🔧 Allow board & probe dummy thermistors (#24165)
commit 425684e2ffecf85dccab1eb4242772bc97992eb8
Author: grauerfuchs <42082416+grauerfuchs@users.noreply.github.com>
Date: Fri May 13 20:08:50 2022 -0400
🐛 Fix Mightyboard LED pin, fan override (#24168)
commit 63aecad7eef034d8cb2b3e81f8a22db8a148b90b
Author: Roxy-3D <Roxy-3D@users.noreply.github.com>
Date: Fri May 13 17:29:50 2022 -0500
🔨 BTT Octopus ST-Link programming/debugging
commit dcd769b4a18bd40f9664262d081d553994d8eb78
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed May 4 15:14:31 2022 -0500
🎨 Nextion cleanup
commit f9b7f00d1e1c1004e0c2a9c35e23c1c67dc47172
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed May 4 19:10:14 2022 -0500
🚚 Move speed_lookuptable.h
commit a6ff63d5060c0ef68c2ae9f6ccf3bcada2ec6b6e
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Thu May 12 22:41:38 2022 -0700
🎨 Clean up warnings / extra check (#24163)
commit 7d37ae2b2b1ea6613dbc8be0ec5fa30dbd6a87de
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Fri May 13 16:07:27 2022 +1200
🔧 AVR/DUE Serial Port pin conflict checks (#24148)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
commit a7d40ec654a3eca783a19e93e7bb6f394f2e6d29
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu May 12 20:09:25 2022 -0500
✨ Add BOARD_CREALITY_V24S1_301F4
Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
commit 7ed339cfa0a2d8298e0293cf465daaf4ac74c0f9
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date: Thu May 12 06:38:05 2022 -0400
✨ Creality CR-10 SmartPro (#24151)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
commit cb4ad020af2f56dc060ecafdfd58b0639a8f0199
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu May 12 20:13:59 2022 -0500
🧑💻 Misc. LCD cleanup
commit 0805f9bf3f631d914bb6ff4817d65a9ab237fe6c
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu May 12 20:23:32 2022 -0500
🩹 Fix ProUI leveling start message
commit d235bc9e1c5eeb210275a4abcf89a757d0259cc0
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 3 16:14:02 2022 -0500
🧑💻 General and Axis-based bitfield flags (#23989)
commit d5f472a6cf4456bf715ee3b3a85132f3fbe7e15f
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu May 12 00:07:22 2022 -0500
🔨 Fix g++ locator for CI
commit d67fa98cf601a8ef2642641a8aefbcdab1d5bcc2
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu May 12 04:16:31 2022 -0500
🩹 Fix accel dividend
commit d3fe0caa7f83b8e971e8503b5344e20811d6c812
Author: Scott Lahteine <github@thinkyhead.com>
Date: Mon May 9 18:50:14 2022 -0500
🧑💻 Clarify acceleration factor
commit bd09f8acff3c40fe9294cfc6b6a9220ec5b766fc
Author: Scott Lahteine <github@thinkyhead.com>
Date: Mon May 9 17:35:32 2022 -0500
📌 Define RAMPS_SMART EXP headers, AZSMZ_12864
See #23501
commit a9aca5f5e8c5c1ce40e09ce5cf80a875ec009aa0
Author: Scott Lahteine <github@thinkyhead.com>
Date: Mon May 9 16:47:04 2022 -0500
✏️ Fix spurious UTF
commit 13d1eb7241b8621267520e57811f8069b2e466e9
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sat May 7 23:51:38 2022 -0500
🔨 OpenOCD Debug for VSCode
commit 238ab1dd061145a525edd27bb8203ae216380894
Author: Mike La Spina <mike.laspina@shaw.ca>
Date: Mon May 9 17:18:47 2022 -0500
🩹 Fix Fan Tail Speed Init (#24076)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit a7e4061d1221531340e9f82bc6f1560e5d6feab8
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Sat May 7 19:58:57 2022 -0700
🔧 Fix Neo RGB sanity check (#24146)
commit 31c87adba80d50a90ae3c85b08cd01c5545c78b4
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sun May 8 14:57:13 2022 +1200
📌 Use ESP3DLib master branch (#24140)
commit 727e7e7fd71fb0404e0f5bf7f36dc10419d155c4
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sun May 8 14:56:09 2022 +1200
✏️Fix Markforged endstops/G38 (#24141)
commit 975b90c0b7e6b836f67f3603c80f818dc095ffa5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat Apr 23 06:18:56 2022 -0500
🎨 Tweak NEOPIXEL_LED format (#24110)
commit 8f0180802ad327a0be47be9405a9a2764b5937db
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu May 5 11:47:08 2022 -0500
🔧 Move LASER_COOLANT_FLOW_METER to LASER_FEATURE
commit aa4c9917552df8a383816a0af516b86e1237ff48
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date: Fri Apr 1 04:22:26 2022 +0200
📝 Obsolete freeze comment (#23964)
Followup to #23944
commit 9ab1a57d729cfa207adfe3ee6d24d40de3bb159c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat Apr 23 05:00:46 2022 -0500
♻️ Consolidate DGUSScreenHandler class (#24067)
commit 044bf8ab7ef7045583c9da175b8ebddd2b750f84
Author: Robby Candra <robbycandra.mail@gmail.com>
Date: Sun Apr 10 07:44:31 2022 +0700
⚰️ Clean up dead option (#24006)
commit 4bdec5e99330a35387c09adc27be94c5082b4405
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri Apr 22 01:12:43 2022 -0500
🚸 More ExtUI events for ABL / UBL
commit 7444933d5d4fc93c6278e091be5af7e4f61b1d9c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Apr 21 02:26:17 2022 -0500
🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP
Fixes #24007
Followup to aaf5bf02
commit f35404f853ba185814bd17a4742ef34688ceba98
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 17 21:18:39 2022 -0500
🧑💻 Handle PLR in manage_media
commit 7fa2dceddafcfeea4b2599fa2b9fe3542abd4c1f
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Tue Apr 19 17:16:26 2022 -0700
🐛 Fix ProUI / JyersUI leveling preheat (#24060, #24064)
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 4c84769a814ab6534a1edebc66529b568c9d6d7e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 10 06:31:39 2022 -0500
🩹 Fix ADVANCED_PAUSE_RESUME_PRIME check
Fixes #23824
commit 8fb3074901f83034cc240834a2fc75aad0ed43ad
Author: Robby Candra <robbycandra.mail@gmail.com>
Date: Fri Apr 15 11:21:12 2022 +0700
🩹 Fix DEBUG_CARDREADER (#24023)
commit 230db90b70f1cafdea6fe3a8c28499e92004be53
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Fri Apr 22 23:02:47 2022 +1200
🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC (#24066)
commit 28d2bc353ebbddc0ce0b96a634108392eb1089b4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat Jan 1 16:48:24 2022 -0600
🎨 Use LEDColor default C-CTOR
commit 7b5e2cd78619ba4334c0fe94b3f8293ed8d6e1ee
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Wed Apr 20 00:52:05 2022 -0500
🐛 Update M913, M914 report
Followup to #11248, #11249, #23400
commit 4b456078ddc1099c081e1e7149aba612c8f41008
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date: Mon Apr 11 02:23:53 2022 +0200
🌐 Update Italian language (#24019)
commit 8d3c84a6d969bf9fa576a17b0054d5b98324622d
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Sat Apr 9 17:21:42 2022 -0700
✏️ Fix FYSETC Mini Panel neopixel type (#24011, #24111)
commit cbc6f23a8af0c864e3607dc24764582149c0d1f3
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date: Mon Apr 4 01:49:51 2022 +0200
🔧 Sanity-check SWITCHING_TOOLHEAD_X_POS (#23985)
commit bed8abe5b6df751d7dafc6f0f8d8dff7338625ce
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date: Sun Apr 3 01:27:05 2022 +0200
🐛 Fix PID edit menu for Bed, Chamber (#23987)
commit 74565890f335f26fa7012d0164eb2964c0f2918d
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Fri Apr 1 03:13:16 2022 +0100
♻️ Refactor and fix ABL Bilinear (#23868, #24009, #24107)
commit 4ec9af42b8e24cf6ce9f238c9342bc1c11120429
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 29 03:38:25 2022 -0500
💥 Rename ExtUI settings methods
commit b0d621d8b96fffda485efa45e61a68126613a766
Author: John Robertson <john@cirtech.co.uk>
Date: Mon Apr 4 00:47:55 2022 +0100
🧑💻 Define isr_float_t to assert a non-FPU float (#23969)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 995221e68e15693697fc7f10dfc31273ea188157
Author: Stephen Hawes <sphawes@gmail.com>
Date: Thu May 5 03:37:47 2022 -0400
✨ Add M3426 A<addr> parameter (#24130)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
commit 54e543872be13439523cecb6b670b7b4bf818164
Author: LPRtypeCN <1297207734@qq.com>
Date: Sun Apr 10 19:19:12 2022 +0800
🌐 Update Chinese language (#23865)
commit 7b39604d6f58b46de18a41eb4a7de5058d9c4b35
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Mon Apr 4 11:46:05 2022 +1200
🌐 Update Russian language (#23978)
commit 01c9c2666123f0959b02b757d2acd6adc18f4284
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Mon Apr 18 03:46:58 2022 -0700
🧑💻 Preheat menu improvements (#24017)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 27b148442826780c8fc4f7ab8c21608de21f0587
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Tue Apr 19 15:03:42 2022 +1200
🐛 Fix Manual Move cold extrude override (#24045)
Followup to #19606
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 7f1c5ad7aa6dc437d3a76abf8a36cb971e1f424e
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date: Sat Apr 9 20:19:14 2022 -0400
🩹 Fix and clean up E3V2 draw (#23979, #24013)
commit 4fd7d1b056bfab9f31c272ae6d8f256ed2ed202d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Thu Apr 21 21:06:22 2022 +1200
🐛 Fix STM32 Pins Debugging (#22896)
commit 7ffe4de021254d34762d2a7ecd239ded0eca949d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 10 07:39:50 2022 -0500
🩹 Use LCD_CONTRAST_INIT in pins files
commit eada17ed69ede29d83f7c3897d64e2872faaae18
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 10 01:49:59 2022 -0500
🩹 Apply 100% leveling correction below the bed
See #24002
commit cd5c5ea60eb20d643ab2447bc3550b3eb5874a39
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 10 03:44:45 2022 -0500
🔨 Fix LPC176x debug build
See #23635
commit e9ea82e78d0c95ef1cee599093b4c91a6f97d709
Author: stream2me <32234535+stream2me@users.noreply.github.com>
Date: Sun Apr 10 02:46:29 2022 +0200
🐛 Prefer os.replace, fix TFT_LVGL_UI build (#24001)
commit 18b17fc97d8474b2fe5c5cd7afcfdce05ba7d5cc
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sat Apr 23 22:02:13 2022 +1200
🐛 Fix MKS_MINI_12864 build for ESP32 (#24071)
commit 89d5ed0c9e5570e4a025719a9ad183e505c8ed8a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 29 04:22:04 2022 -0500
🎨 Combine common LPC1768 I2C code
commit a56bf9045d3e68101c42ced30884fa34675279c5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri Apr 15 02:05:02 2022 -0500
🧑💻 Simplify BIGTREE_SKR_2_F429 env
commit c23d0351495a7fc1c396d157642db49db2754135
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 10 08:43:11 2022 -0500
🧑💻 Strip #errors in Configurations deployment
commit 7ff4b706947e63d708cef90c936b936305947e58
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Apr 21 07:07:04 2022 -0500
🚸 Prevent accidental button press
commit 421c38ff2e0de3a8d5cd913232aa3448dbfbc487
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Apr 21 08:57:41 2022 -0500
🐛 Home Z to Max after Z_SAFE_HOMING
commit ec447dba04409c2b60d61b9bacab54c101bd9f3a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Apr 21 09:05:12 2022 -0500
🚸 Home Y before X on belt printers
commit be6535e5f7a39529bd081ed38a1bf76fa645488f
Author: Christian Piper <42127153+CAP1Sup@users.noreply.github.com>
Date: Thu Apr 21 03:15:07 2022 -0400
🩹 Fix PRINTCOUNTER with EXTRUDERS 0 (#24063)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 99252cf0cd5a8a01228c715a505cb1eaf6b853e5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Apr 21 08:58:45 2022 -0500
🐛 Prevent BABYSTEP freeze
See #22830, #13300
commit f6f31434b8c0e21f98fef460e0c8492fd4c240d5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Apr 21 07:16:52 2022 -0500
🧑💻 IS_ULTRA_LCD => HAS_WIRED_LCD
commit 2f3960904e1a7b830c686fa793b122de49f3d674
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 10 03:45:28 2022 -0500
🎨 Misc. USB flash code cleanup
commit 2dc4c642e78bb4fa99ca41f3ae3c92335248ffd4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 3 16:50:39 2022 -0500
🎨 Misc. adjustments, spacing
commit 70ea0e7c3450680e1062088243d2cf139eadc02a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Mon Apr 18 16:41:16 2022 -0500
✏️ Remove extra G29 line
Followup to 85a62bbf
commit a81fd009f081eca3685e42cffac7f35e75428fea
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Apr 21 07:08:26 2022 -0500
🎨 misc. cleanup
commit e667d4e6e43b407cedce6bbf543ea1d815e8d520
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 3 16:53:39 2022 -0500
🌐 Rename "LCD Timeout" string
commit 2d0af75d37c9ea8ab44c889ef4e489b3b533eb30
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Apr 3 18:07:40 2022 -0500
✏️ No such pin
commit 5e68a86968d63f97f0febb8378b2a508e909ec90
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sun Apr 10 12:37:24 2022 +1200
🔨 Preflight check old abl files (#24010)
commit 8bd1547c3bb16cdce37412624161fab5b9d5ead6
Author: Moritz Wirger <lj.moritorii@web.de>
Date: Fri Apr 15 04:43:21 2022 +0200
✨ enwi ESPNP board support (#24029)
commit a5e083603f1435a4a0e2e9fa7449c9133aa73225
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat Apr 23 06:11:03 2022 -0500
📝 Fix 'M150 S' comment
commit c5f7547e8cf0d744fb1392b3651078d3985cecb1
Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com>
Date: Tue Apr 26 05:03:16 2022 +0200
🩹 Fix "elapsed" text on DOGLCD (#24087)
commit 5c5b380fda9f541ee182e614966fc39a72ac6a18
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date: Tue Mar 29 05:41:33 2022 -0400
🐛 Fix MarlinUI on Ender 3 S1 (#23949)
commit bb0e0cf7f35cf3b89aac4f395185d55f3aa62979
Author: aegelsky <alexander.egelsky@gmail.com>
Date: Fri Apr 1 05:21:10 2022 +0300
🐛 Fix MKS Gen. L - EEB (#23965)
commit 5ee99dfc49eaa8e81f5beb66eb1c160ac2d217fb
Author: Jon <jon@mscreations.net>
Date: Thu Mar 31 22:18:32 2022 -0400
🩹 SKR2 Pins DIAG flag (#23968)
Followup to #23050
commit a083b1280ec80a525766c0a9487865b76de64c81
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Thu Mar 31 19:16:11 2022 -0700
📌 SKR Mini V1.1 TMC UART Pins (#23970)
commit b7b5cee88baadfb10822b6bb13b6e7d3b0acaff8
Author: grauerfuchs <42082416+grauerfuchs@users.noreply.github.com>
Date: Thu Mar 31 22:15:06 2022 -0400
🐛 Fix MightyBoard Rev. E EX2, extra MOSFETs (#23976)
commit 7456fd68a41b12592f3ac3f47308f7037ca22b86
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Sun Apr 3 14:13:29 2022 -0700
✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check (#23990)
commit 20154718b5a41c1522a313ada06ef5c35ce2023d
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed May 4 17:03:25 2022 -0500
🌐 Clean up languages
commit a6794c1862c663b387637597dba5f258a3e0e1e2
Author: Manianac <2092573+manianac@users.noreply.github.com>
Date: Thu Mar 31 17:23:52 2022 -0700
🐛 Use ADC_VREF for Filament Width ADC Vref (#23977)
commit bd5c6bf23c1478dcab31cc1c2edcd0fa546eb6ea
Author: John Lagonikas <39417467+zeleps@users.noreply.github.com>
Date: Tue Mar 29 11:13:45 2022 +0300
✏️ Fix parking extruder compile (#23961)
Followup to d3e3e6a491
commit 68ee64283a7aab95c2f70eaf734e24b9d909dfa7
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 29 03:48:37 2022 -0500
🎨 INI cleanup
commit dd29394bbe17ab6458817cce65b94f106252092f
Author: Scott Lahteine <github@thinkyhead.com>
Date: Sat May 7 14:58:39 2022 -0500
🔨 Improved mfprep script
commit ceb99e89a081d2230479e9bb7b63c23d14bf0b98
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu May 5 18:55:43 2022 -0500
🔨 Prevent build attribute define conflicts
commit 6112277f9b2d24a7c9effeb5966dadef279a261c
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu May 5 19:11:59 2022 -0500
🔨 Use first g++ in path for 'native' targets
commit 81f403025c3ddb479ccf363fb091ac0fcf8e667b
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Thu May 5 00:38:48 2022 -0700
🐛 Some EEPROM size fixes (#24113)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
commit eeda8b451acb2a0ae96656876f6a7682d43aca1d
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed May 4 12:47:15 2022 -0500
📝 Replace KB with K in pins
commit c7e8ba78576af230278a5662103acf421dc59bfd
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Mon May 2 16:29:25 2022 -0700
📝 Fix extraneous URL args (#24125)
commit 071e5c336a157ca39b75081b8cb4436a72af965e
Author: Ludy <Ludy87@users.noreply.github.com>
Date: Mon Mar 28 03:20:54 2022 +0200
🐛 Fix MMU2 buzz (#23950)
Followup to #23943
commit be08d4c4f01e2c297365664bd3e0f7dc2b051fde
Author: David Forrest <drf@vims.edu>
Date: Sun Mar 27 21:19:02 2022 -0400
🔨 Fix Makefile GCC warning (#23957)
commit e99104a0040f58477809c9e2b9506fe2bcd94331
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sat Mar 26 16:44:22 2022 +1300
✨ Configurable FREEZE pin state (#23944, #23948)
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit edc4089121bcd96645b7be6bbd3dafa88c510ede
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri Mar 25 21:16:00 2022 -0500
🐛 Fix pulldown sanity check
commit 3bce266ef7865a62b5e79c7c5c67a068bb5e4c20
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sat Mar 26 14:03:43 2022 +1300
🐛 Fix MMU2 buzz (#23943)
Followup to 89a9c3a391
commit c89d0114acba957d63e894bc1a479ec10cb18a81
Author: Robby Candra <robbycandra.mail@gmail.com>
Date: Sat Mar 26 06:34:20 2022 +0700
✨ STATUS_MESSAGE_TIMEOUT_SEC (#23135)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 0e693854d0c86fa0998a5d497607d42d6798f6ab
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri Mar 25 17:35:00 2022 -0500
🚸 Clear "heating/cooling" message on temp reached
commit 9324132a401cf0ab3781c9992d607bd4f88ba086
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri Mar 25 17:09:55 2022 -0500
🎨 Format, use status macros
commit 5632ad65f59710ca64e4abca99afa64cb99d559e
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri Mar 25 17:09:26 2022 -0500
🐛 Fix status_printf alert level
commit eccbfbcede60922b95971e90bf3a1d7983a5fe39
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri Mar 25 17:04:06 2022 -0500
🩹 Print English to serial out
commit 5ef4fb378e345e20d1fa3bdbc5312598dc571276
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Mar 24 20:29:50 2022 -0500
✏️ Encoder noise followup
Followup to #23925
commit 21f0945d2cfada672756709bc420feb11768e687
Author: Oleg Belov <obelov@audiology.ru>
Date: Fri Mar 25 02:12:35 2022 +0300
📌 Custom cable for Mini 12864 V1 + SKR Mini E3 V3.0 (#23936)
commit b2a318af9a0c8e91b1f66a5576226b50b1b49f1b
Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com>
Date: Fri Mar 25 01:07:58 2022 +0200
🌐 Update Ukrainian language (#23935)
commit 1c89c0470f2778f8051ff8514831138e64a2d9ed
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Fri Mar 25 12:06:28 2022 +1300
🩹 Wrap endstop_diag.cpp (#23931)
commit 2ee4a667e1999839e61fa4c7d4e31a88d6e301d6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Wed Jan 12 09:47:22 2022 -0600
💡 Misc. cleanup, comments
commit f8e177a43efa3e7a173e2799562d354ab95544ab
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 20:39:53 2022 -0500
🧑💻 Improve STATUS_BED_X
commit 9ac1c73041cbf4015b48d9d7a70a59e840a1d442
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 20:34:00 2022 -0500
🎨 General cleanup, comments
commit 4a8b99d505584d1fa5eb71d588da1bb60c3a2878
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 22:22:08 2022 -0500
🧑💻 EXTRUDER_LOOP macro
commit b094a3fc0d647f7daff7c4d97db32f9d41e4c11d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 20:31:36 2022 -0500
🎨 Clean up tool change with tool sensor
commit 2d99a608fd993fd5cb75223b72deadfc969a13c1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 20:11:58 2022 -0500
🔨 Fix 'mftest -s'
commit fba8805c0cd87845c80d9cd7738b94332a35e27b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 20:11:10 2022 -0500
🩹 Fix ADC math overflow
commit 039a22649f4e0201d7580b63c1a414450353438a
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 19:56:07 2022 -0500
🧑💻 PIO --silent in build_example
commit ced0ad8e094baecf6e3ee8eaa36c61baaa5743fc
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 19:17:12 2022 -0500
🎨 Apply _TERN where possible
commit 10a0c9a9b3d4070326954c5c2354cfd8ba490f0c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 19:20:19 2022 -0500
🔨 Suppress MMU2 resume_position warning
commit abfb0411809568970221281a3614e30970f0dfc1
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 19:08:00 2022 -0500
🧑💻 Add neo.set_background_color(rgbw)
commit 72f207f4895d5db34f697cb203876405b98d89c8
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 18:53:42 2022 -0500
🔧 Sanity-checks for PULLDOWN, SINGLENOZZLE
commit 7186037f20a2a2c57624e31c1e99adc37759c5f6
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 18:31:54 2022 -0500
🔧 No Switching Nozzle with MMU2
commit b0a400da72f6752619a82246fac55a07a4e67f3c
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 18:14:17 2022 -0500
🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER
commit cc4c2c2f98a1742d6b462481f74dacf5b5b93961
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 18:11:01 2022 -0500
🔨 Allow I2CPE_ENC_n_INVERT set to false
commit 5dae8a67344cfeda3de6d40fcd14498542004fe9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Mar 22 15:30:29 2022 -0500
🚸 Allow one servo with cutter on RAMPS
commit 05dea4e30a1768913ec7d1f38c65b9423200a558
Author: Fredrik Andersson <fredrikandersson@mac.com>
Date: Mon Mar 21 02:14:45 2022 +0100
✨ Encoder button noise filter (#23925)
commit 7e88ee8c5cc87395e73c45bcd743f3ab0302773b
Author: Mark <niujl123@sina.com>
Date: Fri Mar 18 12:49:47 2022 +0800
📌 PandaPi V2.9 – Standalone mode (#23908)
commit cc8e485e1c55fb2fcdba7dc8f6b89041ed18e9ce
Author: John Robertson <john@cirtech.co.uk>
Date: Fri Mar 18 03:21:53 2022 +0000
✨ ESP32 - Hardware PWM for fan, cutter, servos (#23802)
commit c7a2ecc31aa4def9e60668f5cfc648d87776be9b
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Fri Mar 18 16:17:41 2022 +1300
🩹 Fix xatc EEPROM debug (#23911)
commit 260b40d1453a9310581c45d3e1327a3103b36a22
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Fri Mar 18 03:15:26 2022 +0000
⚡️ Fix noisy ADC - 16x oversampling with 12-bit ADC (#23867)
commit c87eded8f6183c33bd9b9a74dd577fe6c77c32df
Author: Ludy <Ludy87@users.noreply.github.com>
Date: Fri Mar 18 02:55:33 2022 +0100
🩹 Fix redundant var declaration (#23913)
commit 2f2a999368f22f2c6b3105ab481987c2025bc50e
Author: John Robertson <john@cirtech.co.uk>
Date: Thu Mar 17 19:35:33 2022 +0000
🐛 MKS TinyBee - 2.5V ADC Vref (#23903)
commit 2558b323e85006c3c9f6a03bcaa82f61c95da0bb
Author: Jelmer van der Stel <steljwagh@users.noreply.github.com>
Date: Sun Mar 13 23:20:30 2022 +0100
🩹 Fix DWIN E3V2 display issues by allowing re-init (#23879)
commit 1db685593922214e49496d805dc9ea099e227f50
Author: Mrnt <github@maurent.com>
Date: Sun Mar 13 15:17:35 2022 -0700
🧑💻 Allow DIGIPOT Rsx / Vrefmax override (#23885)
commit 62f298aca39ff17bc7a51f49b9ff6b5b17a76c30
Author: Julien Staub <atsju2@yahoo.fr>
Date: Sun Mar 13 23:09:32 2022 +0100
🩹 Fix ExtUI build with Host Keepalive disabled (#23898)
commit 8d20c5aadfff34a024665ea349c0b66834e4d305
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date: Sun Mar 13 18:00:35 2022 -0400
📝 Fix X2_MAX_POS comment (#23873)
commit 61b470249c1cfa361f25060940cc8b7f8a8f64e9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Mar 13 16:59:43 2022 -0500
📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment
commit 4ffa88f814f3ddcb7273b73c9bb68773bcf1fd51
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Mar 13 16:46:08 2022 -0500
🚸 Test LIN_ADVANCE in a pins file
commit 8257040fafe758ac1913e9bf633fa0c9930dd9cb
Author: Mathew Winters <mathew@winters.org.nz>
Date: Sun Mar 13 14:13:41 2022 +1300
⚡️ G12 - Only require used axes to be homed (#23422)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 5d9ab7e71eed56f242d4fae32836f305bb1ff680
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Sat Mar 12 16:23:29 2022 -0800
🔨 Drop extraneous build flag (#23862)
commit 1a76d4d467ebb3d8ed1df39767efa99beb08e854
Author: Nick <nick@n-wells.co.uk>
Date: Sat Mar 12 23:47:47 2022 +0000
🐛 Fix Chiron new TFT SD print after reset (#23855)
commit 4028c1cfc7bcaf78e49bb98b527353ec30a970de
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat Mar 12 17:12:21 2022 -0600
🩹 Fix FSTR / PSTR usage
commit c49f26a7ae6499f4e19dc1f75bb4438cb0d549cf
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat Mar 12 16:34:58 2022 -0600
🧑💻 Add standard BUZZ types
commit f82b13359520baf4da4e41aa85ed0fe3f8d31173
Author: Ludy <Ludy87@users.noreply.github.com>
Date: Sun Mar 13 00:36:23 2022 +0100
🌐 Fix, add some menu labels (#23895)
commit 2c3f2a14715665d7309e212bfd2a48240118e627
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat Mar 12 15:59:01 2022 -0600
🐛 Fix UBL 'G29 Q1' bug
commit 4817efcf81d353032b2873dc958ec63bcb298d19
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat Mar 12 15:58:28 2022 -0600
🧑💻 Add ExtUI::onLevelingDone, match DWIN to ExtUI
commit 16271377e2a00c2cd416ec21e5a21272e9f805ed
Author: BIGTREETECH <38851044+bigtreetech@users.noreply.github.com>
Date: Sat Mar 12 08:23:18 2022 +0800
🧑💻 STM32G0Bx : Use PLLQ for USB clock (#23870)
commit 61fb3828688c377178031142ba9cfaa3512cb915
Author: kisslorand <50251547+kisslorand@users.noreply.github.com>
Date: Sat Mar 12 02:21:08 2022 +0200
🚸 M401 H - Report BLTouch HS State (#23724)
commit 7dae720de5c4fdea5fab657c09a2c8ba66f5a054
Author: GatCode <gatcode@wdw.one>
Date: Sat Mar 12 00:56:31 2022 +0100
📌 Fix, extend Index Rev03 Mobo (#23851)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit c6f4b38877d6ff5973c5273bf28c0fa1b60226a3
Author: Giuseppe499 <giuseppe499@live.it>
Date: Sat Mar 12 00:12:03 2022 +0100
🚸 Fix, extend X Axis Twist Compensation (#23745)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit eabeac29fd311dc09799ce8a0db742048b07a2a9
Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
Date: Fri Mar 11 15:06:49 2022 -0500
🚸 Update Ender3 V2/S1 Pro UI (#23878)
commit b045c91f266d222f5851d76fb9723552c1f00313
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sat Mar 12 03:51:25 2022 +1300
fix g29 (#23887)
commit 56955c179d1fb6991f6267a344e712b1caeae154
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri Mar 11 02:56:24 2022 -0600
🐛 Fix UI include
Followup to ~2
commit 4eb1326355aaa022e1a9d41625851876b20b5aa3
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Fri Mar 11 21:52:35 2022 +1300
📝 Update laser/spindle docs link (#23886)
commit b669aa49cccf4ceb41b99dfdbb88dac5945bed01
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Mar 10 22:07:47 2022 -0600
🔧 DWIN_CREALITY_LCD_ENHANCED => DWIN_LCD_PROUI
Followup to #23624
commit 152ec49b8b43e40a9cceaaa90f3ebf1c194dfe11
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Mar 10 17:35:03 2022 -0600
🩹 Fix 'hdsl' warning
commit e4ca822dcf62c5a38b30472bd51ab40212ee2eb5
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Mar 10 17:25:09 2022 -0600
🚸 Improve M422 error messages
commit 0fafcd20cddc0e76003454d7c292430f367f1106
Author: Scott Lahteine <github@thinkyhead.com>
Date: Fri Mar 4 16:07:38 2022 -0600
🔧 Mark Thermal Variance Monitor EXPERIMENTAL
commit bd72df3bb6387af9421b1503ab74e29b8a1e705c
Author: Jack Wilsdon <jack.wilsdon@gmail.com>
Date: Fri Mar 4 21:59:38 2022 +0000
🐛 Emergency Parser with STM32 Mass Storage (#23827)
commit fd582dc863785b53048834d0c9789f1d264603b2
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Fri Mar 4 21:57:51 2022 +0000
🩹 Improve and apply XATC reset() (#23840)
commit 2986bc3b768e047fb333d35633900d512dbff439
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed Mar 2 17:58:23 2022 -0600
⚡️ Use seen_test in `M422`
commit e082a141f63e7af1d301a994c0ee796946bcb3a8
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed Mar 2 17:50:55 2022 -0600
🚸 Use Z_STEPPER_ALIGN_STEPPER_XY to enable
commit 575c3150f96a7d43d93d092c9f0dd7f395ef6a78
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Wed Mar 2 22:13:46 2022 +0000
🚸 Universal X_AXIS_TWIST_COMPENSATION (#23828)
commit 43d4e306680d0a006f431b4ab29246450c6ee5e2
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed Mar 2 16:04:17 2022 -0600
🐛 Fix M_State_grbl when G29 calls G28
commit 9b17699b9b371a88d7e5d79b60721e652c56c173
Author: Julien Staub <atsju2@yahoo.fr>
Date: Tue Mar 1 23:42:20 2022 +0100
✨ Weedo 62A Tina2 / Monoprice Cadet (#23817)
commit 0337602bbe289b72167a8ee49e996f799b281edc
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date: Tue Mar 1 17:25:30 2022 -0500
⚡️ E3V2 blank bg for S1 compatibility (#23822)
commit fbfe0642b6411d12340d6d53338af0cd386b4ab8
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Wed Mar 2 11:22:36 2022 +1300
🚨 Fix BLTouch 5V pin tolerance checks (#23823)
commit 41a51e952792653059019e9e6064f6cd7a0beadb
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Tue Mar 1 22:14:52 2022 +0000
🐛 Fix backlash applied steps when config changes (#23826)
Followup to #23814
commit 2d648e4dd94fd93ed0df9390dafe3e23335b5c29
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Wed Mar 2 11:11:26 2022 +1300
🔨 Fix 'renamed' env (platform = ststm32) (#23831)
commit 35d11070b493a03e0011f96ec5af0ba72662dbe7
Author: Ludy <Ludy87@users.noreply.github.com>
Date: Tue Mar 1 23:09:11 2022 +0100
🌐 Update German language (#23832)
commit feafb7d49af67dd11172baf883d307eaea1e1b26
Author: kisslorand <50251547+kisslorand@users.noreply.github.com>
Date: Mon Feb 28 04:38:11 2022 +0200
✨ M21 P / S / U - Select Volume (#23780)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 39001bd8d22f8a6f3b36b4b923b3ace359416c0a
Author: M. FURIC Franck <francknos@gmail.com>
Date: Sat Feb 26 23:54:04 2022 +0100
✨ LCD Backlight Timer (#23768)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 3db2fecaa443634f80203b0762d503b7c706951e
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sun Feb 27 11:50:17 2022 +1300
🔧 SHOW_CUSTOM_BOOTSCREEN sanity-check (#23807)
commit c0288590b3319dd0a7afffbd52587b6071596cbb
Author: sam <8531653+minteyay@users.noreply.github.com>
Date: Sun Feb 27 00:48:59 2022 +0200
📺 BTT SKR Mini E3 with Fysetc V2.1 / MKS V3 / BTT V1 Mini 12864 (#23793)
commit d2cd3f2e6830f10846871e6ce83342593c6cd67e
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sun Feb 27 11:45:33 2022 +1300
✨ MKS Robin Nano 3.1 (#23795)
commit 893c6624384d68f7c6da7a383380fa13ccfc1ad0
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sun Feb 27 09:34:44 2022 +1300
🐛 ESP32 _delay_ms, fix u8g_esp32_spi.cpp (#23810)
commit b0fdbede9c98e8b807dd4a7a291b1b668c1a8e15
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Sat Feb 26 20:30:33 2022 +0000
🐛 Fix steps-to-mm with backlash (#23814)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 8e11a2bb8393c84a43a8c19a2f8ab499123cccb4
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Feb 24 18:47:57 2022 -0600
🎨 Move PROPORTIONAL_FONT_RATIO
commit 9588f21d2e8b91ab9061efdbb2d43df9c81e239e
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Thu Feb 24 05:36:39 2022 +1300
🔨 More renamed.ini envs (#23786)
commit 80e569015bcd97cb9da43e4cecf20f0d0a8bd5f6
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Tue Feb 22 16:16:57 2022 +1300
🐛 Fix TMC26X CS pins init (#23778)
commit be703522036250c4753d5ae1100c78bf01e8a124
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Mon Feb 21 18:47:53 2022 -0800
🔧 Warning for MK3_FAN_PINS (#23727)
commit 980c009fc7ff8ec07d37a1d936cf5711cb50cbdd
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Mon Feb 21 19:55:19 2022 -0600
✨ Dyze Design PT100 Amplifier Board (#23760)
commit 8a02646f5244a67cfdae32ba6a8b4dd68467f149
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Mon Feb 21 19:54:03 2022 -0600
📝 Update Toolchange FS comments
commit 7ec2167a73d630e1408911bc172ede11189da27f
Author: tombrazier <68918209+tombrazier@users.noreply.github.com>
Date: Tue Feb 22 01:15:52 2022 +0000
⚡️ Apply PTC on all probing (#23764)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 56cec9690a3717ce9ed2803b7c8f6486d532eae9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Thu Feb 17 18:50:31 2022 -0600
♻️ Refactor HAL as singleton (#23357, #23871, #23897)
commit 428b67db316ceb11e41152270a97844c897feb39
Author: John Robertson <john@cirtech.co.uk>
Date: Fri Feb 11 21:04:47 2022 +0000
✨ More Nozzle Park move options (#23158)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 1b2715ccf2722182ef787fa4639619b282647b1b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat Feb 5 10:30:17 2022 -0600
🚸 Enhanced UI => Professional UI - with updates (#23624)
commit ac76ed7eceee1063c53ce88c4d3471552c0aa279
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date: Wed Feb 2 00:35:38 2022 +0100
🚸 Case Light, LED menus for E3V2 DWIN Enhanced UI (#23590)
commit 4ba4ab1c75bbf87c33b94bbb18b6cae4897fc226
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Tue Feb 22 13:31:44 2022 +1300
📌 Creality RAMPS optional SD_DETECT_PIN (#23740)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit c0f6d2f78ca50852587d58cb3931d117baf0f5cc
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date: Fri Feb 18 01:45:42 2022 +0100
✏️ Fix getLFNName parameter (#23752)
commit 0b4f5298f5022666fedcb873b2d6e9a573ae42ef
Author: jefflessard <jefflessard3@gmail.com>
Date: Thu Feb 17 19:44:41 2022 -0500
🚨 Fix TEMP_SENSOR_BOARD warnings (#23754)
commit 195383bc33e708e533ee7d7199184351d8f6e55b
Author: Simon Pilepich <simon.pilepich@gmail.com>
Date: Wed Feb 16 13:46:09 2022 +1100
🧑💻 Update MightyBoard FET pins (#23728)
commit 4199191e999667e66cbaa4ff7844c520774304ed
Author: Scott Lahteine <github@thinkyhead.com>
Date: Tue Feb 15 15:09:09 2022 -0600
♻️ Rename XATC z_values => z_offset
commit 7da28768f7bd60c936b66edc85c5d830dd86811a
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date: Sun Feb 13 14:44:24 2022 -0500
♻️ No ui.reinit_lcd on any ExtUI (#23722)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 172cd2eefb803a2a171c66b2b2bb453944bd5e61
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Feb 13 13:12:38 2022 -0600
📝 Update conditionals descriptions
commit 341113bcfb5e20d6587ebe44a746780b3b293867
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun Feb 13 12:55:00 2022 -0600
🔧 HAS_LCDPRINT conditional
commit 5f0e1a15dfe63f250513e052b0de186a1ad805a1
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sat Feb 12 08:50:07 2022 +1300
✏️ Fix E3V2 display with BTT SKR Mini E3 v3 (#23719)
commit 3abf4de4ae696f3c234b0be6d7cce5efa60d111e
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sat Feb 12 08:39:34 2022 +1300
🚸 Align MKS UI heated bed status with HAS_MULTI_HOTEND (#23718)
commit cc1a48ad2d86c8e53684a066c17e033cb20615ad
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Fri Feb 11 09:36:52 2022 -0600
💥 Change 'M42 M' to 'M42 T'
commit 2a584cea96c885df2f6b2c7700d71dfcafe08551
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu Feb 10 16:03:48 2022 -0600
🎨 Misc. DGUS cleanup
commit 9f57f6f36f464b412314144d2c72ff0dc8b4be9b
Author: Thomas White <TomW1605@users.noreply.github.com>
Date: Fri Feb 11 04:02:45 2022 +0800
✨ Pxmalion Core i3 (#23711)
commit 59548410b8e76c5a2f18565c9f37338e4f2a4be6
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu Feb 10 13:58:50 2022 -0600
🧑💻 Wrap MMU1 pins
commit 65c4f14a9e943451ae7379de9c40decd143caae9
Author: espr14 <espr14@gmail.com>
Date: Thu Feb 10 20:28:38 2022 +0100
🩹 Simplify quick homing feedrate (#23714)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
commit 3e18cf2b6ac354ec679f028d3b3616e4cc51e72c
Author: MOHAMMAD RASIM <mohammad.rasim96@gmail.com>
Date: Wed Feb 9 21:29:34 2022 +0300
🚸 Fix, Improve Power-Loss Recovery (#22828)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
commit 11071c747272d3546ee02e16c1a2a2ffe4893f61
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Thu Feb 10 05:46:53 2022 +1300
🚸 Restore active tool after ABL G29 (#23692)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 38484c6eb6b0f1c8a49f46efaef707165dc539f6
Author: Scott Lahteine <github@thinkyhead.com>
Date: Tue Feb 8 18:02:28 2022 -0600
🧑💻 Drop hostui.flag
commit b964d2fff00a138d59d46cf3213956067df930b3
Author: Taylor Talkington <taylor.talkington@gmail.com>
Date: Tue Feb 8 18:36:06 2022 -0500
✨ Optional HOST_STATUS_NOTIFICATIONS (#22833)
commit 973366e6aafd2eca76105c4948c310e750e65cc2
Author: Scott Lahteine <github@thinkyhead.com>
Date: Tue Feb 8 17:03:38 2022 -0600
🔧 Update MIXING_EXTRUDER sanity checks
Fixing #23693
commit e255e4a69fa07c194b44e242cd3d20e2dacffa9b
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date: Mon Feb 7 17:24:18 2022 -0500
PLR accessors for Ext UI (#23687)
commit 942f08852241a4584e82581967d6d01b375a5474
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date: Mon Feb 7 17:22:18 2022 -0500
🩹 Fix Maple HAL compile errors (#23685)
commit c4341a4e351978a228272e583dd72f999eca643c
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Tue Feb 8 09:49:26 2022 +1300
🚨 Cleaner errors for renamed envs (#23690)
commit 6e23ffd12c459908a5c9f8f02c02cd4841cf691f
Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
Date: Mon Feb 7 15:40:14 2022 -0500
🧑💻 Generic Maple STM32F103RC envs for devs (#23686)
commit 58239c65cbe0563d8f3a223b3ca2091dbbd1ee14
Author: Bob Kuhn <bob.kuhn@att.net>
Date: Sun Feb 6 08:35:18 2022 -0600
🐛 Fix init of delta safe height (for G29, G33, etc.) (#23622)
commit 82ae3646cb709537574869e469c242b406087827
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sun Feb 6 05:52:18 2022 +1300
🐛 Fix missing u8g_esp32_spi (#23562)
commit 8799837d75744c697f7dee994b327632c27cbfe4
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date: Sat Feb 5 17:23:44 2022 +0100
🔨 Clean up upload.py (#23679)
commit cdcf31453b605fb133f10ddd1d1f952fc5a594c4
Author: John Lagonikas <39417467+zeleps@users.noreply.github.com>
Date: Sat Feb 5 03:10:59 2022 +0200
🐛 Fix dual MAX31865 initialization issues (#23496)
commit a23ecf0d2f96d9c7547b8c545fb39e9396d271dd
Author: Bob Kuhn <bob.kuhn@att.net>
Date: Fri Feb 4 19:00:35 2022 -0600
🩹 Prevent Z error with UBL + Park unscaled E move (#23568)
commit f5046a41cd306cf107f8b7bc61bedb81f22ace78
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sat Feb 5 13:51:00 2022 +1300
🚨 Deprecate Maple build (#23661)
Update Warnings.cpp
commit 0d07c49c1d91483c59294fce2e58577a4bf23bb9
Author: GHGiampy <83699429+GHGiampy@users.noreply.github.com>
Date: Sat Feb 5 01:44:21 2022 +0100
🩹 Init brightness/contrast later (#23645)
commit f193729f546600eae327c688e1da46b1cc105586
Author: Stephen Hawes <sphawes@gmail.com>
Date: Fri Feb 4 19:42:15 2022 -0500
🐛 Fix Index Mobo Rev03 upload (#23676)
commit 22db62d95a81ce67ea6157a3eb1957045de2b63a
Author: Kelroy <karlicio@gmail.com>
Date: Sat Feb 5 01:40:35 2022 +0100
✨ SAMD51 Bricolemon / Bricolemon Lite boards (#23658)
commit 50ffacfb90a672b6915ea407fce921c72be72a02
Author: Bruno Henrique de Paula <bruno.henriquy@gmail.com>
Date: Fri Feb 4 18:57:43 2022 -0300
📌 Distinct BOARD_CREALITY_V422 (#23674)
commit 21935b41f076eb04bd851f35b31657e79db6584c
Author: Bones <97494397+SidSkiba@users.noreply.github.com>
Date: Fri Feb 4 14:52:57 2022 -0700
✨ Add ZRIB v53, patch G35 Z drop, related issues (#23636)
commit 15eabba11d3f0cc3c772e865719802d779a1f21e
Author: Scott Lahteine <github@thinkyhead.com>
Date: Fri Feb 4 15:49:39 2022 -0600
🧑💻 Relocate a variant
commit b2d0f2fd8c1b5eea4be90163b71895651b93d851
Author: Bob Kuhn <bob.kuhn@att.net>
Date: Fri Feb 4 13:34:48 2022 -0600
🐛 Fix RUMBA + MKS Mini12864 Neopixel pin (#23646)
commit a07d7e4b8ab0cdc19ea6f88cc1fc8be4e8294fd7
Author: Mike La Spina <mike.laspina@shaw.ca>
Date: Fri Feb 4 13:33:52 2022 -0600
🍻 STM32 set_pwm_duty "on/off" for digital pins (#23665)
commit d4801461f504f1a2a68393b57d492b9bb9ac1ff5
Author: Scott Lahteine <github@thinkyhead.com>
Date: Fri Feb 4 12:39:30 2022 -0600
💡 Comment variant timers
commit f42c1b4cae9549cdc260543aa17f220ee2dbaa53
Author: Mike La Spina <mike.laspina@shaw.ca>
Date: Fri Feb 4 10:45:34 2022 -0600
🔧 Sanity-check AVR D9 Fan PWM / SPEAKER Timer2 (#23672)
commit f8571fc18fc7a846e321581979a093d135c71999
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sat Feb 5 05:24:38 2022 +1300
🐛 Creality v4 cleanup, pin correction (#23666)
commit fbbf556e0886d8b2d69bf5b64540b123d37f4894
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Mon Feb 21 20:50:09 2022 -0600
🔨 Workspace file with recommendation
commit 1cdaddaaf20fa359f4513e13baf08e4df0271fd9
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Feb 1 17:28:29 2022 -0600
🔧 Board temp sensor check
commit 4d8976bf6bbf8cd3f8ab25f48cfa163265da4469
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Mon Jan 31 00:34:03 2022 +1300
🐛 Fix FYSETC S6, S6 V2 Serial RX pins (#23642)
commit c02bc3887aa23dfeb933a47c38bcf8ddfd6fe40c
Author: Mike La Spina <mike.laspina@shaw.ca>
Date: Sun Jan 30 05:31:56 2022 -0600
🐛 Fix AVR 644/1284 Timer / PWM conflicts (#23629)
commit 68dfc5056492f70c24b780564622d178346e240d
Author: Scott Lahteine <github@thinkyhead.com>
Date: Thu Jan 27 07:05:26 2022 -0600
🧑💻 Simplify Fast PWM timer macros
commit c7b0626b02fba7ac37a918e6cc2b2f86556fd1e1
Author: Mike La Spina <mike.laspina@shaw.ca>
Date: Wed Jan 26 14:01:22 2022 -0600
🐛 Fix SPI DMA and default mode (#23627)
Followup to #23464
commit 30d1f0ba81ffdb477fab7370584238e69f88cc8f
Author: Scott Lahteine <github@thinkyhead.com>
Date: Wed Jan 26 13:40:29 2022 -0600
📝 Update Creality 4.2.2 driver warning
commit 758dc7af9d340dd5ece4c98374e60a213567a4ec
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Wed Jan 26 10:33:10 2022 -0800
🚸 Better "Bed Tramming Done" dialog (#23616)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
commit 361dab93b387d3b1b5b62da016da0614d457db3d
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue Jan 25 18:33:30 2022 -0600
✨ BOARD_CREALITY_V24S1_301 (#23620)
Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
commit f0f1d33980acef6ab2e202d7c4922453e6ad46dc
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date: Wed Jan 26 13:08:15 2022 +1300
✅ FYSETC TFT81050 CI Test (#23604)
commit 38e0e92e9d798fa8bb373e7b876b5f08b07fac0f
Author: Scott Lahteine <github@thinkyhead.com>
Date: Tue Jan 25 17:19:20 2022 -0600
✏️ Fix MKS enum
commit 2dcc3ddeedcbebf1bbd1b1cfc4bd8be17f14d020
Author: Scott Lahteine <github@thinkyhead.com>
Date: Tue Jan 25 15:33:03 2022 -0600
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
commit 33c89547f041843c3bb8e247654ed861825b5f4a
Author: Timofey Titovets <nefelim4ag@gmail.com>
Date: Tue Jan 25 12:36:09 2022 +0300
⚡️ Tuned Thermistor 66 (T-D500) (#23585)
commit a4ea8bc1e121301fe4dfaf304ae482709fae1754
Author: Lars <lars.moesman@gmail.com>
Date: Tue Jan 25 10:30:45 2022 +0100
🐛 Fix DGUS_Reloaded G-code execution (#23592)
commit 9f06079549ffad265579e6933bb81491fc179892
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Tue Jan 25 01:25:19 2022 -0800
🐛 Fix Creality DWIN LCD with SKR Mini E3 V3 (#23593)
commit 2f48c30445281266adf19bc00232db66f885f516
Author: DejitaruJin <dejitarujin@gmail.com>
Date: Tue Jan 25 03:52:23 2022 -0500
🩹 Fix DWIN float debugging (#23601)
commit 50906876824881a807917310e05f77b9d6f9b04b
Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Tue Jan 25 00:09:53 2022 -0800
🔨 Creality RCT6 (256K) variants (#23599)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
commit 2d032b734c7a2e92af597e44dcf111b551d4f6a6
Author: Scott Lahteine <thinkyhead@users.norep…
Description
This PR addresses a pin conflict issue due to a removed flag for setting AVR_SS_PIN 4 on init and it now is always set high.
There are multiple pin conflicts with both ATMEGA644 and ATMEGA1284Ps. There is also a serious safety issue with the fact that it is set high in the HAL init for some boards with a heater on PIN 4.
Conflicted boards are:
ANET,ATMEGA1284P,FAN_PIN 4
AZTEEG,ATMEGA1284P,FAN_PIN 4
GEN3+,ATMEGA644,FAN_PIN 4
GEN6,ATMEGA644,E0_STEP_PIN 4
GEN7,ATMEGA644,HEATER_0_PIN 4
MELZI_ALL,ATMEGA1284P,FAN_PIN 4
OMCA,ATMEGA644,FAN_PIN 4
SANGUINOLOLU,ATMEGA1284P,FAN_PIN 4
SETHI,ATMEGA644,HEATER_0_PIN 4
STB,ATMEGA644,,FAN_PIN 4
Requirements
N/A
Benefits
Safety, proper pin init states.
Configurations
Any Atmega644 or Atmega1284P listed above.
Related Issues
#23418