34 lines
839 B
Plaintext
34 lines
839 B
Plaintext
( pcb2gcode 2.5.0 )
|
|
( Software-independent Gcode )
|
|
|
|
G94 ( Millimeters per minute feed rate. )
|
|
G21 ( Units == Millimeters. )
|
|
|
|
G90 ( Absolute coordinates. )
|
|
G00 S10000 ( RPM spindle speed. )
|
|
G01 F200.00000 ( Feedrate. )
|
|
|
|
|
|
G00 Z10.00000 (Retract to tool change height)
|
|
T1
|
|
M5 (Spindle stop.)
|
|
G04 P1.00000 (Wait for spindle to stop)
|
|
(MSG, Change tool bit to cutter diameter 0.80000mm)
|
|
M6 (Tool change.)
|
|
M0 (Temporary machine stop.)
|
|
M3 ( Spindle on clockwise. )
|
|
G04 P1.00000 (Wait for spindle to get up to speed)
|
|
G04 P0 ( dwell for no time -- G64 should not smooth over this point )
|
|
G00 Z1.00000 ( retract )
|
|
|
|
G00 X0.44997 Y0.85001 ( rapid move to begin. )
|
|
|
|
G04 P0 ( dwell for no time -- G64 should not smooth over this point )
|
|
G00 Z10.000000 ( retract )
|
|
|
|
M5 ( Spindle off. )
|
|
G04 P1.000000
|
|
M9 ( Coolant off. )
|
|
M2 ( Program end. )
|
|
|