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

    Adding a Pause, continue prob

    Scheduled Pinned Locked Moved
    General Discussion
    3
    4
    317
    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.
    • brianundefined
      brian
      last edited by

      Problem restarting after a pause in the gcode.

      {REPLACE "\n; layer 18, Z = " "\n; layer 18\nG1 X0 Y0\nM300\nM0 Click to continue\n; layer 18 "}

      The pause happens but in the restart or continue is not available;
      Pause in duet s3d.jpg

      So I cannot restart the print.

      1 Reply Last reply Reply Quote 0
      • marvineerundefined
        marvineer
        last edited by

        @brian said in Adding a Pause, continue prob:

        {REPLACE "\n; layer 18, Z = " "\n; layer 18\nG1 X0 Y0\nM300\nM0 Click to continue\n; layer 18 "}

        Where is this generated, what slicer are you using?

        From what I can see the g-code produced from this containes a "M0" - that says: Stop or Unconditional stop (see docs here)
        So the printer is actually doing what you told it to 😄

        if you want to pause the print at a specific height you should use "M226" in your g-code (see here)

        brianundefined 1 Reply Last reply Reply Quote 2
        • brianundefined
          brian @marvineer
          last edited by

          @marvineer thx for your reply. I will check your info. The resume failed in S3D, the code was generated by Budmen at this site https://budmen.com/support/user-guides/pause-print-at-layer/

          I have just succeeded using Prusa slicer, without having to add any code manually. Prusa is now producing better quality prints than S3D, thankfully.

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

            @brian said in Adding a Pause, continue prob:

            Prusa is now producing better quality prints than S3D, thankfully.

            Time to move on. 😉

            If you're doing the pause for filament swaps checkout M600. I believe Prusa slicer should be able to insert those and you have complete control over the process using filament-change.g

            https://docs.duet3d.com/User_manual/Reference/Gcodes#m600-filament-change-pause

            Z-Bot CoreXY Build | Thingiverse Profile

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