Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Only follow the last movement command

    Duet Web Control
    2
    3
    62
    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.
    • gmt10
      gmt10 last edited by

      I'm using a duet 2 Wifi/ethernet controller with RepRapFirmware version 2.03RC1 and I was wondering if the controller has several movement commands in it's queue, are there any command for only following the last command given and clear the rest?

      1 Reply Last reply Reply Quote 0
      • Danal
        Danal last edited by

        Commands issued 1,2,3,4,5,6

        At the moment 2 is executing, you issue ?? and the result is the Duet executes only 2? or completes 2 and executes only 6? or terminates 2 and executes only 6? Or something else?

        And... generally... no. I know of no such command in Duet or any other G-Code.

        The closest two things are:

        • Emergency stop, that terminates the current move and doesn't start any more
        • M400 which waits for the planner buffer to be empty before proceeding.

        Neither of those seems all that close to what you are asking.

        Delta / Kossel printer fanatic

        1 Reply Last reply Reply Quote 0
        • gmt10
          gmt10 last edited by

          Terminates 2 and executes only 6 is what I'm looking for yes.

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