; Drawing 3 Front tool T1 ; programme details ; ; ; G21 * ; Metric programme G90 * ; In absolute G40 * ; Make sure radius offsets are off T0000 * ; use T0 offset as tool change position G0 Z0.0 X0.0 * ; Tool change position T0101 * ; Set current tool offset M06 * ; Prompt for tool change F25. * ; Set feed rate for current tool S1250. * ; Set spindle speed M03 * ; Turn spindle on G00 G42 X0.0 Z0.0 * G01 X5.0 * G03 X15.0 Z-10.0 I0.0 K-10.0 * G01 Z-35.0 * G02 X20.0 Z-40.0 I5.0 K0.0 * G01 X25.0 * G00 G40 X30.0 Z5.0 * T0000 * ; Use T0 offsets as tool change position G00 Z0.0 X0.0 * ; Park position at end of programme M05 * ; Turn spindle off S0. * ; Set S to 0 M30 * ; End of programme, rewind, prompt to run again