• Tags
  • Documentation
  • Order
  • Register
  • Login
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
293
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.
  • undefined
    Blacksheep99
    last edited by 23 Jan 2021, 18:29

    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?

    undefined 1 Reply Last reply 23 Jan 2021, 20:03 Reply Quote 0
    • undefined
      fcwilt
      last edited by 23 Jan 2021, 18:39

      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 small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

      undefined 1 Reply Last reply 23 Jan 2021, 19:31 Reply Quote 1
      • undefined
        Blacksheep99 @fcwilt
        last edited by 23 Jan 2021, 19:31

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

        1 Reply Last reply Reply Quote 0
        • undefined
          dc42 administrators @Blacksheep99
          last edited by 23 Jan 2021, 20:03

          @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

          undefined undefined 2 Replies Last reply 23 Jan 2021, 20:07 Reply Quote 1
          • undefined
            Blacksheep99 @dc42
            last edited by 23 Jan 2021, 20:07

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

            1 Reply Last reply Reply Quote 0
            • undefined
              fcwilt @dc42
              last edited by 23 Jan 2021, 20:08

              @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 small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

              undefined 1 Reply Last reply 23 Jan 2021, 20:18 Reply Quote 0
              • undefined
                dc42 administrators @fcwilt
                last edited by 23 Jan 2021, 20:18

                @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

                undefined 1 Reply Last reply 23 Jan 2021, 20:26 Reply Quote 1
                • undefined
                  fcwilt @dc42
                  last edited by 23 Jan 2021, 20:26

                  @dc42

                  Thank you for that information.

                  Frederick

                  Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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