Releases: seeul8er/RepPanel_ESP32
RepPanel Release v1.4.0
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
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
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
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
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
- 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
- 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
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
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.).