Duet3D Logo

    Duet3D

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

    G1 X200 F10, how to stop or interrupt it?

    General Discussion
    3
    3
    342
    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.
    • CVMichael
      CVMichael last edited by

      I forgot some zeros at the end of F command, and it's moving really slow, is there a way to stop the command without resetting the printer?

      I triggered the endstop by hand but it did not work.

      Obviously by the time I type this it's done moving, but to know for the next time

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

        Unfortunately not that I know of.

        Endstops are only checked, if the H parameter (S parameter does about the same, but ideally should be avoided) is provided with the G1 or G0 move commands (https://duet3d.dozuki.com/Wiki/Gcode#Section_G0_G1_Move). Constantly checking if an endstop is reached, takes valuable processor time and is typically not needed (only when that movement is close to the edge).

        If you are running the latest version of the firmware, the emergency stop should affect it immediately, but that is a reset.

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

          I always use the Emergency stop button in the top right of the interface. However that will reboot your printer.

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