Don't stop movement when turning on/off spindle

Home Forums TinyG TinyG Support Don't stop movement when turning on/off spindle

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #6172
    moeter
    Member

    Hi,

    is there a way not to configure TinyG in a way, that it doesn’t stop the movement when turning on/off the spindle or the coolant?

    I want to use this for a different tool than an actual spindle which needs impulses as input, and I want TinyG to move along a path and produce those impulses when it travels over a position. So, spoken in GCode:

    g1x20f10
    g1x21f10 <—don’t stop here
    m3
    g1x22f10 <—don’t stop here
    m5
    g1x25f10

    or just move like
    g1x20f10
    g1x21f10
    g1x22f10
    g1x25f10
    while switching on and off the spindle output.

    Thanks a lot.

    Malte.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.