-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M76 Host Pause Feature #21738
M76 Host Pause Feature #21738
Conversation
tested by pulling the filament out during a print with filament runout script configured to run m76 and by sending m76 directly from the host. the //action:pause command comes through the terminal as expected.
Why do we need to make This can easily head down a path of adding individual actions when they should all be covered under |
How would you configure the filament runout script to do the same thing but using host_prompt_support? |
From the configuration section of the runout action - // NOTE: After 'M412 H1' the host handles filament runout and this script does not apply. By default, this sends the host the filament_runout action command. |
Interesting, so then the only use cases remaining are preprogramming a point in a script to pause the print indefinitely and |
I believe those are both handled by m0/1 |
From marlin gcode docs
|
Correct, because without those, youll never be able to resume. They wait for a command to return control. |
the whole idea here is to pause the host, so you would resume at the host |
I think the host should probably put up its own alert in this case, but the protocol is such that the firmware supplies the values for the buttons. So, this is not entirely weird. One thing is that an |
In testing, does the host also put up the dialog when stopping a print, or does the host ignore it? |
I haven't tested with host prompt support on and I won't be able to for a few days. I'll get back to this on Wednesday I would imagine it would depend on the host in question as well so maybe I don't understand the question |
It appears to me that if you were to tell the host to "CANCEL PRINT" it would then respond with "Click to Resume." |
Why do you think that? I'm still confused 🤔 |
@thinkyhead |
1eaff6a
to
aee971b
Compare
9852ef9
to
0e40d47
Compare
fb3b978
to
2c9ac92
Compare
Is this still good? Bad? In-between? It's ready to merge if it's still considered useful. |
Sadly I've switched to klipper on all my printers so I don't really have an opinion anymore. I wanted an Ultimaker or Makerbot experience and hacking octoprint and marlin together with host prompts and stuff just wasn't cutting it. |
Well, much gratitude for everything you've done so far to help us catch up with Klipper. We'll keep on keeping on improving things! |
* 🐛 Fix some board names * 🎨 NULL => nullptr * 🐛 Fix delta calibrate manual move scale (MarlinFirmware#22430) * 🐛 Fix Longer3D SDSS / SD_SS (MarlinFirmware#22444) * 🐛 Fix SKR Pro bad directive (MarlinFirmware#22438) * 🐛 Fix LCD Menu MBL Z-Offset Adjustment (MarlinFirmware#22450) * 🐛 Reset workDirDepth in cdroot() (MarlinFirmware#22441) * 📺 Fix and optimize FTDI Eve Touch Interface (MarlinFirmware#22427) * 🎨 abs => ABS * ⚡️ Larger FYSETC S6 I2C EEPROM size (MarlinFirmware#22424) * 🐛 SAV_3DGLCD conditionals (MarlinFirmware#22447) * 📺 MKS MINI12864 V3 for Robin E3P, etc. (MarlinFirmware#22453) * 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN * 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (MarlinFirmware#22475) Fixes MarlinFirmware#22466. Regression from MarlinFirmware#22377. * 🐛 Fix DGUS displays compile (MarlinFirmware#22464) * ✅ Custom logging for MBL * 🐛 Fix custom menus on TFT LVGL Fixes MarlinFirmware#21423. Regression from MarlinFirmware#18177. * 🐛 Fix custom menus on MKS UI (MarlinFirmware#22470) * 🔨 Update Longer and Chitu envs (MarlinFirmware#22467) * 🎨 Adjust settings.cpp indent * 🐛 Fix sprintf_P compile error (Maple) (MarlinFirmware#22479) * 🐛 Fix extra E move in toolchange with ..._NO_RETURN (MarlinFirmware#22504) * 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to MarlinFirmware#22411 * 🔧 Sanity-check Mixing plus Disable Inactive Extruder See MarlinFirmware#22166 * 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See MarlinFirmware#20649 * 💚 Fix tests for new sanity-checks * 🎨 Fix "'EEPROM' unused" warning (MarlinFirmware#22511) * 🐛 Fix report_a_position ABC criteria * 🐛 Fix Longer3D STM32 boot, add Maple test (MarlinFirmware#22473) * 🐛 Prevent ABL G29 setting a funky feedrate See MarlinFirmware#22472 * 🚸 Prevent M42 unintended pin change to output (MarlinFirmware#22493) * 🚸 Fix BLTouch spelling * 🔨 Offset/encrypt/rename for Maple STM32F1 (MarlinFirmware#22477) * ✨ M256 LCD brightness (MarlinFirmware#22478) * 🐛 Fix G38 with probe on Z_MIN (MarlinFirmware#22452) * 🐛 Followup to 6 linear axes (MarlinFirmware#22482) * 🐛 Fix up endstop flags (MarlinFirmware#22487, MarlinFirmware#22525) * ✨ MKS Monster8 board (MarlinFirmware#22455) * 🐛 Fix MKS 'USB Flash MSC' environments (MarlinFirmware#22515) * 📌 MKS pins for PSU_CONTROL (MarlinFirmware#22528) * ✨ Simulator HAL and build targets (MarlinFirmware#22418) * 🐛 Fix some Simulator on Windows issues (MarlinFirmware#22516) * 🏗️ Define HAL_STM32 for HAL/STM32 (MarlinFirmware#22537) * 🐛 Fix fan index for Singlenozzle, chamber fan Fixes MarlinFirmware#22512 Followup to MarlinFirmware#19152, MarlinFirmware#19519 * 🎨 Add DWIN_StatusChanged_P * 🎨 Misc. Cleanup * 🔨 Fix FYSETC S6 envs (MarlinFirmware#22421) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🌐 Level Corners => Bed Tramming * 🚑️ Init FastIO before anything else (MarlinFirmware#22508) * ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (MarlinFirmware#22498) * 🐛 Fix and improve FTDI Eve Touch UI (MarlinFirmware#22361, MarlinFirmware#22439, MarlinFirmware#22459, MarlinFirmware#22468, MarlinFirmware#22500, MarlinFirmware#22530) * 🐛 Fix CoreXY plus extra axes See MarlinFirmware#22490 * 🐛 Use delete [] for new [] * 🚸 Set M122 interval only with S0 or Pn * 🎨 Update HAL/STM32 wrappers Followup to MarlinFirmware#22537 * 📝 Document DGUS display options (MarlinFirmware#22443) * 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes Fixes MarlinFirmware#22466. Regression from MarlinFirmware#22377. * 🚚 Relocate and adjust DWIN E3V2 (MarlinFirmware#22471) * 🐛 Fix Ender-3 v2 language init (MarlinFirmware#22550) * 🔨 Fix (RRF E3) RX/TX buffer size override (MarlinFirmware#22475) * 🐛 Spellcheck comments (MarlinFirmware#22496) codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint * 🚸 Better error for MOTHERBOARD not defined (MarlinFirmware#22551) * 🎨 Tweak M73 condition * 🐛 Fix M575 port index output (MarlinFirmware#22553) * 🔨 Use zip link for MarlinSimUI * 🐛 Fix some BTT SKR2 pins (MarlinFirmware#22558) * 🚸 Fewer CRs in settings report (MarlinFirmware#22560) * 🐛 Fix LCD_COL_X_RJ Followup to MarlinFirmware#22471 * 💚 Update STM32F103RET6_creality test path * ⏪️ Revert ABL G29 feedrate (MarlinFirmware#22574) Reverts 9130f58 * ⚡️ Simplify PROBING_STEPPERS_OFF (MarlinFirmware#22581) * 🐛 Fix Longer3D PWM/timer pins (MarlinFirmware#22583) * 🐛 Fix STM32 delay, double reset in FSMC TFT init (MarlinFirmware#22584) * 📌 Disregard TMCStepper 0.7.2 * ♻️ Clean up CrealityUI and MarlinUI (MarlinFirmware#22586) * ✨ Mixer Presets (MarlinFirmware#21562) * ✨ Power-off confirm / beep options (MarlinFirmware#22191) * ♻️ Consolidate PSU_CONTROL (MarlinFirmware#22304) * ✨ Add TEMP_SENSOR_BOARD (MarlinFirmware#22279, MarlinFirmware#22342, MarlinFirmware#22343, MarlinFirmware#22344, MarlinFirmware#22350) * ✨ D576 Buffer Monitoring (MarlinFirmware#19674) * ✨ M76 Host Pause Feature (MarlinFirmware#21738) * 🎨 Update MKSPWC, some other pins (MarlinFirmware#22557) * ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (MarlinFirmware#22285) * 🎨 Fix some formatting, F() versus PSTR() * 🐛 Show bed size as 'work:' in M115 Fixes MarlinFirmware#22598 * 🌐 Update menu titles, add more IJK (MarlinFirmware#22605) Followup to MarlinFirmware#19112 * 🐛 Update H-bot / Core for 6-axis (MarlinFirmware#22600) Followup to MarlinFirmware#19112 * ⬆️ TMCStepper 0.7.3 (MarlinFirmware#22608) * 🎨 Tweak TMC software serial pins * 🎨 Misc code and spacing cleanup * ✨ BOARD_RUMBA32_BTT (MarlinFirmware#22607) * ✨ MarlinUI for Ender 3 v2 DWIN LCD (MarlinFirmware#22594) Co-Authored-By: Taylor Talkington <taylor.talkington@gmail.com> * 🐛 Fix LPC176x M43 Pins Debugging (MarlinFirmware#22611) * 🎨 Define FYSETC S6 and TH3D EZBoard EXP1/2 pins * ✨ New board TH3D_EZBOARD_LITE_V2 (MarlinFirmware#22621) * 🎨 EXP1/2 headers and pins cleanup (MarlinFirmware#22628) * 🐛 Fix Multi-Endstop stepping (MarlinFirmware#22625) * 🩹 Use <SoftwareSPI.h> in MAX31865 lib (MarlinFirmware#22618) * 🔨 Melzi with OptiBoot build (MarlinFirmware#22630) * 🩹 Tweak startup message (MarlinFirmware#22633) * 🔨 Set Longer3D timers in variant (MarlinFirmware#22632) * 📝 AlephObjects => LulzBot * 🎨 EXP headers, ST7920 delays (MarlinFirmware#22641) * 🎨 Update more EXP Headers * 🩹 Sensorless homing tweak * ⚡️ Improve G2/G3 arc handling (MarlinFirmware#22599) * 🐛 Fix SDSUPPORT for SKR CR-6 (MarlinFirmware#22668) Co-authored-by: Sebastiaan Dammann <sebastiaandammann@outlook.com> * ⚡️ Enhance and fix FTDI Eve Touch UI file select (MarlinFirmware#22651) * ⚡️ Fix, enhance FTDI Eve Touch UI (MarlinFirmware#22619) * 🔨 Three columns in mftest menu * 🌐 MSG_PROBING_MESH => MSG_PROBING_POINT * 🎨 screws_tilt_adjust_pos => tramming_points * 🔨 Fix HAL/STM32 F103Zx builds (MarlinFirmware#22610) * 🌐 Update Italian language (MarlinFirmware#22645) * 🌐 Update Hungarian language (MarlinFirmware#22678) * 🩹 Fix LPC176x M43 formatting (MarlinFirmware#22680) * ⏪️ Revert MAX31865 recent changes (MarlinFirmware#22660) * 🚸 Improve Tramming Wizard usability (MarlinFirmware#22672) * 🩹 Clean up BTT_SKR_CR6 Fixes MarlinFirmware#22665 * 🔧 Set Z_PROBE_OFFSET_RANGE_MIN/MAX for MBL (MarlinFirmware#22663) * ⚡️ Add PROBE_PT_LAST_STOW * 🐛 Followup to CrealityUI cleanup Followup to MarlinFirmware#22586 * 🌐 Tweak language selection * ⏪️ Clean up Info Menu * 🎨 Tweak pins, comment formatting * ✨ Creality3D CR-30 PrintMill * ✨ GT2560 V4.x A20 (MarlinFirmware#22664) * 🐛 BTT Octopus X MAX pin for IDEX (MarlinFirmware#22654) * 🩹 Allow M42 S0/1 analogWrite on PWM pins (STM32) (MarlinFirmware#22631) * 🔨 Enhance Lerdge pins, TFTs, and variants (MarlinFirmware#22658) * 🚸 MKS UI extrusion speed/steps config (MarlinFirmware#22656) * 🐛 Fix Mixing code typos (MarlinFirmware#22697) * 📝 Update PID_PARAMS_PER_HOTEND comment (MarlinFirmware#22694) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * ✨ Homing submenu option (MarlinFirmware#22692) * 🩹 Fix 'ms' warning * 🌐 Update "Homing" for some languages (MarlinFirmware#22706) * ✨ Index Pick-and-Place board Rev.3 (MarlinFirmware#22647) Co-authored-by: Gonçalo Pereira <goncalo_pereira@outlook.pt> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * ✨ Protoneer CNC-Shield 3.00 (MarlinFirmware#22715) * 🎨 Use largest default ST9720 delays (MarlinFirmware#22713) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🔧 Sanity checks for Ender 3 V2 * 🎨 MarlinUI for E3V2 tweaks * 🚸 Per-hotend Watch items * 🎨 Misc. Spindle/Laser (etc.) cleanup * 🎨 Misc. code cleanup * 🚸 Show ExtUI message for PID_STARTED * ✨Add DGUS_LCD_UI_RELOADED (MarlinFirmware#21931) * ✨ Ender-3 V2 with Jyers UI (MarlinFirmware#22422) * ✨ Ender-3 V2 CrealityUI Enhanced (MarlinFirmware#21942, MarlinFirmware#22728, MarlinFirmware#22733) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🐛 Followup to JyersUI * 🐛 Fix JyersUI for LPC176x (MarlinFirmware#22745) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🎨 Standardize G-code reporting * 🎨 Fewer serial macros * 🩹 Fix TOUCH_UI_FTDI_EVE warnings * 🚸 Enhance FTDI Eve Touch UI file select dialog (MarlinFirmware#22742) * 🐛 Fix LPC1768 SD-based EEPROM debug Fixes MarlinFirmware#22746 * 🩹 Warn about user feedback requirement * 🐛 No probe enum for DELTA + SENSORLESS_PROBING Fix MarlinFirmware#22729 * 🎨 Apply more HAS_DELTA_SENSORLESS_PROBING * 🐛 Fix Trigorilla Pro HAL/STM32 build offset (MarlinFirmware#22761) * 🚸 G33 R and O options (MarlinFirmware#22707) * 📌 Creality 4.3.1 board variants (MarlinFirmware#22704) Co-authored-by: Chico <jjjm6000@gmail.com> * 🎨 Tweak custom menu item code * ✨ MKS Robin Nano V1.3 (STM32F407VET6) (MarlinFirmware#22749) * 🐛 Fix ENABLED => EITHER typo (MarlinFirmware#22756) * 🐛 Fix CUSTOM_MENU_MAIN_SCRIPT_DONE Fix MarlinFirmware#22762 * 🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM * 🐛 Fix old spindle/laser options * 🌐 Update Slovak language (MarlinFirmware#22752) * 🎨 Use ExtUI API where applicable * 🔖 Configurations version 02000902 * ✨ TFT Screen/Backlight Sleep (MarlinFirmware#22617) * ✨ M282 - Detach Servo (MarlinFirmware#22760) * 🩹 Fix DWIN Enhanced Tune menu during homing (MarlinFirmware#22773) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🐛 Fix MKS Monster8 EEPROM issue (serial timer) (MarlinFirmware#22777) * ✏️ Fix TFT field names (MarlinFirmware#22776) * 🎨 Consolidate Ender-3 V2 DWIN common code (MarlinFirmware#22778) * 🐛 E3V2 Brightness followup (MarlinFirmware#22821) Co-authored-by: Scott Lahteine <github@thinkyhead.com> * 🎨 Handle more pre-defined pins in pins_postprocess (MarlinFirmware#22771) * 🔧 Add MANUAL_FEEDRATE sanity-check * ✨ Improve pause/filament change for ExtUI (MarlinFirmware#22655) * 💡 Adjust headers, formatting * 🚸 Fix and improve MKS LVGL UI (MarlinFirmware#22783) Co-authored-by: makerbase <4164049@qq.com> Co-authored-by: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 💬 Add non-translated STR_DONE * 🚸 Better bed position * 🚸 Move fade item up * 🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (MarlinFirmware#22789) * 📝 Update some pins comments * 🎨 Replace some infrequently-used macros * 🚸 Wake up TFT for some events (MarlinFirmware#22788) * 🐛 STM32 ADC followup (MarlinFirmware#22798) * 🌐 Reduce language file sizes * 🔨 Case-insensitive tests list * 🔨 Improve pins_set script * 🌐 Skip non-essential translations * 🌐 Update Greek language (MarlinFirmware#22799) * ✨ Polargraph / Makelangelo kinematics (MarlinFirmware#22790) * 🩹 Remove extra #include, misc. style * 🎨 Fix L64xx enable, clean up conditionals * 🎨 Less use of undef for RAMPS pins * 🩹 Add MarlinSPI to more HALs * 🐛 Fix anycubic_i3mega_lcd debug macros (MarlinFirmware#22820) * ⚡️ Improve LVGL touch driver (MarlinFirmware#22817) * 🎨 Various multi-axis patches (MarlinFirmware#22823) * 🐛 Fix reset_hotend_offsets * 🐛 Fix M420 / M851 reports (MarlinFirmware#22829) Followup to 79c72ed * 🐛 Add 'static' to fix 'duplicates' (MarlinFirmware#22826) * 🎨 Updated string macros * 🩹 Fix M412_report formatting (MarlinFirmware#22834) * 🔧 Sanity-check BLTOUCH_SET_5V_MODE on 5V pins (MarlinFirmware#22840) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🚸 TFT backlight PWM / brightness (MarlinFirmware#22841) * 🎨 steps_to_mm => mm_per_step (MarlinFirmware#22847) * 🚸 Fix MKS LVGL UI temperature set interface (MarlinFirmware#22848, MarlinFirmware#22842) * ✨ E3V2 (Enhanced) Mesh Viewer (MarlinFirmware#22844) * ⚡️ Handle shared enable pins (MarlinFirmware#22824) * 🎨 Condense reverse-protection code * 🐛 E3V2 Mesh Viewer followup (MarlinFirmware#22850) * 🚑️ Fix DWIN_CompletedLeveling (MarlinFirmware#22851) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🎨 FTDI Eve Touch UI spinner enqueue string * 🎨 Power-off tone followup (MarlinFirmware#22222) * MKS Robin pins updates * Marlin 2.0.9.2 * 🐛 Fix Arduino IDE compile error (MarlinFirmware#22877) * 🐛 Fix ExtUI Pause messages (MarlinFirmware#22874) * 🩹 Fix EXTRUDER 0 compile warning (MarlinFirmware#22868) * 🔨 Add 'opt_find' to find matching options * 🐛 Fix SKR Mini E3 V2 I2C-based EEPROM (MarlinFirmware#22919) Followup to MarlinFirmware#20609 * 🐛 Fix FYSETC Cheetah v2.0 build (MarlinFirmware#22926) * 🔧 Remove obsolete G34 sanity check (MarlinFirmware#22929) * 🐛 Fix MKS Robin Pro 1.0 LCD reset pin (MarlinFirmware#22937) * 🔨 Port libsdl2_net required for macOS simulator * 🎨 Rename MarlinUI::zoffset_overlay * ✨ ESP32 Panda_ZHU and Panda_M4 (MarlinFirmware#22644) * 🎨 Tweak FORCE_INLINE * 🎨 Define Octopus allocated endstop pins (MarlinFirmware#22882) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> * 🩹 Adjust GTR 1.0 ST7920 display delay (MarlinFirmware#22904) * ✨ MKS Eagle (STM32F407VET6) board (MarlinFirmware#22897) * 🐛 Fix G33 homing current (MarlinFirmware#22909) * ✨ Add option EVENT_GCODE_TOOLCHANGE_ALWAYS_RUN (MarlinFirmware#22960) * 💡 Update old gnu.org links * 🔧 Safety feature warnings * 🔨 Improve 'mftest' error message * Fix Tool Change Park (MarlinFirmware#22968) * Fix JyersUI ZOffset Multiplication (MarlinFirmware#22975) * ✅ Warn about dummy thermistors * 🔨 Use pull_request_target for check-pr * 🔨 Update 'pio vscode init' detection * 🔨 Delete after encrypt. Lerdge encrypt only once * 💡 Sub-include pins labels * 🎨 Fix pinsDebug_list warnings * 🔨 Fix older GCC CXXFLAGS warning Co-authored-by: Scott Lahteine <github@thinkyhead.com> Co-authored-by: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Co-authored-by: Tanguy Pruvot <tpruvot@users.noreply.github.com> Co-authored-by: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Co-authored-by: borland1 <barryorlando@hotmail.com> Co-authored-by: vyacheslav-shubin <shubin-vv@krista.ru> Co-authored-by: Marcio T <mlt4356-github@yahoo.com> Co-authored-by: George Fu <nailao_5918@163.com> Co-authored-by: ellensp <ellensp@hotmail.com> Co-authored-by: mks-viva <1224833100@qq.com> Co-authored-by: Malderin <52313714+Malderin@users.noreply.github.com> Co-authored-by: Bob Anthony <42719046+bob-anthony@users.noreply.github.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> Co-authored-by: Grayson <mxpklx@gmail.com> Co-authored-by: DerAndere <26200979+DerAndere1@users.noreply.github.com> Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com> Co-authored-by: Chris Pepper <p3p@p3psoft.co.uk> Co-authored-by: Jason Smith <jason.inet@gmail.com> Co-authored-by: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Co-authored-by: ldursw <37294448+ldursw@users.noreply.github.com> Co-authored-by: luzpaz <luzpaz@users.noreply.github.com> Co-authored-by: BigTreeTech <38851044+bigtreetech@users.noreply.github.com> Co-authored-by: Vert <45634861+Vertabreak@users.noreply.github.com> Co-authored-by: Cytown <cytown@gmail.com> Co-authored-by: Katelyn Schiesser <katelyn.schiesser@gmail.com> Co-authored-by: chendo <chendo@users.noreply.github.com> Co-authored-by: charlespick <17918019+charlespick@users.noreply.github.com> Co-authored-by: Fjederhaek <fjederhaek@gmail.com> Co-authored-by: Taylor Talkington <taylor.talkington@gmail.com> Co-authored-by: Ryan V1 <55478432+V1EngineeringInc@users.noreply.github.com> Co-authored-by: Jin <3448324+jinhong-@users.noreply.github.com> Co-authored-by: Sebastiaan Dammann <sebastiaandammann@outlook.com> Co-authored-by: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Co-authored-by: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com> Co-authored-by: Christian Schuster <blackyle@me.com> Co-authored-by: DvoraNoob <62312359+DvoraNoob@users.noreply.github.com> Co-authored-by: Elliott Indiran <eindiran@users.noreply.github.com> Co-authored-by: Thomas White <TomW1605@users.noreply.github.com> Co-authored-by: Justin Nesselrotte <admin@jnesselr.org> Co-authored-by: Gonçalo Pereira <goncalo_pereira@outlook.pt> Co-authored-by: Dan <ribbles@users.noreply.github.com> Co-authored-by: dotdash32 <dotdash32@gmail.com> Co-authored-by: mrv96 <mrv96@users.noreply.github.com> Co-authored-by: Jyers <76993396+Jyers@users.noreply.github.com> Co-authored-by: tome9111991 <57866234+tome9111991@users.noreply.github.com> Co-authored-by: Luc Van Daele <lvd@sound-silence.com> Co-authored-by: Chico <jjjm6000@gmail.com> Co-authored-by: Roman Moravčík <roman.moravcik@gmail.com> Co-authored-by: Desuuuu <contact@desuuuu.com> Co-authored-by: Dakkaron <dak1st@gmx.at> Co-authored-by: Sola <42537573+solawc@users.noreply.github.com> Co-authored-by: makerbase <4164049@qq.com> Co-authored-by: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com> Co-authored-by: Steven Haigh <netwiz@crc.id.au> Co-authored-by: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com> Co-authored-by: Dan Royer <dan@marginallyclever.com> Co-authored-by: Manuel McLure <manuel@mclure.org> Co-authored-by: Steve Wills <steve@mouf.net> Co-authored-by: espr14 <espr14@gmail.com> Co-authored-by: Sebastien Andrivet <sebastien@andrivet.com> Co-authored-by: Mark <niujl123@sina.com> Co-authored-by: Minims <github@minims.fr>
Squashed commit of the following: commit 30158424e993919b9a4d8fe4b14793df3affe7ff Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 05:53:34 2021 -0500 🔨 Fix older GCC CXXFLAGS warning commit 5f6d9e9f42d0cf5126f763e8a8f4f617cb8fcc8f Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 05:51:49 2021 -0500 🎨 Fix pinsDebug_list warnings commit b108741a8e2ba426f006a4c4bb562aa126eb400d Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 04:03:03 2021 -0500 💡 Sub-include pins labels commit b4904cc53e3a8a97fe8047ebe918bc8ea474e120 Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 02:56:44 2021 -0500 🔨 Delete after encrypt. Lerdge encrypt only once commit 2c6fe45847e0ada1b873bbc302cce2c51325902b Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 02:49:35 2021 -0500 🔨 Update 'pio vscode init' detection commit fed72e4607b864d8048ae87b08063f0ac6f1eaed Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 11:17:36 2021 -0500 🔨 Use pull_request_target for check-pr commit c3a4e6b3c8b581ac458618507177eb81dfedd7a1 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 18 01:49:35 2021 -0500 ✅ Warn about dummy thermistors commit 5bfc5c10103c9f6067d8e1969d8a9c1f1384b9cd Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Mon Oct 18 02:03:01 2021 -0400 Fix JyersUI ZOffset Multiplication (#22975) commit 1112d66fefedafacf32027fd7b44f11b1546306d Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Mon Oct 18 02:01:28 2021 -0400 Fix Tool Change Park (#22968) commit 61b574f2cea9f23603a3c0250b6bd11934fa3d60 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Oct 17 19:26:31 2021 -0500 🔨 Improve 'mftest' error message commit 522cdd52727383e9a2e4f0295b85ae6e2d94aacf Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Oct 17 16:56:01 2021 -0500 🔧 Safety feature warnings commit 641bae625b659cc5eba13c20c174de5fff7caa98 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 15 15:07:47 2021 -0500 💡 Update old gnu.org links commit d10e20d6d2faaea04df81dca682290a2aa081fee Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Fri Oct 15 15:56:59 2021 -0400 ✨ Add option EVENT_GCODE_TOOLCHANGE_ALWAYS_RUN (#22960) commit b18aa933d14f9761d74b19be79db64e21356c563 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed Oct 13 14:28:45 2021 +1300 🐛 Fix G33 homing current (#22909) commit 0f519ebf854cdb0fd3d00828ca7a4b4d09c8d610 Author: mks-viva <1224833100@qq.com> Date: Tue Oct 12 20:01:18 2021 -0500 ✨ MKS Eagle (STM32F407VET6) board (#22897) commit 031f17b4f3dfca4a66384d40ce48b7d33315c75a Author: Minims <github@minims.fr> Date: Sun Oct 10 01:10:21 2021 +0200 🩹 Adjust GTR 1.0 ST7920 display delay (#22904) commit 036f763eaaff571f07c7829e0f5a61b645e86269 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Oct 7 09:42:59 2021 +1300 🎨 Define Octopus allocated endstop pins (#22882) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit d137f307ebea8c8832ecbef239ed08e188c5369b Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 4 22:19:05 2021 -0500 🎨 Tweak FORCE_INLINE commit 66048a5f27aa3ad9ecb2b407ada13fb87e86ebe9 Author: Mark <niujl123@sina.com> Date: Tue Oct 5 12:23:02 2021 +0800 ✨ ESP32 Panda_ZHU and Panda_M4 (#22644) commit b8c32e24d86fff280621ab3f274511dd30669b93 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 02:33:14 2021 -0500 🎨 Rename MarlinUI::zoffset_overlay commit 99d51af90facd02365d0ae91091303d7879f304d Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 5 21:35:31 2021 -0500 🔨 Port libsdl2_net required for macOS simulator commit f47ece0725d93cde7fde52b66d14b5ec551c46c2 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Oct 12 19:06:39 2021 -0700 🐛 Fix MKS Robin Pro 1.0 LCD reset pin (#22937) commit 975089a954460b10279bdbf60f08c9604c4f7d08 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Oct 12 19:05:37 2021 -0700 🔧 Remove obsolete G34 sanity check (#22929) commit 995230f5971995e41b97d14273f2dd3693ead6be Author: George Fu <nailao_5918@163.com> Date: Wed Oct 13 09:32:54 2021 +0800 🐛 Fix FYSETC Cheetah v2.0 build (#22926) commit adf7072fa846312d473a993ffc62ec3082b37c46 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Oct 12 18:26:42 2021 -0700 🐛 Fix SKR Mini E3 V2 I2C-based EEPROM (#22919) Followup to #20609 commit 40cb7cf8d6e31cf768a946e3248618256c021fb6 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 4 18:58:20 2021 -0500 🔨 Add 'opt_find' to find matching options commit d0c0630c1f91cb43dc23c1ed9e4c166d284785eb Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Oct 4 19:12:19 2021 +1300 🩹 Fix EXTRUDER 0 compile warning (#22868) commit 11c829fb28a4fdc37ae86e6ac674589331f0712d Author: Sebastien Andrivet <sebastien@andrivet.com> Date: Mon Oct 4 08:06:49 2021 +0200 🐛 Fix ExtUI Pause messages (#22874) commit e0dda615012a99e1ad591972b4bbc5238e7361a9 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Oct 4 18:25:45 2021 +1300 🐛 Fix Arduino IDE compile error (#22877) commit a185ce22cf6e4fb15250815c5c39318606a7e65a Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 22:08:11 2021 -0500 Marlin 2.0.9.2 commit 2a4ee1a482278abb830c0f5180bfa7571c00c9f7 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 21:54:07 2021 -0500 MKS Robin pins updates commit 3a82b8a25195f448018e7a2267d9916814434c65 Author: Cytown <cytown@gmail.com> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 765b2b43f6ea80920a3eb85be64f77ed8fe9dcbd Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 21:51:52 2021 -0500 🎨 FTDI Eve Touch UI spinner enqueue string commit 2e602b9b88e75a261d8d1a71c0857ce47f5e92fa Author: Steven Haigh <netwiz@crc.id.au> Date: Thu Sep 30 02:22:46 2021 +1000 🚑️ Fix DWIN_CompletedLeveling (#22851) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 5d3e75905d9316853462321bac7b43f635366768 Author: Malderin <52313714+Malderin@users.noreply.github.com> Date: Wed Sep 29 04:20:03 2021 +0300 🐛 E3V2 Mesh Viewer followup (#22850) commit eacb660e4b1008245361d8db6054ef30ccf031fa Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 28 02:39:11 2021 -0500 🎨 Condense reverse-protection code commit 021ceeba0b0ccadd7246d5e2da56df7868349206 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 28 01:07:51 2021 -0500 ⚡️ Handle shared enable pins (#22824) commit 25a131b9421c81245e1d9094fc85476349baf941 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Mon Sep 27 14:47:47 2021 -0500 ✨ E3V2 (Enhanced) Mesh Viewer (#22844) commit b4c025a451580cdc15f9506e923c4ffe5afdde90 Author: Sola <42537573+solawc@users.noreply.github.com> Date: Tue Sep 28 03:08:29 2021 +0800 🚸 Fix MKS LVGL UI temperature set interface (#22848, #22842) commit 604a01cd1a87850a5fe2fde1a204a9c313863db3 Author: espr14 <espr14@gmail.com> Date: Mon Sep 27 21:05:52 2021 +0200 🎨 steps_to_mm => mm_per_step (#22847) commit 064f91e9b0e71b55dda7dea86881863190c37516 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Mon Sep 27 21:01:47 2021 +0200 🚸 TFT backlight PWM / brightness (#22841) commit 34c9f649252f173b9c046dcab56d86e0526ed163 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Sep 28 04:17:00 2021 +1300 🔧 Sanity-check BLTOUCH_SET_5V_MODE on 5V pins (#22840) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 060b705dab5ad7eaf0f1babd6113d5908b485db9 Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Date: Sun Sep 26 04:59:29 2021 +0200 🩹 Fix M412_report formatting (#22834) commit 262cd757fc4b91592932d4335878bc0aaf45af20 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 25 02:27:07 2021 -0500 🎨 Updated string macros commit dc4d2165f2175a5f0f2e492b3a4f3f4cecf15ead Author: Steve Wills <steve@mouf.net> Date: Fri Sep 24 22:12:43 2021 -0400 🐛 Add 'static' to fix 'duplicates' (#22826) commit bcd2a483da49030ae5f1837474c95b027f915340 Author: Manuel McLure <manuel@mclure.org> Date: Fri Sep 24 19:08:07 2021 -0700 🐛 Fix M420 / M851 reports (#22829) Followup to 79c72ed821 commit d338872e8571e45c961d768b1d5068bff20e9daf Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 23 11:09:43 2021 -0500 🐛 Fix reset_hotend_offsets commit 2c30b75268a0cb7791c00b91579db6ab42b3dd28 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Sep 23 10:01:37 2021 -0500 🎨 Various multi-axis patches (#22823) commit 3deb54d0fde6bb84310e78ce3b70296041552af1 Author: Sola <42537573+solawc@users.noreply.github.com> Date: Thu Sep 23 15:53:48 2021 +0800 ⚡️ Improve LVGL touch driver (#22817) commit 9ae6351a026d9b91813e8f1c3e7749e7f8cab790 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Sep 23 18:58:52 2021 +1200 🐛 Fix anycubic_i3mega_lcd debug macros (#22820) commit b7f95dc8d4903122db3692fc7540a593983f1af1 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 23 00:51:35 2021 -0500 🩹 Add MarlinSPI to more HALs commit 99647fa9403ef3c9f419000cb0be6667105f8aaf Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Sep 22 00:19:26 2021 -0500 🎨 Less use of undef for RAMPS pins commit ea3df942137362e6916b51f8152389f1d6ac3415 Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Sep 21 06:25:13 2021 -0500 🎨 Fix L64xx enable, clean up conditionals commit a37580e4e837b1de576a7b529f56d225fa6a6dde Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 20 18:44:35 2021 -0500 🩹 Remove extra #include, misc. style commit b3fd03198af688bbd7b3d74500c441007bcf890d Author: Dan Royer <dan@marginallyclever.com> Date: Mon Sep 20 13:42:33 2021 -0700 ✨ Polargraph / Makelangelo kinematics (#22790) commit 71b8a22d96735791789aeceed4877b2f1edfdb3d Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com> Date: Mon Sep 20 03:26:46 2021 +0300 🌐 Update Greek language (#22799) commit 669b68497cc0194fb963dfe8066e556f6ada03e4 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 19 19:25:01 2021 -0500 🌐 Skip non-essential translations commit 6014dd9c7b06917a251506afcf9acf11a54c26a6 Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Sep 21 02:42:01 2021 -0500 🔨 Improve pins_set script commit 5a54ba8316357c8bc4233bede1b29d5f62521fd0 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 19 18:58:12 2021 -0500 🔨 Case-insensitive tests list commit be8e8260e2969ce80a1ff51a39deed23aba0e6d1 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 19 18:40:56 2021 -0500 🌐 Reduce language file sizes commit 5d8ca7c9445dac3d8bb52eafd9c45826e9c3387b Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Sep 19 05:16:29 2021 +0200 🐛 STM32 ADC followup (#22798) commit 0e8e215d4e173e6d742b6aa198859e1a6cf50089 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Sep 19 01:27:58 2021 +0200 🚸 Wake up TFT for some events (#22788) commit 6cf95509cd1483b52076322679e2426550fdf1df Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 18 18:24:39 2021 -0500 🎨 Replace some infrequently-used macros commit ded719cc1481c8b67a4015a0077294ba7640d20d Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 18 18:22:15 2021 -0500 📝 Update some pins comments commit 2630eefcc462b200c7bf748735387e7b055f300e Author: Steven Haigh <netwiz@crc.id.au> Date: Sat Sep 18 16:33:18 2021 +1000 🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789) commit 2b54a9c0ff0351f92b7e835f7c8dafe6f9cc5390 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 17 19:09:54 2021 -0500 🚸 Move fade item up commit bb1eb39ecbe2edfecb171b3e4f689b0413c5bf60 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Apr 12 17:08:57 2021 -0500 🚸 Better bed position commit 8b818f4ae561d6ef1ba708a78cc0ed5cb5054358 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 17 18:58:55 2021 -0500 💬 Add non-translated STR_DONE commit 4d113c2efd1e17171b87f46053fb574842832a96 Author: Sola <42537573+solawc@users.noreply.github.com> Date: Thu Sep 16 19:48:24 2021 +0800 🚸 Fix and improve MKS LVGL UI (#22783) Co-authored-by: makerbase <4164049@qq.com> Co-authored-by: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit ab9609146f903a6490b0658405ba2b19199a99b6 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 16 04:36:26 2021 -0500 💡 Adjust headers, formatting commit e7a25a45e6199118cb5d56a7d5fede82c3be31d7 Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Thu Sep 16 03:46:16 2021 -0400 ✨ Improve pause/filament change for ExtUI (#22655) commit 023eaabc1ced8ff6daa52a6e1904bf68935254ae Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Sep 15 21:12:39 2021 -0500 🔧 Add MANUAL_FEEDRATE sanity-check commit 03d7fbd755899d2ad549498f88f5376fe0cb60ae Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 16 01:15:01 2021 -0500 🎨 Handle more pre-defined pins in pins_postprocess (#22771) commit 89898181bd2e92b420228021c12308fdb4314221 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Sat Sep 25 05:59:43 2021 -0500 🐛 E3V2 Brightness followup (#22821) Co-authored-by: Scott Lahteine <github@thinkyhead.com> commit e705a7724eace3970a1792933e1f614d07cc2667 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Sep 15 19:48:29 2021 -0500 🎨 Consolidate Ender-3 V2 DWIN common code (#22778) commit 5b593da04d6f87e79ee99430ed6d15a5e9e0d799 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed Sep 15 13:51:52 2021 -0700 ✏️ Fix TFT field names (#22776) commit 9c4f9bc62a3a53af150dee8a69f65c56c033e65a Author: mks-viva <1224833100@qq.com> Date: Wed Sep 15 14:47:23 2021 -0500 🐛 Fix MKS Monster8 EEPROM issue (serial timer) (#22777) commit 84d1619127b19e9b6f159331d9dcb0b88398732c Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Wed Sep 15 01:44:28 2021 -0500 🩹 Fix DWIN Enhanced Tune menu during homing (#22773) Co-authored-by: Scott Lahteine <github@thinkyhead.com> commit 1386e78369067bda6e5dcd8eb32779d68e854e9f Author: Dakkaron <dak1st@gmx.at> Date: Wed Sep 15 02:00:48 2021 +0200 ✨ M282 - Detach Servo (#22760) commit 224371dfc6ba8de61d0255714b942df04c445da7 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Tue Sep 14 04:07:08 2021 +0200 ✨ TFT Screen/Backlight Sleep (#22617) commit 033043218e6a55da72631aee6f2fc28f000f261e Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 13 18:46:30 2021 -0500 🔖 Configurations version 02000902 commit fcbd99d941bc680e6409998fdd4882eab5dba992 Author: Desuuuu <contact@desuuuu.com> Date: Fri Sep 10 12:15:08 2021 +0200 🎨 Use ExtUI API where applicable commit 209e5c27cab7ff337c5235aa885ef0891db41335 Author: Roman Moravčík <roman.moravcik@gmail.com> Date: Tue Sep 14 00:10:30 2021 +0200 🌐 Update Slovak language (#22752) commit 92eb819aee1ac9581299339ebbb98356b0875a88 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 13 16:38:51 2021 -0500 🐛 Fix old spindle/laser options commit de4eed33e49b889b9a29e417c991e4564bbe634c Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 13 16:28:12 2021 -0500 🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM commit 59ad93560e337c622e6fa738489de3647844aec5 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 12 21:41:24 2021 -0500 🐛 Fix CUSTOM_MENU_MAIN_SCRIPT_DONE Fix #22762 commit 50e52c0fdb8bba2e6b7d7a8463cc5349dc9daee9 Author: Vert <45634861+Vertabreak@users.noreply.github.com> Date: Sun Sep 12 22:39:52 2021 -0400 🐛 Fix ENABLED => EITHER typo (#22756) commit e679fafaaf6f59b4252b8abcf260e7d879cc1db5 Author: mks-viva <1224833100@qq.com> Date: Sun Sep 12 21:30:09 2021 -0500 ✨ MKS Robin Nano V1.3 (STM32F407VET6) (#22749) commit 6de25804ebff7f78da0a5e304073a97e8fca24bf Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 12 21:21:35 2021 -0500 🎨 Tweak custom menu item code commit ded8ee0a1dc2f4f6e47cf1ae61b705648cb6ccd1 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Sep 12 19:37:33 2021 -0500 📌 Creality 4.3.1 board variants (#22704) Co-authored-by: Chico <jjjm6000@gmail.com> commit 44d54a0d010c78ba43ebcf5283c30505e76e6098 Author: Luc Van Daele <lvd@sound-silence.com> Date: Mon Sep 13 02:35:37 2021 +0200 🚸 G33 R and O options (#22707) commit 6e1c997a0a808602c25ea66ecca4c83fb14603de Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Sep 13 11:03:24 2021 +1200 🐛 Fix Trigorilla Pro HAL/STM32 build offset (#22761) commit 17c9450f0c0ff96405ba8f60873adebd3aca91ff Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 15:41:42 2021 -0500 🎨 Apply more HAS_DELTA_SENSORLESS_PROBING commit d6a87aa75ba4ae20c4843b98341b3e6214cb3a7d Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 02:47:53 2021 -0500 🐛 No probe enum for DELTA + SENSORLESS_PROBING Fix #22729 commit 64acb9fe787c087bda466ca6189111785b30b448 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 02:15:05 2021 -0500 🩹 Warn about user feedback requirement commit 22bf774d61cb013029279cb1516a1685bbb67181 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 00:48:20 2021 -0500 🐛 Fix LPC1768 SD-based EEPROM debug Fixes #22746 commit e2a790b759f282232f07b5ef22218ec2d9b9ad6c Author: Marcio T <mlt4356-github@yahoo.com> Date: Fri Sep 10 19:03:46 2021 -0600 🚸 Enhance FTDI Eve Touch UI file select dialog (#22742) commit ee1c1034e5fc77509d10c4d9d4b3436b6cdc9768 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 10 19:47:03 2021 -0500 🩹 Fix TOUCH_UI_FTDI_EVE warnings commit b661795ae5af15d773b9c148abe1c8005799dac4 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Sep 9 04:57:05 2021 -0500 🎨 Fewer serial macros commit 6d96c221bd8c3c6119870c6d90dc976c9e81dde2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 7 18:06:10 2021 -0500 🎨 Standardize G-code reporting commit a596faf4e5e4b47e50c9d2337a2b9d71fefa3719 Author: tome9111991 <57866234+tome9111991@users.noreply.github.com> Date: Sun Sep 12 21:56:40 2021 +0200 🐛 Fix JyersUI for LPC176x (#22745) Co-authored-by: Scott Lahteine <github@thinkyhead.com> commit 3ee27e7e353b0a08ff114a8c805491a39e59f4d1 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 10 18:49:57 2021 -0500 🐛 Followup to JyersUI commit 6cf2cf7bd4bba98dbcb73fca43c14953b977da9a Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Tue Sep 7 02:15:24 2021 -0500 ✨ Ender-3 V2 CrealityUI Enhanced (#21942, #22728, #22733) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 54416f780d892ba3ea42c522e5d5d7c0cf94acb4 Author: Jyers <76993396+Jyers@users.noreply.github.com> Date: Mon Sep 6 21:06:27 2021 -0700 ✨ Ender-3 V2 with Jyers UI (#22422) commit 9d73fcb959e04839084abb78e9286a778a07ec5d Author: mrv96 <mrv96@users.noreply.github.com> Date: Tue Sep 7 02:51:04 2021 +0200 ✨Add DGUS_LCD_UI_RELOADED (#21931) commit f434915ad67f3c92a2f88869861715c1334330e2 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 6 17:38:47 2021 -0500 🚸 Show ExtUI message for PID_STARTED commit bbce951666fbe7994df6bd9d376d6cc583083d8d Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 6 16:33:24 2021 -0500 🎨 Misc. code cleanup commit 8a4fec946081b985d61932da30ccf416fc7719a0 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 6 15:34:12 2021 -0500 🎨 Misc. Spindle/Laser (etc.) cleanup commit 3a835162323e8f23e3b1d5b96a4ec9e27bb16605 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 5 21:23:56 2021 -0500 🚸 Per-hotend Watch items commit 03344a094739670074e3220564bd16a902df0fca Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Aug 27 16:12:08 2021 -0500 🎨 MarlinUI for E3V2 tweaks commit 72d7bbbbf67b53100c66f203c0b0f7ef9124f57f Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 5 20:32:29 2021 -0500 🔧 Sanity checks for Ender 3 V2 commit 253f91765d839cb7b688eaed1586d20c51795722 Author: dotdash32 <dotdash32@gmail.com> Date: Sun Sep 5 17:21:25 2021 -0700 🎨 Use largest default ST9720 delays (#22713) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 4c7f8696ab2d12c915203f08973fb5c6ba53e5d6 Author: Dan <ribbles@users.noreply.github.com> Date: Sun Sep 5 13:32:09 2021 -0700 ✨ Protoneer CNC-Shield 3.00 (#22715) commit f94de97cdbdf799d39933897858b8ff1ac69e6dc Author: Justin Nesselrotte <admin@jnesselr.org> Date: Sun Sep 5 14:21:45 2021 -0600 ✨ Index Pick-and-Place board Rev.3 (#22647) Co-authored-by: Gonçalo Pereira <goncalo_pereira@outlook.pt> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit bae19a3737952a4c39f2ebb62a060d6b8a0d0b1b Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sat Sep 4 01:20:32 2021 +0200 🌐 Update "Homing" for some languages (#22706) commit cc3abcd2c50247dd934d49b91cc3b9460f1dc1a7 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Sep 3 17:26:36 2021 -0500 🩹 Fix 'ms' warning commit 9e18a543fa02bb103fd2ec35e7a26085227ce720 Author: Thomas White <TomW1605@users.noreply.github.com> Date: Fri Sep 3 12:30:24 2021 +0800 ✨ Homing submenu option (#22692) commit 13bccd8441d26deb12fbbe82b8c45aaadd778c1d Author: Elliott Indiran <eindiran@users.noreply.github.com> Date: Thu Sep 2 20:41:41 2021 -0700 📝 Update PID_PARAMS_PER_HOTEND comment (#22694) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 5af3dbdb308b8af3fb5fc53507dcb12779e121e3 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Sep 3 05:08:40 2021 +0200 🐛 Fix Mixing code typos (#22697) commit 9f43452fbd8421ad93f6b84499c821ef899c77c4 Author: DvoraNoob <62312359+DvoraNoob@users.noreply.github.com> Date: Wed Sep 1 21:29:20 2021 -0300 🚸 MKS UI extrusion speed/steps config (#22656) commit 61364906b3237749be02bc17cd8e05f250a74a43 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Sep 2 01:55:36 2021 +0200 🔨 Enhance Lerdge pins, TFTs, and variants (#22658) commit 105fd73c2868132ae687d5fd6b6102a0fc235e3c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Sep 2 01:45:17 2021 +0200 🩹 Allow M42 S0/1 analogWrite on PWM pins (STM32) (#22631) commit b4b69c0de376095e13d302088fa72393128eeedc Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed Sep 1 22:33:24 2021 +1200 🐛 BTT Octopus X MAX pin for IDEX (#22654) commit a37be7236bef7067949e1e3e76c0fa7d104ccecc Author: Vert <45634861+Vertabreak@users.noreply.github.com> Date: Tue Aug 31 03:36:00 2021 -0400 ✨ GT2560 V4.x A20 (#22664) commit bba7c0069fec0e72a500abe96995e3439ba4d89f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:44:55 2021 -0500 ✨ Creality3D CR-30 PrintMill commit 8916b05cb46e310e261902301afd0ae2b301159e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:54:51 2021 -0500 🎨 Tweak pins, comment formatting commit 99028376e694cb3e50181f0c09e614a15f4783e5 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:54:17 2021 -0500 ⏪️ Clean up Info Menu commit c2796fbf3bf9464943392043c87eaabbcdda615d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:52:48 2021 -0500 🌐 Tweak language selection commit 37777a78bfface664094318cc53ec161e9eb985f Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 19 19:16:46 2021 -0500 🐛 Followup to CrealityUI cleanup Followup to #22586 commit 0da0aa9b2ecf7ef2820509255c6ba7a245a9c63c Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Dec 11 18:15:36 2020 -0600 ⚡️ Add PROBE_PT_LAST_STOW commit 9ffd3ed2e40d943db731d27f5c26c76adbd31904 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Aug 31 19:26:12 2021 +1200 🔧 Set Z_PROBE_OFFSET_RANGE_MIN/MAX for MBL (#22663) commit 1176c108600e4d45e3b4e836a585e51e68167414 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 31 02:23:49 2021 -0500 🩹 Clean up BTT_SKR_CR6 Fixes #22665 commit 2e9f819d5f7533752965fe01ed1e7f030e6a71a3 Author: Jason Smith <jason.inet@gmail.com> Date: Tue Aug 31 00:00:59 2021 -0700 🚸 Improve Tramming Wizard usability (#22672) commit 19353fc98c984a7ebc752d99c1034a3dd01ffa8d Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Aug 31 15:40:49 2021 +1200 ⏪️ Revert MAX31865 recent changes (#22660) commit b21d62543fd1e1e10b5d69cc86fd7f386001176a Author: Christian Schuster <blackyle@me.com> Date: Tue Aug 31 02:32:02 2021 +0200 🩹 Fix LPC176x M43 formatting (#22680) commit a42ecb843e17ce52c4f4a27dc7be5441c966da19 Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com> Date: Tue Aug 31 02:30:14 2021 +0200 🌐 Update Hungarian language (#22678) commit 93ff2cb08685e679f5f7d70e52b07f4640f082c6 Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Date: Tue Aug 31 00:05:11 2021 +0200 🌐 Update Italian language (#22645) commit 086fa0f0a738e7a3b97ea15b2b3decf41e197882 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Aug 30 17:02:12 2021 -0500 🔨 Fix HAL/STM32 F103Zx builds (#22610) commit 5e97f37a78f1e91e37d3ede5fe225288c03d0309 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 23:06:24 2021 -0500 🎨 screws_tilt_adjust_pos => tramming_points commit c14b162b9e213eceaa20f5251c742100d605a79e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 23:02:53 2021 -0500 🌐 MSG_PROBING_MESH => MSG_PROBING_POINT commit 61c000d96f184388f5f42d7501895138fc328eba Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:04:14 2021 -0500 🔨 Three columns in mftest menu commit c06a183f28ea4d40ea7757d441a46cc733cd6a12 Author: Marcio T <mlt4356-github@yahoo.com> Date: Sun Aug 29 16:05:30 2021 -0600 ⚡️ Fix, enhance FTDI Eve Touch UI (#22619) commit d1db17c6f5e024d148ef4d0b5fea0d89e24ff3e5 Author: Marcio T <mlt4356-github@yahoo.com> Date: Sun Aug 29 16:03:10 2021 -0600 ⚡️ Enhance and fix FTDI Eve Touch UI file select (#22651) commit d336a4d71b8315e7b4d62395b6d6d87306b58ae9 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 15:15:53 2021 -0500 🐛 Fix SDSUPPORT for SKR CR-6 (#22668) Co-authored-by: Sebastiaan Dammann <sebastiaandammann@outlook.com> commit 796309c9035ca21df64388d27e65b4c3a64436a8 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 13:57:47 2021 -0500 ⚡️ Improve G2/G3 arc handling (#22599) commit 53df1dfe4d8bae533812b8ccd8ed90cd9dc041d9 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 28 17:46:22 2021 -0500 🩹 Sensorless homing tweak commit 6769718264d5786028e633aab96f346fedaef8f5 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 13:51:57 2021 -0500 🎨 Update more EXP Headers commit 7704d844198deb50feb74326f94385c67eb44aba Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 28 15:27:52 2021 -0500 🎨 EXP headers, ST7920 delays (#22641) commit 9b0e196ba2fab7fb1afcbed80e702e1f26dd806e Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Aug 27 17:23:08 2021 -0500 📝 AlephObjects => LulzBot commit fd594ab176260adf4e3bd04b6f7fb8bbaded85b0 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Aug 27 23:06:45 2021 +0200 🔨 Set Longer3D timers in variant (#22632) commit 8cadcf6bb61d5605244c1cb926b9269650ddf402 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Aug 26 01:08:27 2021 +0200 🩹 Tweak startup message (#22633) commit 22fdfa96292a2cd2490920b031567a0fab5eb22a Author: DerAndere <26200979+DerAndere1@users.noreply.github.com> Date: Thu Aug 26 01:05:06 2021 +0200 🔨 Melzi with OptiBoot build (#22630) commit a0ebe7c8ff846e94755c86cda076abc839388132 Author: Jin <3448324+jinhong-@users.noreply.github.com> Date: Thu Aug 26 06:33:08 2021 +0800 🩹 Use <SoftwareSPI.h> in MAX31865 lib (#22618) commit 125c5bc345615cdf0dfdb329473370a20d503721 Author: Ryan V1 <55478432+V1EngineeringInc@users.noreply.github.com> Date: Tue Aug 24 20:34:10 2021 -0700 🐛 Fix Multi-Endstop stepping (#22625) commit 95f27cf33970a332442ab3393c1e5e2b700a14be Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 24 18:07:41 2021 -0500 🎨 EXP1/2 headers and pins cleanup (#22628) commit 02ae4bc9b94512c0b4e32c7b017eea834098e15f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 24 14:55:12 2021 -0500 ✨ New board TH3D_EZBOARD_LITE_V2 (#22621) commit 6bf2be66ed22b1662d6eaad54697ad0d02fc062e Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Aug 23 19:42:15 2021 -0500 🎨 Define FYSETC S6 and TH3D EZBoard EXP1/2 pins commit d8ef23eda7fc5391057c8375988426fdfdf77b27 Author: Chris Pepper <p3p@p3psoft.co.uk> Date: Sun Aug 22 22:47:37 2021 +0100 🐛 Fix LPC176x M43 Pins Debugging (#22611) commit 73ef26a106e618aa9fd4ffce2c8779a214f9facd Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 22 05:25:07 2021 -0500 ✨ MarlinUI for Ender 3 v2 DWIN LCD (#22594) Co-Authored-By: Taylor Talkington <taylor.talkington@gmail.com> commit d51e70083dbc57563ef8bc2a816a72db2696d053 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Aug 22 11:05:39 2021 +1200 ✨ BOARD_RUMBA32_BTT (#22607) commit dc5ae16861e8240d379f0c3e54e4fbe5772cbbce Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Aug 21 18:00:55 2021 -0500 🎨 Misc code and spacing cleanup commit 0aa87af82f90be409e85e9c6f2792e912396a709 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Aug 21 15:07:52 2021 -0500 🎨 Tweak TMC software serial pins commit 0be98b98a78692ca4c899413eaf0026843559511 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sat Aug 21 12:19:02 2021 -0700 ⬆️ TMCStepper 0.7.3 (#22608) commit f7ce107ac6fe6891c98367b08d7963b9fce59715 Author: Fjederhaek <fjederhaek@gmail.com> Date: Sat Aug 21 00:45:05 2021 +0200 🐛 Update H-bot / Core for 6-axis (#22600) Followup to #19112 commit 3f772df56830aa990cbafab72ae13d81bf8e4e76 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Aug 20 15:40:17 2021 -0500 🌐 Update menu titles, add more IJK (#22605) Followup to #19112 commit caa6ec051917f60c8f8a8fb3079844e57ba8086f Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 19 17:38:05 2021 -0500 🐛 Show bed size as 'work:' in M115 Fixes #22598 commit 30665737dcd4296727154159b174164a5104e6a2 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 24 21:41:09 2021 -0500 🎨 Fix some formatting, F() versus PSTR() commit 0c401bddad7eecc4acf6960cd31726e1fc31572b Author: mks-viva <1224833100@qq.com> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit eb0d80cb196f6735db80897f4623a548555e16dd Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Aug 13 16:32:25 2021 -0500 🎨 Update MKSPWC, some other pins (#22557) commit e62486a6109f0ff9c22140d717c6a73e484d19e2 Author: charlespick <17918019+charlespick@users.noreply.github.com> Date: Wed Jul 28 14:09:33 2021 -0700 ✨ M76 Host Pause Feature (#21738) commit 51d954a4fd455c92ac7be7cf73f6fdae1baf2727 Author: chendo <chendo@users.noreply.github.com> Date: Fri Jul 23 13:53:00 2021 +1000 ✨ D576 Buffer Monitoring (#19674) commit 416234f43a347394d639fbacc3183891d7b0bb50 Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Aug 18 20:12:41 2021 -0500 ✨ Add TEMP_SENSOR_BOARD (#22279, #22342, #22343, #22344, #22350) commit 9ddb4de70ac23685b98ce0e2b25f3d24ae87c7b6 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Sun Jul 11 22:13:58 2021 -0700 ♻️ Consolidate PSU_CONTROL (#22304) commit 9741be59668582b976514e61b1514ac496eafe38 Author: Cytown <cytown@gmail.com> Date: Thu Jun 24 00:40:32 2021 +0800 ✨ Power-off confirm / beep options (#22191) commit ecb625a666c48db25d81cea597951dae25f6b2ac Author: Vert <45634861+Vertabreak@users.noreply.github.com> Date: Thu Aug 5 00:45:49 2021 -0400 ✨ Mixer Presets (#21562) commit de7f6c425bcfce4f3c35a1a5a6fbf79fcf10d700 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 17 06:18:19 2021 -0500 ♻️ Clean up CrealityUI and MarlinUI (#22586) commit 718227a94c0cb163a73f0f288be6f7b864b7127a Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <jason.inet@gmail.com> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <luzpaz@users.noreply.github.com> Date: Tue Aug 3 20:02:34 2021 -0400 🐛 Spellcheck comments (#22496) codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753 Author: ldursw <37294448+ldursw@users.noreply.github.com> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes Fixes #22466. Regression from #22377. commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b Author: ellensp <ellensp@hotmail.com> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <mlt4356-github@yahoo.com> Date: Wed Jul 14 21:13:08 2021 -0600 🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530) commit 3924545912f3379f291355797a361c9e58c3840f Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <nailao_5918@163.com> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 5 23:24:20 2021 -0500 🐛 Fix fan index for Singlenozzle, chamber fan Fixes #22512 Followup to #19152, #19519 commit a668a9d302ff92f413360aff664675f52ed99650 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <jason.inet@gmail.com> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <p3p@p3psoft.co.uk> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <1224833100@qq.com> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <1224833100@qq.com> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <26200979+DerAndere1@users.noreply.github.com> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <mxpklx@gmail.com> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <42719046+bob-anthony@users.noreply.github.com> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <ellensp@hotmail.com> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <52313714+Malderin@users.noreply.github.com> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 23:05:53 2021 -0500 🐛 Fix custom menus on TFT LVGL Fixes #21423. Regression from #18177. commit 245b6e0884e9f421230520789bd72f49b20e4720 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <ellensp@hotmail.com> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475) Fixes #22466. Regression from #22377. commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05 Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <1224833100@qq.com> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <nailao_5918@163.com> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <mlt4356-github@yahoo.com> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <shubin-vv@krista.ru> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <barryorlando@hotmail.com> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <57866234+tome9111991@users.noreply.github.com> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <looxonline@gmail.com> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <luzpaz@users.noreply.github.com> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 19:34:49 2021 -0500 🐛 Fix 3-point leveling position See #22457. Fixes a G29 regression from #19112. commit c7c56ac45f9120b7d972d21427312e5282f82606 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <83773817+MarkusThur@users.noreply.github.com> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241. commit f8f68f9259cc486fd36147f4f9d1e474940510dd Author: ellensp <ellensp@hotmail.com> Date: Thu Jul 22 09:31:11 2021 +1200 🎨 MKS Hardware Test followup (#22414) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 7773504afa546884f533fabefa1497547431bcdf Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Tue Jul 20 12:20:28 2021 -0700 ♻️ Refactor STM32 ini files (#22377) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189 Author: VTXtruder <87478332+VTXtruder@users.noreply.github.com> Date: Tue Jul 20 23:27:19 2021 -0400 ✨ Chitu3D V9 board (#22401) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 29dde9be2b9fb52641d4fa804b097852f69e68f4 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Jul 18 00:16:57 2021 +0200 🐛 Fix Longer3D build environment (#22378) commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd Author: ellensp <ellensp@hotmail.com> Date: Thu Jul 15 14:07:46 2021 +1200 🔨 More HAL/STM32 targets (#22358, #22369) commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 21 07:44:15 2021 +1200 🐛 Fix STATUS_COMBINE_HEATERS compile (#22405) commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985 Author: Mike La Spina <mike.laspina@shaw.ca> Date: Sun Jul 18 20:11:24 2021 -0500 🐛 Fix Ammeter display on DOGM (#22384) commit 61d0b082989d506b7e0716a792c104389cd6d8c1 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Sat Jul 17 23:10:13 2021 -0700 🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382) commit b57f73a4883fc732b0c413e45d8614791bad4298 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 17 03:10:54 2021 -0500 🎨 Add MMU2 enabled() accessor commit 40b99d8084b235625ffe8701ce859219d52838c5 Author: Yash <76577754+yash-fn@users.noreply.github.com> Date: Tue Jul 20 14:51:41 2021 -0500 🐛 Fix G2/G3 angular motion calculation (#22407) commit c944e4fc6009cfc6e11f97b63f6ea817b8470071 Author: vyacheslav-shubin <shubin-vv@krista.ru> Date: Tue Jul 20 23:12:08 2021 +0300 🩹 Init var to suppress invalid warning (#22396) commit eebab93358427b3b95b4d38dedbbb8aaaba977b8 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Sun Jul 18 18:24:27 2021 -0700 🐛 Ensure Software SPI pins for Max Thermocouple (#22389) commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Jul 18 19:56:28 2021 -0500 🐛 Change font for selected language (#22381) commit e190684fe6ae4bf1a885508dbf39a6477ad274a5 Author: Roxy-3D <Roxy-3D@users.noreply.github.com> Date: Mon Jul 19 18:59:06 2021 -0600 🐛 Fix UBL G29 J - Vector3 regression commit 69c1e79c302e936d15957a98795afc8d57495ab6 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Tue Jul 20 13:13:25 2021 -0700 🐛 Fix BTC_SAMPLE_RES sanity check (#22394) commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Jul 20 12:54:02 2021 -0700 🎨 Fix unused lambda warning (#22399) commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b Author: Malderin <52313714+Malderin@users.noreply.github.com> Date: Mon Jul 19 05:21:51 2021 +0300 🐛 Fix MKS UI compile (#22388, #22395) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d Author: squiddity <squiddity@users.noreply.github.com> Date: Sat Jul 17 22:50:39 2021 -0700 🐛 Fix M913 typos (#22385) commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Jul 18 00:45:17 2021 -0500 🐛 No translated serial strings commit 6e7c20e78e1036140d9e076f71759e35f91300e2 Author: mks-viva <1224833100@qq.com> Date: Thu Jul 15 20:57:34 2021 -0500 ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368) commit 165ae139d51b617295c2302f39c09edb0f0b0dd6 Author: Cytown <cytown@gmail.com> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 42eb2347d4c9cc64220322e10046ad275ec7a04e Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 9 22:24:43 2021 -0500 🎨 Strip trailing whitespace commit 3ab67898070c4422e454627e2836ab3b821bcf55 Author: mks-viva <1224833100@qq.com> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit 5054dc6ea2883095f081971cb267090b7756db97 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Tue Jul 6 17:36:41 2021 -0700 🐛 Redundant Temp Sensor followup (#22196) commit ee54cd4bd7e36284e4bc974e297834fb31ed466e Author: lujios <83166168+lujios@users.noreply.github.com> Date: Tue Jul 13 02:19:29 2021 +0200 ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899) commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b Author: Cytown <cytown@gmail.com> Date: Wed Jun 30 01:58:11 2021 +0800 🚸 Retain power during Pause (#22227) commit fef76a76a3275cf59bdf085b29d7d02168e61903 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Jul 14 19:44:51 2021 -0500 🔨 Consolidate STM32 extra_scripts (#22365) commit a5459a68a69d255456b477dd134cba88a8d4f06f Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed Jul 14 00:03:24 2021 -0700 💡 Update FLYmaker comments, URL (#22355) commit b44d4746c8c039effc7513c6a5ca2917e9a18691 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed Jul 14 15:55:24 2021 -0700 🩹 FLYmaker FLY Mini followup (#22364) Followup to #22355, #22356. commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5 Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 14 18:57:26 2021 +1200 ✨ FLY Mini for stm32duino (#22356) commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com> Date: Wed Jul 7 04:10:40 2021 +0200 ✨ DWIN LCD for BTT SKR Mini E3 (#22288) commit ee640816968b95ee14c3eaafbc0572df9f4dcee1 Author: Mihai <mihai-dumitresq@users.noreply.github.com> Date: Wed Jul 7 07:10:35 2021 +0300 ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) commit a35c234ce1f75b042c23402fda0426a7257c388b Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Thu Jul 8 00:41:33 2021 -0400 🐛 Fix redundant heater / sensor pin assignments (#22309) commit 5026797310b19618150d6010fd9cc4b57aae9a49 Author: Mike La Spina <mike.laspina@shaw.ca> Date: Mon Jul 12 00:22:08 2021 -0500 🏗️ Allow headless Flow Meter (#22234) commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7 Author: Victor Oliveira <rhapsodyv@gmail.com> Date: Wed Jul 14 02:34:18 2021 -0300 ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) commit 8cf15e85463361289820b240d0de527d47852992 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Wed Jul 14 16:56:02 2021 -0700 🎨 Call millis() once in manage_inactivity (#22363) commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9 Author: Skruppy <skruppy@onmars.eu> Date: Fri Jul 9 04:55:34 2021 +0200 🐛 Fix AVR DELAY_US int overflow (#22268) commit 6d191d12c9dbf1bf0844445ff02797ff98028b32 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Jun 29 16:25:37 2021 -0500 🔨 Clean up build scripts (#22264) * Add 10K to marlin_blackSTM32F407VET6 (typo?) * Document custom build scripts. * Add a Robin common build script. * Extraneous .ldscript specifiers commit e213246ab998239c21bbc55983b79f28b4f848ce Author: bilsef <bilsef1@gmail.com> Date: Thu Jul 15 18:59:52 2021 -0700 ✨ M115: Axis Count (#22219) commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Jul 14 18:51:58 2021 -0500 🎨 Minor cleanup of TFT/FSMC pins commit 87cc3873212918c30cf6a0b94ad52e93248f56c7 Author: Taylor Talkington <taylor.talkington@gmail.com> Date: Thu Jul 15 17:32:40 2021 -0400 🐛 Fix Filament Change menu (#22370) Followup to #22277 commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Wed Jul 7 21:45:15 2021 -0700 🐛 Fix Einsy RAMBo FAN1_PIN (#22305) commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 17 00:21:17 2021 -0500 📝 Tom's 3D Forums discontinued commit a0704cb14ff6805a1d3eef470cf2bba87de72afc Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 14 12:32:21 2021 +1200 🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348) commit cad2f69687c1720a1ddb5be14732c2325eab527b Author: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com> Date: Tue Jul 13 08:17:28 2021 +0800 ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) commit 31fbec9a00f49818b6a82c283349167c40260cc2 Author: mks-viva <1224833100@qq.com> Date: Tue Jul 13 19:14:34 2021 -0500 🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340) commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261 Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Jul 14 02:14:55 2021 -0500 🐛 Fix SD pins for MKS Robin Lite commit bc459a76f40a86e0c25e75d3e3b4054a3db98436 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Jul 12 22:52:17 2021 -0500 🐛 TM3D fixes and improvements Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30 Author: Marcio T <mlt4356-github@yahoo.com> Date: Mon Jul 12 18:35:00 2021 -0600 ⚡️ Fixes to FTDI Eve Touch UI (#22347) commit 24f0613b9f14cd5a88bde851597104a1c6997abd Author: ellensp <ellensp@hotmail.com> Date: Mon Jul 12 17:15:48 2021 +1200 🎨 Optional Custom Button description (#22336) commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3 Author: Mike La Spina <mike.laspina@shaw.ca> Date: Sun Jul 11 20:45:47 2021 -0500 🔨 Update LPC176x platform to 0.2.8 (#22333) commit f76b063e58624d477c17a082d471aea3ef7b3197 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Jul 11 18:25:51 2021 -0500 🚸 M666: Fix value filter, add report (#22337) In reference to #22325 commit c746b1a2ae3573895b24fbc8c37015736469f39c Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 11 13:18:16 2021 -0500 🚸 Limit LCD delta endstop adjustment like M666 In reference to #22325 commit be13220e32c2a79761224e16925436b9ae87bf48 Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Fri Jul 9 19:24:14 2021 -0400 📺 ExtUI pause state response (#22164) commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 9 17:09:58 2021 -0500 🎨 Check flags without ENABLED commit fea4e06484cb7072ffcdc61d32c0f6efe033d0b7 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Jul 9 23:07:55 2021 +0200 🌐 Update French language (#22323) commit 91f11e0d419ebabaef1ea5260998c4e553dd7d1c Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com> Date: Thu Jul 8 06:44:07 2021 +0200 🌐 Update Hungarian language (#22307) commit 573b8a62d9c189576b79773b9c54606c387d634a Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com> Date: Sat Jul 10 04:06:10 2021 +0800 🐛 Fixes for BTT Octopus (#22314) commit eafb94e72d99c9c906bfd806c87684243e193aeb Author: Skruppy <skruppy@onmars.eu> Date: Sat Jul 10 01:25:47 2021 +0200 🐛 Fix HAS_KILL && SOFT_RESET_ON_KILL soft reset button logic (#22269) commit 69b44c2309d859865d4724cb8e323a13ba535d3c Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Jul 9 16:02:27 2021 -0500 📌 Require U8glib-HAL@~0.5.0 (#22324) commit e9a1c10b34b5a23815285ee068112395dca17fbe Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Thu Jul 8 21:48:11 2021 -0700 🐛 Fix manage_heaters recursion on servo move (#22313) Followup to e297748b22 commit 304a926b0a2c5f9edb8adac93557758115d6b004 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Jul 6 20:42:38 2021 -0500 👷 Bump date on /Version.h commit 1bb61f27e98029f19abab5deaeedcbf062887bc9 Author: Marcio T <mlt4356-github@yahoo.com> Date: Tue Jul 6 19:32:08 2021 -0600 📺 Assorted small FTDI Eve Touch UI fixes (#22273) commit 091bdb79e685a6401d371e4c1ca362d3350fa0e1 Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com> Date: Wed Jul 7 03:55:31 2021 +0300 🌐 Update Russian and Ukrainian (#22290) commit 968c3b7e4ec5bb606a6e77595a56c131c88b99cc Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Jul 6 19:54:02 2021 -0500 ♻️ Fix up and use YESNO_ITEM macros commit ed14d14819625a98753aa715821339e4f5a0ec73 Author: ldursw <37294448+ldursw@users.noreply.github.com> Date: Tue Jul 6 21:50:01 2021 -0300 🐛 Fix Maple / STM32 serial buffer (#22292) commit cae391bb484f5e141de07335f7bf97a91aa5e297 Author: George Fu <nailao_5918@163.com> Date: Wed Jul 7 08:40:11 2021 +0800 🔨 FYSETC S6 small bootloader target (#22207) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 2753b4eeaadbc4cd1596cb4c5e0fecd17c132f5a Author: Cytown <cytown@gmail.com> Date: Fri Jul 2 08:37:44 2021 +0800 🚸 Filament Change add confirm step (#22277) commit 6d05da0e5e7413fc906dfc5852ba819a6556f1de Author: ellensp <ellensp@hotmail.com> Date: Fri Jul 2 09:27:27 2021 +1200 🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) (#22276) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 4235e23c7b0b62c6962624e1375605a6b5e575be Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Jun 30 21:58:25 2021 -0500 📝 Update Z_SAFE_HOMING description commit cd01421ac32041c7f775ec37dd8d00b29a5d335b Author: Glought <Glought@users.noreply.github.com> Date: Tue Jun 29 10:35:22 2021 -0700 🚸 Sanity-check Slim LCD menus with Probe Offset Wizard (#22259) commit aa13c7845812a3bd025437f03a5cf376eb975ee4 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Tue Jun 29 10:30:55 2021 -0700 🐛 Fix ExtUI 'lcd_clicked' definition (#22257) commit b1c5dd985e6cfc46c0cb0aa70c7dd681a2e9d3d5 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Mon Jun 28 18:43:05 2021 -0700 🐛 Fix PTC/BTC whole number tests (#22255) commit 3109a297d6e48d31ac2a23aedf0b919b63e2df4d Author: tome9111991 <57866234+tome9111991@users.noreply.github.com> Date: Mon Jun 28 19:08:37 2021 +0200 ✨ Ender-3 V2 Display for SKR E3 Turbo (#22229) commit b878127ea04cc72334eb35ce0dca39ccf7d73a68 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Jun 27 11:54:33 2021 -0500 Marlin 2.0.9.1 commit 6ea6556d0989f6ef08ef169f513760c062de…
commit ea5508384ed04d70759a826a74ff0131cb110dd4 Merge: 9e70af869f 49e8defda1 Author: Michalcin <rabek33@gmail.com> Date: Fri Nov 5 16:23:57 2021 +0100 Merge branch '2.0.x' of https://github.com/MarlinFirmware/Marlin into MarlinFirmware-2.0.x commit 49e8defda11c0c62098d86e4ced947468cd2f289 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 4 22:16:15 2021 -0500 🔨 Move Creality 4.2.2 warning commit e5c4e77eb06ca01ec062c32f96c0315e2666139a Author: Sebastien BLAISOT <sebastien@blaisot.org> Date: Tue Nov 2 06:49:21 2021 +0100 🐛 Fix NEOPIXEL2_SEPARATE default color (#23057) commit 8dd3f38ae9ccdb051ed073a11dd9200b9d7e2ffe Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Nov 2 12:34:53 2021 +1300 🩹 Fill gaps in pinsDebug_list (#23051) commit 044a7db370d278b91cea194d4a00d6e4c652c4a7 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Nov 2 12:36:22 2021 +1300 🐛 Fix Y_SERIAL_RX_PIN for FYSETC S6 (#23055) commit 8cecc626c6a40e1667a10908042101248c5668dd Author: Robby Candra <robbycandra.mail@gmail.com> Date: Tue Nov 2 10:29:23 2021 +0700 🎨 Fix redefine warnings (#23061) commit ee26fd0e0559d7f2d86b11b5552eaf9c9ff3174c Author: tombrazier <68918209+tombrazier@users.noreply.github.com> Date: Mon Oct 25 22:29:40 2021 +0100 🚸 Default T0 for M569, M906, M913 (#23020) commit a7ea6b59255ee5405b0118d78a5d7bdf69a8eb68 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Oct 26 10:02:29 2021 +1300 ⚡️ Add'l PCINTs for Mega Extended (#23019) commit 2b8a804997b18c49126868f5301702e2bf8eeaa6 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sun Oct 24 23:14:02 2021 -0700 ✨ Octopus Pro V1.0 with STM32F429ZGT6 (#23008) commit 908335367edba11eff8e457c511482db8a36dfcf Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Mon Oct 18 00:51:01 2021 -0700 ✨ BTT Octopus Pro V1.0 (STM32F446ZET6) (#22971) commit a7415a052ebf57c0a0a30cf97973b86c2065958d Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Oct 25 19:12:07 2021 +1300 🐛 Fix børken E_DUAL_STEPPER_DRIVERS (#23017) commit f51e07b19636cbbfc9511073e41e5a98cd7c5625 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Mon Oct 25 01:08:15 2021 -0500 🐛 Fix Ender-3 V2 Enhanced SetFlow (#23016) commit 5f35c539ce38a6d6715ce77005b387a0b87ac822 Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com> Date: Mon Oct 25 09:06:13 2021 +0300 🚸 E3V2 Enhanced cosmetic fixes (#23009) commit 59503c6bbbcea81dcbe3e5ffa9ac175a01e7a2dc Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 28 05:59:03 2021 -0500 🎨 Apply F() to E3V2 titles, popups commit 0309fce1fd12cfe0259f67f9d2381d08041ae525 Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Mon Oct 25 01:39:48 2021 -0400 ✨ Creality v2.4.S1 (Ender 7) board (#23010) commit f6d211f77941d2df03db9493c8ad6b39c511ee63 Author: Dennis <Stuxles@users.noreply.github.com> Date: Mon Oct 25 07:35:11 2021 +0200 🐛 Fix JyersUI current positions (scaling) (#23005) commit f179e25cc640135f968ffb12a12fdf4bd0b14212 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Oct 24 23:32:34 2021 -0500 🐛 More explicit allocation of solenoids In reference to #22887 commit 5b478cd5f6b6eae0343acbf169976f97b1ba5609 Author: tombrazier <68918209+tombrazier@users.noreply.github.com> Date: Fri Oct 22 21:56:05 2021 +0100 🐛 Fix probe temp compensation maths (#23004) commit e852732ea8e71d7e969520d0bcd4f242dc6755b2 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Fri Oct 22 17:57:30 2021 +1300 🐛 Fix E3V2 width/height defines (#22994) commit c9718e1ec0570a96bd104cd4bbefed57cc613d5d Author: Augusto Zanellato <augusto.zanellato@gmail.com> Date: Tue Oct 19 17:24:22 2021 +0200 ✨ Eryone Ery32 mini (STM32F103VET6) board (#22956) commit 30158424e993919b9a4d8fe4b14793df3affe7ff Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 05:53:34 2021 -0500 🔨 Fix older GCC CXXFLAGS warning commit 5f6d9e9f42d0cf5126f763e8a8f4f617cb8fcc8f Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 05:51:49 2021 -0500 🎨 Fix pinsDebug_list warnings commit b108741a8e2ba426f006a4c4bb562aa126eb400d Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 04:03:03 2021 -0500 💡 Sub-include pins labels commit b4904cc53e3a8a97fe8047ebe918bc8ea474e120 Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 02:56:44 2021 -0500 🔨 Delete after encrypt. Lerdge encrypt only once commit 2c6fe45847e0ada1b873bbc302cce2c51325902b Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 02:49:35 2021 -0500 🔨 Update 'pio vscode init' detection commit fed72e4607b864d8048ae87b08063f0ac6f1eaed Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 11:17:36 2021 -0500 🔨 Use pull_request_target for check-pr commit c3a4e6b3c8b581ac458618507177eb81dfedd7a1 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 18 01:49:35 2021 -0500 ✅ Warn about dummy thermistors commit 5bfc5c10103c9f6067d8e1969d8a9c1f1384b9cd Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Mon Oct 18 02:03:01 2021 -0400 Fix JyersUI ZOffset Multiplication (#22975) commit 1112d66fefedafacf32027fd7b44f11b1546306d Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Mon Oct 18 02:01:28 2021 -0400 Fix Tool Change Park (#22968) commit 61b574f2cea9f23603a3c0250b6bd11934fa3d60 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Oct 17 19:26:31 2021 -0500 🔨 Improve 'mftest' error message commit 522cdd52727383e9a2e4f0295b85ae6e2d94aacf Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Oct 17 16:56:01 2021 -0500 🔧 Safety feature warnings commit 641bae625b659cc5eba13c20c174de5fff7caa98 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 15 15:07:47 2021 -0500 💡 Update old gnu.org links commit d10e20d6d2faaea04df81dca682290a2aa081fee Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Fri Oct 15 15:56:59 2021 -0400 ✨ Add option EVENT_GCODE_TOOLCHANGE_ALWAYS_RUN (#22960) commit b18aa933d14f9761d74b19be79db64e21356c563 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed Oct 13 14:28:45 2021 +1300 🐛 Fix G33 homing current (#22909) commit 0f519ebf854cdb0fd3d00828ca7a4b4d09c8d610 Author: mks-viva <1224833100@qq.com> Date: Tue Oct 12 20:01:18 2021 -0500 ✨ MKS Eagle (STM32F407VET6) board (#22897) commit 031f17b4f3dfca4a66384d40ce48b7d33315c75a Author: Minims <github@minims.fr> Date: Sun Oct 10 01:10:21 2021 +0200 🩹 Adjust GTR 1.0 ST7920 display delay (#22904) commit 036f763eaaff571f07c7829e0f5a61b645e86269 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Oct 7 09:42:59 2021 +1300 🎨 Define Octopus allocated endstop pins (#22882) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit d137f307ebea8c8832ecbef239ed08e188c5369b Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 4 22:19:05 2021 -0500 🎨 Tweak FORCE_INLINE commit 66048a5f27aa3ad9ecb2b407ada13fb87e86ebe9 Author: Mark <niujl123@sina.com> Date: Tue Oct 5 12:23:02 2021 +0800 ✨ ESP32 Panda_ZHU and Panda_M4 (#22644) commit b8c32e24d86fff280621ab3f274511dd30669b93 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 02:33:14 2021 -0500 🎨 Rename MarlinUI::zoffset_overlay commit 99d51af90facd02365d0ae91091303d7879f304d Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 5 21:35:31 2021 -0500 🔨 Port libsdl2_net required for macOS simulator commit f47ece0725d93cde7fde52b66d14b5ec551c46c2 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Oct 12 19:06:39 2021 -0700 🐛 Fix MKS Robin Pro 1.0 LCD reset pin (#22937) commit 975089a954460b10279bdbf60f08c9604c4f7d08 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Oct 12 19:05:37 2021 -0700 🔧 Remove obsolete G34 sanity check (#22929) commit 995230f5971995e41b97d14273f2dd3693ead6be Author: George Fu <nailao_5918@163.com> Date: Wed Oct 13 09:32:54 2021 +0800 🐛 Fix FYSETC Cheetah v2.0 build (#22926) commit adf7072fa846312d473a993ffc62ec3082b37c46 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Oct 12 18:26:42 2021 -0700 🐛 Fix SKR Mini E3 V2 I2C-based EEPROM (#22919) Followup to #20609 commit 40cb7cf8d6e31cf768a946e3248618256c021fb6 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 4 18:58:20 2021 -0500 🔨 Add 'opt_find' to find matching options commit d0c0630c1f91cb43dc23c1ed9e4c166d284785eb Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Oct 4 19:12:19 2021 +1300 🩹 Fix EXTRUDER 0 compile warning (#22868) commit 11c829fb28a4fdc37ae86e6ac674589331f0712d Author: Sebastien Andrivet <sebastien@andrivet.com> Date: Mon Oct 4 08:06:49 2021 +0200 🐛 Fix ExtUI Pause messages (#22874) commit e0dda615012a99e1ad591972b4bbc5238e7361a9 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Oct 4 18:25:45 2021 +1300 🐛 Fix Arduino IDE compile error (#22877) commit a185ce22cf6e4fb15250815c5c39318606a7e65a Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 22:08:11 2021 -0500 Marlin 2.0.9.2 commit 2a4ee1a482278abb830c0f5180bfa7571c00c9f7 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 21:54:07 2021 -0500 MKS Robin pins updates commit 3a82b8a25195f448018e7a2267d9916814434c65 Author: Cytown <cytown@gmail.com> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 765b2b43f6ea80920a3eb85be64f77ed8fe9dcbd Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 21:51:52 2021 -0500 🎨 FTDI Eve Touch UI spinner enqueue string commit 2e602b9b88e75a261d8d1a71c0857ce47f5e92fa Author: Steven Haigh <netwiz@crc.id.au> Date: Thu Sep 30 02:22:46 2021 +1000 🚑️ Fix DWIN_CompletedLeveling (#22851) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 5d3e75905d9316853462321bac7b43f635366768 Author: Malderin <52313714+Malderin@users.noreply.github.com> Date: Wed Sep 29 04:20:03 2021 +0300 🐛 E3V2 Mesh Viewer followup (#22850) commit eacb660e4b1008245361d8db6054ef30ccf031fa Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 28 02:39:11 2021 -0500 🎨 Condense reverse-protection code commit 021ceeba0b0ccadd7246d5e2da56df7868349206 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 28 01:07:51 2021 -0500 ⚡️ Handle shared enable pins (#22824) commit 25a131b9421c81245e1d9094fc85476349baf941 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Mon Sep 27 14:47:47 2021 -0500 ✨ E3V2 (Enhanced) Mesh Viewer (#22844) commit b4c025a451580cdc15f9506e923c4ffe5afdde90 Author: Sola <42537573+solawc@users.noreply.github.com> Date: Tue Sep 28 03:08:29 2021 +0800 🚸 Fix MKS LVGL UI temperature set interface (#22848, #22842) commit 604a01cd1a87850a5fe2fde1a204a9c313863db3 Author: espr14 <espr14@gmail.com> Date: Mon Sep 27 21:05:52 2021 +0200 🎨 steps_to_mm => mm_per_step (#22847) commit 064f91e9b0e71b55dda7dea86881863190c37516 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Mon Sep 27 21:01:47 2021 +0200 🚸 TFT backlight PWM / brightness (#22841) commit 34c9f649252f173b9c046dcab56d86e0526ed163 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Sep 28 04:17:00 2021 +1300 🔧 Sanity-check BLTOUCH_SET_5V_MODE on 5V pins (#22840) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 060b705dab5ad7eaf0f1babd6113d5908b485db9 Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Date: Sun Sep 26 04:59:29 2021 +0200 🩹 Fix M412_report formatting (#22834) commit 262cd757fc4b91592932d4335878bc0aaf45af20 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 25 02:27:07 2021 -0500 🎨 Updated string macros commit dc4d2165f2175a5f0f2e492b3a4f3f4cecf15ead Author: Steve Wills <steve@mouf.net> Date: Fri Sep 24 22:12:43 2021 -0400 🐛 Add 'static' to fix 'duplicates' (#22826) commit bcd2a483da49030ae5f1837474c95b027f915340 Author: Manuel McLure <manuel@mclure.org> Date: Fri Sep 24 19:08:07 2021 -0700 🐛 Fix M420 / M851 reports (#22829) Followup to 79c72ed821 commit d338872e8571e45c961d768b1d5068bff20e9daf Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 23 11:09:43 2021 -0500 🐛 Fix reset_hotend_offsets commit 2c30b75268a0cb7791c00b91579db6ab42b3dd28 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Sep 23 10:01:37 2021 -0500 🎨 Various multi-axis patches (#22823) commit 3deb54d0fde6bb84310e78ce3b70296041552af1 Author: Sola <42537573+solawc@users.noreply.github.com> Date: Thu Sep 23 15:53:48 2021 +0800 ⚡️ Improve LVGL touch driver (#22817) commit 9ae6351a026d9b91813e8f1c3e7749e7f8cab790 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Sep 23 18:58:52 2021 +1200 🐛 Fix anycubic_i3mega_lcd debug macros (#22820) commit b7f95dc8d4903122db3692fc7540a593983f1af1 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 23 00:51:35 2021 -0500 🩹 Add MarlinSPI to more HALs commit 99647fa9403ef3c9f419000cb0be6667105f8aaf Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Sep 22 00:19:26 2021 -0500 🎨 Less use of undef for RAMPS pins commit ea3df942137362e6916b51f8152389f1d6ac3415 Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Sep 21 06:25:13 2021 -0500 🎨 Fix L64xx enable, clean up conditionals commit a37580e4e837b1de576a7b529f56d225fa6a6dde Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 20 18:44:35 2021 -0500 🩹 Remove extra #include, misc. style commit b3fd03198af688bbd7b3d74500c441007bcf890d Author: Dan Royer <dan@marginallyclever.com> Date: Mon Sep 20 13:42:33 2021 -0700 ✨ Polargraph / Makelangelo kinematics (#22790) commit 71b8a22d96735791789aeceed4877b2f1edfdb3d Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com> Date: Mon Sep 20 03:26:46 2021 +0300 🌐 Update Greek language (#22799) commit 669b68497cc0194fb963dfe8066e556f6ada03e4 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 19 19:25:01 2021 -0500 🌐 Skip non-essential translations commit 6014dd9c7b06917a251506afcf9acf11a54c26a6 Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Sep 21 02:42:01 2021 -0500 🔨 Improve pins_set script commit 5a54ba8316357c8bc4233bede1b29d5f62521fd0 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 19 18:58:12 2021 -0500 🔨 Case-insensitive tests list commit be8e8260e2969ce80a1ff51a39deed23aba0e6d1 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 19 18:40:56 2021 -0500 🌐 Reduce language file sizes commit 5d8ca7c9445dac3d8bb52eafd9c45826e9c3387b Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Sep 19 05:16:29 2021 +0200 🐛 STM32 ADC followup (#22798) commit 0e8e215d4e173e6d742b6aa198859e1a6cf50089 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Sep 19 01:27:58 2021 +0200 🚸 Wake up TFT for some events (#22788) commit 6cf95509cd1483b52076322679e2426550fdf1df Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 18 18:24:39 2021 -0500 🎨 Replace some infrequently-used macros commit ded719cc1481c8b67a4015a0077294ba7640d20d Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 18 18:22:15 2021 -0500 📝 Update some pins comments commit 2630eefcc462b200c7bf748735387e7b055f300e Author: Steven Haigh <netwiz@crc.id.au> Date: Sat Sep 18 16:33:18 2021 +1000 🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789) commit 2b54a9c0ff0351f92b7e835f7c8dafe6f9cc5390 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 17 19:09:54 2021 -0500 🚸 Move fade item up commit bb1eb39ecbe2edfecb171b3e4f689b0413c5bf60 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Apr 12 17:08:57 2021 -0500 🚸 Better bed position commit 8b818f4ae561d6ef1ba708a78cc0ed5cb5054358 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 17 18:58:55 2021 -0500 💬 Add non-translated STR_DONE commit 4d113c2efd1e17171b87f46053fb574842832a96 Author: Sola <42537573+solawc@users.noreply.github.com> Date: Thu Sep 16 19:48:24 2021 +0800 🚸 Fix and improve MKS LVGL UI (#22783) Co-authored-by: makerbase <4164049@qq.com> Co-authored-by: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit ab9609146f903a6490b0658405ba2b19199a99b6 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 16 04:36:26 2021 -0500 💡 Adjust headers, formatting commit e7a25a45e6199118cb5d56a7d5fede82c3be31d7 Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Thu Sep 16 03:46:16 2021 -0400 ✨ Improve pause/filament change for ExtUI (#22655) commit 023eaabc1ced8ff6daa52a6e1904bf68935254ae Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Sep 15 21:12:39 2021 -0500 🔧 Add MANUAL_FEEDRATE sanity-check commit 03d7fbd755899d2ad549498f88f5376fe0cb60ae Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 16 01:15:01 2021 -0500 🎨 Handle more pre-defined pins in pins_postprocess (#22771) commit 89898181bd2e92b420228021c12308fdb4314221 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Sat Sep 25 05:59:43 2021 -0500 🐛 E3V2 Brightness followup (#22821) Co-authored-by: Scott Lahteine <github@thinkyhead.com> commit e705a7724eace3970a1792933e1f614d07cc2667 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Sep 15 19:48:29 2021 -0500 🎨 Consolidate Ender-3 V2 DWIN common code (#22778) commit 5b593da04d6f87e79ee99430ed6d15a5e9e0d799 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed Sep 15 13:51:52 2021 -0700 ✏️ Fix TFT field names (#22776) commit 9c4f9bc62a3a53af150dee8a69f65c56c033e65a Author: mks-viva <1224833100@qq.com> Date: Wed Sep 15 14:47:23 2021 -0500 🐛 Fix MKS Monster8 EEPROM issue (serial timer) (#22777) commit 84d1619127b19e9b6f159331d9dcb0b88398732c Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Wed Sep 15 01:44:28 2021 -0500 🩹 Fix DWIN Enhanced Tune menu during homing (#22773) Co-authored-by: Scott Lahteine <github@thinkyhead.com> commit 1386e78369067bda6e5dcd8eb32779d68e854e9f Author: Dakkaron <dak1st@gmx.at> Date: Wed Sep 15 02:00:48 2021 +0200 ✨ M282 - Detach Servo (#22760) commit 224371dfc6ba8de61d0255714b942df04c445da7 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Tue Sep 14 04:07:08 2021 +0200 ✨ TFT Screen/Backlight Sleep (#22617) commit 033043218e6a55da72631aee6f2fc28f000f261e Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 13 18:46:30 2021 -0500 🔖 Configurations version 02000902 commit fcbd99d941bc680e6409998fdd4882eab5dba992 Author: Desuuuu <contact@desuuuu.com> Date: Fri Sep 10 12:15:08 2021 +0200 🎨 Use ExtUI API where applicable commit 209e5c27cab7ff337c5235aa885ef0891db41335 Author: Roman Moravčík <roman.moravcik@gmail.com> Date: Tue Sep 14 00:10:30 2021 +0200 🌐 Update Slovak language (#22752) commit 92eb819aee1ac9581299339ebbb98356b0875a88 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 13 16:38:51 2021 -0500 🐛 Fix old spindle/laser options commit de4eed33e49b889b9a29e417c991e4564bbe634c Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 13 16:28:12 2021 -0500 🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM commit 59ad93560e337c622e6fa738489de3647844aec5 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 12 21:41:24 2021 -0500 🐛 Fix CUSTOM_MENU_MAIN_SCRIPT_DONE Fix #22762 commit 50e52c0fdb8bba2e6b7d7a8463cc5349dc9daee9 Author: Vert <45634861+Vertabreak@users.noreply.github.com> Date: Sun Sep 12 22:39:52 2021 -0400 🐛 Fix ENABLED => EITHER typo (#22756) commit e679fafaaf6f59b4252b8abcf260e7d879cc1db5 Author: mks-viva <1224833100@qq.com> Date: Sun Sep 12 21:30:09 2021 -0500 ✨ MKS Robin Nano V1.3 (STM32F407VET6) (#22749) commit 6de25804ebff7f78da0a5e304073a97e8fca24bf Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 12 21:21:35 2021 -0500 🎨 Tweak custom menu item code commit ded8ee0a1dc2f4f6e47cf1ae61b705648cb6ccd1 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Sep 12 19:37:33 2021 -0500 📌 Creality 4.3.1 board variants (#22704) Co-authored-by: Chico <jjjm6000@gmail.com> commit 44d54a0d010c78ba43ebcf5283c30505e76e6098 Author: Luc Van Daele <lvd@sound-silence.com> Date: Mon Sep 13 02:35:37 2021 +0200 🚸 G33 R and O options (#22707) commit 6e1c997a0a808602c25ea66ecca4c83fb14603de Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Sep 13 11:03:24 2021 +1200 🐛 Fix Trigorilla Pro HAL/STM32 build offset (#22761) commit 17c9450f0c0ff96405ba8f60873adebd3aca91ff Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 15:41:42 2021 -0500 🎨 Apply more HAS_DELTA_SENSORLESS_PROBING commit d6a87aa75ba4ae20c4843b98341b3e6214cb3a7d Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 02:47:53 2021 -0500 🐛 No probe enum for DELTA + SENSORLESS_PROBING Fix #22729 commit 64acb9fe787c087bda466ca6189111785b30b448 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 02:15:05 2021 -0500 🩹 Warn about user feedback requirement commit 22bf774d61cb013029279cb1516a1685bbb67181 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 00:48:20 2021 -0500 🐛 Fix LPC1768 SD-based EEPROM debug Fixes #22746 commit e2a790b759f282232f07b5ef22218ec2d9b9ad6c Author: Marcio T <mlt4356-github@yahoo.com> Date: Fri Sep 10 19:03:46 2021 -0600 🚸 Enhance FTDI Eve Touch UI file select dialog (#22742) commit ee1c1034e5fc77509d10c4d9d4b3436b6cdc9768 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 10 19:47:03 2021 -0500 🩹 Fix TOUCH_UI_FTDI_EVE warnings commit b661795ae5af15d773b9c148abe1c8005799dac4 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Sep 9 04:57:05 2021 -0500 🎨 Fewer serial macros commit 6d96c221bd8c3c6119870c6d90dc976c9e81dde2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 7 18:06:10 2021 -0500 🎨 Standardize G-code reporting commit a596faf4e5e4b47e50c9d2337a2b9d71fefa3719 Author: tome9111991 <57866234+tome9111991@users.noreply.github.com> Date: Sun Sep 12 21:56:40 2021 +0200 🐛 Fix JyersUI for LPC176x (#22745) Co-authored-by: Scott Lahteine <github@thinkyhead.com> commit 3ee27e7e353b0a08ff114a8c805491a39e59f4d1 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 10 18:49:57 2021 -0500 🐛 Followup to JyersUI commit 6cf2cf7bd4bba98dbcb73fca43c14953b977da9a Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Tue Sep 7 02:15:24 2021 -0500 ✨ Ender-3 V2 CrealityUI Enhanced (#21942, #22728, #22733) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 54416f780d892ba3ea42c522e5d5d7c0cf94acb4 Author: Jyers <76993396+Jyers@users.noreply.github.com> Date: Mon Sep 6 21:06:27 2021 -0700 ✨ Ender-3 V2 with Jyers UI (#22422) commit 9d73fcb959e04839084abb78e9286a778a07ec5d Author: mrv96 <mrv96@users.noreply.github.com> Date: Tue Sep 7 02:51:04 2021 +0200 ✨Add DGUS_LCD_UI_RELOADED (#21931) commit f434915ad67f3c92a2f88869861715c1334330e2 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 6 17:38:47 2021 -0500 🚸 Show ExtUI message for PID_STARTED commit bbce951666fbe7994df6bd9d376d6cc583083d8d Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 6 16:33:24 2021 -0500 🎨 Misc. code cleanup commit 8a4fec946081b985d61932da30ccf416fc7719a0 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 6 15:34:12 2021 -0500 🎨 Misc. Spindle/Laser (etc.) cleanup commit 3a835162323e8f23e3b1d5b96a4ec9e27bb16605 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 5 21:23:56 2021 -0500 🚸 Per-hotend Watch items commit 03344a094739670074e3220564bd16a902df0fca Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Aug 27 16:12:08 2021 -0500 🎨 MarlinUI for E3V2 tweaks commit 72d7bbbbf67b53100c66f203c0b0f7ef9124f57f Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 5 20:32:29 2021 -0500 🔧 Sanity checks for Ender 3 V2 commit 253f91765d839cb7b688eaed1586d20c51795722 Author: dotdash32 <dotdash32@gmail.com> Date: Sun Sep 5 17:21:25 2021 -0700 🎨 Use largest default ST9720 delays (#22713) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 4c7f8696ab2d12c915203f08973fb5c6ba53e5d6 Author: Dan <ribbles@users.noreply.github.com> Date: Sun Sep 5 13:32:09 2021 -0700 ✨ Protoneer CNC-Shield 3.00 (#22715) commit f94de97cdbdf799d39933897858b8ff1ac69e6dc Author: Justin Nesselrotte <admin@jnesselr.org> Date: Sun Sep 5 14:21:45 2021 -0600 ✨ Index Pick-and-Place board Rev.3 (#22647) Co-authored-by: Gonçalo Pereira <goncalo_pereira@outlook.pt> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit bae19a3737952a4c39f2ebb62a060d6b8a0d0b1b Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sat Sep 4 01:20:32 2021 +0200 🌐 Update "Homing" for some languages (#22706) commit cc3abcd2c50247dd934d49b91cc3b9460f1dc1a7 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Sep 3 17:26:36 2021 -0500 🩹 Fix 'ms' warning commit 9e18a543fa02bb103fd2ec35e7a26085227ce720 Author: Thomas White <TomW1605@users.noreply.github.com> Date: Fri Sep 3 12:30:24 2021 +0800 ✨ Homing submenu option (#22692) commit 13bccd8441d26deb12fbbe82b8c45aaadd778c1d Author: Elliott Indiran <eindiran@users.noreply.github.com> Date: Thu Sep 2 20:41:41 2021 -0700 📝 Update PID_PARAMS_PER_HOTEND comment (#22694) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 5af3dbdb308b8af3fb5fc53507dcb12779e121e3 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Sep 3 05:08:40 2021 +0200 🐛 Fix Mixing code typos (#22697) commit 9f43452fbd8421ad93f6b84499c821ef899c77c4 Author: DvoraNoob <62312359+DvoraNoob@users.noreply.github.com> Date: Wed Sep 1 21:29:20 2021 -0300 🚸 MKS UI extrusion speed/steps config (#22656) commit 61364906b3237749be02bc17cd8e05f250a74a43 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Sep 2 01:55:36 2021 +0200 🔨 Enhance Lerdge pins, TFTs, and variants (#22658) commit 105fd73c2868132ae687d5fd6b6102a0fc235e3c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Sep 2 01:45:17 2021 +0200 🩹 Allow M42 S0/1 analogWrite on PWM pins (STM32) (#22631) commit b4b69c0de376095e13d302088fa72393128eeedc Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed Sep 1 22:33:24 2021 +1200 🐛 BTT Octopus X MAX pin for IDEX (#22654) commit a37be7236bef7067949e1e3e76c0fa7d104ccecc Author: Vert <45634861+Vertabreak@users.noreply.github.com> Date: Tue Aug 31 03:36:00 2021 -0400 ✨ GT2560 V4.x A20 (#22664) commit bba7c0069fec0e72a500abe96995e3439ba4d89f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:44:55 2021 -0500 ✨ Creality3D CR-30 PrintMill commit 8916b05cb46e310e261902301afd0ae2b301159e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:54:51 2021 -0500 🎨 Tweak pins, comment formatting commit 99028376e694cb3e50181f0c09e614a15f4783e5 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:54:17 2021 -0500 ⏪️ Clean up Info Menu commit c2796fbf3bf9464943392043c87eaabbcdda615d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:52:48 2021 -0500 🌐 Tweak language selection commit 37777a78bfface664094318cc53ec161e9eb985f Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 19 19:16:46 2021 -0500 🐛 Followup to CrealityUI cleanup Followup to #22586 commit 0da0aa9b2ecf7ef2820509255c6ba7a245a9c63c Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Dec 11 18:15:36 2020 -0600 ⚡️ Add PROBE_PT_LAST_STOW commit 9ffd3ed2e40d943db731d27f5c26c76adbd31904 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Aug 31 19:26:12 2021 +1200 🔧 Set Z_PROBE_OFFSET_RANGE_MIN/MAX for MBL (#22663) commit 1176c108600e4d45e3b4e836a585e51e68167414 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 31 02:23:49 2021 -0500 🩹 Clean up BTT_SKR_CR6 Fixes #22665 commit 2e9f819d5f7533752965fe01ed1e7f030e6a71a3 Author: Jason Smith <jason.inet@gmail.com> Date: Tue Aug 31 00:00:59 2021 -0700 🚸 Improve Tramming Wizard usability (#22672) commit 19353fc98c984a7ebc752d99c1034a3dd01ffa8d Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Aug 31 15:40:49 2021 +1200 ⏪️ Revert MAX31865 recent changes (#22660) commit b21d62543fd1e1e10b5d69cc86fd7f386001176a Author: Christian Schuster <blackyle@me.com> Date: Tue Aug 31 02:32:02 2021 +0200 🩹 Fix LPC176x M43 formatting (#22680) commit a42ecb843e17ce52c4f4a27dc7be5441c966da19 Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com> Date: Tue Aug 31 02:30:14 2021 +0200 🌐 Update Hungarian language (#22678) commit 93ff2cb08685e679f5f7d70e52b07f4640f082c6 Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Date: Tue Aug 31 00:05:11 2021 +0200 🌐 Update Italian language (#22645) commit 086fa0f0a738e7a3b97ea15b2b3decf41e197882 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Aug 30 17:02:12 2021 -0500 🔨 Fix HAL/STM32 F103Zx builds (#22610) commit 5e97f37a78f1e91e37d3ede5fe225288c03d0309 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 23:06:24 2021 -0500 🎨 screws_tilt_adjust_pos => tramming_points commit c14b162b9e213eceaa20f5251c742100d605a79e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 23:02:53 2021 -0500 🌐 MSG_PROBING_MESH => MSG_PROBING_POINT commit 61c000d96f184388f5f42d7501895138fc328eba Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:04:14 2021 -0500 🔨 Three columns in mftest menu commit c06a183f28ea4d40ea7757d441a46cc733cd6a12 Author: Marcio T <mlt4356-github@yahoo.com> Date: Sun Aug 29 16:05:30 2021 -0600 ⚡️ Fix, enhance FTDI Eve Touch UI (#22619) commit d1db17c6f5e024d148ef4d0b5fea0d89e24ff3e5 Author: Marcio T <mlt4356-github@yahoo.com> Date: Sun Aug 29 16:03:10 2021 -0600 ⚡️ Enhance and fix FTDI Eve Touch UI file select (#22651) commit d336a4d71b8315e7b4d62395b6d6d87306b58ae9 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 15:15:53 2021 -0500 🐛 Fix SDSUPPORT for SKR CR-6 (#22668) Co-authored-by: Sebastiaan Dammann <sebastiaandammann@outlook.com> commit 796309c9035ca21df64388d27e65b4c3a64436a8 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 13:57:47 2021 -0500 ⚡️ Improve G2/G3 arc handling (#22599) commit 53df1dfe4d8bae533812b8ccd8ed90cd9dc041d9 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 28 17:46:22 2021 -0500 🩹 Sensorless homing tweak commit 6769718264d5786028e633aab96f346fedaef8f5 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 13:51:57 2021 -0500 🎨 Update more EXP Headers commit 7704d844198deb50feb74326f94385c67eb44aba Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 28 15:27:52 2021 -0500 🎨 EXP headers, ST7920 delays (#22641) commit 9b0e196ba2fab7fb1afcbed80e702e1f26dd806e Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Aug 27 17:23:08 2021 -0500 📝 AlephObjects => LulzBot commit fd594ab176260adf4e3bd04b6f7fb8bbaded85b0 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Aug 27 23:06:45 2021 +0200 🔨 Set Longer3D timers in variant (#22632) commit 8cadcf6bb61d5605244c1cb926b9269650ddf402 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Aug 26 01:08:27 2021 +0200 🩹 Tweak startup message (#22633) commit 22fdfa96292a2cd2490920b031567a0fab5eb22a Author: DerAndere <26200979+DerAndere1@users.noreply.github.com> Date: Thu Aug 26 01:05:06 2021 +0200 🔨 Melzi with OptiBoot build (#22630) commit a0ebe7c8ff846e94755c86cda076abc839388132 Author: Jin <3448324+jinhong-@users.noreply.github.com> Date: Thu Aug 26 06:33:08 2021 +0800 🩹 Use <SoftwareSPI.h> in MAX31865 lib (#22618) commit 125c5bc345615cdf0dfdb329473370a20d503721 Author: Ryan V1 <55478432+V1EngineeringInc@users.noreply.github.com> Date: Tue Aug 24 20:34:10 2021 -0700 🐛 Fix Multi-Endstop stepping (#22625) commit 95f27cf33970a332442ab3393c1e5e2b700a14be Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 24 18:07:41 2021 -0500 🎨 EXP1/2 headers and pins cleanup (#22628) commit 02ae4bc9b94512c0b4e32c7b017eea834098e15f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 24 14:55:12 2021 -0500 ✨ New board TH3D_EZBOARD_LITE_V2 (#22621) commit 6bf2be66ed22b1662d6eaad54697ad0d02fc062e Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Aug 23 19:42:15 2021 -0500 🎨 Define FYSETC S6 and TH3D EZBoard EXP1/2 pins commit d8ef23eda7fc5391057c8375988426fdfdf77b27 Author: Chris Pepper <p3p@p3psoft.co.uk> Date: Sun Aug 22 22:47:37 2021 +0100 🐛 Fix LPC176x M43 Pins Debugging (#22611) commit 73ef26a106e618aa9fd4ffce2c8779a214f9facd Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 22 05:25:07 2021 -0500 ✨ MarlinUI for Ender 3 v2 DWIN LCD (#22594) Co-Authored-By: Taylor Talkington <taylor.talkington@gmail.com> commit d51e70083dbc57563ef8bc2a816a72db2696d053 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Aug 22 11:05:39 2021 +1200 ✨ BOARD_RUMBA32_BTT (#22607) commit dc5ae16861e8240d379f0c3e54e4fbe5772cbbce Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Aug 21 18:00:55 2021 -0500 🎨 Misc code and spacing cleanup commit 0aa87af82f90be409e85e9c6f2792e912396a709 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Aug 21 15:07:52 2021 -0500 🎨 Tweak TMC software serial pins commit 0be98b98a78692ca4c899413eaf0026843559511 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sat Aug 21 12:19:02 2021 -0700 ⬆️ TMCStepper 0.7.3 (#22608) commit f7ce107ac6fe6891c98367b08d7963b9fce59715 Author: Fjederhaek <fjederhaek@gmail.com> Date: Sat Aug 21 00:45:05 2021 +0200 🐛 Update H-bot / Core for 6-axis (#22600) Followup to #19112 commit 3f772df56830aa990cbafab72ae13d81bf8e4e76 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Aug 20 15:40:17 2021 -0500 🌐 Update menu titles, add more IJK (#22605) Followup to #19112 commit caa6ec051917f60c8f8a8fb3079844e57ba8086f Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 19 17:38:05 2021 -0500 🐛 Show bed size as 'work:' in M115 Fixes #22598 commit 30665737dcd4296727154159b174164a5104e6a2 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 24 21:41:09 2021 -0500 🎨 Fix some formatting, F() versus PSTR() commit 0c401bddad7eecc4acf6960cd31726e1fc31572b Author: mks-viva <1224833100@qq.com> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit eb0d80cb196f6735db80897f4623a548555e16dd Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Aug 13 16:32:25 2021 -0500 🎨 Update MKSPWC, some other pins (#22557) commit e62486a6109f0ff9c22140d717c6a73e484d19e2 Author: charlespick <17918019+charlespick@users.noreply.github.com> Date: Wed Jul 28 14:09:33 2021 -0700 ✨ M76 Host Pause Feature (#21738) commit 51d954a4fd455c92ac7be7cf73f6fdae1baf2727 Author: chendo <chendo@users.noreply.github.com> Date: Fri Jul 23 13:53:00 2021 +1000 ✨ D576 Buffer Monitoring (#19674) commit 416234f43a347394d639fbacc3183891d7b0bb50 Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Aug 18 20:12:41 2021 -0500 ✨ Add TEMP_SENSOR_BOARD (#22279, #22342, #22343, #22344, #22350) commit 9ddb4de70ac23685b98ce0e2b25f3d24ae87c7b6 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Sun Jul 11 22:13:58 2021 -0700 ♻️ Consolidate PSU_CONTROL (#22304) commit 9741be59668582b976514e61b1514ac496eafe38 Author: Cytown <cytown@gmail.com> Date: Thu Jun 24 00:40:32 2021 +0800 ✨ Power-off confirm / beep options (#22191) commit ecb625a666c48db25d81cea597951dae25f6b2ac Author: Vert <45634861+Vertabreak@users.noreply.github.com> Date: Thu Aug 5 00:45:49 2021 -0400 ✨ Mixer Presets (#21562) commit de7f6c425bcfce4f3c35a1a5a6fbf79fcf10d700 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 17 06:18:19 2021 -0500 ♻️ Clean up CrealityUI and MarlinUI (#22586) commit 718227a94c0cb163a73f0f288be6f7b864b7127a Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <jason.inet@gmail.com> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <luzpaz@users.noreply.github.com> Date: Tue Aug 3 20:02:34 2021 -0400 🐛 Spellcheck comments (#22496) codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753 Author: ldursw <37294448+ldursw@users.noreply.github.com> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes Fixes #22466. Regression from #22377. commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b Author: ellensp <ellensp@hotmail.com> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <mlt4356-github@yahoo.com> Date: Wed Jul 14 21:13:08 2021 -0600 🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530) commit 3924545912f3379f291355797a361c9e58c3840f Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <nailao_5918@163.com> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 5 23:24:20 2021 -0500 🐛 Fix fan index for Singlenozzle, chamber fan Fixes #22512 Followup to #19152, #19519 commit a668a9d302ff92f413360aff664675f52ed99650 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <jason.inet@gmail.com> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <p3p@p3psoft.co.uk> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <1224833100@qq.com> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <1224833100@qq.com> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <26200979+DerAndere1@users.noreply.github.com> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <mxpklx@gmail.com> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <42719046+bob-anthony@users.noreply.github.com> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <ellensp@hotmail.com> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <52313714+Malderin@users.noreply.github.com> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 23:05:53 2021 -0500 🐛 Fix custom menus on TFT LVGL Fixes #21423. Regression from #18177. commit 245b6e0884e9f421230520789bd72f49b20e4720 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <ellensp@hotmail.com> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475) Fixes #22466. Regression from #22377. commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05 Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <1224833100@qq.com> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <nailao_5918@163.com> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <mlt4356-github@yahoo.com> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <shubin-vv@krista.ru> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <barryorlando@hotmail.com> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <57866234+tome9111991@users.noreply.github.com> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <looxonline@gmail.com> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <luzpaz@users.noreply.github.com> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 19:34:49 2021 -0500 🐛 Fix 3-point leveling position See #22457. Fixes a G29 regression from #19112. commit c7c56ac45f9120b7d972d21427312e5282f82606 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <83773817+MarkusThur@users.noreply.github.com> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241. commit f8f68f9259cc486fd36147f4f9d1e474940510dd Author: ellensp <ellensp@hotmail.com> Date: Thu Jul 22 09:31:11 2021 +1200 🎨 MKS Hardware Test followup (#22414) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 7773504afa546884f533fabefa1497547431bcdf Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Tue Jul 20 12:20:28 2021 -0700 ♻️ Refactor STM32 ini files (#22377) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 6b73b6c966b1a31a1fc2ce67f827265ff3777189 Author: VTXtruder <87478332+VTXtruder@users.noreply.github.com> Date: Tue Jul 20 23:27:19 2021 -0400 ✨ Chitu3D V9 board (#22401) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 29dde9be2b9fb52641d4fa804b097852f69e68f4 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Jul 18 00:16:57 2021 +0200 🐛 Fix Longer3D build environment (#22378) commit b6cb56f396e58b95d7e3f7750f388373bfbd01dd Author: ellensp <ellensp@hotmail.com> Date: Thu Jul 15 14:07:46 2021 +1200 🔨 More HAL/STM32 targets (#22358, #22369) commit 8283f1577a8ea24a4607c74c7ccf8d3292d3d3bc Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 21 07:44:15 2021 +1200 🐛 Fix STATUS_COMBINE_HEATERS compile (#22405) commit 0e9eb5f6cef2e01fac961dd49c39e5b136cde985 Author: Mike La Spina <mike.laspina@shaw.ca> Date: Sun Jul 18 20:11:24 2021 -0500 🐛 Fix Ammeter display on DOGM (#22384) commit 61d0b082989d506b7e0716a792c104389cd6d8c1 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Sat Jul 17 23:10:13 2021 -0700 🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382) commit b57f73a4883fc732b0c413e45d8614791bad4298 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 17 03:10:54 2021 -0500 🎨 Add MMU2 enabled() accessor commit 40b99d8084b235625ffe8701ce859219d52838c5 Author: Yash <76577754+yash-fn@users.noreply.github.com> Date: Tue Jul 20 14:51:41 2021 -0500 🐛 Fix G2/G3 angular motion calculation (#22407) commit c944e4fc6009cfc6e11f97b63f6ea817b8470071 Author: vyacheslav-shubin <shubin-vv@krista.ru> Date: Tue Jul 20 23:12:08 2021 +0300 🩹 Init var to suppress invalid warning (#22396) commit eebab93358427b3b95b4d38dedbbb8aaaba977b8 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Sun Jul 18 18:24:27 2021 -0700 🐛 Ensure Software SPI pins for Max Thermocouple (#22389) commit 0074ea5e0bc5d9abd24fd872fc6117ae491b7be7 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Jul 18 19:56:28 2021 -0500 🐛 Change font for selected language (#22381) commit e190684fe6ae4bf1a885508dbf39a6477ad274a5 Author: Roxy-3D <Roxy-3D@users.noreply.github.com> Date: Mon Jul 19 18:59:06 2021 -0600 🐛 Fix UBL G29 J - Vector3 regression commit 69c1e79c302e936d15957a98795afc8d57495ab6 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Tue Jul 20 13:13:25 2021 -0700 🐛 Fix BTC_SAMPLE_RES sanity check (#22394) commit b3a3d81406ab94ff4fcbffa6179b9e52309f712e Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Jul 20 12:54:02 2021 -0700 🎨 Fix unused lambda warning (#22399) commit f1161a9a5f104ba2d06eb84c4241290e614a7d2b Author: Malderin <52313714+Malderin@users.noreply.github.com> Date: Mon Jul 19 05:21:51 2021 +0300 🐛 Fix MKS UI compile (#22388, #22395) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 95f0970d85c2b32b6ef0efe4860e8aa25cdcb04d Author: squiddity <squiddity@users.noreply.github.com> Date: Sat Jul 17 22:50:39 2021 -0700 🐛 Fix M913 typos (#22385) commit 31a3cc6278cd10c67ba9a24a907e6dcc7fbd3498 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Jul 18 00:45:17 2021 -0500 🐛 No translated serial strings commit 6e7c20e78e1036140d9e076f71759e35f91300e2 Author: mks-viva <1224833100@qq.com> Date: Thu Jul 15 20:57:34 2021 -0500 ✨ MKS Mini12864 v3 for Robin E3/E3D (#22368) commit 165ae139d51b617295c2302f39c09edb0f0b0dd6 Author: Cytown <cytown@gmail.com> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 42eb2347d4c9cc64220322e10046ad275ec7a04e Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 9 22:24:43 2021 -0500 🎨 Strip trailing whitespace commit 3ab67898070c4422e454627e2836ab3b821bcf55 Author: mks-viva <1224833100@qq.com> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit 5054dc6ea2883095f081971cb267090b7756db97 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Tue Jul 6 17:36:41 2021 -0700 🐛 Redundant Temp Sensor followup (#22196) commit ee54cd4bd7e36284e4bc974e297834fb31ed466e Author: lujios <83166168+lujios@users.noreply.github.com> Date: Tue Jul 13 02:19:29 2021 +0200 ⚡️ Improve Sensorless homing/probing for G28, G33 (#21899) commit 399a240f846842bb0b0e72db9b1a3b2d85ccb29b Author: Cytown <cytown@gmail.com> Date: Wed Jun 30 01:58:11 2021 +0800 🚸 Retain power during Pause (#22227) commit fef76a76a3275cf59bdf085b29d7d02168e61903 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Jul 14 19:44:51 2021 -0500 🔨 Consolidate STM32 extra_scripts (#22365) commit a5459a68a69d255456b477dd134cba88a8d4f06f Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed Jul 14 00:03:24 2021 -0700 💡 Update FLYmaker comments, URL (#22355) commit b44d4746c8c039effc7513c6a5ca2917e9a18691 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed Jul 14 15:55:24 2021 -0700 🩹 FLYmaker FLY Mini followup (#22364) Followup to #22355, #22356. commit 6f9194eb295daf9d4ccd0671d8f36d37bee6b8e5 Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 14 18:57:26 2021 +1200 ✨ FLY Mini for stm32duino (#22356) commit 6b2370fd7c323471acfdcdcbe0ecc622c0b16ebe Author: Krzysztof Błażewicz <blazewicz.krzysztof@gmail.com> Date: Wed Jul 7 04:10:40 2021 +0200 ✨ DWIN LCD for BTT SKR Mini E3 (#22288) commit ee640816968b95ee14c3eaafbc0572df9f4dcee1 Author: Mihai <mihai-dumitresq@users.noreply.github.com> Date: Wed Jul 7 07:10:35 2021 +0300 ✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT (#22271) commit a35c234ce1f75b042c23402fda0426a7257c388b Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Thu Jul 8 00:41:33 2021 -0400 🐛 Fix redundant heater / sensor pin assignments (#22309) commit 5026797310b19618150d6010fd9cc4b57aae9a49 Author: Mike La Spina <mike.laspina@shaw.ca> Date: Mon Jul 12 00:22:08 2021 -0500 🏗️ Allow headless Flow Meter (#22234) commit 8334e92b6f0e0fe640bb85757409a45d7f4abcb7 Author: Victor Oliveira <rhapsodyv@gmail.com> Date: Wed Jul 14 02:34:18 2021 -0300 ✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) commit 8cf15e85463361289820b240d0de527d47852992 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Wed Jul 14 16:56:02 2021 -0700 🎨 Call millis() once in manage_inactivity (#22363) commit 7ae099f2be7e8a54e50b7e34ee5f3a5ad4343ea9 Author: Skruppy <skruppy@onmars.eu> Date: Fri Jul 9 04:55:34 2021 +0200 🐛 Fix AVR DELAY_US int overflow (#22268) commit 6d191d12c9dbf1bf0844445ff02797ff98028b32 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Jun 29 16:25:37 2021 -0500 🔨 Clean up build scripts (#22264) * Add 10K to marlin_blackSTM32F407VET6 (typo?) * Document custom build scripts. * Add a Robin common build script. * Extraneous .ldscript specifiers commit e213246ab998239c21bbc55983b79f28b4f848ce Author: bilsef <bilsef1@gmail.com> Date: Thu Jul 15 18:59:52 2021 -0700 ✨ M115: Axis Count (#22219) commit 650e1dd1d22c2dde6b2e09b38b64769d32be578e Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Jul 14 18:51:58 2021 -0500 🎨 Minor cleanup of TFT/FSMC pins commit 87cc3873212918c30cf6a0b94ad52e93248f56c7 Author: Taylor Talkington <taylor.talkington@gmail.com> Date: Thu Jul 15 17:32:40 2021 -0400 🐛 Fix Filament Change menu (#22370) Followup to #22277 commit a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Wed Jul 7 21:45:15 2021 -0700 🐛 Fix Einsy RAMBo FAN1_PIN (#22305) commit 3750ab5c8b9fb4ffe106feaa03c42785e23b3dee Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 17 00:21:17 2021 -0500 📝 Tom's 3D Forums discontinued commit a0704cb14ff6805a1d3eef470cf2bba87de72afc Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 14 12:32:21 2021 +1200 🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 (#22348) commit cad2f69687c1720a1ddb5be14732c2325eab527b Author: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com> Date: Tue Jul 13 08:17:28 2021 +0800 ✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) commit 31fbec9a00f49818b6a82c283349167c40260cc2 Author: mks-viva <1224833100@qq.com> Date: Tue Jul 13 19:14:34 2021 -0500 🐛 Fix Robin Nano V3 X_DIAG_PIN (#22340) commit b1c5afaf3c2a821aef2e43a3abb07fc70b2fb261 Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Jul 14 02:14:55 2021 -0500 🐛 Fix SD pins for MKS Robin Lite commit bc459a76f40a86e0c25e75d3e3b4054a3db98436 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Jul 12 22:52:17 2021 -0500 🐛 TM3D fixes and improvements Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> commit dd8ac689c300b418f39b0df3a4ca90a291f7aa30 Author: Marcio T <mlt4356-github@yahoo.com> Date: Mon Jul 12 18:35:00 2021 -0600 ⚡️ Fixes to FTDI Eve Touch UI (#22347) commit 24f0613b9f14cd5a88bde851597104a1c6997abd Author: ellensp <ellensp@hotmail.com> Date: Mon Jul 12 17:15:48 2021 +1200 🎨 Optional Custom Button description (#22336) commit 00b27b1aa7d5ec1700d24101eb011c2ad076aac3 Author: Mike La Spina <mike.laspina@shaw.ca> Date: Sun Jul 11 20:45:47 2021 -0500 🔨 Update LPC176x platform to 0.2.8 (#22333) commit f76b063e58624d477c17a082d471aea3ef7b3197 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Jul 11 18:25:51 2021 -0500 🚸 M666: Fix value filter, add report (#22337) In reference to #22325 commit c746b1a2ae3573895b24fbc8c37015736469f39c Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 11 13:18:16 2021 -0500 🚸 Limit LCD delta endstop adjustment like M666 In reference to #22325 commit be13220e32c2a79761224e16925436b9ae87bf48 Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Fri Jul 9 19:24:14 2021 -0400 📺 ExtUI pause state response (#22164) commit 78c2eb6876c6d54a4b3a65763e94d4bf5fade985 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 9 17:09:58 2021 -0500 🎨 Check flags without ENABLED commit fea4e06484cb7072ffcdc61d32c0f6efe033…
commit 170f77fada009bcd77b02edf7b5d55d5173b00e9 Author: lukrow80 <64228214+lukrow80@users.noreply.github.com> Date: Tue Nov 23 22:30:13 2021 +0100 🐛 Fix homing current for extra axes (#23152) Followup to #19112 commit 72b99bf1ba24cb9124668b958039b32a164c68cd Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Sat Oct 9 19:13:19 2021 -0400 🐛 Fix IDEX Duplication Mode Positioning (#22914) Fixing #22538 commit 1a8583f4fce492240db5d890825b8edd8217025f Author: Robby Candra <robbycandra.mail@gmail.com> Date: Wed Nov 24 04:19:32 2021 +0700 🐛 Fix serial_data_available (#23160) commit 49e8defda11c0c62098d86e4ced947468cd2f289 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 4 22:16:15 2021 -0500 🔨 Move Creality 4.2.2 warning commit e5c4e77eb06ca01ec062c32f96c0315e2666139a Author: Sebastien BLAISOT <sebastien@blaisot.org> Date: Tue Nov 2 06:49:21 2021 +0100 🐛 Fix NEOPIXEL2_SEPARATE default color (#23057) commit 8dd3f38ae9ccdb051ed073a11dd9200b9d7e2ffe Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Nov 2 12:34:53 2021 +1300 🩹 Fill gaps in pinsDebug_list (#23051) commit 044a7db370d278b91cea194d4a00d6e4c652c4a7 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Nov 2 12:36:22 2021 +1300 🐛 Fix Y_SERIAL_RX_PIN for FYSETC S6 (#23055) commit 8cecc626c6a40e1667a10908042101248c5668dd Author: Robby Candra <robbycandra.mail@gmail.com> Date: Tue Nov 2 10:29:23 2021 +0700 🎨 Fix redefine warnings (#23061) commit ee26fd0e0559d7f2d86b11b5552eaf9c9ff3174c Author: tombrazier <68918209+tombrazier@users.noreply.github.com> Date: Mon Oct 25 22:29:40 2021 +0100 🚸 Default T0 for M569, M906, M913 (#23020) commit a7ea6b59255ee5405b0118d78a5d7bdf69a8eb68 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Oct 26 10:02:29 2021 +1300 ⚡️ Add'l PCINTs for Mega Extended (#23019) commit 2b8a804997b18c49126868f5301702e2bf8eeaa6 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sun Oct 24 23:14:02 2021 -0700 ✨ Octopus Pro V1.0 with STM32F429ZGT6 (#23008) commit 908335367edba11eff8e457c511482db8a36dfcf Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Mon Oct 18 00:51:01 2021 -0700 ✨ BTT Octopus Pro V1.0 (STM32F446ZET6) (#22971) commit a7415a052ebf57c0a0a30cf97973b86c2065958d Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Oct 25 19:12:07 2021 +1300 🐛 Fix børken E_DUAL_STEPPER_DRIVERS (#23017) commit f51e07b19636cbbfc9511073e41e5a98cd7c5625 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Mon Oct 25 01:08:15 2021 -0500 🐛 Fix Ender-3 V2 Enhanced SetFlow (#23016) commit 5f35c539ce38a6d6715ce77005b387a0b87ac822 Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com> Date: Mon Oct 25 09:06:13 2021 +0300 🚸 E3V2 Enhanced cosmetic fixes (#23009) commit 59503c6bbbcea81dcbe3e5ffa9ac175a01e7a2dc Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 28 05:59:03 2021 -0500 🎨 Apply F() to E3V2 titles, popups commit 0309fce1fd12cfe0259f67f9d2381d08041ae525 Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Mon Oct 25 01:39:48 2021 -0400 ✨ Creality v2.4.S1 (Ender 7) board (#23010) commit f6d211f77941d2df03db9493c8ad6b39c511ee63 Author: Dennis <Stuxles@users.noreply.github.com> Date: Mon Oct 25 07:35:11 2021 +0200 🐛 Fix JyersUI current positions (scaling) (#23005) commit f179e25cc640135f968ffb12a12fdf4bd0b14212 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Oct 24 23:32:34 2021 -0500 🐛 More explicit allocation of solenoids In reference to #22887 commit 5b478cd5f6b6eae0343acbf169976f97b1ba5609 Author: tombrazier <68918209+tombrazier@users.noreply.github.com> Date: Fri Oct 22 21:56:05 2021 +0100 🐛 Fix probe temp compensation maths (#23004) commit e852732ea8e71d7e969520d0bcd4f242dc6755b2 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Fri Oct 22 17:57:30 2021 +1300 🐛 Fix E3V2 width/height defines (#22994) commit c9718e1ec0570a96bd104cd4bbefed57cc613d5d Author: Augusto Zanellato <augusto.zanellato@gmail.com> Date: Tue Oct 19 17:24:22 2021 +0200 ✨ Eryone Ery32 mini (STM32F103VET6) board (#22956) commit 30158424e993919b9a4d8fe4b14793df3affe7ff Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 05:53:34 2021 -0500 🔨 Fix older GCC CXXFLAGS warning commit 5f6d9e9f42d0cf5126f763e8a8f4f617cb8fcc8f Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 05:51:49 2021 -0500 🎨 Fix pinsDebug_list warnings commit b108741a8e2ba426f006a4c4bb562aa126eb400d Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 04:03:03 2021 -0500 💡 Sub-include pins labels commit b4904cc53e3a8a97fe8047ebe918bc8ea474e120 Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 02:56:44 2021 -0500 🔨 Delete after encrypt. Lerdge encrypt only once commit 2c6fe45847e0ada1b873bbc302cce2c51325902b Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 02:49:35 2021 -0500 🔨 Update 'pio vscode init' detection commit fed72e4607b864d8048ae87b08063f0ac6f1eaed Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 19 11:17:36 2021 -0500 🔨 Use pull_request_target for check-pr commit c3a4e6b3c8b581ac458618507177eb81dfedd7a1 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 18 01:49:35 2021 -0500 ✅ Warn about dummy thermistors commit 5bfc5c10103c9f6067d8e1969d8a9c1f1384b9cd Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Mon Oct 18 02:03:01 2021 -0400 Fix JyersUI ZOffset Multiplication (#22975) commit 1112d66fefedafacf32027fd7b44f11b1546306d Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Mon Oct 18 02:01:28 2021 -0400 Fix Tool Change Park (#22968) commit 61b574f2cea9f23603a3c0250b6bd11934fa3d60 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Oct 17 19:26:31 2021 -0500 🔨 Improve 'mftest' error message commit 522cdd52727383e9a2e4f0295b85ae6e2d94aacf Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Oct 17 16:56:01 2021 -0500 🔧 Safety feature warnings commit 641bae625b659cc5eba13c20c174de5fff7caa98 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 15 15:07:47 2021 -0500 💡 Update old gnu.org links commit d10e20d6d2faaea04df81dca682290a2aa081fee Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Fri Oct 15 15:56:59 2021 -0400 ✨ Add option EVENT_GCODE_TOOLCHANGE_ALWAYS_RUN (#22960) commit b18aa933d14f9761d74b19be79db64e21356c563 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed Oct 13 14:28:45 2021 +1300 🐛 Fix G33 homing current (#22909) commit 0f519ebf854cdb0fd3d00828ca7a4b4d09c8d610 Author: mks-viva <1224833100@qq.com> Date: Tue Oct 12 20:01:18 2021 -0500 ✨ MKS Eagle (STM32F407VET6) board (#22897) commit 031f17b4f3dfca4a66384d40ce48b7d33315c75a Author: Minims <github@minims.fr> Date: Sun Oct 10 01:10:21 2021 +0200 🩹 Adjust GTR 1.0 ST7920 display delay (#22904) commit 036f763eaaff571f07c7829e0f5a61b645e86269 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Oct 7 09:42:59 2021 +1300 🎨 Define Octopus allocated endstop pins (#22882) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit d137f307ebea8c8832ecbef239ed08e188c5369b Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 4 22:19:05 2021 -0500 🎨 Tweak FORCE_INLINE commit 66048a5f27aa3ad9ecb2b407ada13fb87e86ebe9 Author: Mark <niujl123@sina.com> Date: Tue Oct 5 12:23:02 2021 +0800 ✨ ESP32 Panda_ZHU and Panda_M4 (#22644) commit b8c32e24d86fff280621ab3f274511dd30669b93 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 02:33:14 2021 -0500 🎨 Rename MarlinUI::zoffset_overlay commit 99d51af90facd02365d0ae91091303d7879f304d Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Oct 5 21:35:31 2021 -0500 🔨 Port libsdl2_net required for macOS simulator commit f47ece0725d93cde7fde52b66d14b5ec551c46c2 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Oct 12 19:06:39 2021 -0700 🐛 Fix MKS Robin Pro 1.0 LCD reset pin (#22937) commit 975089a954460b10279bdbf60f08c9604c4f7d08 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Oct 12 19:05:37 2021 -0700 🔧 Remove obsolete G34 sanity check (#22929) commit 995230f5971995e41b97d14273f2dd3693ead6be Author: George Fu <nailao_5918@163.com> Date: Wed Oct 13 09:32:54 2021 +0800 🐛 Fix FYSETC Cheetah v2.0 build (#22926) commit adf7072fa846312d473a993ffc62ec3082b37c46 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Oct 12 18:26:42 2021 -0700 🐛 Fix SKR Mini E3 V2 I2C-based EEPROM (#22919) Followup to #20609 commit 40cb7cf8d6e31cf768a946e3248618256c021fb6 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Oct 4 18:58:20 2021 -0500 🔨 Add 'opt_find' to find matching options commit d0c0630c1f91cb43dc23c1ed9e4c166d284785eb Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Oct 4 19:12:19 2021 +1300 🩹 Fix EXTRUDER 0 compile warning (#22868) commit 11c829fb28a4fdc37ae86e6ac674589331f0712d Author: Sebastien Andrivet <sebastien@andrivet.com> Date: Mon Oct 4 08:06:49 2021 +0200 🐛 Fix ExtUI Pause messages (#22874) commit e0dda615012a99e1ad591972b4bbc5238e7361a9 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Oct 4 18:25:45 2021 +1300 🐛 Fix Arduino IDE compile error (#22877) commit a185ce22cf6e4fb15250815c5c39318606a7e65a Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 22:08:11 2021 -0500 Marlin 2.0.9.2 commit 2a4ee1a482278abb830c0f5180bfa7571c00c9f7 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 21:54:07 2021 -0500 MKS Robin pins updates commit 3a82b8a25195f448018e7a2267d9916814434c65 Author: Cytown <cytown@gmail.com> Date: Sat Jun 26 03:50:09 2021 +0800 🎨 Power-off tone followup (#22222) commit 765b2b43f6ea80920a3eb85be64f77ed8fe9dcbd Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Oct 2 21:51:52 2021 -0500 🎨 FTDI Eve Touch UI spinner enqueue string commit 2e602b9b88e75a261d8d1a71c0857ce47f5e92fa Author: Steven Haigh <netwiz@crc.id.au> Date: Thu Sep 30 02:22:46 2021 +1000 🚑️ Fix DWIN_CompletedLeveling (#22851) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 5d3e75905d9316853462321bac7b43f635366768 Author: Malderin <52313714+Malderin@users.noreply.github.com> Date: Wed Sep 29 04:20:03 2021 +0300 🐛 E3V2 Mesh Viewer followup (#22850) commit eacb660e4b1008245361d8db6054ef30ccf031fa Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 28 02:39:11 2021 -0500 🎨 Condense reverse-protection code commit 021ceeba0b0ccadd7246d5e2da56df7868349206 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 28 01:07:51 2021 -0500 ⚡️ Handle shared enable pins (#22824) commit 25a131b9421c81245e1d9094fc85476349baf941 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Mon Sep 27 14:47:47 2021 -0500 ✨ E3V2 (Enhanced) Mesh Viewer (#22844) commit b4c025a451580cdc15f9506e923c4ffe5afdde90 Author: Sola <42537573+solawc@users.noreply.github.com> Date: Tue Sep 28 03:08:29 2021 +0800 🚸 Fix MKS LVGL UI temperature set interface (#22848, #22842) commit 604a01cd1a87850a5fe2fde1a204a9c313863db3 Author: espr14 <espr14@gmail.com> Date: Mon Sep 27 21:05:52 2021 +0200 🎨 steps_to_mm => mm_per_step (#22847) commit 064f91e9b0e71b55dda7dea86881863190c37516 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Mon Sep 27 21:01:47 2021 +0200 🚸 TFT backlight PWM / brightness (#22841) commit 34c9f649252f173b9c046dcab56d86e0526ed163 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Sep 28 04:17:00 2021 +1300 🔧 Sanity-check BLTOUCH_SET_5V_MODE on 5V pins (#22840) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 060b705dab5ad7eaf0f1babd6113d5908b485db9 Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Date: Sun Sep 26 04:59:29 2021 +0200 🩹 Fix M412_report formatting (#22834) commit 262cd757fc4b91592932d4335878bc0aaf45af20 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 25 02:27:07 2021 -0500 🎨 Updated string macros commit dc4d2165f2175a5f0f2e492b3a4f3f4cecf15ead Author: Steve Wills <steve@mouf.net> Date: Fri Sep 24 22:12:43 2021 -0400 🐛 Add 'static' to fix 'duplicates' (#22826) commit bcd2a483da49030ae5f1837474c95b027f915340 Author: Manuel McLure <manuel@mclure.org> Date: Fri Sep 24 19:08:07 2021 -0700 🐛 Fix M420 / M851 reports (#22829) Followup to 79c72ed821 commit d338872e8571e45c961d768b1d5068bff20e9daf Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 23 11:09:43 2021 -0500 🐛 Fix reset_hotend_offsets commit 2c30b75268a0cb7791c00b91579db6ab42b3dd28 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Sep 23 10:01:37 2021 -0500 🎨 Various multi-axis patches (#22823) commit 3deb54d0fde6bb84310e78ce3b70296041552af1 Author: Sola <42537573+solawc@users.noreply.github.com> Date: Thu Sep 23 15:53:48 2021 +0800 ⚡️ Improve LVGL touch driver (#22817) commit 9ae6351a026d9b91813e8f1c3e7749e7f8cab790 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Sep 23 18:58:52 2021 +1200 🐛 Fix anycubic_i3mega_lcd debug macros (#22820) commit b7f95dc8d4903122db3692fc7540a593983f1af1 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 23 00:51:35 2021 -0500 🩹 Add MarlinSPI to more HALs commit 99647fa9403ef3c9f419000cb0be6667105f8aaf Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Sep 22 00:19:26 2021 -0500 🎨 Less use of undef for RAMPS pins commit ea3df942137362e6916b51f8152389f1d6ac3415 Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Sep 21 06:25:13 2021 -0500 🎨 Fix L64xx enable, clean up conditionals commit a37580e4e837b1de576a7b529f56d225fa6a6dde Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 20 18:44:35 2021 -0500 🩹 Remove extra #include, misc. style commit b3fd03198af688bbd7b3d74500c441007bcf890d Author: Dan Royer <dan@marginallyclever.com> Date: Mon Sep 20 13:42:33 2021 -0700 ✨ Polargraph / Makelangelo kinematics (#22790) commit 71b8a22d96735791789aeceed4877b2f1edfdb3d Author: Lefteris Garyfalakis <46350667+lefterisgar@users.noreply.github.com> Date: Mon Sep 20 03:26:46 2021 +0300 🌐 Update Greek language (#22799) commit 669b68497cc0194fb963dfe8066e556f6ada03e4 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 19 19:25:01 2021 -0500 🌐 Skip non-essential translations commit 6014dd9c7b06917a251506afcf9acf11a54c26a6 Author: Scott Lahteine <github@thinkyhead.com> Date: Tue Sep 21 02:42:01 2021 -0500 🔨 Improve pins_set script commit 5a54ba8316357c8bc4233bede1b29d5f62521fd0 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 19 18:58:12 2021 -0500 🔨 Case-insensitive tests list commit be8e8260e2969ce80a1ff51a39deed23aba0e6d1 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 19 18:40:56 2021 -0500 🌐 Reduce language file sizes commit 5d8ca7c9445dac3d8bb52eafd9c45826e9c3387b Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Sep 19 05:16:29 2021 +0200 🐛 STM32 ADC followup (#22798) commit 0e8e215d4e173e6d742b6aa198859e1a6cf50089 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Sep 19 01:27:58 2021 +0200 🚸 Wake up TFT for some events (#22788) commit 6cf95509cd1483b52076322679e2426550fdf1df Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 18 18:24:39 2021 -0500 🎨 Replace some infrequently-used macros commit ded719cc1481c8b67a4015a0077294ba7640d20d Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 18 18:22:15 2021 -0500 📝 Update some pins comments commit 2630eefcc462b200c7bf748735387e7b055f300e Author: Steven Haigh <netwiz@crc.id.au> Date: Sat Sep 18 16:33:18 2021 +1000 🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789) commit 2b54a9c0ff0351f92b7e835f7c8dafe6f9cc5390 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 17 19:09:54 2021 -0500 🚸 Move fade item up commit bb1eb39ecbe2edfecb171b3e4f689b0413c5bf60 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Apr 12 17:08:57 2021 -0500 🚸 Better bed position commit 8b818f4ae561d6ef1ba708a78cc0ed5cb5054358 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 17 18:58:55 2021 -0500 💬 Add non-translated STR_DONE commit 4d113c2efd1e17171b87f46053fb574842832a96 Author: Sola <42537573+solawc@users.noreply.github.com> Date: Thu Sep 16 19:48:24 2021 +0800 🚸 Fix and improve MKS LVGL UI (#22783) Co-authored-by: makerbase <4164049@qq.com> Co-authored-by: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit ab9609146f903a6490b0658405ba2b19199a99b6 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 16 04:36:26 2021 -0500 💡 Adjust headers, formatting commit e7a25a45e6199118cb5d56a7d5fede82c3be31d7 Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Thu Sep 16 03:46:16 2021 -0400 ✨ Improve pause/filament change for ExtUI (#22655) commit 023eaabc1ced8ff6daa52a6e1904bf68935254ae Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Sep 15 21:12:39 2021 -0500 🔧 Add MANUAL_FEEDRATE sanity-check commit 03d7fbd755899d2ad549498f88f5376fe0cb60ae Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Sep 16 01:15:01 2021 -0500 🎨 Handle more pre-defined pins in pins_postprocess (#22771) commit 89898181bd2e92b420228021c12308fdb4314221 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Sat Sep 25 05:59:43 2021 -0500 🐛 E3V2 Brightness followup (#22821) Co-authored-by: Scott Lahteine <github@thinkyhead.com> commit e705a7724eace3970a1792933e1f614d07cc2667 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Sep 15 19:48:29 2021 -0500 🎨 Consolidate Ender-3 V2 DWIN common code (#22778) commit 5b593da04d6f87e79ee99430ed6d15a5e9e0d799 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed Sep 15 13:51:52 2021 -0700 ✏️ Fix TFT field names (#22776) commit 9c4f9bc62a3a53af150dee8a69f65c56c033e65a Author: mks-viva <1224833100@qq.com> Date: Wed Sep 15 14:47:23 2021 -0500 🐛 Fix MKS Monster8 EEPROM issue (serial timer) (#22777) commit 84d1619127b19e9b6f159331d9dcb0b88398732c Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Wed Sep 15 01:44:28 2021 -0500 🩹 Fix DWIN Enhanced Tune menu during homing (#22773) Co-authored-by: Scott Lahteine <github@thinkyhead.com> commit 1386e78369067bda6e5dcd8eb32779d68e854e9f Author: Dakkaron <dak1st@gmx.at> Date: Wed Sep 15 02:00:48 2021 +0200 ✨ M282 - Detach Servo (#22760) commit 224371dfc6ba8de61d0255714b942df04c445da7 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Tue Sep 14 04:07:08 2021 +0200 ✨ TFT Screen/Backlight Sleep (#22617) commit 033043218e6a55da72631aee6f2fc28f000f261e Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 13 18:46:30 2021 -0500 🔖 Configurations version 02000902 commit fcbd99d941bc680e6409998fdd4882eab5dba992 Author: Desuuuu <contact@desuuuu.com> Date: Fri Sep 10 12:15:08 2021 +0200 🎨 Use ExtUI API where applicable commit 209e5c27cab7ff337c5235aa885ef0891db41335 Author: Roman Moravčík <roman.moravcik@gmail.com> Date: Tue Sep 14 00:10:30 2021 +0200 🌐 Update Slovak language (#22752) commit 92eb819aee1ac9581299339ebbb98356b0875a88 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 13 16:38:51 2021 -0500 🐛 Fix old spindle/laser options commit de4eed33e49b889b9a29e417c991e4564bbe634c Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 13 16:28:12 2021 -0500 🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM commit 59ad93560e337c622e6fa738489de3647844aec5 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 12 21:41:24 2021 -0500 🐛 Fix CUSTOM_MENU_MAIN_SCRIPT_DONE Fix #22762 commit 50e52c0fdb8bba2e6b7d7a8463cc5349dc9daee9 Author: Vert <45634861+Vertabreak@users.noreply.github.com> Date: Sun Sep 12 22:39:52 2021 -0400 🐛 Fix ENABLED => EITHER typo (#22756) commit e679fafaaf6f59b4252b8abcf260e7d879cc1db5 Author: mks-viva <1224833100@qq.com> Date: Sun Sep 12 21:30:09 2021 -0500 ✨ MKS Robin Nano V1.3 (STM32F407VET6) (#22749) commit 6de25804ebff7f78da0a5e304073a97e8fca24bf Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 12 21:21:35 2021 -0500 🎨 Tweak custom menu item code commit ded8ee0a1dc2f4f6e47cf1ae61b705648cb6ccd1 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Sep 12 19:37:33 2021 -0500 📌 Creality 4.3.1 board variants (#22704) Co-authored-by: Chico <jjjm6000@gmail.com> commit 44d54a0d010c78ba43ebcf5283c30505e76e6098 Author: Luc Van Daele <lvd@sound-silence.com> Date: Mon Sep 13 02:35:37 2021 +0200 🚸 G33 R and O options (#22707) commit 6e1c997a0a808602c25ea66ecca4c83fb14603de Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Mon Sep 13 11:03:24 2021 +1200 🐛 Fix Trigorilla Pro HAL/STM32 build offset (#22761) commit 17c9450f0c0ff96405ba8f60873adebd3aca91ff Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 15:41:42 2021 -0500 🎨 Apply more HAS_DELTA_SENSORLESS_PROBING commit d6a87aa75ba4ae20c4843b98341b3e6214cb3a7d Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 02:47:53 2021 -0500 🐛 No probe enum for DELTA + SENSORLESS_PROBING Fix #22729 commit 64acb9fe787c087bda466ca6189111785b30b448 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 02:15:05 2021 -0500 🩹 Warn about user feedback requirement commit 22bf774d61cb013029279cb1516a1685bbb67181 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Sep 11 00:48:20 2021 -0500 🐛 Fix LPC1768 SD-based EEPROM debug Fixes #22746 commit e2a790b759f282232f07b5ef22218ec2d9b9ad6c Author: Marcio T <mlt4356-github@yahoo.com> Date: Fri Sep 10 19:03:46 2021 -0600 🚸 Enhance FTDI Eve Touch UI file select dialog (#22742) commit ee1c1034e5fc77509d10c4d9d4b3436b6cdc9768 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 10 19:47:03 2021 -0500 🩹 Fix TOUCH_UI_FTDI_EVE warnings commit b661795ae5af15d773b9c148abe1c8005799dac4 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Sep 9 04:57:05 2021 -0500 🎨 Fewer serial macros commit 6d96c221bd8c3c6119870c6d90dc976c9e81dde2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Sep 7 18:06:10 2021 -0500 🎨 Standardize G-code reporting commit a596faf4e5e4b47e50c9d2337a2b9d71fefa3719 Author: tome9111991 <57866234+tome9111991@users.noreply.github.com> Date: Sun Sep 12 21:56:40 2021 +0200 🐛 Fix JyersUI for LPC176x (#22745) Co-authored-by: Scott Lahteine <github@thinkyhead.com> commit 3ee27e7e353b0a08ff114a8c805491a39e59f4d1 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Sep 10 18:49:57 2021 -0500 🐛 Followup to JyersUI commit 6cf2cf7bd4bba98dbcb73fca43c14953b977da9a Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Tue Sep 7 02:15:24 2021 -0500 ✨ Ender-3 V2 CrealityUI Enhanced (#21942, #22728, #22733) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 54416f780d892ba3ea42c522e5d5d7c0cf94acb4 Author: Jyers <76993396+Jyers@users.noreply.github.com> Date: Mon Sep 6 21:06:27 2021 -0700 ✨ Ender-3 V2 with Jyers UI (#22422) commit 9d73fcb959e04839084abb78e9286a778a07ec5d Author: mrv96 <mrv96@users.noreply.github.com> Date: Tue Sep 7 02:51:04 2021 +0200 ✨Add DGUS_LCD_UI_RELOADED (#21931) commit f434915ad67f3c92a2f88869861715c1334330e2 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 6 17:38:47 2021 -0500 🚸 Show ExtUI message for PID_STARTED commit bbce951666fbe7994df6bd9d376d6cc583083d8d Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 6 16:33:24 2021 -0500 🎨 Misc. code cleanup commit 8a4fec946081b985d61932da30ccf416fc7719a0 Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Sep 6 15:34:12 2021 -0500 🎨 Misc. Spindle/Laser (etc.) cleanup commit 3a835162323e8f23e3b1d5b96a4ec9e27bb16605 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 5 21:23:56 2021 -0500 🚸 Per-hotend Watch items commit 03344a094739670074e3220564bd16a902df0fca Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Aug 27 16:12:08 2021 -0500 🎨 MarlinUI for E3V2 tweaks commit 72d7bbbbf67b53100c66f203c0b0f7ef9124f57f Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Sep 5 20:32:29 2021 -0500 🔧 Sanity checks for Ender 3 V2 commit 253f91765d839cb7b688eaed1586d20c51795722 Author: dotdash32 <dotdash32@gmail.com> Date: Sun Sep 5 17:21:25 2021 -0700 🎨 Use largest default ST9720 delays (#22713) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 4c7f8696ab2d12c915203f08973fb5c6ba53e5d6 Author: Dan <ribbles@users.noreply.github.com> Date: Sun Sep 5 13:32:09 2021 -0700 ✨ Protoneer CNC-Shield 3.00 (#22715) commit f94de97cdbdf799d39933897858b8ff1ac69e6dc Author: Justin Nesselrotte <admin@jnesselr.org> Date: Sun Sep 5 14:21:45 2021 -0600 ✨ Index Pick-and-Place board Rev.3 (#22647) Co-authored-by: Gonçalo Pereira <goncalo_pereira@outlook.pt> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit bae19a3737952a4c39f2ebb62a060d6b8a0d0b1b Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sat Sep 4 01:20:32 2021 +0200 🌐 Update "Homing" for some languages (#22706) commit cc3abcd2c50247dd934d49b91cc3b9460f1dc1a7 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Sep 3 17:26:36 2021 -0500 🩹 Fix 'ms' warning commit 9e18a543fa02bb103fd2ec35e7a26085227ce720 Author: Thomas White <TomW1605@users.noreply.github.com> Date: Fri Sep 3 12:30:24 2021 +0800 ✨ Homing submenu option (#22692) commit 13bccd8441d26deb12fbbe82b8c45aaadd778c1d Author: Elliott Indiran <eindiran@users.noreply.github.com> Date: Thu Sep 2 20:41:41 2021 -0700 📝 Update PID_PARAMS_PER_HOTEND comment (#22694) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 5af3dbdb308b8af3fb5fc53507dcb12779e121e3 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Sep 3 05:08:40 2021 +0200 🐛 Fix Mixing code typos (#22697) commit 9f43452fbd8421ad93f6b84499c821ef899c77c4 Author: DvoraNoob <62312359+DvoraNoob@users.noreply.github.com> Date: Wed Sep 1 21:29:20 2021 -0300 🚸 MKS UI extrusion speed/steps config (#22656) commit 61364906b3237749be02bc17cd8e05f250a74a43 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Sep 2 01:55:36 2021 +0200 🔨 Enhance Lerdge pins, TFTs, and variants (#22658) commit 105fd73c2868132ae687d5fd6b6102a0fc235e3c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Sep 2 01:45:17 2021 +0200 🩹 Allow M42 S0/1 analogWrite on PWM pins (STM32) (#22631) commit b4b69c0de376095e13d302088fa72393128eeedc Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed Sep 1 22:33:24 2021 +1200 🐛 BTT Octopus X MAX pin for IDEX (#22654) commit a37be7236bef7067949e1e3e76c0fa7d104ccecc Author: Vert <45634861+Vertabreak@users.noreply.github.com> Date: Tue Aug 31 03:36:00 2021 -0400 ✨ GT2560 V4.x A20 (#22664) commit bba7c0069fec0e72a500abe96995e3439ba4d89f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:44:55 2021 -0500 ✨ Creality3D CR-30 PrintMill commit 8916b05cb46e310e261902301afd0ae2b301159e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:54:51 2021 -0500 🎨 Tweak pins, comment formatting commit 99028376e694cb3e50181f0c09e614a15f4783e5 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:54:17 2021 -0500 ⏪️ Clean up Info Menu commit c2796fbf3bf9464943392043c87eaabbcdda615d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:52:48 2021 -0500 🌐 Tweak language selection commit 37777a78bfface664094318cc53ec161e9eb985f Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 19 19:16:46 2021 -0500 🐛 Followup to CrealityUI cleanup Followup to #22586 commit 0da0aa9b2ecf7ef2820509255c6ba7a245a9c63c Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Dec 11 18:15:36 2020 -0600 ⚡️ Add PROBE_PT_LAST_STOW commit 9ffd3ed2e40d943db731d27f5c26c76adbd31904 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Aug 31 19:26:12 2021 +1200 🔧 Set Z_PROBE_OFFSET_RANGE_MIN/MAX for MBL (#22663) commit 1176c108600e4d45e3b4e836a585e51e68167414 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 31 02:23:49 2021 -0500 🩹 Clean up BTT_SKR_CR6 Fixes #22665 commit 2e9f819d5f7533752965fe01ed1e7f030e6a71a3 Author: Jason Smith <jason.inet@gmail.com> Date: Tue Aug 31 00:00:59 2021 -0700 🚸 Improve Tramming Wizard usability (#22672) commit 19353fc98c984a7ebc752d99c1034a3dd01ffa8d Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Aug 31 15:40:49 2021 +1200 ⏪️ Revert MAX31865 recent changes (#22660) commit b21d62543fd1e1e10b5d69cc86fd7f386001176a Author: Christian Schuster <blackyle@me.com> Date: Tue Aug 31 02:32:02 2021 +0200 🩹 Fix LPC176x M43 formatting (#22680) commit a42ecb843e17ce52c4f4a27dc7be5441c966da19 Author: Zs.Antal <45710979+AntoszHUN@users.noreply.github.com> Date: Tue Aug 31 02:30:14 2021 +0200 🌐 Update Hungarian language (#22678) commit 93ff2cb08685e679f5f7d70e52b07f4640f082c6 Author: Giuliano Zaro <3684609+GMagician@users.noreply.github.com> Date: Tue Aug 31 00:05:11 2021 +0200 🌐 Update Italian language (#22645) commit 086fa0f0a738e7a3b97ea15b2b3decf41e197882 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Aug 30 17:02:12 2021 -0500 🔨 Fix HAL/STM32 F103Zx builds (#22610) commit 5e97f37a78f1e91e37d3ede5fe225288c03d0309 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 23:06:24 2021 -0500 🎨 screws_tilt_adjust_pos => tramming_points commit c14b162b9e213eceaa20f5251c742100d605a79e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 23:02:53 2021 -0500 🌐 MSG_PROBING_MESH => MSG_PROBING_POINT commit 61c000d96f184388f5f42d7501895138fc328eba Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 20:04:14 2021 -0500 🔨 Three columns in mftest menu commit c06a183f28ea4d40ea7757d441a46cc733cd6a12 Author: Marcio T <mlt4356-github@yahoo.com> Date: Sun Aug 29 16:05:30 2021 -0600 ⚡️ Fix, enhance FTDI Eve Touch UI (#22619) commit d1db17c6f5e024d148ef4d0b5fea0d89e24ff3e5 Author: Marcio T <mlt4356-github@yahoo.com> Date: Sun Aug 29 16:03:10 2021 -0600 ⚡️ Enhance and fix FTDI Eve Touch UI file select (#22651) commit d336a4d71b8315e7b4d62395b6d6d87306b58ae9 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 15:15:53 2021 -0500 🐛 Fix SDSUPPORT for SKR CR-6 (#22668) Co-authored-by: Sebastiaan Dammann <sebastiaandammann@outlook.com> commit 796309c9035ca21df64388d27e65b4c3a64436a8 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 13:57:47 2021 -0500 ⚡️ Improve G2/G3 arc handling (#22599) commit 53df1dfe4d8bae533812b8ccd8ed90cd9dc041d9 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 28 17:46:22 2021 -0500 🩹 Sensorless homing tweak commit 6769718264d5786028e633aab96f346fedaef8f5 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 29 13:51:57 2021 -0500 🎨 Update more EXP Headers commit 7704d844198deb50feb74326f94385c67eb44aba Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 28 15:27:52 2021 -0500 🎨 EXP headers, ST7920 delays (#22641) commit 9b0e196ba2fab7fb1afcbed80e702e1f26dd806e Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Aug 27 17:23:08 2021 -0500 📝 AlephObjects => LulzBot commit fd594ab176260adf4e3bd04b6f7fb8bbaded85b0 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Aug 27 23:06:45 2021 +0200 🔨 Set Longer3D timers in variant (#22632) commit 8cadcf6bb61d5605244c1cb926b9269650ddf402 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Aug 26 01:08:27 2021 +0200 🩹 Tweak startup message (#22633) commit 22fdfa96292a2cd2490920b031567a0fab5eb22a Author: DerAndere <26200979+DerAndere1@users.noreply.github.com> Date: Thu Aug 26 01:05:06 2021 +0200 🔨 Melzi with OptiBoot build (#22630) commit a0ebe7c8ff846e94755c86cda076abc839388132 Author: Jin <3448324+jinhong-@users.noreply.github.com> Date: Thu Aug 26 06:33:08 2021 +0800 🩹 Use <SoftwareSPI.h> in MAX31865 lib (#22618) commit 125c5bc345615cdf0dfdb329473370a20d503721 Author: Ryan V1 <55478432+V1EngineeringInc@users.noreply.github.com> Date: Tue Aug 24 20:34:10 2021 -0700 🐛 Fix Multi-Endstop stepping (#22625) commit 95f27cf33970a332442ab3393c1e5e2b700a14be Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 24 18:07:41 2021 -0500 🎨 EXP1/2 headers and pins cleanup (#22628) commit 02ae4bc9b94512c0b4e32c7b017eea834098e15f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 24 14:55:12 2021 -0500 ✨ New board TH3D_EZBOARD_LITE_V2 (#22621) commit 6bf2be66ed22b1662d6eaad54697ad0d02fc062e Author: Scott Lahteine <github@thinkyhead.com> Date: Mon Aug 23 19:42:15 2021 -0500 🎨 Define FYSETC S6 and TH3D EZBoard EXP1/2 pins commit d8ef23eda7fc5391057c8375988426fdfdf77b27 Author: Chris Pepper <p3p@p3psoft.co.uk> Date: Sun Aug 22 22:47:37 2021 +0100 🐛 Fix LPC176x M43 Pins Debugging (#22611) commit 73ef26a106e618aa9fd4ffce2c8779a214f9facd Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 22 05:25:07 2021 -0500 ✨ MarlinUI for Ender 3 v2 DWIN LCD (#22594) Co-Authored-By: Taylor Talkington <taylor.talkington@gmail.com> commit d51e70083dbc57563ef8bc2a816a72db2696d053 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Aug 22 11:05:39 2021 +1200 ✨ BOARD_RUMBA32_BTT (#22607) commit dc5ae16861e8240d379f0c3e54e4fbe5772cbbce Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Aug 21 18:00:55 2021 -0500 🎨 Misc code and spacing cleanup commit 0aa87af82f90be409e85e9c6f2792e912396a709 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Aug 21 15:07:52 2021 -0500 🎨 Tweak TMC software serial pins commit 0be98b98a78692ca4c899413eaf0026843559511 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sat Aug 21 12:19:02 2021 -0700 ⬆️ TMCStepper 0.7.3 (#22608) commit f7ce107ac6fe6891c98367b08d7963b9fce59715 Author: Fjederhaek <fjederhaek@gmail.com> Date: Sat Aug 21 00:45:05 2021 +0200 🐛 Update H-bot / Core for 6-axis (#22600) Followup to #19112 commit 3f772df56830aa990cbafab72ae13d81bf8e4e76 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Aug 20 15:40:17 2021 -0500 🌐 Update menu titles, add more IJK (#22605) Followup to #19112 commit caa6ec051917f60c8f8a8fb3079844e57ba8086f Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 19 17:38:05 2021 -0500 🐛 Show bed size as 'work:' in M115 Fixes #22598 commit 30665737dcd4296727154159b174164a5104e6a2 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 24 21:41:09 2021 -0500 🎨 Fix some formatting, F() versus PSTR() commit 0c401bddad7eecc4acf6960cd31726e1fc31572b Author: mks-viva <1224833100@qq.com> Date: Fri Jul 9 17:59:36 2021 -0500 ✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) commit eb0d80cb196f6735db80897f4623a548555e16dd Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Aug 13 16:32:25 2021 -0500 🎨 Update MKSPWC, some other pins (#22557) commit e62486a6109f0ff9c22140d717c6a73e484d19e2 Author: charlespick <17918019+charlespick@users.noreply.github.com> Date: Wed Jul 28 14:09:33 2021 -0700 ✨ M76 Host Pause Feature (#21738) commit 51d954a4fd455c92ac7be7cf73f6fdae1baf2727 Author: chendo <chendo@users.noreply.github.com> Date: Fri Jul 23 13:53:00 2021 +1000 ✨ D576 Buffer Monitoring (#19674) commit 416234f43a347394d639fbacc3183891d7b0bb50 Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Aug 18 20:12:41 2021 -0500 ✨ Add TEMP_SENSOR_BOARD (#22279, #22342, #22343, #22344, #22350) commit 9ddb4de70ac23685b98ce0e2b25f3d24ae87c7b6 Author: Katelyn Schiesser <katelyn.schiesser@gmail.com> Date: Sun Jul 11 22:13:58 2021 -0700 ♻️ Consolidate PSU_CONTROL (#22304) commit 9741be59668582b976514e61b1514ac496eafe38 Author: Cytown <cytown@gmail.com> Date: Thu Jun 24 00:40:32 2021 +0800 ✨ Power-off confirm / beep options (#22191) commit ecb625a666c48db25d81cea597951dae25f6b2ac Author: Vert <45634861+Vertabreak@users.noreply.github.com> Date: Thu Aug 5 00:45:49 2021 -0400 ✨ Mixer Presets (#21562) commit de7f6c425bcfce4f3c35a1a5a6fbf79fcf10d700 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 17 06:18:19 2021 -0500 ♻️ Clean up CrealityUI and MarlinUI (#22586) commit 718227a94c0cb163a73f0f288be6f7b864b7127a Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Aug 18 14:54:56 2021 -0500 📌 Disregard TMCStepper 0.7.2 commit bb12ebcca616742b3459a8176b54a2139dc39c43 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Aug 18 05:39:08 2021 +0200 🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584) commit 2e14bf15ddd4023a88b9e4f6d182d081389824b9 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Aug 18 05:37:27 2021 +0200 🐛 Fix Longer3D PWM/timer pins (#22583) commit 11070b79a3aceb600c260cb8eb0758f46b7b4784 Author: Jason Smith <jason.inet@gmail.com> Date: Tue Aug 17 20:35:12 2021 -0700 ⚡️ Simplify PROBING_STEPPERS_OFF (#22581) commit 4219ae91067c4de8c13712f10598b4f9647486bd Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue Aug 17 20:27:21 2021 -0700 ⏪️ Revert ABL G29 feedrate (#22574) Reverts 9130f58 commit f803d74bc9602192f99053ff86731dd2d6c778f5 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Aug 15 21:31:00 2021 -0500 💚 Update STM32F103RET6_creality test path commit f0bca66d45f5efc8310edf938ee662f091ef10b8 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 15 19:02:08 2021 -0500 🐛 Fix LCD_COL_X_RJ Followup to #22471 commit b3c8d9bec8bcd15d8ff7b3261e287309b08ad9d5 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Aug 13 05:40:52 2021 +0200 🚸 Fewer CRs in settings report (#22560) commit 4a7d3a336b7bcb2412557e9f971b9ccce5e77326 Author: BigTreeTech <38851044+bigtreetech@users.noreply.github.com> Date: Fri Aug 13 12:26:26 2021 +0800 🐛 Fix some BTT SKR2 pins (#22558) commit 65e39116cb1f2cc914125654bb4f83b12892fb55 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 11 18:19:55 2021 -0500 🔨 Use zip link for MarlinSimUI commit 0c97a2afdc700caa5f55e6d148df25ece8576900 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Aug 12 00:58:28 2021 +0200 🐛 Fix M575 port index output (#22553) commit 9c19d4705ebd67e6769853d86b6237086a5426aa Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 10 23:49:56 2021 -0500 🎨 Tweak M73 condition commit be55401e3c30d5e53a5b8ae985f2c40605e1cf27 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Thu Aug 12 11:06:09 2021 +1200 🚸 Better error for MOTHERBOARD not defined (#22551) commit c612b56bc101ce66d45e85b255bf74e85df7bc4f Author: luzpaz <luzpaz@users.noreply.github.com> Date: Tue Aug 3 20:02:34 2021 -0400 🐛 Spellcheck comments (#22496) codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint commit 8385be25cd83e595f7ffbbd6dd2ec3e22a963753 Author: ldursw <37294448+ldursw@users.noreply.github.com> Date: Sun Aug 1 00:42:26 2021 -0300 🔨 Fix (RRF E3) RX/TX buffer size override (#22475) commit 2a323d0a8ebea712183b65aa76f1ac9f39692133 Author: Miguel Risco-Castillo <mriscoc@users.noreply.github.com> Date: Wed Aug 11 21:00:47 2021 -0500 🐛 Fix Ender-3 v2 language init (#22550) commit c544711f14fe65638508cfc2408e870f74b8a5c6 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Jul 31 05:32:13 2021 -0500 🚚 Relocate and adjust DWIN E3V2 (#22471) commit a348f8e02cae7c296700e25155775a1604537413 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes Fixes #22466. Regression from #22377. commit 42d9b4c91f35ac07097bf387755ca7d0248dea5b Author: ellensp <ellensp@hotmail.com> Date: Fri Jul 30 11:25:06 2021 +1200 📝 Document DGUS display options (#22443) commit 7d0efb452a7b0da2ce81a5c13ed444e0507aa33e Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Aug 13 18:49:27 2021 -0500 🎨 Update HAL/STM32 wrappers Followup to #22537 commit 418743cf6aaf3372ff1ec6610028db7cbcd9fc94 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 10 02:53:28 2021 -0500 🚸 Set M122 interval only with S0 or Pn commit eafd0ed7656586d6eef4364afb314d46c5a4428d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 10 02:39:50 2021 -0500 🐛 Use delete [] for new [] commit 0c0f84b6598ddcf5187706ab20ccdf944eeb2f31 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Aug 9 16:07:15 2021 -0500 🐛 Fix CoreXY plus extra axes See #22490 commit 166324fc7b12119d5deded9ff51188bd6cba3173 Author: Marcio T <mlt4356-github@yahoo.com> Date: Wed Jul 14 21:13:08 2021 -0600 🐛 Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530) commit 3924545912f3379f291355797a361c9e58c3840f Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Aug 8 19:45:51 2021 +1200 ✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 (#22498) commit 86e78410d6e1a36c74d9ab502a622fa2825931d3 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 157c60c93bb79ff2e35dd5c6877da75615008884 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 02:12:48 2021 -0500 🌐 Level Corners => Bed Tramming commit d7f3228ec6170c64a4caf64b965a8a59c528258e Author: George Fu <nailao_5918@163.com> Date: Sun Jul 25 16:40:43 2021 +0800 🔨 Fix FYSETC S6 envs (#22421) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit c56ac0c34a0cad9177e87951aae4071d73cdac68 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 02:19:30 2021 -0500 🎨 Misc. Cleanup commit e71fa2b64982fa949125e3056308b6bc010de3ee Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 03:58:16 2021 -0500 🎨 Add DWIN_StatusChanged_P commit fefde2a6448c5e5296095fe1525dc76cfe2238b0 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 5 23:24:20 2021 -0500 🐛 Fix fan index for Singlenozzle, chamber fan Fixes #22512 Followup to #19152, #19519 commit a668a9d302ff92f413360aff664675f52ed99650 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 8 21:31:10 2021 -0500 🏗️ Define HAL_STM32 for HAL/STM32 (#22537) commit e3c294dc9b379d80d59857c07428534ae33c408b Author: Jason Smith <jason.inet@gmail.com> Date: Sun Aug 8 19:25:17 2021 -0700 🐛 Fix some Simulator on Windows issues (#22516) commit dc677050492fffc91e4c6d6ab08edc3c5ba04f97 Author: Chris Pepper <p3p@p3psoft.co.uk> Date: Thu Jul 22 01:01:23 2021 +0100 ✨ Simulator HAL and build targets (#22418) commit e0fa6ed4f84f892d987221bb28f6cfd0d536c32a Author: mks-viva <1224833100@qq.com> Date: Sat Aug 7 22:17:43 2021 -0500 📌 MKS pins for PSU_CONTROL (#22528) commit a4cd654e485e9b69f88ee8c50f331d635c228704 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat Aug 7 08:54:02 2021 +1200 🐛 Fix MKS 'USB Flash MSC' environments (#22515) commit 06b963d9eae9e9ea5f2eec2f71635d6bf9fd194c Author: mks-viva <1224833100@qq.com> Date: Sat Jul 31 00:47:30 2021 -0500 ✨ MKS Monster8 board (#22455) commit a36a6685aec273ff7753f0055466199436abe91b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Aug 2 17:08:35 2021 -0500 🐛 Fix up endstop flags (#22487, #22525) commit 83b8a0f2acef4c5cb01a075aac9a911688a97433 Author: DerAndere <26200979+DerAndere1@users.noreply.github.com> Date: Mon Aug 2 07:13:57 2021 +0200 🐛 Followup to 6 linear axes (#22482) commit 1866f51d08a6bc07a30e23fee0a1cdb4da0ef246 Author: Grayson <mxpklx@gmail.com> Date: Sat Jul 31 22:55:22 2021 -0500 🐛 Fix G38 with probe on Z_MIN (#22452) commit 4b2fdbeeb1329144e3a0d19c0f8458a8b4b86d82 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 1 14:28:53 2021 -0500 ✨ M256 LCD brightness (#22478) commit eeac85642ff4e4539773f1aeeb43c8bcfe4e520c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sun Aug 1 21:43:31 2021 +0200 🔨 Offset/encrypt/rename for Maple STM32F1 (#22477) commit 0bbe85d3e7944beb12240078cde841fbd1ee3edf Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Aug 5 00:19:21 2021 -0500 🚸 Fix BLTouch spelling commit 0af762d609f4aa9ae7b6ebbf4cca46c46f0ddbf4 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Thu Aug 5 06:47:31 2021 +0200 🚸 Prevent M42 unintended pin change to output (#22493) commit b567717762a0fe652d717981a5cb2156bb687818 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 4 16:37:02 2021 -0500 🐛 Prevent ABL G29 setting a funky feedrate See #22472 commit 2b2a8355c9ac2c9361c8e21b533ad772a0756d28 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Aug 4 08:14:54 2021 +0200 🐛 Fix Longer3D STM32 boot, add Maple test (#22473) commit ac64d6915f9914948cf76d7b530406329801fd3a Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 4 17:01:42 2021 -0500 🐛 Fix report_a_position ABC criteria commit 1bee38a1c1fb43732f47ce6c9546fd90ac51903c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Fri Aug 6 22:51:10 2021 +0200 🎨 Fix "'EEPROM' unused" warning (#22511) commit 4e54fa2320b260c76f9dbe3f1baf9927251152c6 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Aug 8 01:24:15 2021 -0500 💚 Fix tests for new sanity-checks commit eba0ae4ee13d89713a81e6ace1b3446466b8a203 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 7 16:06:51 2021 -0500 🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE See #20649 commit d49a26bcc6af6bc27534edb187a3aa846bd8e72f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Aug 7 15:59:00 2021 -0500 🔧 Sanity-check Mixing plus Disable Inactive Extruder See #22166 commit a2759bc245ffcb965daf2c2a34e25515b684872a Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Aug 3 18:29:20 2021 -0500 🐛 Allow SKR Pro CONTROLLER_FAN_PIN override Followup to #22411 commit f642d8b79e5eb1dc7ee63ff0a1c133ffa0cf63fd Author: Bob Anthony <42719046+bob-anthony@users.noreply.github.com> Date: Tue Aug 3 23:45:08 2021 -0500 🐛 Fix extra E move in toolchange with ..._NO_RETURN (#22504) commit bc773e9c9629fdb8a9ba4b08132ea8b6bb1e4ce9 Author: ellensp <ellensp@hotmail.com> Date: Sun Aug 1 19:09:29 2021 +1200 🐛 Fix sprintf_P compile error (Maple) (#22479) commit ffde28428893452bd315bed8780bdeb23ce3f282 Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 31 23:27:10 2021 -0500 🎨 Adjust settings.cpp indent commit e3b05dd6c2fb53ca33aafd1805b9d8f3035a439c Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Sat Jul 31 06:49:12 2021 +0200 🔨 Update Longer and Chitu envs (#22467) commit 8e84d24737c8571173834041c1a570c76716ef16 Author: Malderin <52313714+Malderin@users.noreply.github.com> Date: Sun Aug 1 06:00:18 2021 +0300 🐛 Fix custom menus on MKS UI (#22470) commit 981191660d705f56fb2e8662b06e1d745f2e6fc0 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 23:05:53 2021 -0500 🐛 Fix custom menus on TFT LVGL Fixes #21423. Regression from #18177. commit 245b6e0884e9f421230520789bd72f49b20e4720 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 22:43:58 2021 -0500 ✅ Custom logging for MBL commit c7530719615b37eb7f901135b4fb2d94ad30dda8 Author: ellensp <ellensp@hotmail.com> Date: Sat Jul 31 12:50:22 2021 +1200 🐛 Fix DGUS displays compile (#22464) commit 22ef6362ae3180e4265f5063045b530efbd5ae14 Author: Scott Lahteine <github@thinkyhead.com> Date: Fri Jul 30 19:39:38 2021 -0500 🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes (#22475) Fixes #22466. Regression from #22377. commit 80f8ec94aad435b0b1f3758ca013d4dc085e0e05 Author: Scott Lahteine <github@thinkyhead.com> Date: Wed Jul 28 23:24:30 2021 -0500 🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN commit 381c5908b4f0a24d7fad7becfd2f72f4e5056814 Author: mks-viva <1224833100@qq.com> Date: Wed Jul 28 21:56:22 2021 -0500 📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453) commit fbb5732dee4ba9f803ac873206421877f8ba7b9f Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 28 16:28:15 2021 +1200 🐛 SAV_3DGLCD conditionals (#22447) commit 90ed772590ac634e605797effee3ef5f13dc2243 Author: George Fu <nailao_5918@163.com> Date: Fri Jul 30 09:09:38 2021 +0800 ⚡️ Larger FYSETC S6 I2C EEPROM size (#22424) commit 3e559d5c1ca2cbdbb904de779ed9bb6029880890 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 23:40:27 2021 -0500 🎨 abs => ABS commit eb8649ba42f86159bd51b1ee366bd3291c05aafc Author: Marcio T <mlt4356-github@yahoo.com> Date: Fri Jul 23 16:02:39 2021 -0600 📺 Fix and optimize FTDI Eve Touch Interface (#22427) commit 99f917c02225e4a610d02807a4335d36bad7ef03 Author: vyacheslav-shubin <shubin-vv@krista.ru> Date: Wed Jul 28 22:55:04 2021 +0300 🐛 Reset workDirDepth in cdroot() (#22441) commit 55cf3bd5eed67e72e9359dff152615035816afd7 Author: borland1 <barryorlando@hotmail.com> Date: Wed Jul 28 15:45:32 2021 -0700 🐛 Fix LCD Menu MBL Z-Offset Adjustment (#22450) commit 776ededca44d6a04c4c23afe82a42065b966aee8 Author: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed Jul 28 12:56:26 2021 -0700 🐛 Fix SKR Pro bad directive (#22438) commit b16a72a7e6a725e4e5d65f48580a900f2c8652b0 Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Wed Jul 28 06:30:41 2021 +0200 🐛 Fix Longer3D SDSS / SD_SS (#22444) commit f9809ca75aff3434fffaf26bba04106a973bb73e Author: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Sat Jul 24 17:08:47 2021 -0400 🐛 Fix delta calibrate manual move scale (#22430) commit e402f43c028852c880e1acfb2632550daa949d0e Author: Scott Lahteine <github@thinkyhead.com> Date: Sat Jul 24 15:55:45 2021 -0500 🎨 NULL => nullptr commit 2aad79fa15d5a51180270ed1afa44c7065576283 Author: Scott Lahteine <github@thinkyhead.com> Date: Sun Jul 25 02:07:34 2021 -0500 🐛 Fix some board names commit 89e84fec61da126a7d59cad41f354d6219407034 Author: tome9111991 <57866234+tome9111991@users.noreply.github.com> Date: Fri Jul 23 23:47:38 2021 +0200 📝 SKR E3 Turbo custom cable description (#22426) commit 8d34a99d8f02881c5a1e670255c1a413cc668cfb Author: Luke Harrison <looxonline@gmail.com> Date: Wed Jul 21 07:43:33 2021 +0200 🔧 Octopus SPI display pins, fix USB build env (#22412) commit 15cf97f0d5afa9d3590f0066fba48c98fbdf1fb7 Author: luzpaz <luzpaz@users.noreply.github.com> Date: Sun Aug 8 03:26:54 2021 -0400 🎨 Spellcheck code (#22531) commit c158d8023e38313eeccad4fb3e54f1b2cd3a65a3 Author: ellensp <ellensp@hotmail.com> Date: Wed Jul 28 09:05:44 2021 +1200 💚 Specify compatible Teensy @4.12 (#22448) commit bc68664c3b198599c4ea4095313f79e78c01396a Author: Tanguy Pruvot <tpruvot@users.noreply.github.com> Date: Mon Aug 9 04:37:27 2021 +0200 🚑️ Init FastIO before anything else (#22508) commit 924e4f95c8676aea02b5c33cb230b8ea9d84546a Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Aug 4 16:48:06 2021 -0500 🚸 Ask for bed leveling on bug form commit 35df24e1cbf5b71166580f28389a7c4bd7f54120 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 23:41:48 2021 -0500 🐛 One-based G35 point index output commit 74b0133bc911676bf8af6cc2f8a43429993faf64 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 19:55:04 2021 -0500 🐛 Fix 5-axis no extruder compile Fixes #22446 commit 12581bcc44f959b9aa015f082ac9069113a4939f Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 19:34:49 2021 -0500 🐛 Fix 3-point leveling position See #22457. Fixes a G29 regression from #19112. commit c7c56ac45f9120b7d972d21427312e5282f82606 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 22:59:33 2021 -0500 🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING Fixes #22250. Regression from #17460. commit 603b65e843b98a5d2d7f8c8f64be3980656c0522 Author: Serhiy-K <52166448+Serhiy-K@users.noreply.github.com> Date: Mon Jul 19 05:39:01 2021 +0300 ✨ Laser support for TFT GLCD (#22391) commit 2e5e5c4a1d54cb33eb08f1591c69e8275acf6411 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Jul 20 23:35:56 2021 -0500 🎨 BTT SKR Pro pins auto-assign (#22411) Co-authored-by: MarkusThur <83773817+MarkusThur@users.noreply.github.com> commit bcc31f68c660b6bc8a7599a3dd951c0b4f06edc3 Author: Scott Lahteine <github@thinkyhead.com> Date: Thu Jul 29 22:23:06 2021 -0500 🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED Fixes #22295. Regression from #20241.
I couldn't find this feature in any existing gcode so I wrote it. Sorry if I am doing something horribly wrong as this is my first time contributing.
Description
Adds the optional ability to have Marlin send a pause action notification when M76 is run.
Requirements
Shouldn't require any specific marlin related hardware
Benefits
This allows you to configure your filament runout script to pause the host without the use of M600. This is great for headless printers where you want to manage the filament change process from the host instead of marlin. It also allows you to initiate a pause from one host when printing from another host (eg. a TFT display and OctoPrint).
Configurations
Tested on a CR10 V3 with BTT SKR Mini E3 V2 and OctoPrint
configs.zip
Related Issues
None that I could find