Kaorin/gerber/pcb_milldrill.ngc
2024-07-22 11:21:11 +03:00

58 lines
1.3 KiB
Plaintext

( pcb2gcode 2.5.0 )
( Software-independent Gcode )
( This file uses a mill head of 3.17000mm to drill the 1 hole sizes. )
( Hole sizes: [3.2mm] )
M3 S24000
G4 P10
F400
G90
G21
G64 P0.08
G20
G94 (Millimeters per minute feed rate.)
G21 (Units == Millimeters.)
G91.1 (Incremental arc distance mode.)
G90 (Absolute coordinates.)
S24000 (RPM spindle speed.)
G01 F250.00000 (Feedrate)
G00 Z5.00000 (Retract to tool change height)
T1
M5 (Spindle stop.)
G04 P1.00000
(MSG, Change tool bit to drill size 3.17000mm)
M6 (Tool change.)
M0 (Temporary machine stop.)
M3 (Spindle on clockwise.)
G04 P1.00000
G00 Z5.00000
G0 X0.01500 Y0.00000
G1 Z0.20000 F125.00000
G2 X0.01500 Y0.00000 Z-0.00000 I-0.01500 J0.00000
G2 X0.01500 Y0.00000 Z-0.20000 I-0.01500 J0.00000
G2 X0.01500 Y0.00000 Z-0.40000 I-0.01500 J0.00000
G2 X0.01500 Y0.00000 I-0.01500 J0.00000
G1 Z5.00000 F125.00000
G0 X40.01500 Y0.00000
G1 Z0.20000 F125.00000
G2 X40.01500 Y0.00000 Z-0.00000 I-0.01500 J0.00000
G2 X40.01500 Y0.00000 Z-0.20000 I-0.01500 J0.00000
G2 X40.01500 Y0.00000 Z-0.40000 I-0.01500 J0.00000
G2 X40.01500 Y0.00000 I-0.01500 J0.00000
G1 Z5.00000 F125.00000
G00 Z5.000000 ( All done -- retract )
G0 Z1; up up up
M30
M5 (Spindle off.)
G04 P1.000000
M9 (Coolant off.)
M2 (Program end.)