Ender 3 with SKR Mini E3 V1.2 mainboard, BLTouch and Trianglelab all metal hotend.

SKR-Mini-E3-v1.2-swiss--<date>.bin
 - Uses Hisens 3950 hotend temp sensor for the Trianglelab Swiss all metal hotend
 - Default probe offset for Creality BLTouch Mount - Change offset using M851 command and save to EEPROM with M500.
 - High Speed BLTouch Profile
 - BLTouch use PROBE port
 - Max hotend temp set to 295c
 - Enabled CLASSIC_JERK
 - Adds G2 / G3 Arc support
 - Adds G10 / G11 Firmware based retraction (Use M207, M208, M209 to configure)
 - Adds M73 - Set Print Progress
 - Adds M125 - Park Head
 - Adds M412 - Filament Runout sensor on E0-STOP pin (Disable with M412 S0 if you don't have one, Check status with M119, Use the NO pins on your sensor)
 - Adds M600 - Filament Change (10mm extra purge)
 - Adds M701 / M702 - Filament load / upload
 - Adds M900 - Linear Advance - Use this tool to calibrate. Use this video as a guide.
 - Adds TMC Advanced monitoring (M122, M906, M911, M912)
 - Adds M914 - Enabled Hybrid Thresholds
 - FAN_SOFT_PWM enabled to remove fan coil whine of high flow fans
 - Added support for Meatpack (2020-01-27 onwards)

NOTE: BLTouch should be connected to the PROBE port for builds 20200908 onwards.
NOTE: If you re-use the stock temp sensor, use the normal version of this firmware.
Firmware Variant Size Build Date Downloads Feedback Download
SKR-Mini-E3-v1.2-swiss-20250701.bin 222672 bytes 2025-07-01 00:24:05 UTC 0
Score: 0
Membership Required
SKR-Mini-E3-v1.2-swiss-20250630.bin 222672 bytes 2025-06-30 00:24:01 UTC 0
Score: 0
Membership Required
commit dc6f23e435766220b9809b1720f8fc01361b5257
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 29 00:37:16 2025 +0000

    [cron] Bump distribution date (2025-06-29)
SKR-Mini-E3-v1.2-swiss-20250629.bin 222672 bytes 2025-06-29 00:24:00 UTC 0
Score: 0
Membership Required
commit c7fc6eeb1e8576431efbedd1f52b0c727571f749
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 28 16:36:49 2025 -0500

    🚸 Match M920 indexing to M919
SKR-Mini-E3-v1.2-swiss-20250628.bin 222672 bytes 2025-06-28 00:24:02 UTC 0
Score: 0
Membership Required
SKR-Mini-E3-v1.2-swiss-20250627.bin 222672 bytes 2025-06-27 00:24:03 UTC 0
Score: 0
Membership Required
SKR-Mini-E3-v1.2-swiss-20250626.bin 222672 bytes 2025-06-26 00:24:01 UTC 0
Score: 0
Membership Required
commit 72c0437b4813023db70bb70182fb70d98f6cee97
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Wed Jun 25 00:32:59 2025 +0000

    [cron] Bump distribution date (2025-06-25)
SKR-Mini-E3-v1.2-swiss-20250625.bin 222672 bytes 2025-06-25 00:24:02 UTC 1
Score: 0
Membership Required
commit a6377e5215e4596c7830f5091babf6d3db28d704
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 23 13:18:34 2025 -0500

    🐛 Fix misc. build issues
SKR-Mini-E3-v1.2-swiss-20250624.bin 222672 bytes 2025-06-24 00:24:00 UTC 0
Score: 0
Membership Required
commit 0459407a8e6849c8c9af3d419a7cef7e8c46f492
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Mon Jun 23 00:35:18 2025 +0000

    [cron] Bump distribution date (2025-06-23)
SKR-Mini-E3-v1.2-swiss-20250623.bin 222672 bytes 2025-06-23 00:24:02 UTC 0
Score: 0
Membership Required
commit 685ccf3fdf566f5dcdcb841c779e9159b6298f5d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Mon Jun 23 05:40:29 2025 +1200

    🔧 Fix TEMP_SENSOR_BED_USES_SW_SPI (#27938)
    
    Followup to #26441

commit de219dcd63bdb9e6b0c73b59a38563baa0de8ba8
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sun Jun 22 00:36:17 2025 +0000

    [cron] Bump distribution date (2025-06-22)

commit cdc996dd685ceaa95d6bfd86fb5231be3382e87d
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Jun 22 09:51:30 2025 +1200

    🔧 Fix `SPI_FLASH_BACKUP` flag (#27934)
    
    Followup to #27373
SKR-Mini-E3-v1.2-swiss-20250622.bin 222672 bytes 2025-06-22 00:24:01 UTC 0
Score: 0
Membership Required
commit f1f9bb239dd8b1b7a5e81f85fd046a130f0dc3e3
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sun Jun 22 09:51:30 2025 +1200

    🔧 Fix `SPI_FLASH_BACKUP` flag (#27934)
    
    Followup to #27373

commit fe6eb1745fb6eab3e53da61623ceaee88373a149
Author: Vovodroid <vovodroid@users.noreply.github.com>
Date:   Sun Jun 22 00:36:22 2025 +0300

    🐛 Fix NONLINEAR_EXTRUSION enabled check (#27926)
    
    Followup to #27819

commit 533d752707cded76fbf48e3fc949dfd620b0c9b4
Author: erril007 <141030793+erril007@users.noreply.github.com>
Date:   Sat Jun 21 03:50:13 2025 +0200

    ✨ EVENT_GCODE_(BEFORE|AFTER)_G34 (#27930)

commit 037b0096e2b90b92cbeaf62aacf98d525cc6abf3
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Sat Jun 21 00:32:24 2025 +0000

    [cron] Bump distribution date (2025-06-21)
SKR-Mini-E3-v1.2-swiss-20250621.bin 222672 bytes 2025-06-21 00:23:59 UTC 0
Score: 0
Membership Required
commit eefd63e4087b45bedf265a26b4e855857170d4ec
Author: ellensp <530024+ellensp@users.noreply.github.com>
Date:   Sat Jun 21 09:18:40 2025 +1200

    🐛 Fix Hotend > 0 Preheat (#27932)

commit 5e410e35abb627b20941ef912c6a446714858524
Author: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date:   Thu Jun 19 23:43:11 2025 -0500

    🩹 Minor fixes, updates, comments
SKR-Mini-E3-v1.2-swiss-20250620.bin 222720 bytes 2025-06-20 00:23:59 UTC 0
Score: 0
Membership Required
SKR-Mini-E3-v1.2-swiss-20250619.bin 222720 bytes 2025-06-19 00:23:59 UTC 0
Score: 0
Membership Required
SKR-Mini-E3-v1.2-swiss-20250618.bin 222720 bytes 2025-06-18 00:23:58 UTC 0
Score: 0
Membership Required
commit 62bb61b3d9b0e109cf0b132aeea9ce2613d18874
Author: thinkyhead <thinkyhead@users.noreply.github.com>
Date:   Tue Jun 17 00:32:42 2025 +0000

    [cron] Bump distribution date (2025-06-17)
SKR-Mini-E3-v1.2-swiss-20250617.bin 222720 bytes 2025-06-17 00:23:57 UTC 0
Score: 0
Membership Required
commit a7f12169b9bd38051e5b837340efb88579f391e6
Author: Andrew <18502096+classicrocker883@users.noreply.github.com>
Date:   Mon Jun 16 15:23:17 2025 -0400

    📝 Review & update G-code comments (#27921)