Manual Tool Change

Home Forums TinyG TinyG Support Manual Tool Change

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9214
    Vex
    Member

    I’ve generated a rather complex tool path in which 3 tool changes are necessary. I didn’t see any T codes listed as available/ready to use here:
    https://github.com/synthetos/TinyG/wiki/Gcode-Support
    which leads me to my question; is there an accepted method for a manual tool change in the middle of a large G-Code program? For instance, if a T## is called will tinyG automatically home (G53) and wait until a continue command is given (~)? Or is my only recourse to break up the Gcode program into individual segments around the tool change to manually bring the spindle home and start the next program after the tool change?

    #9217
    cmcgrath5035
    Moderator

    tinyG does not directly support Tool Change.

    The Chillipeppr GUI implements tool change capability, you could look at the sequence implemented there and manually implement

    #9220
    Vex
    Member

    Can the Gcode be altered to:


    G53 Z0
    ! (Tool change)

    Or will the ‘!’ be read and continue without the ‘~’ input from the user?

    #9221
    cmcgrath5035
    Moderator

    I believe that is how CP does it – give it a try

    My machine is down at the moment

    #9244
    Vex
    Member

    Lol, my machine is no better off at the moment. Awaiting delivery of certain parts and payday.

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