This is my first program on the Centurion 6. I've never used a Milltronics before.
This is the way the program looks after trying to machine a hex boss.
It has an extra line to the start point. Do I need to raise the Z and go back to the start point, or is there an end of program somewhere in the conversational portion that I missed?
I know nothing about G-Codes.
This is the beginning of a long learning process.![]()
This is my current program:
G20 G90
N1 G1 F20 X.2274 Y.625 Z-.4, R.03
N2 G1 F20 X.2274 Y0 Z-.4 R.03
N3 G1 F20 X.1137 Y-.1969 Z-.4 R.03
N4 G1 F20 X-.1137 Y-.1969 Z-.4 R.03
N5 G1 F20 X-.2274 Y0 Z-.4 R.03
N6 G1 F20 X-.1137 Y.1969 Z-.4 R.03
N7 G1 F20 X.1137 Y.1969 Z-.4 R.03
N8 G1 F20 X.2274 Y0 Z-.4 R.03
N9 P261 = P261 + .5 * .5
P262 = P262 + .625
P256 = P256 + P242 - P262
Thanks in advance.