ID 20702
End of program reached with active contouring mode. | |||
Description | The NC program end is reached when G301/G302 is active. This means the necessary second contour element for inserting the chamfer or rounding is not programmed. Example: Wrong: %kont
N10 X0 Y0
N20 X100
N30 G301 I20
N99 M30
Correct: %kont
N10 X0 Y0
N20 X100
N30 G301 I20
N40 Y100
N99 M30
| ||
Response | Class | 1 | Continue NC program processing. |
Solution | Class | 1 | Remove G301/G302 or insert a second contour element. |
Error type | 1, Error message from NC program. | ||
|