This is [MARLIN-E3S1PROFORK-BYTT]. A Fork of Marlin 2.1.x-bugfix with the Creality Ender 3 S1 Pro source code included. Personal tweaks, fixes and enhancements included. This firmware is for the Ender 3 S1 Pro (touchscreen) and Ender 3 S1 Plus (touchscreen).
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
ThomasToka bbb284389d
Stock creality firmware 28
This firmware is needed for the dacai screen update to activate the gcode preview and sound toggle support.
9 months ago
323mmx323mm-Ender3S1Pro.HEIC 323mmx323mm print 1 year ago
CHANGELOG.md Update CHANGELOG.md (v008 release) 9 months ago
E3S1PROFORKBYTT_Thumbnail.py Cura 5.4 thumbnail script generating script 9 months ago
E3S1PROFORKBYTT_prusa_thumbnail.py Prusa slicer gcode script to allow preview 9 months ago
Ender-3S1_Pro_HWv24S1_301_SWV2.0.8.28F4_F401_FDM_LASER.zip Stock creality firmware 28 9 months ago
EnderS1Pro-LinearAdvance-001.HEIC Linear Advance range for Ender 3 S1 Pro 1 year ago
FEATURES.md Update FEATURES.md 1 year ago
README.md Update README.md (source code release added) 12 months ago
STM32f401RCTx_BootLoader_v1.bin Ender 3 S1 Pro/Plus F4 Creality bootloader 10 months ago
googlef0eda4392a8ac49d.html google token 9 months ago
robots.txt Create robots.txt 9 months ago

README.md

ATTENTION: Binaries moved to https://github.com/ThomasToka/MarlinFirmware/releases

MarlinFirmware fork MARLIN-E3S1PROFORK-BYTT

Source code is here: [https://github.com/ThomasToka/Marlin/tree/MARLIN-E3S1PROFORK-BYTT]

The official pull request is here: https://github.com/MarlinFirmware/Marlin/pull/25948

This firmware is for the Creality Ender 3 S1 Pro and Ender 3 S1 Plus.

It has its own screen firmware for DWIN and Dacai displays. This firmware is backward compatible with the stock screen display firmware. Naturally then only the stock features are available.

Expect updates of other non patched firmwares with this fixes then.. lol

But hej. I will release the fixes. :-)


My instructions for firmware installations are:

  • check your chip inside your printer (look at the about page, usually you will see F4 in the number FW/Ver field)
  • for F4 printer create a folder STM32F4_UPDATE on your 4096 formated SD card and put my firmware bin file inside
  • for F1 printer it is sufficient to put the firmware bin file inside the root of your 4096 formated SD card
  • reboot printer

Note: Touch display firmware 1.0.2 or 1.0.3 is required. Look at your about page "Screen VER" But if you have the recent vendor firmware running you should have already one of this touch firmware versions installed and be fine.

Please check your machines start gcode. Your bed starts now at x=0. Some Slicer default to a negative purge line start point ex x=-2 or very close to the bededge ex x=0.1. Put it on x=5 or something reasonable beeing good placed on your bed..

Example old:

G1 X-2.1 Y20 Z0.28 F5000.0 ;Move to start position

G1 X-2.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line

G1 X-2.4 Y200.0 Z0.28 F5000.0 ;Move to side a little

G1 X-2.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line

Example new:

G1 X5.1 Y20 Z0.28 F5000.0 ;Move to start position

G1 X5.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line

G1 X5.4 Y200.0 Z0.28 F5000.0 ;Move to side a little

G1 X5.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line

Check also the set dimensions of the buildplate in your slicer. Most slicers have 220mm x 220 mm (Pro) or 300mm x 300mm (Plus) cause of the not matching firmware. The bed has 235mm x 235mm on the Pro. On the Plus we have a special situation: The nozzle can´t reach the last 5mm on y max. So we capped here 5mm. The configured printarea for the Plus is 310mm x 310mm. Please set this values as your printarea in you slicer.


My instructions for Z-Offset quick setting and installation:

  • level your bed with old firmware
  • note your z-offset ex. -1.74mm
  • flash new firmware
  • connect with pronterface or other terminal to your printer and issue:
  • M502 ; factory reset
  • M851 Z-1.74 ; set your z-offset
  • M500 ; save configuration
  • M503 ; check if your z-offset matches
  • G28 ; home your printer
  • heat up nozzle and/or bed like usually do before bedleveling
  • on the touch start autoleveling (there is no need to do the points if your bed was level before..)
  • after autoleveling your are ready to print.

Alternative method for Z-Offset setting:

Do it your way as usual. You can set your z-offset by gcode, by touch display, by other terminal. However you do it. This firmware is installable as every other firmware.


Be carefully with your printer. Mine works fine. But this is a new build. So have your fingers near the power button when lowering your z-axis and starting print for the first time.

Please open an issue if there is something wrong.


The changelog has been rebased to: https://github.com/ThomasToka/MarlinFirmware/blob/Firmware-Binaries/CHANGELOG.md