Suitable for:
 - Ender 3 with 8 bit mainboard
 - Ender 3 Pro with 8 bit mainboard

Ender3-BLTouch-advanced-<date>.hex
 - No SD Card Support
 - Default probe offset for Creality BLTouch Mount - Change offset using M851 command and save to EEPROM with M500.
     Common offsets:
       - Petsfang Left - M851 X-48 Y-10 Z-2
       - Petsfang Right - M851 X+48 Y-2 Z-2
 - High Speed BLTouch Profile
 - Increased max hotend temp to 285c. Use caution above 250c.
 - Linear Advance Enabled - Use this tool to calibrate. Use this video as a guide.
 - Adds S-Curve Acceleration - See #14728
 - Adds Adaptive Step Smoothing
 - Adds G2 / G3 Arc support
 - Adds G10 / G11 Firmware based retraction (Use M207, M208, M209 to configure)
 - Adds M125 - Park Head
 - Adds M600 - Filament Change
 - Slim Menus
 - FAN_SOFT_PWM enabled to remove fan coil whine of high flow fans
 - Added support for Meatpack (2020-01-27 onwards)
Firmware Variant Size Build Date Downloads Feedback Download
Ender3-BLTouch-advanced-20241210.hex 357150 bytes 2024-12-09 23:16:53 UTC 5
Score: 0
Membership Required
commit 8b7cfa0429231f945eb58398e0ca98de3a74bc72
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Dec 9 15:00:18 2024 -0600

    🧑‍💻 Comment temperature methods, fix error spam

commit 906dcc753685dcca7252eb9a8a2f7fb2b99ac264
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Dec 9 06:09:45 2024 +0000

    [cron] Bump distribution date (2024-12-09)

commit 061e02638452fe2353eb26e6d7799a81ab45e597
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 8 23:42:11 2024 -0600

    🎨 Remove extra hotend temp update
    
    Followup to #24898

commit 5d591fd91d95562bfe7e2886de34a7e6e3e28e11
Author: Mihai <299015+mh-dm@users.noreply.github.com>
Date:   Mon Dec 9 02:55:16 2024 +0200

    ⚡️ Improve pulse timing, fix LPC176x jitter (#27131)
Ender3-BLTouch-advanced-20241209.hex 357134 bytes 2024-12-08 23:16:52 UTC 0
Score: 0
Membership Required
commit 854da5fd9ea12648f982062bca2363244b7ea16c
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Dec 8 06:08:33 2024 +0000

    [cron] Bump distribution date (2024-12-08)

commit 7e45d56e66383c4ff5d2c0af4e1a75632f0510c0
Author: MageDelfador <9780339+MageDelfador@users.noreply.github.com>
Date:   Sun Dec 8 12:50:41 2024 +0800

    🩹 Advance tone queue when muted, tuning (#26278)

commit 71ce7803e7a910d4512cb0b2dc132c44e4ca2cba
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Sat Dec 7 21:11:30 2024 -0500

    🎨 LCD conditional cleanup (#27539)
    
    Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Ender3-BLTouch-advanced-20241208.hex 357134 bytes 2024-12-07 23:16:52 UTC 1
Score: 0
Membership Required
commit c5bf705717ccb8f0f716c89712d1016856e8d3f2
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Dec 7 00:29:16 2024 +0000

    [cron] Bump distribution date (2024-12-07)

commit e82b4e98a492343394ece560f14841b771ea7178
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Fri Dec 6 17:13:48 2024 -0600

    🔨 More informative probe conflict message (2)
Ender3-BLTouch-advanced-20241207.hex 357134 bytes 2024-12-06 23:16:52 UTC 0
Score: 0
Membership Required
commit c271a89a4fead7bdca111a002980ce4732f8d95b
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Dec 5 22:06:13 2024 -0600

    🎨 Servo angles tweaks

commit ea993a657f1c42df16c2bc03f30c7c9224647b49
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Dec 5 22:02:20 2024 -0600

    🔨 More informative probe conflict message

commit 5813488412aa3731d24177a037653087aeeb72ef
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Fri Dec 6 00:29:38 2024 +0000

    [cron] Bump distribution date (2024-12-06)

commit a365163ff0744f2f74c3a3b4137d98237f4bb85d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Fri Dec 6 12:20:25 2024 +1300

    🔨 Fix ESP32 build (for xtensa32) (2) (#27570)
    
    Followup to #27561