Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    PanelDue Stopped working

    PanelDue
    3
    4
    33
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Furbyhaxx
      Furbyhaxx last edited by Furbyhaxx

      Hi,
      Today on one of our printers the PanelDue stopped communicating with the DuetWifi while updating to firmware 3.1.0. I Tested 3 LCD incl. boards and two 4 pin cables but the PanelDuet stays at "connecting".

      When I update the Duet firmware over DWC the PanelDue shows the messages from the firmware update.

      Ah, PanelDue firmware was also updated to v1.24

      1 Reply Last reply Reply Quote 0
      • Furbyhaxx
        Furbyhaxx last edited by

        found the error trought RRF, this line was missing from my config:

        M575 P1 S1 B57600                                                ; enable support for PanelDue
        

        interesting is that another machine with the same config and firmware 3.0 also not had this line but the PanelDuet worked without problems after updating.

        droftarts A Former User 2 Replies Last reply Reply Quote 0
        • droftarts
          droftarts Moderator @Furbyhaxx last edited by

          @Furbyhaxx what firmware was each PanelDue running?

          Ian

          1 Reply Last reply Reply Quote 0
          • A Former User
            A Former User @Furbyhaxx last edited by A Former User

            @Furbyhaxx said in PanelDue Stopped working:

            this line was missing from my config:

            what was really missing was the user reading the upgrade notes.

            https://github.com/Duet3D/RepRapFirmware/blob/v3-dev/WHATS_NEW_RRF3.md#reprapfirmware-310

            Upgrade notes:

            <snip>
            All PanelDue users: the PanelDue connector (or IO_0 on Duet 3) is no longer dedicated to PanelDue, therefore if you connect a PanelDue to this port you must use the following command in config.g to enable it: M575 P1 S1 B57600. You can use baud rates other than 57600, however the IAP files all assume 57600 baud; therefore if you use another baud rate then PanelDue will not display firmware update progress.

            (or maybe the "All PanelDue users" part followed by Duet3 specific info makes it unclear if it applies to Duet 2? It does.

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA