; AKKON CNC example file ; The file can be executed on a CNC-Machine ; (c)2009-2017 AkkonDesk, Gerhard Burger ; Demonstration of Helix movement for hole pocketing ; G82 .. define drill cycle ; hole depth from starting point, B move back from hole depth, F feed H hit count ; G79 do drill cycle, x, y, z Start position ; Example: move to position x, y, z ; move down from starting point 6 mm ; move back 4 mm during hits ; ---------------------------------------------- N00000 N00010 T6 N00020 N00030 G82 T20 D8 F500 P2 W0.3 K3 N00040 N00050 M03 N00060 G06 x20 y20 z20 ; move to Position N00070 G06 x20 y40 z1 N00080 G06 x40 y40 z1 N00090 G06 x40 y20 z1 N00091 G00 X100 Y100 Z10 N00100 N00130 M30 N00140