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

    3.5 rc1 SBC Pause.g not executing

    Scheduled Pinned Locked Moved Solved
    Beta Firmware
    3
    6
    316
    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.
    • nikschaundefined
      nikscha
      last edited by Phaedrux

      Hi all,
      pause.g is present but it's not running when I pause the print via the webinterface, the printhead just stops moving.

      M122: https://pastebin.com/ZXgpTmJX

      pause.g:

      echo "pausing..."
      G10.1             ; retract
      M98 P"CT_off.g"   
      G91               ; use relative positioning
      G1 S2 Z10 F5000   ; lift Z 5mm
      G90               ; back to absolute positioning
      G1 X0 Y200 F50000 ; move out the way.
      

      running M98 P"pause.g" runs just fine.

      Stay in school

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

        RepRapFirmware for Duet 3 MB6HC version 3.5.0-rc.1 (2023-08-31 16:19:24) running on Duet 3 MB6HC v1.01 (SBC mode)

        Is it pause.g or Pause.g?

        Z-Bot CoreXY Build | Thingiverse Profile

        nikschaundefined 1 Reply Last reply Reply Quote 0
        • OwenDundefined
          OwenD
          last edited by

          What happens when you run
          M98 P"pause.g"

          If there is a problem with your G10.1.g macro or the other macro being called, then it might be aborting pause.g

          nikschaundefined 1 Reply Last reply Reply Quote 0
          • nikschaundefined
            nikscha @OwenD
            last edited by

            @OwenD Running M98 P"pause.g" works just fine, the whole macro executes, so the problem is not in G10.1

            Stay in school

            1 Reply Last reply Reply Quote 0
            • nikschaundefined
              nikscha @Phaedrux
              last edited by

              @Phaedrux it's "pause.g"

              Stay in school

              1 Reply Last reply Reply Quote 0
              • Phaedruxundefined Phaedrux moved this topic from General Discussion
              • Phaedruxundefined Phaedrux marked this topic as a question
              • nikschaundefined
                nikscha
                last edited by

                I found the issue:

                I have another axis defined, which I don't use for normal printing.
                If this axis is not homed then pause.g isn't executed.
                Homing all axis solves my issue

                Stay in school

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