Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: brouser1 on October 03, 2010, 11:19:37 PM

Title: After I hit RUN...
Post by: brouser1 on October 03, 2010, 11:19:37 PM
Hello,
After I hit "RUN" my plasma cnc table goes to my Lead In starting point from my 0,0 point. This works great, but I would like my gantry to move at a slower rate to get to this point. Is it possible to have  this feedrate slower than the feedrate for the cutting? Is it possible to set this to a percentage of the actual feedrate? If so, please let me know where to set this.
Thanks,
Eric
Title: Re: After I hit RUN...
Post by: Hood on October 04, 2010, 02:23:07 AM
Use a slower feedrate in your code for the initial move, for example if the move in question is a G0 then Put a G1 with a F100 or whatever instead..
Hood