- Code: Select all
G0 G17 G40 G49 G80 G90
T2 M6
G0 G90 X-111 Y9 A0
S15000 M3
G43 H2 Z15.
G99 G83 Z-12. R15. Q6. F2000.
Y0
Y-10.00
G80
M5
M30
The program ends, but the canned cycle is not canceled after G80. The following MDI commands result in an error - "Error: Q param not defined"
Yes, I know that you can enter G0X99Y99 and then G0 will enabled, and the movement will work - But in the UССNС manual it says that
"G80. The command cancels the drilling cycle and the last programmed G0, G1, G2 or G3 modal motion mode gets enabled."
- This is not happening, please check it.
I tested this on version 1.2115.
I also noticed - if after G80 you add movements, for example
- Code: Select all
...
G80
X1Y1
X2Y2