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

    Note Macro execution in Gcode Console

    Scheduled Pinned Locked Moved
    Duet Web Control wishlist
    3
    4
    602
    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.
    • TickTockundefined
      TickTock
      last edited by

      It would be nice to be able to see which macros have been executed and in what order in the Gcode Console. Just a note: "M98 MacroName" or similar.

      1 Reply Last reply Reply Quote 1
      • chrishammundefined
        chrishamm administrators
        last edited by

        What exactly do you mean by this? When you run a macro file on DWC it is already logged:

        7:40:51 AM M98 P"0:/macros/testfile"

        To see more in detail which files are executed, you'd have to enable debugging for the GCodes module which will tell you which codes are executed by what file (I think).

        Duet software engineer

        1 Reply Last reply Reply Quote 0
        • Stephen6309undefined
          Stephen6309
          last edited by

          You could use a M117 as the last line of the macro.

          1 Reply Last reply Reply Quote 0
          • chrishammundefined
            chrishamm administrators
            last edited by

            Or, even better, something like M118 P3 S"Finished executing your macro file"

            Duet software engineer

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