PanelDueFirmware 3.2.8 released
-
I am pleased to announce release 3.2.8 of PanelDueFirmware. This is mainly a bugfix release to address bugs introduced in 3.2.6 and 3.2.7. For details see release notes below.
Version 3.2.8
Upgrade Notes:
- This release is compatible with RepRapFirmware 3.2 or later.
Limitations
- Due to the lack of RAM this build will not run on version 1 or early version 2 PanelDue boards that use the
ATSAM3S2B
chip.- Version 1.0, 1.1 and earlier v2 PanelDue:
ATSAM3S2B
processor (64MHz, 32kb RAM, 128kB flash) - these are the ones that the new firmware probably won't run on. - Version 2 PanelDue manufactured from August 2016:
ATSAM3S4B
processor (64MHz, 48kb RAM, 256kb flash). Will run the new firmware, but not as fast as version 3 will. - Version 3 PanelDue, including all 5i and 7i:
ATSAM4S4B
processor, 120MHz, 64kB RAM, 256kb flash. Will run the new firmware.
- Version 1.0, 1.1 and earlier v2 PanelDue:
Changed:
- Added Ukrainian translation (disabled for now) - thanks vitaliy172
- Removed unused fonts
- Move heater status into bed and chamber only to save some RAM
- Support multiplexed heaters
- Add color gradient to buttons in Dark 1 theme
Bug fixes:
- Fan used
fans[].actualValue
instead offans[].requestedValue
- Color gradient for heater-fault was broken on Light theme
- Additional bed and heater buttons alwaysed controlled the first bed or chamber respectively
- Extrusion factor could be shown for an element without an extruder
- Active/standby controls for tools with multiple heaters always set all heaters of this tool
Downloads and Instructions
Binaries can be found at https://github.com/Duet3D/PanelDueFirmware/releases/tag/3.2.8
Flashing instructions can be found at https://duet3d.dozuki.com/Wiki/PanelDue_Firmware_update -
@wilriker There is something strange going on in this firmware...
-
@BoA please provide the output of
M409 K"heat" F"d99vn" M409 K"tools" F"d99vn"
-
Commands executed during print.
console.txtSeems there is some relation with bed heater and tool1:
https://www.youtube.com/watch?v=E9w-VdB8ghcT1 state "blinks" with the same state as heatbed.
On video it is on stby, but making it active makes T1 blinking in red also.And after pressing Emergency Stop:
-
@wilriker Sent M997 S4, and I get: Error: M997: Network-related commands are not supported when using an attached Single Board Computer
Duet 3 Mini with 3.2 and a Pi4.
-
I’ve also seen my macros blank out like that this am after upgrading to 3.2.8 and the rapid blinking of temps like in your video.
-
Thanks,when Italian language?
-
Same here...
If you touch the field once it is shown properly again.
-
Thanks all for reporting and confirming. I will have a look at these today.
-
@flopo76 said in PanelDueFirmware 3.2.8 released:
Thanks,when Italian language?
I don't speak Italian so unless someone is willing to translate the strings at https://github.com/Duet3D/PanelDueFirmware/blob/master/src/Strings.hpp#L123 there is not much I can do unfortunately.
-
And I released PanelDueFirmware 3.2.9 that hopefully fixes all the mentioned issues. It turned out that the bug with broken macro buttons was in fact a side-effect of the status-bug and I could no longer reproduce it once I fixed the that.
Please continue in the other thread and apologies for the numerous releases.