Skip to content

Releases: seeul8er/RepPanel_ESP32

RepPanel Release v1.4.0

07 Mar 22:49
Compare
Choose a tag to compare

Changelog:

  • Fixed crashes when user does no click the button of a dialog, but the dialog box
  • Added file info information when long pressed on job
  • fixed filament length parsing
  • fixed UART parser errors
  • fixed simulation time parsing errors

To flash with ESP-IDF run:
python esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 reppanel_esp32.bin

To flash with Windows & GUI flasher - download Flash Download Tools.
Configure addresses as in the command above (0x8000 for partition table etc.).

RepPanel Release v1.3.0

29 Jan 18:20
d0d5a8f
Compare
Choose a tag to compare

Changelog:

  • Fixed memory bugs - this release is stable and pretty much runs crash free
  • Less crashes due to low memory
  • Fixed crashes due to updating items that are not visible anymore
  • Increased max. directory listing from 16 to 24
  • Increased max. filename length from 128 to 160
  • Made scrolling smoother
  • Removed Console feature due to low significance and for the benefit of more memory for other applications - can be re-enabled via idf.py menuconfig

To flash with ESP-IDF run:
python esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 reppanel_esp32.bin

To flash with Windows & GUI flasher - download Flash Download Tools.
Configure addresses as in the command above (0x8000 for partition table etc.).

RepPanel Release v1.2.0

01 Jan 16:24
Compare
Choose a tag to compare

Changelog:

  • Support for RRF 3.4+
  • Support of the RRF Object Model with M409 and now DWC responses
  • Legacy support for RRF2 type of responses
  • Added Screensaver with a configurable timeout (at compile time). Precompiled images have a timeout of 60s
  • Added support for RRF & Duet type of message boxes

To flash with ESP-IDF run:
python esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 reppanel_esp32.bin

To flash with Windows & GUI flasher - download Flash Download Tools.
Configure addresses as in command above (0x8000 for partition table etc.).

RepPanel Release v1.1.1

02 May 16:28
Compare
Choose a tag to compare

Changelog:

  • Fixed crash when no filament specified
  • Macro and Job listings are now sorted by modification date
  • Fixed filament load/unload error if no tool was selected previously
  • Rebased to custom branch of lvgl (seeul8er)
  • Compiled for release/performance

To flash with ESP-IDF run:
python esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 reppanel_esp32.bin

To flash with Windows & GUI flasher - download Flash Download Tools.
Configure addresses as in command above (0x8000 for partition table etc.).

RepPanel Release v1.1.0

22 Aug 17:43
Compare
Choose a tag to compare

Thanks for contributions from user vden

  • Change console image button
  • Added power button
  • Added extruder fan control
  • Added light switch (compile time selection) - default not
  • ILI9488 freeze fix because of low memory crash by decreasing LVGL memory

To flash with ESP-IDF run:
python esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 reppanel_esp32.bin

To flash with Windows & GUI flasher - download Flash Download Tools.
Configure addresses as in command above (0x8000 for partition table etc.).

RepPanel Release v1.0.2

22 Jun 16:30
Compare
Choose a tag to compare
  • Improved stability due to faster slowdown in list scroll animation
  • Fixed display message bug

To flash with ESP-IDF run:
python esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 reppanel_esp32.bin

To flash with Windows & GUI flasher - download Flash Download Tools.
Configure addresses as in command above (0x8000 for partition table etc.).

RepPanel Release v1.0.1

24 May 11:27
Compare
Choose a tag to compare
  • Fixed tool count bug when duet is not configured correctly
  • Rearranged machine tab for faster screen update (lower RAM/allocation usage)
  • Fixed some log outs

To flash with ESP-IDF run:
python esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 reppanel_esp32.bin

To flash with Windows & GUI flasher - download Flash Download Tools.
Configure addresses as in command above (0x8000 for partition table etc.).

RepPanel Release v1.0.0

16 May 21:27
Compare
Choose a tag to compare

First full-featured release! Added UART support. Fixed bugs.

To flash with ESP-IDF run:
python esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 reppanel_esp32.bin

To flash with Windows & GUI flasher - download Flash Download Tools.
Configure addresses as in command above (0x8000 for partition table etc.).

RepPanel Release v0.1.0

06 Apr 19:30
Compare
Choose a tag to compare

First official release. All major functions working.
To flash with ESP-IDF run:
esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 reppanel_esp32.bin

To flash with Windows & GUI flasher - download Flash Download Tools.
Configure addresses as in command above (0x8000 for partition table etc.).