Ender3-S1-<date>.bin - Stock marlin configuration for Ender 3 S1 - Adds G2 / G3 Arc support - Adds G10 / G11 Firmware based retraction (Use M207, M208, M209 to configure) - Adds M600 - Filament Change - Adds M603 - Set Filament Load / Unload length - Adds M701 - Load Filament - Adds M702 - Unload Filament - Enabled Advanced OK - Enabled CLASSIC_JERK - Enabled S_CURVE_ACCELERATION - Supports Meatpack NOTE: Pay attention to the two versions of the motherboard for the S1, one is using a SoC STM32F1 and the other using a STM32F4: * Ender 3 S1 printers that come with a firmware version 1.x.x have the STM32F1 chip. * Ender 3 S1 printers that come with a firmware version 3.x.x have the STM32F4 chip. * Check the version number on the STM32Fx chip itself to confirm your hardware version. * Installing 1.x.x stock firmware or a compiled one to the target STM32F1 on STM32F4 mainboards might brick them! And vice-versa. Where to put the firmware file on the SDCard: * STM32F1 board: Put the *.bin file into the root folder. * STM32F4 board: Put the *.bin file into a folder named STM32F4_UPDATE. KNOWN ISSUES: - If icons are missing in your screen, follow this forum thread
WARNING! Creality have released a firmware update that makes the DACAI screen incompatible with Marlin and other firmware. After installing Creality firmware
v3.1.9 (and later), you will no longer be able to boot into any non-Creality firmware. This matter needs to be resolved by Creality. [Github Issue]
| Firmware Variant | Size | Build Date | Downloads | Feedback | Download |
|---|---|---|---|---|---|
| Ender3-S1-STM32F4-20251116.bin | 189608 bytes | 2025-11-15 23:22:16 UTC | 0 |
Score: 0
|
Membership Required |
commit a1a9904d329bf9e78b269fcd6e3f4f277ecc7884 Author: Steven Haigh <netwiz@crc.id.au> Date: Sun Nov 16 08:44:16 2025 +1100 π¨ Enhance mc-apply.py (#28157) Enhance `mc-apply.py` with `configuration.py` features and value normalization: - Verbose logging system with `--verbose` flag (0-2 levels) - `fetch_example()` to download configs from GitHub (`examples/path` or URLs) - `disable_all_options()` to comment out all `#define` statements - Special directives support via directives JSON key - Support for `[disable]`, `examples/path`, and direct URL directives Implement value normalization for consistent behavior: - "on", "true", true, "" => enable (uncomment `#define`) - "off", "false", false => disable (comment out `#define`) - All other values => set value (`#define OPTION value`) Update example marlin_config.json to demonstrate different value formats and directive usage. Changes are fully backward compatible with existing JSON configuration files. commit 1f3309ac0664f3bfd238af7fa17d9b5a5004510e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 20:16:43 2025 -0600 π¨ Use config_dump 1 for mc.zip embedding commit b9e89a53783097b5c4880827ef93f886388ef5fd Author: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Fri Nov 14 20:11:00 2025 -0500 π©Ή Fix NeoPixel for stm32f1-maple (#28128) commit e2250ce03726190a82b28598a2a00a91cc7f8c50 Author: Skruppy <skruppy@onmars.eu> Date: Sat Nov 15 02:06:22 2025 +0100 π©Ή Fix case light menu build (#28143) commit f872750b7022ca7c8ae6e7f08e29b4f16d1bef82 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 15 00:31:14 2025 +0000 [cron] Bump distribution date (2025-11-15) |
|||||
| Ender3-S1-STM32F1-20251116.bin | 192012 bytes | 2025-11-15 23:21:43 UTC | 0 |
Score: 0
|
Membership Required |
commit a1a9904d329bf9e78b269fcd6e3f4f277ecc7884 Author: Steven Haigh <netwiz@crc.id.au> Date: Sun Nov 16 08:44:16 2025 +1100 π¨ Enhance mc-apply.py (#28157) Enhance `mc-apply.py` with `configuration.py` features and value normalization: - Verbose logging system with `--verbose` flag (0-2 levels) - `fetch_example()` to download configs from GitHub (`examples/path` or URLs) - `disable_all_options()` to comment out all `#define` statements - Special directives support via directives JSON key - Support for `[disable]`, `examples/path`, and direct URL directives Implement value normalization for consistent behavior: - "on", "true", true, "" => enable (uncomment `#define`) - "off", "false", false => disable (comment out `#define`) - All other values => set value (`#define OPTION value`) Update example marlin_config.json to demonstrate different value formats and directive usage. Changes are fully backward compatible with existing JSON configuration files. commit 1f3309ac0664f3bfd238af7fa17d9b5a5004510e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 20:16:43 2025 -0600 π¨ Use config_dump 1 for mc.zip embedding commit b9e89a53783097b5c4880827ef93f886388ef5fd Author: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Fri Nov 14 20:11:00 2025 -0500 π©Ή Fix NeoPixel for stm32f1-maple (#28128) commit e2250ce03726190a82b28598a2a00a91cc7f8c50 Author: Skruppy <skruppy@onmars.eu> Date: Sat Nov 15 02:06:22 2025 +0100 π©Ή Fix case light menu build (#28143) commit f872750b7022ca7c8ae6e7f08e29b4f16d1bef82 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 15 00:31:14 2025 +0000 [cron] Bump distribution date (2025-11-15) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251116.bin | 192384 bytes | 2025-11-15 23:21:10 UTC | 0 |
Score: 0
|
Membership Required |
commit a1a9904d329bf9e78b269fcd6e3f4f277ecc7884 Author: Steven Haigh <netwiz@crc.id.au> Date: Sun Nov 16 08:44:16 2025 +1100 π¨ Enhance mc-apply.py (#28157) Enhance `mc-apply.py` with `configuration.py` features and value normalization: - Verbose logging system with `--verbose` flag (0-2 levels) - `fetch_example()` to download configs from GitHub (`examples/path` or URLs) - `disable_all_options()` to comment out all `#define` statements - Special directives support via directives JSON key - Support for `[disable]`, `examples/path`, and direct URL directives Implement value normalization for consistent behavior: - "on", "true", true, "" => enable (uncomment `#define`) - "off", "false", false => disable (comment out `#define`) - All other values => set value (`#define OPTION value`) Update example marlin_config.json to demonstrate different value formats and directive usage. Changes are fully backward compatible with existing JSON configuration files. commit 1f3309ac0664f3bfd238af7fa17d9b5a5004510e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 20:16:43 2025 -0600 π¨ Use config_dump 1 for mc.zip embedding commit b9e89a53783097b5c4880827ef93f886388ef5fd Author: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Fri Nov 14 20:11:00 2025 -0500 π©Ή Fix NeoPixel for stm32f1-maple (#28128) commit e2250ce03726190a82b28598a2a00a91cc7f8c50 Author: Skruppy <skruppy@onmars.eu> Date: Sat Nov 15 02:06:22 2025 +0100 π©Ή Fix case light menu build (#28143) commit f872750b7022ca7c8ae6e7f08e29b4f16d1bef82 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 15 00:31:14 2025 +0000 [cron] Bump distribution date (2025-11-15) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251116.bin | 194156 bytes | 2025-11-15 23:20:34 UTC | 0 |
Score: 0
|
Membership Required |
commit a1a9904d329bf9e78b269fcd6e3f4f277ecc7884 Author: Steven Haigh <netwiz@crc.id.au> Date: Sun Nov 16 08:44:16 2025 +1100 π¨ Enhance mc-apply.py (#28157) Enhance `mc-apply.py` with `configuration.py` features and value normalization: - Verbose logging system with `--verbose` flag (0-2 levels) - `fetch_example()` to download configs from GitHub (`examples/path` or URLs) - `disable_all_options()` to comment out all `#define` statements - Special directives support via directives JSON key - Support for `[disable]`, `examples/path`, and direct URL directives Implement value normalization for consistent behavior: - "on", "true", true, "" => enable (uncomment `#define`) - "off", "false", false => disable (comment out `#define`) - All other values => set value (`#define OPTION value`) Update example marlin_config.json to demonstrate different value formats and directive usage. Changes are fully backward compatible with existing JSON configuration files. commit 1f3309ac0664f3bfd238af7fa17d9b5a5004510e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 20:16:43 2025 -0600 π¨ Use config_dump 1 for mc.zip embedding commit b9e89a53783097b5c4880827ef93f886388ef5fd Author: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Fri Nov 14 20:11:00 2025 -0500 π©Ή Fix NeoPixel for stm32f1-maple (#28128) commit e2250ce03726190a82b28598a2a00a91cc7f8c50 Author: Skruppy <skruppy@onmars.eu> Date: Sat Nov 15 02:06:22 2025 +0100 π©Ή Fix case light menu build (#28143) commit f872750b7022ca7c8ae6e7f08e29b4f16d1bef82 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 15 00:31:14 2025 +0000 [cron] Bump distribution date (2025-11-15) |
|||||
| Ender3-S1-STM32F4-20251115.bin | 189872 bytes | 2025-11-14 23:22:15 UTC | 0 |
Score: 0
|
Membership Required |
commit c9488b4f6382f4481f9847da7aed20cd75621c03 Author: nanctil <38119664+nanctil@users.noreply.github.com> Date: Fri Nov 14 11:52:34 2025 -0800 π Fix Teensy 4.x stepper timing via HAL_timer_set_compare (#28169) commit 8cd9c0608417849149d8de6052961eeb5fbf0236 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 13:09:40 2025 -0600 π©Ή Teensy 4.x timer mods commit 1c6b723ee61785c505620b3a34a835b2c6f6bca2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 13 12:42:52 2025 -0600 π§βπ» Timer general cleanup erps commit 0f044f76ec75b4002e1594ed0aeada03d9d9e9ce Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 06:10:47 2025 +0000 [cron] Bump distribution date (2025-11-14) commit 8342a5a83e0bee0d5fd0ca8ca919272d471bd249 Author: Axel SepΓΊlveda <ansepulveda@uc.cl> Date: Thu Nov 13 23:14:57 2025 -0300 π Fix TPARA kinematics (#28068) |
|||||
| Ender3-S1-STM32F1-20251115.bin | 192276 bytes | 2025-11-14 23:21:42 UTC | 0 |
Score: 0
|
Membership Required |
commit c9488b4f6382f4481f9847da7aed20cd75621c03 Author: nanctil <38119664+nanctil@users.noreply.github.com> Date: Fri Nov 14 11:52:34 2025 -0800 π Fix Teensy 4.x stepper timing via HAL_timer_set_compare (#28169) commit 8cd9c0608417849149d8de6052961eeb5fbf0236 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 13:09:40 2025 -0600 π©Ή Teensy 4.x timer mods commit 1c6b723ee61785c505620b3a34a835b2c6f6bca2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 13 12:42:52 2025 -0600 π§βπ» Timer general cleanup erps commit 0f044f76ec75b4002e1594ed0aeada03d9d9e9ce Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 06:10:47 2025 +0000 [cron] Bump distribution date (2025-11-14) commit 8342a5a83e0bee0d5fd0ca8ca919272d471bd249 Author: Axel SepΓΊlveda <ansepulveda@uc.cl> Date: Thu Nov 13 23:14:57 2025 -0300 π Fix TPARA kinematics (#28068) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251115.bin | 192640 bytes | 2025-11-14 23:21:09 UTC | 0 |
Score: 0
|
Membership Required |
commit c9488b4f6382f4481f9847da7aed20cd75621c03 Author: nanctil <38119664+nanctil@users.noreply.github.com> Date: Fri Nov 14 11:52:34 2025 -0800 π Fix Teensy 4.x stepper timing via HAL_timer_set_compare (#28169) commit 8cd9c0608417849149d8de6052961eeb5fbf0236 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 13:09:40 2025 -0600 π©Ή Teensy 4.x timer mods commit 1c6b723ee61785c505620b3a34a835b2c6f6bca2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 13 12:42:52 2025 -0600 π§βπ» Timer general cleanup erps commit 0f044f76ec75b4002e1594ed0aeada03d9d9e9ce Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 06:10:47 2025 +0000 [cron] Bump distribution date (2025-11-14) commit 8342a5a83e0bee0d5fd0ca8ca919272d471bd249 Author: Axel SepΓΊlveda <ansepulveda@uc.cl> Date: Thu Nov 13 23:14:57 2025 -0300 π Fix TPARA kinematics (#28068) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251115.bin | 194420 bytes | 2025-11-14 23:20:33 UTC | 0 |
Score: 0
|
Membership Required |
commit c9488b4f6382f4481f9847da7aed20cd75621c03 Author: nanctil <38119664+nanctil@users.noreply.github.com> Date: Fri Nov 14 11:52:34 2025 -0800 π Fix Teensy 4.x stepper timing via HAL_timer_set_compare (#28169) commit 8cd9c0608417849149d8de6052961eeb5fbf0236 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 13:09:40 2025 -0600 π©Ή Teensy 4.x timer mods commit 1c6b723ee61785c505620b3a34a835b2c6f6bca2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 13 12:42:52 2025 -0600 π§βπ» Timer general cleanup erps commit 0f044f76ec75b4002e1594ed0aeada03d9d9e9ce Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Fri Nov 14 06:10:47 2025 +0000 [cron] Bump distribution date (2025-11-14) commit 8342a5a83e0bee0d5fd0ca8ca919272d471bd249 Author: Axel SepΓΊlveda <ansepulveda@uc.cl> Date: Thu Nov 13 23:14:57 2025 -0300 π Fix TPARA kinematics (#28068) |
|||||
| Ender3-S1-STM32F4-20251114.bin | 189872 bytes | 2025-11-13 23:22:16 UTC | 0 |
Score: 0
|
Membership Required |
commit e3fa27ac9fd52842f4796f169857d08137e65d4d Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Thu Nov 13 00:31:59 2025 +0000 [cron] Bump distribution date (2025-11-13) |
|||||
| Ender3-S1-STM32F1-20251114.bin | 192276 bytes | 2025-11-13 23:21:43 UTC | 0 |
Score: 0
|
Membership Required |
commit e3fa27ac9fd52842f4796f169857d08137e65d4d Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Thu Nov 13 00:31:59 2025 +0000 [cron] Bump distribution date (2025-11-13) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251114.bin | 192640 bytes | 2025-11-13 23:21:10 UTC | 0 |
Score: 0
|
Membership Required |
commit e3fa27ac9fd52842f4796f169857d08137e65d4d Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Thu Nov 13 00:31:59 2025 +0000 [cron] Bump distribution date (2025-11-13) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251114.bin | 194420 bytes | 2025-11-13 23:20:34 UTC | 0 |
Score: 0
|
Membership Required |
commit e3fa27ac9fd52842f4796f169857d08137e65d4d Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Thu Nov 13 00:31:59 2025 +0000 [cron] Bump distribution date (2025-11-13) |
|||||
| Ender3-S1-STM32F4-20251113.bin | 189872 bytes | 2025-11-12 23:22:14 UTC | 0 |
Score: 0
|
Membership Required |
commit 3293b2780ec89357173256620562d7afc6a7dab2 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Wed Nov 12 23:06:36 2025 +0100 π©Ή Prevent Γ· 0 in FT Motion (#28150) commit ebf9aa5c82bf2c7dc21d867d5a4e3454bba90036 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Wed Nov 12 06:11:20 2025 +0000 [cron] Bump distribution date (2025-11-12) commit 54fe84ea32313250dfa8bc04c05b801f9d25463b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 21:59:31 2025 -0600 π§βπ» Missed some Followup to ba8b685ede commit b0f6155d990ef0ceda865b18837b3a119d0c545b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 19:50:22 2025 -0600 π§βπ» FTM trajectory code tweaks commit ba8b685ede00a05390b80947ee7a802b481a68aa Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 17:51:51 2025 -0600 π§βπ» Old macros cleanup commit 579545177dabc5d17fd35a80f1e9968e4414900f Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed Nov 12 14:51:22 2025 +1300 β¨ GCODE_MACROS_IN_EEPROM (#28114) |
|||||
| Ender3-S1-STM32F1-20251113.bin | 192276 bytes | 2025-11-12 23:21:41 UTC | 0 |
Score: 0
|
Membership Required |
commit 3293b2780ec89357173256620562d7afc6a7dab2 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Wed Nov 12 23:06:36 2025 +0100 π©Ή Prevent Γ· 0 in FT Motion (#28150) commit ebf9aa5c82bf2c7dc21d867d5a4e3454bba90036 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Wed Nov 12 06:11:20 2025 +0000 [cron] Bump distribution date (2025-11-12) commit 54fe84ea32313250dfa8bc04c05b801f9d25463b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 21:59:31 2025 -0600 π§βπ» Missed some Followup to ba8b685ede commit b0f6155d990ef0ceda865b18837b3a119d0c545b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 19:50:22 2025 -0600 π§βπ» FTM trajectory code tweaks commit ba8b685ede00a05390b80947ee7a802b481a68aa Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 17:51:51 2025 -0600 π§βπ» Old macros cleanup commit 579545177dabc5d17fd35a80f1e9968e4414900f Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed Nov 12 14:51:22 2025 +1300 β¨ GCODE_MACROS_IN_EEPROM (#28114) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251113.bin | 192640 bytes | 2025-11-12 23:21:08 UTC | 0 |
Score: 0
|
Membership Required |
commit 3293b2780ec89357173256620562d7afc6a7dab2 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Wed Nov 12 23:06:36 2025 +0100 π©Ή Prevent Γ· 0 in FT Motion (#28150) commit ebf9aa5c82bf2c7dc21d867d5a4e3454bba90036 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Wed Nov 12 06:11:20 2025 +0000 [cron] Bump distribution date (2025-11-12) commit 54fe84ea32313250dfa8bc04c05b801f9d25463b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 21:59:31 2025 -0600 π§βπ» Missed some Followup to ba8b685ede commit b0f6155d990ef0ceda865b18837b3a119d0c545b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 19:50:22 2025 -0600 π§βπ» FTM trajectory code tweaks commit ba8b685ede00a05390b80947ee7a802b481a68aa Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 17:51:51 2025 -0600 π§βπ» Old macros cleanup commit 579545177dabc5d17fd35a80f1e9968e4414900f Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed Nov 12 14:51:22 2025 +1300 β¨ GCODE_MACROS_IN_EEPROM (#28114) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251113.bin | 194420 bytes | 2025-11-12 23:20:32 UTC | 0 |
Score: 0
|
Membership Required |
commit 3293b2780ec89357173256620562d7afc6a7dab2 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Wed Nov 12 23:06:36 2025 +0100 π©Ή Prevent Γ· 0 in FT Motion (#28150) commit ebf9aa5c82bf2c7dc21d867d5a4e3454bba90036 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Wed Nov 12 06:11:20 2025 +0000 [cron] Bump distribution date (2025-11-12) commit 54fe84ea32313250dfa8bc04c05b801f9d25463b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 21:59:31 2025 -0600 π§βπ» Missed some Followup to ba8b685ede commit b0f6155d990ef0ceda865b18837b3a119d0c545b Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 19:50:22 2025 -0600 π§βπ» FTM trajectory code tweaks commit ba8b685ede00a05390b80947ee7a802b481a68aa Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 17:51:51 2025 -0600 π§βπ» Old macros cleanup commit 579545177dabc5d17fd35a80f1e9968e4414900f Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed Nov 12 14:51:22 2025 +1300 β¨ GCODE_MACROS_IN_EEPROM (#28114) |
|||||
| Ender3-S1-STM32F4-20251112.bin | 189872 bytes | 2025-11-11 23:22:16 UTC | 0 |
Score: 0
|
Membership Required |
commit 10009b018d566ff91bdbe5c2655adb77d5795c9a Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 00:32:37 2025 +0000 [cron] Bump distribution date (2025-11-11) |
|||||
| Ender3-S1-STM32F1-20251112.bin | 192276 bytes | 2025-11-11 23:21:42 UTC | 0 |
Score: 0
|
Membership Required |
commit 10009b018d566ff91bdbe5c2655adb77d5795c9a Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 00:32:37 2025 +0000 [cron] Bump distribution date (2025-11-11) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251112.bin | 192640 bytes | 2025-11-11 23:21:09 UTC | 0 |
Score: 0
|
Membership Required |
commit 10009b018d566ff91bdbe5c2655adb77d5795c9a Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 00:32:37 2025 +0000 [cron] Bump distribution date (2025-11-11) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251112.bin | 194420 bytes | 2025-11-11 23:20:33 UTC | 0 |
Score: 0
|
Membership Required |
commit 10009b018d566ff91bdbe5c2655adb77d5795c9a Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Tue Nov 11 00:32:37 2025 +0000 [cron] Bump distribution date (2025-11-11) |
|||||
| Ender3-S1-STM32F4-20251111.bin | 189872 bytes | 2025-11-10 23:22:14 UTC | 0 |
Score: 0
|
Membership Required |
commit 689c7b83e1d769fb9d26af985a67f0e50fcfff32 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 12:01:45 2025 -0600 π¨ Move bubblesort string commit 9393c1ed1b22e8100692540a071d89a85511936c Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 11:59:46 2025 -0600 π©Ή Fix MBL + FT Motion build commit cda684b6fdd7ec7ab5762fac77687ffc6c4de557 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 00:18:11 2025 -0600 π¨ LCD cosmetic, babystep size commit a420e3c15585286f6faedb18fae7c2c1fafb7664 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Mon Nov 10 06:43:37 2025 +0100 π§ PROBE_WAKEUP_TIME_MS 30 for BIQU probes (#28153) commit 88a4e559451f631a62882e3cd6fa4df42f32d056 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 21:25:25 2025 -0600 π©Ή Fix SMOOTH_SET Followup to ce7edc6223 commit 27dcfe0ea82b22ac3b5cf1cc72ebd7e55449c3a3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 18:37:18 2025 -0600 β New rule in use_example_configs commit cf609152c275b95f7b1c6ec1409dd9dfb286a4e9 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 00:34:05 2025 +0000 [cron] Bump distribution date (2025-11-10) commit 6e01ba3ce8593f6fb75e76b2e69b9c1c5142544e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 17:33:29 2025 -0600 π§βπ» Probe code refinements |
|||||
| Ender3-S1-STM32F1-20251111.bin | 192284 bytes | 2025-11-10 23:21:40 UTC | 0 |
Score: 0
|
Membership Required |
commit 689c7b83e1d769fb9d26af985a67f0e50fcfff32 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 12:01:45 2025 -0600 π¨ Move bubblesort string commit 9393c1ed1b22e8100692540a071d89a85511936c Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 11:59:46 2025 -0600 π©Ή Fix MBL + FT Motion build commit cda684b6fdd7ec7ab5762fac77687ffc6c4de557 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 00:18:11 2025 -0600 π¨ LCD cosmetic, babystep size commit a420e3c15585286f6faedb18fae7c2c1fafb7664 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Mon Nov 10 06:43:37 2025 +0100 π§ PROBE_WAKEUP_TIME_MS 30 for BIQU probes (#28153) commit 88a4e559451f631a62882e3cd6fa4df42f32d056 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 21:25:25 2025 -0600 π©Ή Fix SMOOTH_SET Followup to ce7edc6223 commit 27dcfe0ea82b22ac3b5cf1cc72ebd7e55449c3a3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 18:37:18 2025 -0600 β New rule in use_example_configs commit cf609152c275b95f7b1c6ec1409dd9dfb286a4e9 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 00:34:05 2025 +0000 [cron] Bump distribution date (2025-11-10) commit 6e01ba3ce8593f6fb75e76b2e69b9c1c5142544e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 17:33:29 2025 -0600 π§βπ» Probe code refinements |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251111.bin | 192648 bytes | 2025-11-10 23:21:08 UTC | 0 |
Score: 0
|
Membership Required |
commit 689c7b83e1d769fb9d26af985a67f0e50fcfff32 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 12:01:45 2025 -0600 π¨ Move bubblesort string commit 9393c1ed1b22e8100692540a071d89a85511936c Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 11:59:46 2025 -0600 π©Ή Fix MBL + FT Motion build commit cda684b6fdd7ec7ab5762fac77687ffc6c4de557 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 00:18:11 2025 -0600 π¨ LCD cosmetic, babystep size commit a420e3c15585286f6faedb18fae7c2c1fafb7664 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Mon Nov 10 06:43:37 2025 +0100 π§ PROBE_WAKEUP_TIME_MS 30 for BIQU probes (#28153) commit 88a4e559451f631a62882e3cd6fa4df42f32d056 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 21:25:25 2025 -0600 π©Ή Fix SMOOTH_SET Followup to ce7edc6223 commit 27dcfe0ea82b22ac3b5cf1cc72ebd7e55449c3a3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 18:37:18 2025 -0600 β New rule in use_example_configs commit cf609152c275b95f7b1c6ec1409dd9dfb286a4e9 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 00:34:05 2025 +0000 [cron] Bump distribution date (2025-11-10) commit 6e01ba3ce8593f6fb75e76b2e69b9c1c5142544e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 17:33:29 2025 -0600 π§βπ» Probe code refinements |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251111.bin | 194420 bytes | 2025-11-10 23:20:31 UTC | 0 |
Score: 0
|
Membership Required |
commit 689c7b83e1d769fb9d26af985a67f0e50fcfff32 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 12:01:45 2025 -0600 π¨ Move bubblesort string commit 9393c1ed1b22e8100692540a071d89a85511936c Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 11:59:46 2025 -0600 π©Ή Fix MBL + FT Motion build commit cda684b6fdd7ec7ab5762fac77687ffc6c4de557 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 00:18:11 2025 -0600 π¨ LCD cosmetic, babystep size commit a420e3c15585286f6faedb18fae7c2c1fafb7664 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Mon Nov 10 06:43:37 2025 +0100 π§ PROBE_WAKEUP_TIME_MS 30 for BIQU probes (#28153) commit 88a4e559451f631a62882e3cd6fa4df42f32d056 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 21:25:25 2025 -0600 π©Ή Fix SMOOTH_SET Followup to ce7edc6223 commit 27dcfe0ea82b22ac3b5cf1cc72ebd7e55449c3a3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 18:37:18 2025 -0600 β New rule in use_example_configs commit cf609152c275b95f7b1c6ec1409dd9dfb286a4e9 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Mon Nov 10 00:34:05 2025 +0000 [cron] Bump distribution date (2025-11-10) commit 6e01ba3ce8593f6fb75e76b2e69b9c1c5142544e Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 17:33:29 2025 -0600 π§βπ» Probe code refinements |
|||||
| Ender3-S1-STM32F4-20251110.bin | 189872 bytes | 2025-11-09 23:22:14 UTC | 0 |
Score: 0
|
Membership Required |
commit cf9f20503080bc9f048f04fc539f673afe7bbe17 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 01:43:06 2025 +0000 [cron] Bump distribution date (2025-11-09) commit 59cee1cb87903f0c7d12f733c00acd42c7d88661 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Nov 9 12:20:58 2025 +1300 π§ Custom boot screen for Graphical TFT (#28160) commit e53f2a3d827f120b2375d6de68775dbbaba5964a Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Nov 9 12:03:05 2025 +1300 π©Ή Fix __ARM_ARCH check to omit M0+ (#28162) commit 412513be436309d3641504008aaa89927088ad66 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Sun Nov 9 00:01:05 2025 +0100 β¨ FTM_RESONANCE_TEST (3) (#28164) |
|||||
| Ender3-S1-STM32F1-20251110.bin | 192284 bytes | 2025-11-09 23:21:40 UTC | 0 |
Score: 0
|
Membership Required |
commit cf9f20503080bc9f048f04fc539f673afe7bbe17 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 01:43:06 2025 +0000 [cron] Bump distribution date (2025-11-09) commit 59cee1cb87903f0c7d12f733c00acd42c7d88661 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Nov 9 12:20:58 2025 +1300 π§ Custom boot screen for Graphical TFT (#28160) commit e53f2a3d827f120b2375d6de68775dbbaba5964a Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Nov 9 12:03:05 2025 +1300 π©Ή Fix __ARM_ARCH check to omit M0+ (#28162) commit 412513be436309d3641504008aaa89927088ad66 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Sun Nov 9 00:01:05 2025 +0100 β¨ FTM_RESONANCE_TEST (3) (#28164) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251110.bin | 192640 bytes | 2025-11-09 23:21:08 UTC | 0 |
Score: 0
|
Membership Required |
commit cf9f20503080bc9f048f04fc539f673afe7bbe17 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 01:43:06 2025 +0000 [cron] Bump distribution date (2025-11-09) commit 59cee1cb87903f0c7d12f733c00acd42c7d88661 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Nov 9 12:20:58 2025 +1300 π§ Custom boot screen for Graphical TFT (#28160) commit e53f2a3d827f120b2375d6de68775dbbaba5964a Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Nov 9 12:03:05 2025 +1300 π©Ή Fix __ARM_ARCH check to omit M0+ (#28162) commit 412513be436309d3641504008aaa89927088ad66 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Sun Nov 9 00:01:05 2025 +0100 β¨ FTM_RESONANCE_TEST (3) (#28164) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251110.bin | 194420 bytes | 2025-11-09 23:20:31 UTC | 0 |
Score: 0
|
Membership Required |
commit cf9f20503080bc9f048f04fc539f673afe7bbe17 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sun Nov 9 01:43:06 2025 +0000 [cron] Bump distribution date (2025-11-09) commit 59cee1cb87903f0c7d12f733c00acd42c7d88661 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Nov 9 12:20:58 2025 +1300 π§ Custom boot screen for Graphical TFT (#28160) commit e53f2a3d827f120b2375d6de68775dbbaba5964a Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sun Nov 9 12:03:05 2025 +1300 π©Ή Fix __ARM_ARCH check to omit M0+ (#28162) commit 412513be436309d3641504008aaa89927088ad66 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Sun Nov 9 00:01:05 2025 +0100 β¨ FTM_RESONANCE_TEST (3) (#28164) |
|||||
| Ender3-S1-STM32F4-20251109.bin | 189872 bytes | 2025-11-08 23:22:15 UTC | 0 |
Score: 0
|
Membership Required |
commit f946b60670d987f3617337712c273a3935c7f953 Author: Mihai <299015+mh-dm@users.noreply.github.com> Date: Sun Nov 9 00:48:09 2025 +0200 β¨ S_CURVE_FACTOR (#27101) commit 90363cefd02b97a1e1e550388b74e2e4913fa717 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:38:24 2025 -0600 π¨ Conditional HAS_VOLUMETRIC_EXTRUSION commit 07630e65593779b88ff08551266b4b237c7b36b0 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:15:20 2025 -0600 π¨ per => pct commit 5b34686dda296cbb670d9cb80639c3ad13750f3d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:04:40 2025 -0600 β¨ FTM_RESONANCE_TEST (2) commit 667aa15b87a5c64a5e3954a983824c24bf0779a1 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Sat Nov 8 22:16:06 2025 +0100 β¨ FTM_RESONANCE_TEST (#28158) commit f48aa53d7cf689e9ec70f29f4dccb9884e5e1e64 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 00:30:09 2025 +0000 [cron] Bump distribution date (2025-11-08) |
|||||
| Ender3-S1-STM32F1-20251109.bin | 192276 bytes | 2025-11-08 23:21:41 UTC | 0 |
Score: 0
|
Membership Required |
commit f946b60670d987f3617337712c273a3935c7f953 Author: Mihai <299015+mh-dm@users.noreply.github.com> Date: Sun Nov 9 00:48:09 2025 +0200 β¨ S_CURVE_FACTOR (#27101) commit 90363cefd02b97a1e1e550388b74e2e4913fa717 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:38:24 2025 -0600 π¨ Conditional HAS_VOLUMETRIC_EXTRUSION commit 07630e65593779b88ff08551266b4b237c7b36b0 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:15:20 2025 -0600 π¨ per => pct commit 5b34686dda296cbb670d9cb80639c3ad13750f3d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:04:40 2025 -0600 β¨ FTM_RESONANCE_TEST (2) commit 667aa15b87a5c64a5e3954a983824c24bf0779a1 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Sat Nov 8 22:16:06 2025 +0100 β¨ FTM_RESONANCE_TEST (#28158) commit f48aa53d7cf689e9ec70f29f4dccb9884e5e1e64 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 00:30:09 2025 +0000 [cron] Bump distribution date (2025-11-08) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251109.bin | 192640 bytes | 2025-11-08 23:21:08 UTC | 0 |
Score: 0
|
Membership Required |
commit f946b60670d987f3617337712c273a3935c7f953 Author: Mihai <299015+mh-dm@users.noreply.github.com> Date: Sun Nov 9 00:48:09 2025 +0200 β¨ S_CURVE_FACTOR (#27101) commit 90363cefd02b97a1e1e550388b74e2e4913fa717 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:38:24 2025 -0600 π¨ Conditional HAS_VOLUMETRIC_EXTRUSION commit 07630e65593779b88ff08551266b4b237c7b36b0 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:15:20 2025 -0600 π¨ per => pct commit 5b34686dda296cbb670d9cb80639c3ad13750f3d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:04:40 2025 -0600 β¨ FTM_RESONANCE_TEST (2) commit 667aa15b87a5c64a5e3954a983824c24bf0779a1 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Sat Nov 8 22:16:06 2025 +0100 β¨ FTM_RESONANCE_TEST (#28158) commit f48aa53d7cf689e9ec70f29f4dccb9884e5e1e64 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 00:30:09 2025 +0000 [cron] Bump distribution date (2025-11-08) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251109.bin | 194420 bytes | 2025-11-08 23:20:32 UTC | 0 |
Score: 0
|
Membership Required |
commit f946b60670d987f3617337712c273a3935c7f953 Author: Mihai <299015+mh-dm@users.noreply.github.com> Date: Sun Nov 9 00:48:09 2025 +0200 β¨ S_CURVE_FACTOR (#27101) commit 90363cefd02b97a1e1e550388b74e2e4913fa717 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:38:24 2025 -0600 π¨ Conditional HAS_VOLUMETRIC_EXTRUSION commit 07630e65593779b88ff08551266b4b237c7b36b0 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:15:20 2025 -0600 π¨ per => pct commit 5b34686dda296cbb670d9cb80639c3ad13750f3d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 16:04:40 2025 -0600 β¨ FTM_RESONANCE_TEST (2) commit 667aa15b87a5c64a5e3954a983824c24bf0779a1 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Sat Nov 8 22:16:06 2025 +0100 β¨ FTM_RESONANCE_TEST (#28158) commit f48aa53d7cf689e9ec70f29f4dccb9884e5e1e64 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 8 00:30:09 2025 +0000 [cron] Bump distribution date (2025-11-08) |
|||||
| Ender3-S1-STM32F4-20251108.bin | 189872 bytes | 2025-11-07 23:22:15 UTC | 0 |
Score: 0
|
Membership Required |
commit dd3c3d09f2d89be09cec0a05d61f3eb046792350 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 12:43:38 2025 -0600 π©Ή Quieter FTM build (2) commit d1f2b2d27baeabdbd8f584b65d739b22fc939c22 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 01:43:22 2025 -0600 π©Ή Quieter FTM build commit 2073b67e455827804e32c4a2ddf3a0f679c663de Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 00:21:09 2025 -0600 β FT Motion test EXTRUDERS > 1 (2) commit e176df1e6d03cb82a46954e2e2064a9dd4c176e7 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 23:01:07 2025 -0600 π¨ FT Motion comments, style Resolves #28151 commit f6dbb5974883f1d7d2465dfba16fb657b15ddef3 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 00:31:58 2025 +0000 [cron] Bump distribution date (2025-11-07) |
|||||
| Ender3-S1-STM32F1-20251108.bin | 192276 bytes | 2025-11-07 23:21:41 UTC | 0 |
Score: 0
|
Membership Required |
commit dd3c3d09f2d89be09cec0a05d61f3eb046792350 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 12:43:38 2025 -0600 π©Ή Quieter FTM build (2) commit d1f2b2d27baeabdbd8f584b65d739b22fc939c22 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 01:43:22 2025 -0600 π©Ή Quieter FTM build commit 2073b67e455827804e32c4a2ddf3a0f679c663de Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 00:21:09 2025 -0600 β FT Motion test EXTRUDERS > 1 (2) commit e176df1e6d03cb82a46954e2e2064a9dd4c176e7 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 23:01:07 2025 -0600 π¨ FT Motion comments, style Resolves #28151 commit f6dbb5974883f1d7d2465dfba16fb657b15ddef3 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 00:31:58 2025 +0000 [cron] Bump distribution date (2025-11-07) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251108.bin | 192640 bytes | 2025-11-07 23:21:08 UTC | 0 |
Score: 0
|
Membership Required |
commit dd3c3d09f2d89be09cec0a05d61f3eb046792350 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 12:43:38 2025 -0600 π©Ή Quieter FTM build (2) commit d1f2b2d27baeabdbd8f584b65d739b22fc939c22 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 01:43:22 2025 -0600 π©Ή Quieter FTM build commit 2073b67e455827804e32c4a2ddf3a0f679c663de Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 00:21:09 2025 -0600 β FT Motion test EXTRUDERS > 1 (2) commit e176df1e6d03cb82a46954e2e2064a9dd4c176e7 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 23:01:07 2025 -0600 π¨ FT Motion comments, style Resolves #28151 commit f6dbb5974883f1d7d2465dfba16fb657b15ddef3 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 00:31:58 2025 +0000 [cron] Bump distribution date (2025-11-07) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251108.bin | 194420 bytes | 2025-11-07 23:20:32 UTC | 0 |
Score: 0
|
Membership Required |
commit dd3c3d09f2d89be09cec0a05d61f3eb046792350 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 12:43:38 2025 -0600 π©Ή Quieter FTM build (2) commit d1f2b2d27baeabdbd8f584b65d739b22fc939c22 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 01:43:22 2025 -0600 π©Ή Quieter FTM build commit 2073b67e455827804e32c4a2ddf3a0f679c663de Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 00:21:09 2025 -0600 β FT Motion test EXTRUDERS > 1 (2) commit e176df1e6d03cb82a46954e2e2064a9dd4c176e7 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 23:01:07 2025 -0600 π¨ FT Motion comments, style Resolves #28151 commit f6dbb5974883f1d7d2465dfba16fb657b15ddef3 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Fri Nov 7 00:31:58 2025 +0000 [cron] Bump distribution date (2025-11-07) |
|||||
| Ender3-S1-STM32F4-20251107.bin | 189872 bytes | 2025-11-06 23:22:15 UTC | 1 |
Score: 0
|
Membership Required |
commit 39697628e724278cf932342881961ba654360ccb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 16:36:45 2025 -0600 β FT Motion test EXTRUDERS > 1 commit e9c5b99722804ab1a8044018438822d54a8b5f3e Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 06:10:44 2025 +0000 [cron] Bump distribution date (2025-11-06) commit 8e9e0396726c5b0d2a1b34e71e4383fcfaa72241 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:18:59 2025 -0600 π§βπ» Rename Trajectory Gen commit ce7edc6223ff1a212cb4fb0ba9dc1d0b5053a3b3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:18:23 2025 -0600 π§βπ» Save some string space commit 924c2ca0fefe08d146709f9a60944b5e6182875d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:16:43 2025 -0600 π¨ Fix style snafus |
|||||
| Ender3-S1-STM32F1-20251107.bin | 192284 bytes | 2025-11-06 23:21:41 UTC | 0 |
Score: 0
|
Membership Required |
commit 39697628e724278cf932342881961ba654360ccb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 16:36:45 2025 -0600 β FT Motion test EXTRUDERS > 1 commit e9c5b99722804ab1a8044018438822d54a8b5f3e Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 06:10:44 2025 +0000 [cron] Bump distribution date (2025-11-06) commit 8e9e0396726c5b0d2a1b34e71e4383fcfaa72241 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:18:59 2025 -0600 π§βπ» Rename Trajectory Gen commit ce7edc6223ff1a212cb4fb0ba9dc1d0b5053a3b3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:18:23 2025 -0600 π§βπ» Save some string space commit 924c2ca0fefe08d146709f9a60944b5e6182875d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:16:43 2025 -0600 π¨ Fix style snafus |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251107.bin | 192640 bytes | 2025-11-06 23:21:09 UTC | 0 |
Score: 0
|
Membership Required |
commit 39697628e724278cf932342881961ba654360ccb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 16:36:45 2025 -0600 β FT Motion test EXTRUDERS > 1 commit e9c5b99722804ab1a8044018438822d54a8b5f3e Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 06:10:44 2025 +0000 [cron] Bump distribution date (2025-11-06) commit 8e9e0396726c5b0d2a1b34e71e4383fcfaa72241 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:18:59 2025 -0600 π§βπ» Rename Trajectory Gen commit ce7edc6223ff1a212cb4fb0ba9dc1d0b5053a3b3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:18:23 2025 -0600 π§βπ» Save some string space commit 924c2ca0fefe08d146709f9a60944b5e6182875d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:16:43 2025 -0600 π¨ Fix style snafus |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251107.bin | 194420 bytes | 2025-11-06 23:20:33 UTC | 0 |
Score: 0
|
Membership Required |
commit 39697628e724278cf932342881961ba654360ccb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 16:36:45 2025 -0600 β FT Motion test EXTRUDERS > 1 commit e9c5b99722804ab1a8044018438822d54a8b5f3e Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Thu Nov 6 06:10:44 2025 +0000 [cron] Bump distribution date (2025-11-06) commit 8e9e0396726c5b0d2a1b34e71e4383fcfaa72241 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:18:59 2025 -0600 π§βπ» Rename Trajectory Gen commit ce7edc6223ff1a212cb4fb0ba9dc1d0b5053a3b3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:18:23 2025 -0600 π§βπ» Save some string space commit 924c2ca0fefe08d146709f9a60944b5e6182875d Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 19:16:43 2025 -0600 π¨ Fix style snafus |
|||||
| Ender3-S1-STM32F4-20251106.bin | 189872 bytes | 2025-11-05 23:22:15 UTC | 1 |
Score: 0
|
Membership Required |
commit e0f0a9491df801441308054f686caaf7b3a93bdd Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 00:32:26 2025 +0000 [cron] Bump distribution date (2025-11-05) |
|||||
| Ender3-S1-STM32F1-20251106.bin | 192284 bytes | 2025-11-05 23:21:41 UTC | 0 |
Score: 0
|
Membership Required |
commit e0f0a9491df801441308054f686caaf7b3a93bdd Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 00:32:26 2025 +0000 [cron] Bump distribution date (2025-11-05) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251106.bin | 192640 bytes | 2025-11-05 23:21:09 UTC | 0 |
Score: 0
|
Membership Required |
commit e0f0a9491df801441308054f686caaf7b3a93bdd Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 00:32:26 2025 +0000 [cron] Bump distribution date (2025-11-05) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251106.bin | 194420 bytes | 2025-11-05 23:20:32 UTC | 0 |
Score: 0
|
Membership Required |
commit e0f0a9491df801441308054f686caaf7b3a93bdd Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Wed Nov 5 00:32:26 2025 +0000 [cron] Bump distribution date (2025-11-05) |
|||||
| Ender3-S1-STM32F4-20251105.bin | 189872 bytes | 2025-11-04 23:22:16 UTC | 1 |
Score: 0
|
Membership Required |
commit 8547f4f5b921cfafe56fbdf73ef764b801f40f2b Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Nov 4 20:31:57 2025 +1300 π¨π Don't use broken 'board = fysetc_f6_13' (#28159) commit ac5836a2a2937728e453ff62f7bfb72f571bae93 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 4 01:16:23 2025 -0600 π¨ Bring Makefile up to date commit 6b14b948a912d38a9d748b8629738c2e83506662 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Tue Nov 4 00:31:21 2025 +0000 [cron] Bump distribution date (2025-11-04) commit 1774dbd53997ca4113cb97b6ff4a2d3aab765586 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 3 17:51:55 2025 -0600 π©Ή Fix 'interval' type warning Resolves #28156 |
|||||
| Ender3-S1-STM32F1-20251105.bin | 192284 bytes | 2025-11-04 23:21:42 UTC | 0 |
Score: 0
|
Membership Required |
commit 8547f4f5b921cfafe56fbdf73ef764b801f40f2b Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Nov 4 20:31:57 2025 +1300 π¨π Don't use broken 'board = fysetc_f6_13' (#28159) commit ac5836a2a2937728e453ff62f7bfb72f571bae93 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 4 01:16:23 2025 -0600 π¨ Bring Makefile up to date commit 6b14b948a912d38a9d748b8629738c2e83506662 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Tue Nov 4 00:31:21 2025 +0000 [cron] Bump distribution date (2025-11-04) commit 1774dbd53997ca4113cb97b6ff4a2d3aab765586 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 3 17:51:55 2025 -0600 π©Ή Fix 'interval' type warning Resolves #28156 |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251105.bin | 192640 bytes | 2025-11-04 23:21:09 UTC | 0 |
Score: 0
|
Membership Required |
commit 8547f4f5b921cfafe56fbdf73ef764b801f40f2b Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Nov 4 20:31:57 2025 +1300 π¨π Don't use broken 'board = fysetc_f6_13' (#28159) commit ac5836a2a2937728e453ff62f7bfb72f571bae93 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 4 01:16:23 2025 -0600 π¨ Bring Makefile up to date commit 6b14b948a912d38a9d748b8629738c2e83506662 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Tue Nov 4 00:31:21 2025 +0000 [cron] Bump distribution date (2025-11-04) commit 1774dbd53997ca4113cb97b6ff4a2d3aab765586 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 3 17:51:55 2025 -0600 π©Ή Fix 'interval' type warning Resolves #28156 |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251105.bin | 194420 bytes | 2025-11-04 23:20:33 UTC | 0 |
Score: 0
|
Membership Required |
commit 8547f4f5b921cfafe56fbdf73ef764b801f40f2b Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Tue Nov 4 20:31:57 2025 +1300 π¨π Don't use broken 'board = fysetc_f6_13' (#28159) commit ac5836a2a2937728e453ff62f7bfb72f571bae93 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Tue Nov 4 01:16:23 2025 -0600 π¨ Bring Makefile up to date commit 6b14b948a912d38a9d748b8629738c2e83506662 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Tue Nov 4 00:31:21 2025 +0000 [cron] Bump distribution date (2025-11-04) commit 1774dbd53997ca4113cb97b6ff4a2d3aab765586 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Nov 3 17:51:55 2025 -0600 π©Ή Fix 'interval' type warning Resolves #28156 |
|||||
| Ender3-S1-STM32F4-20251104.bin | 189872 bytes | 2025-11-03 23:22:13 UTC | 0 |
Score: 0
|
Membership Required |
commit e9810691ec6d5786a1e28abba875cc769d287469 Author: zzcatvs <145735142+zzcatvs@users.noreply.github.com> Date: Tue Nov 4 04:09:08 2025 +0800 β¨ FYSETC Spider King V1.1 (STM32H723ZG) (#27125) commit 29ad078fda7042a54710c7523a8255df49f291be Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 21:48:24 2025 -0600 πΈπ‘οΈ Refactor AUTOTEMP, apply to LCD temp change (#28155) Fixes #28154 commit 0c4beea9beafef7bd571555ea400cbd8a0af10d9 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Mon Nov 3 04:16:44 2025 +0100 π©Ή Fix FT_MOTION + DISTINCT_E_FACTORS (#28106) Fixes #28105 commit 79bd65be35b43937335e1ccc094b12a2f5ad984c Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Mon Nov 3 00:34:02 2025 +0000 [cron] Bump distribution date (2025-11-03) |
|||||
| Ender3-S1-STM32F1-20251104.bin | 192284 bytes | 2025-11-03 23:21:39 UTC | 0 |
Score: 0
|
Membership Required |
commit e9810691ec6d5786a1e28abba875cc769d287469 Author: zzcatvs <145735142+zzcatvs@users.noreply.github.com> Date: Tue Nov 4 04:09:08 2025 +0800 β¨ FYSETC Spider King V1.1 (STM32H723ZG) (#27125) commit 29ad078fda7042a54710c7523a8255df49f291be Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 21:48:24 2025 -0600 πΈπ‘οΈ Refactor AUTOTEMP, apply to LCD temp change (#28155) Fixes #28154 commit 0c4beea9beafef7bd571555ea400cbd8a0af10d9 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Mon Nov 3 04:16:44 2025 +0100 π©Ή Fix FT_MOTION + DISTINCT_E_FACTORS (#28106) Fixes #28105 commit 79bd65be35b43937335e1ccc094b12a2f5ad984c Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Mon Nov 3 00:34:02 2025 +0000 [cron] Bump distribution date (2025-11-03) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251104.bin | 192640 bytes | 2025-11-03 23:21:07 UTC | 0 |
Score: 0
|
Membership Required |
commit e9810691ec6d5786a1e28abba875cc769d287469 Author: zzcatvs <145735142+zzcatvs@users.noreply.github.com> Date: Tue Nov 4 04:09:08 2025 +0800 β¨ FYSETC Spider King V1.1 (STM32H723ZG) (#27125) commit 29ad078fda7042a54710c7523a8255df49f291be Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 21:48:24 2025 -0600 πΈπ‘οΈ Refactor AUTOTEMP, apply to LCD temp change (#28155) Fixes #28154 commit 0c4beea9beafef7bd571555ea400cbd8a0af10d9 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Mon Nov 3 04:16:44 2025 +0100 π©Ή Fix FT_MOTION + DISTINCT_E_FACTORS (#28106) Fixes #28105 commit 79bd65be35b43937335e1ccc094b12a2f5ad984c Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Mon Nov 3 00:34:02 2025 +0000 [cron] Bump distribution date (2025-11-03) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251104.bin | 194420 bytes | 2025-11-03 23:20:30 UTC | 0 |
Score: 0
|
Membership Required |
commit e9810691ec6d5786a1e28abba875cc769d287469 Author: zzcatvs <145735142+zzcatvs@users.noreply.github.com> Date: Tue Nov 4 04:09:08 2025 +0800 β¨ FYSETC Spider King V1.1 (STM32H723ZG) (#27125) commit 29ad078fda7042a54710c7523a8255df49f291be Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 21:48:24 2025 -0600 πΈπ‘οΈ Refactor AUTOTEMP, apply to LCD temp change (#28155) Fixes #28154 commit 0c4beea9beafef7bd571555ea400cbd8a0af10d9 Author: narno2202 <130909513+narno2202@users.noreply.github.com> Date: Mon Nov 3 04:16:44 2025 +0100 π©Ή Fix FT_MOTION + DISTINCT_E_FACTORS (#28106) Fixes #28105 commit 79bd65be35b43937335e1ccc094b12a2f5ad984c Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Mon Nov 3 00:34:02 2025 +0000 [cron] Bump distribution date (2025-11-03) |
|||||
| Ender3-S1-STM32F4-20251103.bin | 189872 bytes | 2025-11-02 23:22:13 UTC | 0 |
Score: 0
|
Membership Required |
commit 150425e480e50c53360855ee9c14cf60a6e7d4ca Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 16:25:26 2025 -0600 π¨ Update MarlinSimUI commit ID commit 61cc3cdf091df4db972c9e8068b10eb3605497de Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 15:47:02 2025 -0600 π©Ή Followup fix SD Quicksort, FT Motion, Simulator commit 252085f462275f72151cd1b146d1204f00dce084 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Sun Nov 2 08:19:03 2025 +0100 π Fix some FT Motion probing issues (#28096) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 1ead60ec460028f652c5c405a843004ff8a70948 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Sun Nov 2 05:50:48 2025 +0100 β‘οΈ FT Motion trajectories, smoothing, optimization (#28115) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> Co-authored-by: narno2202 <130909513+narno2202@users.noreply.github.com> commit 5a0923ed2846affca10cb378cf8ff40042cfbba3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:05:20 2025 -0500 π§ Unified Linear Advance K Part of #21827 commit 40beddeaa397cf8bb7b324209f86bb47e1d50f7f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Oct 20 16:01:13 2025 -0500 πΈ Simplified M493 Part of #21827 commit 05a64e20137ef1d03ff24ab02ae59d1cfc26b4cb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Oct 20 15:03:31 2025 -0500 πΈ Fix 'M493 G', collisions 'E' 'O' (and 'M'), 'W' report Part of #21827 commit 3fc45df62fa9b390aaebdfa1eed24ba06b9cfa8c Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 00:34:34 2025 +0000 [cron] Bump distribution date (2025-11-02) commit 9c3d74f6d1831be21d1fc2413f9a2b21ba5862bb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 18:57:12 2025 -0500 π©Ή ProUI: Edit K for active E (2) |
|||||
| Ender3-S1-STM32F1-20251103.bin | 192276 bytes | 2025-11-02 23:21:39 UTC | 0 |
Score: 0
|
Membership Required |
commit 150425e480e50c53360855ee9c14cf60a6e7d4ca Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 16:25:26 2025 -0600 π¨ Update MarlinSimUI commit ID commit 61cc3cdf091df4db972c9e8068b10eb3605497de Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 15:47:02 2025 -0600 π©Ή Followup fix SD Quicksort, FT Motion, Simulator commit 252085f462275f72151cd1b146d1204f00dce084 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Sun Nov 2 08:19:03 2025 +0100 π Fix some FT Motion probing issues (#28096) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 1ead60ec460028f652c5c405a843004ff8a70948 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Sun Nov 2 05:50:48 2025 +0100 β‘οΈ FT Motion trajectories, smoothing, optimization (#28115) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> Co-authored-by: narno2202 <130909513+narno2202@users.noreply.github.com> commit 5a0923ed2846affca10cb378cf8ff40042cfbba3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:05:20 2025 -0500 π§ Unified Linear Advance K Part of #21827 commit 40beddeaa397cf8bb7b324209f86bb47e1d50f7f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Oct 20 16:01:13 2025 -0500 πΈ Simplified M493 Part of #21827 commit 05a64e20137ef1d03ff24ab02ae59d1cfc26b4cb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Oct 20 15:03:31 2025 -0500 πΈ Fix 'M493 G', collisions 'E' 'O' (and 'M'), 'W' report Part of #21827 commit 3fc45df62fa9b390aaebdfa1eed24ba06b9cfa8c Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 00:34:34 2025 +0000 [cron] Bump distribution date (2025-11-02) commit 9c3d74f6d1831be21d1fc2413f9a2b21ba5862bb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 18:57:12 2025 -0500 π©Ή ProUI: Edit K for active E (2) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251103.bin | 192608 bytes | 2025-11-02 23:21:06 UTC | 0 |
Score: 0
|
Membership Required |
commit 150425e480e50c53360855ee9c14cf60a6e7d4ca Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 16:25:26 2025 -0600 π¨ Update MarlinSimUI commit ID commit 61cc3cdf091df4db972c9e8068b10eb3605497de Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 15:47:02 2025 -0600 π©Ή Followup fix SD Quicksort, FT Motion, Simulator commit 252085f462275f72151cd1b146d1204f00dce084 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Sun Nov 2 08:19:03 2025 +0100 π Fix some FT Motion probing issues (#28096) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 1ead60ec460028f652c5c405a843004ff8a70948 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Sun Nov 2 05:50:48 2025 +0100 β‘οΈ FT Motion trajectories, smoothing, optimization (#28115) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> Co-authored-by: narno2202 <130909513+narno2202@users.noreply.github.com> commit 5a0923ed2846affca10cb378cf8ff40042cfbba3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:05:20 2025 -0500 π§ Unified Linear Advance K Part of #21827 commit 40beddeaa397cf8bb7b324209f86bb47e1d50f7f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Oct 20 16:01:13 2025 -0500 πΈ Simplified M493 Part of #21827 commit 05a64e20137ef1d03ff24ab02ae59d1cfc26b4cb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Oct 20 15:03:31 2025 -0500 πΈ Fix 'M493 G', collisions 'E' 'O' (and 'M'), 'W' report Part of #21827 commit 3fc45df62fa9b390aaebdfa1eed24ba06b9cfa8c Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 00:34:34 2025 +0000 [cron] Bump distribution date (2025-11-02) commit 9c3d74f6d1831be21d1fc2413f9a2b21ba5862bb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 18:57:12 2025 -0500 π©Ή ProUI: Edit K for active E (2) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251103.bin | 194428 bytes | 2025-11-02 23:20:29 UTC | 0 |
Score: 0
|
Membership Required |
commit 150425e480e50c53360855ee9c14cf60a6e7d4ca Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 16:25:26 2025 -0600 π¨ Update MarlinSimUI commit ID commit 61cc3cdf091df4db972c9e8068b10eb3605497de Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 15:47:02 2025 -0600 π©Ή Followup fix SD Quicksort, FT Motion, Simulator commit 252085f462275f72151cd1b146d1204f00dce084 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Sun Nov 2 08:19:03 2025 +0100 π Fix some FT Motion probing issues (#28096) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> commit 1ead60ec460028f652c5c405a843004ff8a70948 Author: David Buezas <dbuezas@users.noreply.github.com> Date: Sun Nov 2 05:50:48 2025 +0100 β‘οΈ FT Motion trajectories, smoothing, optimization (#28115) Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com> Co-authored-by: narno2202 <130909513+narno2202@users.noreply.github.com> commit 5a0923ed2846affca10cb378cf8ff40042cfbba3 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:05:20 2025 -0500 π§ Unified Linear Advance K Part of #21827 commit 40beddeaa397cf8bb7b324209f86bb47e1d50f7f Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Oct 20 16:01:13 2025 -0500 πΈ Simplified M493 Part of #21827 commit 05a64e20137ef1d03ff24ab02ae59d1cfc26b4cb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Mon Oct 20 15:03:31 2025 -0500 πΈ Fix 'M493 G', collisions 'E' 'O' (and 'M'), 'W' report Part of #21827 commit 3fc45df62fa9b390aaebdfa1eed24ba06b9cfa8c Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sun Nov 2 00:34:34 2025 +0000 [cron] Bump distribution date (2025-11-02) commit 9c3d74f6d1831be21d1fc2413f9a2b21ba5862bb Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 18:57:12 2025 -0500 π©Ή ProUI: Edit K for active E (2) |
|||||
| Ender3-S1-STM32F4-20251102.bin | 189872 bytes | 2025-11-01 23:22:18 UTC | 0 |
Score: 0
|
Membership Required |
commit bdfb0cc63f1e4ccd9dbee9323d73bf6b3694f890 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:22:35 2025 -0500 π©Ή ProUI: Edit K for active E commit 8bf127afe6103d2f13d373a3b3ee4018c6c6d2ad Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:21:52 2025 -0500 π¨ Aesthetic tweaks commit 33ad711ee867abaa3f12caadab614f34ebfaada2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 16:53:36 2025 -0500 β Update some CI tests commit 20e99497dddf653d33f838e12a564ac78f6132bf Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 17:21:16 2025 -0500 π¨ AxisEnum style commit baa20d9ea2a3894d171531445fa279bc83f69390 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Oct 22 15:04:42 2025 -0500 π¨ Misc. HAL types, planner sq, etc. commit 367bcedea73d42c7227081546098570f389437b0 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 16:41:13 2025 -0500 π§βπ» Reuse FTM smoothing edit item macro commit 5d59779a80c293739e66e4bc4c40e681fd2ab557 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 20:17:18 2025 -0500 π§βπ» Combine G60-G61 (#28149) commit 1c19cfcbc7f31133f943da5b37efa15bc1da6f85 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 00:34:02 2025 +0000 [cron] Bump distribution date (2025-11-01) commit 14a83342e1506fde6745575b0283fa572aaa61e8 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat Nov 1 12:08:50 2025 +1300 π¨ Add LIB_MAX31855 ini link (#28146) commit f11f42a23ee35090acfb27a451420ad1e1dd5231 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 18:02:05 2025 -0500 π Fix MMU3 resume position (#28148) |
|||||
| Ender3-S1-STM32F1-20251102.bin | 192284 bytes | 2025-11-01 23:21:45 UTC | 0 |
Score: 0
|
Membership Required |
commit bdfb0cc63f1e4ccd9dbee9323d73bf6b3694f890 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:22:35 2025 -0500 π©Ή ProUI: Edit K for active E commit 8bf127afe6103d2f13d373a3b3ee4018c6c6d2ad Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:21:52 2025 -0500 π¨ Aesthetic tweaks commit 33ad711ee867abaa3f12caadab614f34ebfaada2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 16:53:36 2025 -0500 β Update some CI tests commit 20e99497dddf653d33f838e12a564ac78f6132bf Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 17:21:16 2025 -0500 π¨ AxisEnum style commit baa20d9ea2a3894d171531445fa279bc83f69390 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Oct 22 15:04:42 2025 -0500 π¨ Misc. HAL types, planner sq, etc. commit 367bcedea73d42c7227081546098570f389437b0 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 16:41:13 2025 -0500 π§βπ» Reuse FTM smoothing edit item macro commit 5d59779a80c293739e66e4bc4c40e681fd2ab557 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 20:17:18 2025 -0500 π§βπ» Combine G60-G61 (#28149) commit 1c19cfcbc7f31133f943da5b37efa15bc1da6f85 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 00:34:02 2025 +0000 [cron] Bump distribution date (2025-11-01) commit 14a83342e1506fde6745575b0283fa572aaa61e8 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat Nov 1 12:08:50 2025 +1300 π¨ Add LIB_MAX31855 ini link (#28146) commit f11f42a23ee35090acfb27a451420ad1e1dd5231 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 18:02:05 2025 -0500 π Fix MMU3 resume position (#28148) |
|||||
| Ender3-S1-MarlinUI-STM32F4-20251102.bin | 192608 bytes | 2025-11-01 23:21:12 UTC | 0 |
Score: 0
|
Membership Required |
commit bdfb0cc63f1e4ccd9dbee9323d73bf6b3694f890 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:22:35 2025 -0500 π©Ή ProUI: Edit K for active E commit 8bf127afe6103d2f13d373a3b3ee4018c6c6d2ad Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:21:52 2025 -0500 π¨ Aesthetic tweaks commit 33ad711ee867abaa3f12caadab614f34ebfaada2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 16:53:36 2025 -0500 β Update some CI tests commit 20e99497dddf653d33f838e12a564ac78f6132bf Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 17:21:16 2025 -0500 π¨ AxisEnum style commit baa20d9ea2a3894d171531445fa279bc83f69390 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Oct 22 15:04:42 2025 -0500 π¨ Misc. HAL types, planner sq, etc. commit 367bcedea73d42c7227081546098570f389437b0 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 16:41:13 2025 -0500 π§βπ» Reuse FTM smoothing edit item macro commit 5d59779a80c293739e66e4bc4c40e681fd2ab557 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 20:17:18 2025 -0500 π§βπ» Combine G60-G61 (#28149) commit 1c19cfcbc7f31133f943da5b37efa15bc1da6f85 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 00:34:02 2025 +0000 [cron] Bump distribution date (2025-11-01) commit 14a83342e1506fde6745575b0283fa572aaa61e8 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat Nov 1 12:08:50 2025 +1300 π¨ Add LIB_MAX31855 ini link (#28146) commit f11f42a23ee35090acfb27a451420ad1e1dd5231 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 18:02:05 2025 -0500 π Fix MMU3 resume position (#28148) |
|||||
| Ender3-S1-MarlinUI-STM32F1-20251102.bin | 194428 bytes | 2025-11-01 23:20:35 UTC | 0 |
Score: 0
|
Membership Required |
commit bdfb0cc63f1e4ccd9dbee9323d73bf6b3694f890 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:22:35 2025 -0500 π©Ή ProUI: Edit K for active E commit 8bf127afe6103d2f13d373a3b3ee4018c6c6d2ad Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 16:21:52 2025 -0500 π¨ Aesthetic tweaks commit 33ad711ee867abaa3f12caadab614f34ebfaada2 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 16:53:36 2025 -0500 β Update some CI tests commit 20e99497dddf653d33f838e12a564ac78f6132bf Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 17:21:16 2025 -0500 π¨ AxisEnum style commit baa20d9ea2a3894d171531445fa279bc83f69390 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Wed Oct 22 15:04:42 2025 -0500 π¨ Misc. HAL types, planner sq, etc. commit 367bcedea73d42c7227081546098570f389437b0 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 16:41:13 2025 -0500 π§βπ» Reuse FTM smoothing edit item macro commit 5d59779a80c293739e66e4bc4c40e681fd2ab557 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 20:17:18 2025 -0500 π§βπ» Combine G60-G61 (#28149) commit 1c19cfcbc7f31133f943da5b37efa15bc1da6f85 Author: thinkyhead <thinkyhead@users.noreply.github.com> Date: Sat Nov 1 00:34:02 2025 +0000 [cron] Bump distribution date (2025-11-01) commit 14a83342e1506fde6745575b0283fa572aaa61e8 Author: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat Nov 1 12:08:50 2025 +1300 π¨ Add LIB_MAX31855 ini link (#28146) commit f11f42a23ee35090acfb27a451420ad1e1dd5231 Author: Scott Lahteine <thinkyhead@users.noreply.github.com> Date: Fri Oct 31 18:02:05 2025 -0500 π Fix MMU3 resume position (#28148) |
|||||