@wschadow can you show also the upper folder structure?
It might be related, as this in a sub folder.
Does this also happen in the top folder?
@wschadow can you show also the upper folder structure?
It might be related, as this in a sub folder.
Does this also happen in the top folder?
Hallo community,
the brand-new official major release 3.5.0 for PanelDue is available!
Detailed release notes and image downloads can be found on github.
https://github.com/Duet3D/PanelDueFirmware/releases/tag/3.5.0
If you find any problems please report them here.
Detailed flashing/update instructions can be found at https://docs.duet3d.com/en/User_manual/RepRapFirmware/Updating_PanelDue
Cheers and happy printing...
Hey @achrn,
so about you ip address issue.
Paneldue displays only the ip address of the first (index 0) network interface.
In SBC mode currently in any case the RRF's ip address of interface 0 is displayed which is in SBC mode always 0.0.0.0 as the SBC handles the ip connection.
In future this might change that the OM request is forward to SBC which then reports back the SBC's ip address.
If you feel eager to request a more sophisticated ip address displaying feel free to drop a feature request in the forum.
I hope this helped you.
@achrn the missing IP addr might be due to SBC mode. I am clarifying this.
@blt3dp said in PanelDue Firmware 3.5.0-rc9 released:
Just posted this on the github as a bug but I'm runing the same setup as achrn and I'm not seeing the macros on the right on the main screen. clicking macros shows nothing, and clicking the sd card icon doesn't show my gcodes
Hey, i can't reproduce it. Everythng shows up as expected. Is there a problem with your folder structure on the sd card? do you have some unusual folder nesting?
@achrn said in PanelDue Firmware 3.5.0-rc9 released:
On a MB6HC (MB6HC) with a SBC with nice new Bookworm 3.5.1 should the IP address in Setup be correct? Mine is showing 0.0.0.0. The object model has it correct - network.interfaces[0].actualIP showing 192.168.52.38. (I can't remember if it was showing correctly before.)
so there's a little caveat when in setup tab paneldue does NOT communicate with RRF, therefore if switched to early into setup tab, the ip addr might still show 0.0.0.0 (not connected) although RRF has meanwhile connected.
So after RRF is connected and then entering setup tab everything should be displayed as expected.
Hey guys,
a new and likely last release candidate.
As usual release notes and downloads can be found on github.
https://github.com/Duet3D/PanelDueFirmware/releases/tag/3.5.0-rc9
Please report any problems here. And if things will run smooth next week there will be the official 3.5.0.
Cheers and happy printing...
will be released with 3.5.0-rc9.
@NeoDue , Yes, please create one. Thank you
Hey,
I had a brief look into the code. And it's a fairly simple fix.
Thanks for reporting.
Hey @solarsamuel,
this is not bad... i was like really confused why this doesn't work.
But now I understand. It's fairly simple you are trying to run a amd64 executable on arm32 processor.
Your raspberry pi needs different executables. This repository provides only binaries for common PC (amd64).
So what you have to do is to build it yourself.
Here check this tutorial, everything should be explained there.
https://www.digitalocean.com/community/tutorials/how-to-build-and-install-go-programs
But basically it should be something like:
# install your systems go package
apt-get install golang-go
cd PaneldueFirmware/Tools/gobmp2c
go build
./gobmp2c
On my system things work. using current master which is e0ffa9dc812b7bdbc25451aa3c5e71070cb8506b.
Hey @raykholo, unfortunately there are no means to control paneldue remotely. You can display popups on paneldue with M291 gcode.
Hey @Exerqtor, thanks for testing and your detailed response.
I am glad we could sort this out.
Hey @Exerqtor, thanks for reporting.
I just double checked the code and to me things look fine. This area of code wasn't really touched.
But anyway, can you please be more specific about the versions you were using?
And the process would be?
And then it cancels instead of resuming?
Hey,
here' s a new release candidate... looking forward to your feedback.
For release details please refer to github
https://github.com/Duet3D/PanelDueFirmware/releases/tag/3.5.0-rc8
Hey,
can anybody review a dutch translation?
I already asked @Mike3D, but he hasn't been online recently so perhaps somebody else can jump in.
Please check the linked file.
Or the original post.