It is possible to interrupt homing cycle?

Home Forums TinyG TinyG Support It is possible to interrupt homing cycle?

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7756
    bonetky
    Member

    Hi all,

    While homing cycle is in process, it is possible to interrupt it programmatically in the middle of the process?

    I tied with “!” command (pause), and then “%” command, but does not work

    Any help?

    #7760
    cmcgrath5035
    Moderator

    While homing cycle is in process, it is possible to interrupt it programmatically in the middle of the process?

    I’m not exactly sure what you mean by programatically, you want to code this behavior?

    If ! does not stop a homing cycle, then all I can suggest is to hit the tinyG reset button.
    A [ctrl+x] from the command line (a command line reset) might work too, never tried.

    That will stop all current motion, and will result in a new (0,0,0) location wherever the machine is when you do it.

    #7770
    alden
    Member

    There is no way to “quit out” of the homing cycle once it’s started. However, sending a control X (^x) should reset the system. Is this what you need?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.