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

    macro debugging?

    Scheduled Pinned Locked Moved
    General Discussion
    3
    5
    238
    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.
    • wayneosdiasundefined
      wayneosdias
      last edited by

      Is it possible to single step through a macro or an extension that will import a macro and allow you to execute commands line by line?

      jay_s_ukundefined zaptaundefined 2 Replies Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @wayneosdias
        last edited by

        @wayneosdias I don't believe so, other than manually issuing each line

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        wayneosdiasundefined 1 Reply Last reply Reply Quote 0
        • wayneosdiasundefined
          wayneosdias @jay_s_uk
          last edited by

          @jay_s_uk
          Thanks. It probably wouldn't help much of the community if there was. I need to manually motion plan 4 axis machines for gasketing /sealing processes. In searching the forum for edge finding routines, posters doing similar would benefit from a 'step-through' macro mechanism.

          I can easily write a winform/excel file importer/serial sender, but thought a baked in DWC extension capable of the same would be nice. Currently I just copy/paste to the DWC dashboard sender. It works, but is clumsy and requies I keep a redundant text file copy that needs to be reconciled with the actual macro stored on the machine.

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @wayneosdias
            last edited by

            @wayneosdias looks like step through is on the feature request list but it doesn't have a milestone added yet.
            https://github.com/Duet3D/RepRapFirmware/issues/705

            T3P3 created this issue in Duet3D/RepRapFirmware

            open Single stepping through macros and job files #705

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            1 Reply Last reply Reply Quote 1
            • zaptaundefined
              zapta @wayneosdias
              last edited by zapta

              You can write a macro that will wait for some user action and then call it from the places where you want to stop halt your tested macro.

              https://forum.duet3d.com/topic/12897/wait-for-input
              https://docs.duet3d.com/User_manual/Reference/Gcodes

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