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

Eye injuries can result from flying chips or broken bits. Cuts can occur from contacting sharp tools or broken glass. Burns can result from hot cutting tools or parts. Serious injury can result from pinching or entanglement in moving parts. Poor housekeeping creates tripping and cutting hazards for other users. Do not leave machine running unattended. Eye protection, closed toe shoes, long pants, and protective clothing must be worn when using this machine to prevent injury. Long hair must be tied back and jewelry must be removed before operating this machine to prevent entanglement.


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.1663022059.txt.gz · Last modified: 2022/09/12 22:34 by haley