It's been a while since I made a blog post. Work has been crazy, but tonight I was able to get my hands on a copy of MasterCAM V6. I hope to start learning the basics of G code to start controlling my machine.
Today I learned some code lines...let's test my memory:
Line number: N00
Homing: G28
Spindle On: M3
Absolute Coordinates: G90
Relative Coordinates: G91
Rapid Move: G00 X Y Z
Linear Line Move: G01 X Y Z F (feed rate)
Clockwise Arc: G02 X Y I J F
Counterclockwise Arc: G03 X Y I J F
hmmm thats all I can recall. Much more learning to do. Stay tuned.
No comments:
Post a Comment