Greetings all;

Scenario: Trying to cut a counterbore. At 3 locations around the 
perimeter of this taperlock flange.

Drive the machine to where the counterbore is to be cut, using that 
location as the X=0,y=0 center point, get the machine there and execute 
this subroutine: Machine is in g90 mode at the call.

o<drill_countersink> sub
s750m3
g1f1500 z#<_tool2work_offset>
g91 (incremental distance moves)
g4p.1 (queue breaker)
g1 f200 X2.6625 Y0.0000 (move from center of hole to outer edge of 
counterbore in relative mode)
g91.1 (relative I/J/K, is default mode anyway)
g4p.1 (another queue breaker)
G3 X2.6625 Y-0.0000 I-2.6625 J-0.0000
g90
o<drill_countersink> endsub

When this works, the G3 will be converted for a spiral down to depth 
line, by placing that line above this one and letting this one clean up 
the bottom of the hole.

popup on reload says its a 50% error, regardless of where I put the g91.1 
or g91.

Proper Fix?

Thank you.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to