G-Code Flashcards
What is G54?
The absolute position (workshift position 1)
What does T08 do?
Select tool 8
What is “;” used for?
Ending a block
What are G functions and what do they do?
They’re preparatory functions which allow the function of any part of machine
What do M functions do?
Miscellaneous functions allow misc. functions like turning on coolant
What is represented by XYZABC?
The axis
What is S?
Spindle speed
What are D and R?
Diameter and radius
What is F?
Feed rate
What is N?
Sequence/line/block number
What is G0?
Rapid function
What is G1?
Linear move
What is G90?
Absolute position mode
What is G17?
The xy plane
What are G21 and G20?
G21 = metric mode
G20 = imperial mode
What is G40?
CRC (cutter radius compensation) cancel
How do you end a program?
M30
% (for older machines)
What do EQ, GT, LT, GE, LE and NE mean?
Equal to, greater than, less than, greater or equal to, less than or equal to, not equal to
What is G02?
Clockwise arc
What do I and J relate to in G02?
I relates to X, J relates to Y