- Code: Select all
G99
X0 Z40
G83 X10 Z0 R30 Q10 F500
X20
X30
X40
X50
X60
G80
M2
The cycle is broken. The first line executes correctly, but all subsequent iterations execute as rapid moves.
Now not only the R parameter is not sticky, but also the entire cycle...
I checked g81,83, g98-99, added g83 to each line - the error was everywhere
The status line says that it is in g83 mode, but the movements(x20-x60) are execute in g0 mode
But if you add the R parameter to each line of the loop - it works correctly (exactly the same fix I made for earlier versions to fix "R not sticky")