Skip to content

Releases: luc-github/ESP3D

v2.1 ESP3D for ESP8266/ESP32

08 Sep 09:21

Choose a tag to compare

Pre-release
  • back to normal project - no more a library
  • add notifications : pushover / email / line
  • add MKS TFT support - be aware usage is limited due to MKS TFT firmware blocking lot of output commands
  • add basic platformIO setup
  • new delay command [ESP290]<delay in ms>
  • new command to disable ESP3D serial to free it from printer if shared with USB [ESP900]<ENABLE/DISABLE>
  • better responsiveness when doing upload (sd / webupdate/ FS)
  • lot of bug fixes

⚠️ Warning: due to notifications code and others improvements, now the FW is over 500K ⚠️

what does it means ?

  • for 4MB flash boards, need to use 2MB for SPIFFS instead of 3MB, the 2 others will be used for FW.
  • for 1MB flash boards. need to disable Notifications to decrease space and/or follow : #331

ESP3D for ESP8266/ESP32

19 Mar 13:32

Choose a tag to compare

  • Usable as library
  • Full support for ESP8266/ESP32
  • Better support for Marlin (due to lot of change in Marlin code)
  • Connection management
  • DHT support
  • Oled Support
  • Serial SD communication only -> not for Azteeg X5 mini WiFi or clone
  • Even async webserver is available - better use sync webserver

ESP3D for ESP8266/ESP32

26 Apr 01:11

Choose a tag to compare

This firmware allows to configure your ESP as AP or Client and monitor and control your 3D printer.
For esp8266 core 2.4.1

  • Smaller footprint
  • Embedded SPIFFS and Firmware uploader
  • Fancy Web-UI (https://github.com/luc-github/ESP3D-WEBUI)
  • Full support of Marlin / Marlinkimbra / Repetier / Smoothieware
  • Beta support for EP32 (some libraries are still missing or not optimized: Web Server, SSDP, NetBIOS), check asyncwebserver branch for full esp32 support
  • Serial SD communication only -> not for Azteeg X5 mini WiFi

For ESP boards

04 Jan 09:26
7a5c3a9

Choose a tag to compare

This firmware allows to configure your ESP as AP or Client and monitor and control your 3D printer.
For core 2.4.0 (http://arduino.esp8266.com/versions/2.4.0/package_esp8266com_index.json)

  • Smaller footprint
  • Embedded SPIFFS and Firmware uploader
  • New Web-UI (https://github.com/luc-github/ESP3D-WEBUI)
  • Now full support of Marlin / Marlinkimbra / Repetier / Smoothieware
  • Beta support for EP32 (some libraries are still missing or not optimized: Web Server, SSDP, NetBIOS)

Limitation: 16MB boards are not recognized properly per #198

For ESP boards with at least 1M of flash (new ESP01 / ESP12E/F)

10 May 17:37

Choose a tag to compare

This fw allows to configure your ESP as AP or Client and monitor and control your 3D printer
for core 2.2.0 (http://arduino.esp8266.com/versions/2.2.0/package_esp8266com_index.json)

  • fix Sleep mode / PHY mode
  • fix random crash when compilation is done under linux (possibly all OS)

For ESP boards with at least 1M of flash (new ESP01 / ESP12E/F)

20 Apr 20:24

Choose a tag to compare

This fw allows to configure your ESP as AP or Client and monitor and control your 3D printer
for core 2.2.0 (http://arduino.esp8266.com/versions/2.2.0/package_esp8266com_index.json)

For ESP boards with at least 1M of flash (new ESP01 / ESP12E/F)

25 Jan 07:13

Choose a tag to compare

This fw allows to configure your ESP as AP or Client and monitor and control your 3D printer
for core 2.0.0 (http://arduino.esp8266.com/versions/2.0.0/package_esp8266com_index.json)

For ESP12E and other boards with at least 4M of flash

18 Nov 03:04

Choose a tag to compare

This fw allows to configure your ESP as AP or Client and monitor and control your 3D printer

For ESP01 and ESP12E

23 Oct 03:27

Choose a tag to compare

For ESP01 and ESP12E Pre-release
Pre-release

This fw allows to configure your ESP as AP or Client and monitor and control your 3D printer