Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: leversole on February 13, 2016, 12:26:06 PM

Title: Movement after tool change
Post by: leversole on February 13, 2016, 12:26:06 PM
In my workflow (simulated of course! Still using TinyG), when I get a tool change, sometimes I jog the XY a little to do the touch off with the new tool. After I cycle start again, it moves back to where it was before the tool change, then back to the next position...is there a way I can write some code to eliminate it going back to where it was, and after cycle start, go to the next position?

Seems like I should be able to grab the XY for the next line?!? Dont know how buffering and other things might effect this...maybe something simple?!? Don't know!

Thanks
Leslie
Title: Re: Movement after tool change
Post by: BR549 on February 13, 2016, 12:31:01 PM
The only reason it returns to the point it does after a tool change is because you told it to (;-)

Title: Re: Movement after tool change
Post by: leversole on February 13, 2016, 02:19:44 PM
Guess I should have looked at M6End!   ::)

Thanks!