Page 1 of 1

Peck drilling bug

PostPosted: Tue Apr 30, 2019 8:43 pm
by mrping
On UCCNC 1.2049 real version, when running this code:

G21
G0 G17 G40 G49 G80 G90
T7 M6
G0 G90 G54 X0. Y0. S1500 M3
G43 H7 Z5.
G99 G83 Z-3. R5. Q1. F100.
G80
M5
G91 G28 Z0.
T1M6
G0 G90 G54 X0. Y0. S1200M3


Just before the T1M6 it will try to peck once again, but this time at G28 after the real peck drilling taking place at G54 X0 Y0. After it is done with this other peck, it continues to do the tool change,


Video showing code and IRL situation: https://www.facebook.com/daniel.notknow ... 080811455/

Re: Peck drilling bug

PostPosted: Tue Apr 30, 2019 10:31 pm
by dezsoe
I could not reproduce the issue with this code and the video cannot be watched without a facebook account. Could you try to change the end of the code like this:

Code: Select all
M5
G91
G28 Z0.
T1M6

Re: Peck drilling bug

PostPosted: Wed May 01, 2019 8:42 am
by mrping
https://youtu.be/8YIPN4ohUjk

same code worked on beta release. I guess earlier bug with G80 was the issue ?