Difference between revisions of "Team:Cambridge-JIC/Design"

Line 5: Line 5:
 
         <div style="width: 80%; margin: 30px 50px;color:#000">
 
         <div style="width: 80%; margin: 30px 50px;color:#000">
 
             <h1>3D Printing</h1>
 
             <h1>3D Printing</h1>
<div style="float:left; margin-right: 40px"><img src="https://static.igem.org/mediawiki/2015/0/04/CamJIC-MakerbotMini.jpg" style="width: 400px">
+
<div style="float:left; margin-right: 40px"><img src="https://static.igem.org/mediawiki/2015/0/04/CamJIC-MakerbotMini.jpg" style="width:100%; max-width: 400px">
 
   <p>© All About 3D Printing, 2015</p></div>
 
   <p>© All About 3D Printing, 2015</p></div>
 
             <p style="font-size: 120%;">
 
             <p style="font-size: 120%;">
Line 14: Line 14:
 
<br><br>
 
<br><br>
 
<h1>OpenSCAD Design</h1>
 
<h1>OpenSCAD Design</h1>
<img src="https://static.igem.org/mediawiki/2015/0/00/CamJIC-OpenSCADscreenshot.png" style="width:650px; float:right; margin-left: 40px">
+
<img src="https://static.igem.org/mediawiki/2015/0/00/CamJIC-OpenSCADscreenshot.png" style="width:100%; max-width: 650px; float:right; margin-left: 40px">
  
 
             <p style="font-size: 120%;">
 
             <p style="font-size: 120%;">

Revision as of 01:24, 28 July 2015

3D Printing

© All About 3D Printing, 2015

The majority of the microscope parts were printed using a MakerBot Replicator Mini. This has an RRP of around £1,200, making it the most expensive aspect of the microscope. However, this is relatively cheap in the context of standard laboratory hardware and once purchased, it can also be used for plenty of other projects.

The printer has 200 micron layer resolution. This is sufficient for the detail of the microscope chassis, optics bench parts and stage. The much finer detail of the Epi-illumination cube means that a printer with higher resolution may be necessary. As the name suggests, the printer is relatively small. It has a build volume of 10.0cm W, 10.0cm D and 12.5cm H. It comes with its own printing interface software, and is compatible with .stl files.



OpenSCAD Design

We are using an open-source software called OpenSCAD to design our components. Here the focus is on the CAD aspect, making it extremely powerful for designing machine parts. It is not an interactive modeller, and instead reads a script and compiles a 3D image. This allows configurable parameters to be programmed in to the designs.

When creating lens holders for the Optics Bench, this became extremely useful as the parameters for each lens could be filled in individually. A single design was readily modified to make each individual component. The software outputs .scad files, which can then be converted to .stl for printing.