Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. mfs12
    3. Posts
    • Profile
    • Following 4
    • Followers 6
    • Topics 50
    • Posts 500
    • Best 108
    • Controversial 0
    • Groups 1

    Posts made by mfs12

    • RE: PanelDue Firmware 3.5.0 released

      @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?

      posted in PanelDue
      mfs12undefined
      mfs12
    • PanelDue Firmware 3.5.0 released

      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...

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: PanelDue Firmware 3.5.0-rc9 released

      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.

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: PanelDue Firmware 3.5.0-rc9 released

      @achrn the missing IP addr might be due to SBC mode. I am clarifying this.

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: PanelDue Firmware 3.5.0-rc9 released

      @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?

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: PanelDue Firmware 3.5.0-rc9 released

      @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.

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: PanelDue Firmware 3.5.0-rc9 released

      @blt3dp @achrn I will have look into it.

      posted in PanelDue
      mfs12undefined
      mfs12
    • PanelDue Firmware 3.5.0-rc9 released

      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...

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: Glitch in PanelDue FW 3.5.0 rc8 when deleting a file

      will be released with 3.5.0-rc9.

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: Glitch in PanelDue FW 3.5.0 rc8 when deleting a file

      https://github.com/Duet3D/PanelDueFirmware/issues/332

      Braintoe created this issue in Duet3D/PanelDueFirmware

      closed SD card file list does not update correctly when deleting a file if files spread across more than one page #332

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: Glitch in PanelDue FW 3.5.0 rc8 when deleting a file

      @NeoDue , Yes, please create one. Thank you

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: Glitch in PanelDue FW 3.5.0 rc8 when deleting a file

      Hey,

      I had a brief look into the code. And it's a fairly simple fix.

      Thanks for reporting.

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: PanelDue 7i New Splash Screen Exec Format Error

      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
      
      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: PanelDue 7i New Splash Screen Exec Format Error

      On my system things work. using current master which is e0ffa9dc812b7bdbc25451aa3c5e71070cb8506b.

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: PanelDue 7i New Splash Screen Exec Format Error

      Hey @solarsamuel,

      which version did you check out?

      Can you please also do

      $ file bmp2c
      
      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: Control PanelDue through gCode commands?

      Hey @raykholo, unfortunately there are no means to control paneldue remotely. You can display popups on paneldue with M291 gcode.

      https://docs.duet3d.com/User_manual/Reference/Gcodes#m291-display-message-and-optionally-wait-for-response

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: PanelDue Firmware 3.5.0-rc8 released

      Hey @Exerqtor, thanks for testing and your detailed response.

      I am glad we could sort this out. 🙂

      posted in PanelDue
      mfs12undefined
      mfs12
    • RE: PanelDue Firmware 3.5.0-rc8 released

      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?

      • RRF?
      • PanelDue 3.5.0-rc8?

      And the process would be?

      • launch print
      • pause with M226
      • hit resume on PanelDue's "print" tab

      And then it cancels instead of resuming?

      posted in PanelDue
      mfs12undefined
      mfs12
    • PanelDue Firmware 3.5.0-rc8 released

      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

      posted in PanelDue
      mfs12undefined
      mfs12
    • Review of dutch translation for PanelDue-3.5

      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.

      dutch-translation-0.2.txt

      Or the original post.

      https://forum.duet3d.com/post/326519

      posted in PanelDue
      mfs12undefined
      mfs12