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

    Pause/resume print if you've moved bed with the DWC controls?

    Scheduled Pinned Locked Moved
    General Discussion
    3
    8
    295
    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.
    • Blacksheep99undefined
      Blacksheep99
      last edited by

      HI, I have a print on now and had reason to pause it and then through DWC I dropped the bed 100mm. I then moved the bed back up and hit resume, it looks good.

      The question I have though it would the print resume correctly if I dropped the bed but left it there? Does the FW know to apply the correction?

      dc42undefined 1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt
        last edited by

        Hi,

        Here are the relevant docs:

        https://duet3d.dozuki.com/Wiki/Gcode#Section_G0_G1_Move - make note of the R parameter it is mentioned in G60

        https://duet3d.dozuki.com/Wiki/Gcode#Section_G60_Save_current_position_to_slot

        If you have the pause.g and resume.g with the correct commands it will work correctly if you simply move the bed.

        Here is my pause.g:

        M83                 ; relative extruder moves
        G1 E-2 F3600        ; retract filament (see resume.g)
        
        G91                 ; relative moves
        G1 Z10 F9999        ; move nozzle out of the way - step 1 (max speed)
        
        G90                 ; absolute moves
        G1 X0 Y150 F6000    ; move nozzle out of the way - step 2
        

        Here is my resume.g:

        G1 R1 Z2    ; move nozzle to 2mm above resume point
        G1 R1       ; lower nozzle to resume point
        
        M83         ; relative extruder moves
        G1 E2 F3600 ; undo the retraction done in pause.g
        

        Frederick

        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

        Blacksheep99undefined 1 Reply Last reply Reply Quote 1
        • Blacksheep99undefined
          Blacksheep99 @fcwilt
          last edited by

          @fcwilt Thanks. I'll look at this and increase my understanding.

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

            @Blacksheep99 said in Pause/resume print if you've moved bed with the DWC controls?:

            HI, I have a print on now and had reason to pause it and then through DWC I dropped the bed 100mm. I then moved the bed back up and hit resume, it looks good.

            The question I have though it would the print resume correctly if I dropped the bed but left it there? Does the FW know to apply the correction?

            Yes, it will resume the print at the correct location, even without pause.g or resume.g files.

            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

            Blacksheep99undefined fcwiltundefined 2 Replies Last reply Reply Quote 1
            • Blacksheep99undefined
              Blacksheep99 @dc42
              last edited by

              @dc42 Thanks. That's so useful. It allowed me to save a print half way through.

              1 Reply Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt @dc42
                last edited by

                @dc42 said in Pause/resume print if you've moved bed with the DWC controls?:

                Yes, it will resume the print at the correct location, even without pause.g or resume.g files.

                Interesting.

                In the absence of those files what is the default behavior when pausing then resuming?

                Thanks.

                Frederick

                Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                  @fcwilt said in Pause/resume print if you've moved bed with the DWC controls?:

                  @dc42 said in Pause/resume print if you've moved bed with the DWC controls?:

                  Yes, it will resume the print at the correct location, even without pause.g or resume.g files.

                  Interesting.

                  In the absence of those files what is the default behavior when pausing then resuming?

                  Thanks.

                  Frederick

                  The default behaviour when pausing is to just stop at the current location. The default action when resuming is to move to the XY position where the print was paused, then move to the Z position where the print was paused, then resume printing.

                  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

                  fcwiltundefined 1 Reply Last reply Reply Quote 1
                  • fcwiltundefined
                    fcwilt @dc42
                    last edited by

                    @dc42

                    Thank you for that information.

                    Frederick

                    Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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