Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    12864 Display Unresponsive on Preheat Page 3.3b2

    Scheduled Pinned Locked Moved Solved
    Beta Firmware
    6
    18
    951
    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.
    • jay_s_ukundefined
      jay_s_uk @JadonM
      last edited by

      @jadonm I can confirm we've since had a couple of reports on the STM32 port as well

      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

      1 Reply Last reply Reply Quote 1
      • dc42undefined
        dc42 administrators @JadonM
        last edited by

        @jadonm, I have just reproduced this, although in my case I get a firmware reset when I select Preheat. I will find out the cause. We're in the middle of doing the 3.3beta3 release, so unfortunately it's probably too late to include the fix in this version.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        Topherundefined 1 Reply Last reply Reply Quote 2
        • Topherundefined
          Topher @dc42
          last edited by

          @dc42 said in 12864 Display Unresponsive on Preheat Page 3.3b2:

          @jadonm, I have just reproduced this, although in my case I get a firmware reset when I select Preheat. I will find out the cause. We're in the middle of doing the 3.3beta3 release, so unfortunately it's probably too late to include the fix in this version.

          Im getting a firmware reset on the duet3 mini and duet2 wifi just has some menu freezing. Both are running 3.2.2

          dc42undefined 1 Reply Last reply Reply Quote 0
          • dc42undefined
            dc42 administrators @Topher
            last edited by dc42

            The problem appears to be the combination of these lines:

            image R54 C5 L"imgs/bed.img"
            ...
            image L"imgs/temp.img"
            

            Image bed.img is OK, but temp.img is 13 pixels high, so when it is positioned starting on line 54 the last row overflows the display. RRF should detect this and truncate the image, but that's not working.

            The menu works OK (apart from the display not being what was intended) if either R54 is replaced by R53, or temp.img in the second line is replaced by bed.img. Either way, the image no longer overflows past the last line of the 64-line display.

            Edit: another fix is to replace the "Hotend temperature section by this:

            ; Hotend Temperature
            image R53 L"imgs/temp.img"
            value R54 N100
            text T"/"
            value H2 N0
            

            I changed the row to 53 for the image, and set it back to 54 for the following text.

            Duet WiFi hardware designer and firmware engineer
            Please do not ask me for Duet support via PM or email, use the forum
            http://www.escher3d.com, https://miscsolutions.wordpress.com

            JadonMundefined 1 Reply Last reply Reply Quote 1
            • JadonMundefined
              JadonM @dc42
              last edited by

              @dc42 Thanks a lot for your time! I really do appreciate it, and will update the repository soon with the fix for that bug in the display file.

              dc42undefined 1 Reply Last reply Reply Quote 2
              • dc42undefined
                dc42 administrators @JadonM
                last edited by

                @jadonm, I have fixed the RRF code in the soon-to-be-released 3.3beta3.

                Duet WiFi hardware designer and firmware engineer
                Please do not ask me for Duet support via PM or email, use the forum
                http://www.escher3d.com, https://miscsolutions.wordpress.com

                Topherundefined JadonMundefined 2 Replies Last reply Reply Quote 1
                • Topherundefined
                  Topher @dc42
                  last edited by

                  @dc42 I just updated to the RRF 3.3 beta2 on the Mini5, im now not seeing the Display card under files anymore although the SD card files are still there. Any ideas? Screen Shot 2021-04-22 at 2.52.57 PM.png

                  jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                  • jay_s_ukundefined
                    jay_s_uk @Topher
                    last edited by

                    @leckietech Theres a dropdown menu top left in system to switch to the menu/display files

                    Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                    Topherundefined 1 Reply Last reply Reply Quote 0
                    • Topherundefined
                      Topher @jay_s_uk
                      last edited by

                      @jay_s_uk said in 12864 Display Unresponsive on Preheat Page 3.3b2:

                      @leckietech Theres a dropdown menu top left in system to switch to the menu/display files

                      Ah, got it. Thanks, heres a photo for anyone stuck in the future:Screen Shot 2021-04-22 at 3.12.20 PM.png

                      1 Reply Last reply Reply Quote 2
                      • JadonMundefined
                        JadonM @dc42
                        last edited by

                        @dc42 said in 12864 Display Unresponsive on Preheat Page 3.3b2:

                        I have fixed the RRF code in the soon-to-be-released 3.3beta3

                        Wow! Your excellent support continues to amaze me! 😄

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