Page 1 of 1

No rapid between drill points

Posted: Thu Jun 10, 2021 5:00 pm
by David_Lelen01
Hey Les, not sure if this is intended or its a bug, but there does not seem to be a call to rapid between points used for drilling on jet machines. I set up a test part with 3 points to use the drill operation. It rapids to the location of the first point, executed the command in OnDrill() in the post, and then executes OnDrill() again without calling OnRapid() to the next point, same to the third point. Then a rapid is finally called when the contour operation comes.

Is this intended, do I need to call OnRapid() inside the OnDrill() function?

Re: No rapid between drill points

Posted: Thu Jun 10, 2021 5:04 pm
by Les Newell
Yes, you need to call OnRapid(). On some machines drilling is a canned cycle. In that case you may not want a positioning rapid.

Re: No rapid between drill points

Posted: Thu Jun 10, 2021 5:12 pm
by David_Lelen01
Okay, cool. Just wanted to make sure. Thanks!