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

    Resume button cancels print instead of resuming 3.5.0-rc5

    Scheduled Pinned Locked Moved Solved
    PanelDue
    6
    10
    543
    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.
    • omniundefined
      omni
      last edited by mfs12

      I think I found a bug in the new 3.5.0 RC5.

      It happened twice, the same way. I am testing a filament monitor and twice it detected too little movement and paused the print.
      When I hit the RESUME button on Panel Due - instead of resuming it (like it always did) - it CANCELS the print! It ruined two prints so far midway.

      Can you please test and confirm if this is a bug or a feature. 😑

      Duet 2 Ethernet - FW: 3.5.0-beta.3
      Duet Web Control DWC 3.5.0-beta.3
      Pame;die FW ? 3.5.0 RC5

      Just in case - here is my resume.g (but it used to work fine before) :

      ; resume.g
      ; called before a print from SD card is resumed
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.1 on Sun May 31 2020 19:03:43 GMT+0200 (Central European Summer Time)
      G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move
      G1 R1 X0 Y0          ; go back to the last print move
      M83                  ; relative extruder moves
      G1 E1 F3600          ; extrude 1mm of filament
      

      Thanks!

      arhiundefined 1 Reply Last reply Reply Quote 1
      • Phaedruxundefined Phaedrux marked this topic as a question
      • arhiundefined
        arhi @omni
        last edited by

        @omni IIRC panel only sends M24 to the board and board then calls resume.g and resumes the print after M25/M226. The way to cancel is iirc M0/M1/M2/M112 ... again just sending code from panel to board... what you could do is add some M117 to the resume.g and cancel.g to display some debug message to know what script was executed by the RRF so you will know what code was sent..

        I know I myself often click on cancel instead on resume on octoprint web interface (printer not related to RRF in any way) 'cause the buttons are not logical at that point 😞 .. maybe it is a human error 🙂

        omniundefined 1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator
          last edited by Phaedrux

          @mfs12 heads up

          @omni what hardware version of PanelDue?

          Z-Bot CoreXY Build | Thingiverse Profile

          Exerqtorundefined omniundefined 2 Replies Last reply Reply Quote 0
          • Exerqtorundefined
            Exerqtor @Phaedrux
            last edited by Exerqtor

            I seem to have an issue with the Resume on 3.5rc5 to.

            Did the first pause with rc5 today, and the Cancel button is totally gone in my case when it's paused.

            And when i pushed Resume it ran the Cancel macro.

            This is on a Duet 3 Mini running 3.5b3+ and a 5" PD V3 running 3.5rc5.

            1 Reply Last reply Reply Quote 1
            • omniundefined
              omni @Phaedrux
              last edited by

              @Phaedrux Paneldue 7 V3

              1 Reply Last reply Reply Quote 0
              • omniundefined
                omni @arhi
                last edited by

                @arhi I can try the M117 to debug, but it wasn't a human error, especially not twice. First time I wasn't sure, but since an important print broke I made sure 100% I pressed resume - and it said "print canceled"

                What I do think noticed though is a kind of a short glitch - in the interface as if resume and cancel buttons were completely overlapped (like they are in the same place), but only resume can be seen. I am not 100% sure about that, but I don't even remember seeing cancel, only resume.

                SJIundefined 1 Reply Last reply Reply Quote 1
                • SJIundefined
                  SJI @omni
                  last edited by

                  @omni said in Paneldue 3.5.0 RC5 - Resume problem:

                  @arhi I can try the M117 to debug, but it wasn't a human error, especially not twice. First time I wasn't sure, but since an important print broke I made sure 100% I pressed resume - and it said "print canceled"

                  What I do think noticed though is a kind of a short glitch - in the interface as if resume and cancel buttons were completely overlapped (like they are in the same place), but only resume can be seen. I am not 100% sure about that, but I don't even remember seeing cancel, only resume.

                  I can vouch for that. Only resume can been seen, then cancels the print

                  1 Reply Last reply Reply Quote 0
                  • mfs12undefined
                    mfs12
                    last edited by

                    Yes, i can confirm this bug. It was introduced with the following change.

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

                    droftarts created this issue in Duet3D/PanelDueFirmware

                    closed Display Baby Stepping option at all times #301

                    Visit me on github at https://github.com/mfs12/

                    omniundefined 1 Reply Last reply Reply Quote 1
                    • mfs12undefined
                      mfs12
                      last edited by

                      Please re-test with the following release...

                      https://forum.duet3d.com/topic/32532/paneldue-firmware-3-5-0-rc6-released

                      Visit me on github at https://github.com/mfs12/

                      1 Reply Last reply Reply Quote 3
                      • omniundefined
                        omni @mfs12
                        last edited by

                        @mfs12

                        Flashed RC6, tested - seems to have been solved. Thank You! 🙂

                        1 Reply Last reply Reply Quote 0
                        • mfs12undefined mfs12 has marked this topic as solved
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA