Download Linuxcnc User Manual

Transcript
User Manual V2.5, 2015-10-24
134 / 195
G64 P- Example Line
G64 P0.015 (set path following to be within 0.015 of the actual path)
It is a good idea to include a path control specification in the preamble of each G code file.
14.34
G73 Drilling Cycle with Chip Breaking
G73 X- Y- Z- R- Q- <L->
• R - retract position along the Z axis.
• Q - delta increment along the Z axis.
• L - repeat
The G73 cycle is drilling or milling with chip breaking. This cycle takes a Q number which represents a delta increment along
the Z axis.
1. Preliminary motion.
• If the current Z position is below the R position, The Z axis does a rapid move to the R position.
• Move to the X Y coordinates
2. Move the Z-axis only at the current feed rate downward by delta or to the Z position, whichever is less deep.
3. Rapid up a bit.
4. Repeat steps 2 and 3 until the Z position is reached at step 2.
5. The Z axis does a rapid move to the R position.
It is an error if:
• the Q number is negative or zero.
• the R number is not specified
14.35
G76 Threading Cycle
G76 P- Z- I- J- R- K- Q- H- E- L-