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 (23.57 KiB) Viewed 5557 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