User Tools

Site Tools


sherline_cnc_mill

This is an old revision of the document!


Flashcut / Sherline CNC Mill

Haley Holcomb 8/26/22

Flashcut / Sherline CNC Mill
Tool Type: “CNC”
Location: “mFL 3430”
Supervisor Tool Lead
David Bothman Haley Holcomb
(805) 893-4125 (415)-320-3279
bothman@cnsi.ucsb.edu haleyholcomb@ucsb.edu
Description: “CNC Diamond Drill”
Manufacturer: “Sherline”

About

CNC diamond drill used to drill holes in glass slides. Uses FlashCut CNC software to interpret G-code and drill holes in programmed locations.


Detailed Specifications

Insert Text Here!


Safety Concerns

Insert Text Here!


Sample G-code

(Sample program to drill six holes on the Microfluidics Lab Drill)

(Dave Bothman, 2 July 2012)

(Change x,y coordinates of G73 commands for your hole coordinates)

(Setup blocks)

G21 (select mm units)

G49 G80 G90 (cancel offsets, cancel cycles, absolute coordinates)

G98 (Move the drill away from the part when drilling is finished)

G00 X0 Y0 Z5 (move to the lower left corner of slide, 5mm above)

(Hole drilling blocks)

G73 X22.5 Y12.5 Z-1.2 Q.1 R0.5 F5

G73 X29.5 Y4.5 Z-1.2 Q.1 R0.5 F5

G73 X45.5 Y4.5 Z-1.2 Q.1 R0.5 F5

G73 X52.5 Y12.5 Z-1.2 Q.1 R0.5 F5

G73 X45.5 Y20.5 Z-1.2 Q.1 R0.5 F5

G73 X29.5 Y20.5 Z-1.2 Q.1 R0.5 F5

(Closing block)

M30


Reference Documentation

Training Documentation

Insert Text Here!


sherline_cnc_mill.1663021875.txt.gz · Last modified: 2022/09/12 22:31 by haley