Panel Due firmware 1.21.2 released
-
@dc42 so I would suggest to use "layer" instead of "Schicht". As written above, this is pretty common to use in the german speaking community.
-
PS - I've just built new PanelDue 7i firmware (1.21.4) with the backlight PWM frequency increased to 20kHz, also I doubled the maximum size of the file lists. You can find it at https://www.dropbox.com/s/zspt57vb1nn0h43/PanelDue-5.0i-7.0i.bin?dl=0.
-
yiha! The noise went away thanks a lot! (think the "no-logo" bin and maybe the cropping problem will be changed later on, but thanks a lot!)
greetings kuhni
-
@kuhnikuehnast said in Panel Due firmware 1.21.2 released:
yiha! The noise went away thanks a lot! (think the "no-logo" bin and maybe the cropping problem will be changed later on, but thanks a lot!)
greetings kuhni
I updated the German text to "Layer" shortly after I posted the link.
The "nologo" version works on my 7i. You can get it here https://www.dropbox.com/s/omy7i2t6tb4b979/PanelDue-5.0i-7.0i-nologo.bin?dl=0.
-
Currently on the PanelDue firmware 1.21.4
positive- buzzing noise is gone (with dimmed screen)
negative
- auto-dim facility reactivation by tool change
-
@zerspaner_gerd said in Panel Due firmware 1.21.2 released:
negative
- auto-dim facility reactivation by tool change
Have you selected "Dim always" in the Setup page?
-
@dc42
YES
-
I have added this to my list to investigate when I start working on the next PanelDue firmware release.
-
This and the previous version only seem to display the macros after sending an M80 to enable the VIN supply? The screen, Duet Ethernet, and Duex5 all have a 5V supply and the web interface responds (showing macros) as expected.
One of my macros is M80!
Edit: ...will test if any gcode command makes the macros appear.
Edit2: Tried M115, M119, M122, M300 and all respond but macros stay hidden. Macros and build files only appear after power to VIN is connected. For me this is M80 then a push button to close the relays and the macros only appear after the push button is closed.
-
This post is deleted! -
@doctrucker said in Panel Due firmware 1.21.2 released:
This and the previous version only seem to display the macros after sending an M80 to enable the VIN supply? The screen, Duet Ethernet, and Duex5 all have a 5V supply and the web interface responds (showing macros) as expected.
One of my macros is M80!
Edit: ...will test if any gcode command makes the macros appear.
Edit2: Tried M115, M119, M122, M300 and all respond but macros stay hidden. Macros and build files only appear after power to VIN is connected. For me this is M80 then a push button to close the relays and the macros only appear after the push button is closed.
Thanks for your report. I have added this to my work list for the next release.
-
Regarding the suggestion to make the PanelDue to be updated by the DuetWifi or DuetEthernet (like itself and the WifiServer is updated), I recently came across the UF2 Bootloader (details on https://makecode.com/blog/one-chip-to-flash-them-all). This bootloader can easily update itself when given the update file - and the interesting thing about this update file is that it contains extra information, that is usually not part of the binary file, for example which blocks to update etc.
This bootloader and code, is open source, from what I can find and have a few advantages, like only writing to blocks that have changed code.
Being able to update the PanelDue from either the DuetWifi or an SD card into the PanelDue card slot, will be a great help to me (simply takes too long for me to reach the USB on the PanelDue). Anyways, thank you for making the updating the DuetWifi firmware and WifiServer firmware so easy to update, it is way better than having to tether the printer to a computer and compile it (after re-applying your own changes to the new version).
-
I did not want to create a new thread just to ask this, if there is a better place to ask for new features please let me know?
I would like to be able to change filament using Panel Due. Now I can only use the load, unload and swap filaments with DWC.
Thank you
-
@brunofporto said in Panel Due firmware 1.21.2 released:
I did not want to create a new thread just to ask this, if there is a better place to ask for new features please let me know?
I would like to be able to change filament using Panel Due. Now I can only use the load, unload and swap filaments with DWC.
Thank you
Can you write macros to change the filament?
-
@dc42 Yes. I already use them with DWC. I am even using the sttall detection to stop at the end of the bowden tube.
-
@dc42 Ok, now I got it. I'll create macros to call M702 to unload and then another macro to call M701 and M703.
But it would still be nice to have the drop down menu like DWC to unload, swap and, if not loaded, load a filament