Page 1 of 1

Drilling cycle with pecking crash

PostPosted: Sat Jul 13, 2019 12:10 am
by ronenbu
Hi, loading the following file into UCCNC, and starting the cycle, the program pointer immidiately jumps to the last drill position, skipping all others, run this once and crashed my drill bit :( and scrapping the part :(( if I remove the last position (line Y191. before the G80, all works well... wierd)

version information:
Capture.PNG
Capture.PNG (23.57 KiB) Viewed 4969 times


the gcode:

Code: Select all
(1001)
(T2  D=6. CR=0. TAPER=118deg - ZMIN=-21.053 - drill)
G90

(Drill2)
T2 M6 (drill D=6.)
S5000 M3
G61
G54
G43 H2
G0 X14.5 Y21.
Z15.
Z5.
G98 G73 X14.5 Y21. Z-21.053 R2. Q0.5 F100
Y61.
X67.5
Y21.
X214.5
Y61.
X267.5
Y21.
Y151.
Y191.
G80
Z15.
M5
M30

Re: Drilling cycle with pecking crash

PostPosted: Sat Jul 13, 2019 12:31 am
by cncdrive
Hi,

I've just tested your code with the latest development release version 1.2110 and the issue does not occur.
Since 1.2106 is an old development release which had lots of problems and never went to official release therefor we will not investigate that version.
I advice to install the latest official release or the latest test release.