Safety Information
This project requires access to a Class 4 Nd:YAG Laser and should not be attempted without laser safety training and appropriate safety measures in place such as an interlock.
Overview
Microfluidics and specifically droplet microfluidics have already demonstrated significant potential for the devices to tackle many different biology questions. Examples include lab-on-a-chip biosensors for rapid point-of-care diagnosis and ultrahigh-throughput screening of functional metagenomes to discover novel enzymes.
However, for this technology to reach the next stage and begin to see commercialization of these designs, a better fabrication method is urgently needed. Current fabrication methods for microfluidic devices are time-consuming and laborious. Additionally, many processes are expensive, requiring either expensive cleanroom facilities or expertise in machine operation. All these factors contribute to a bottleneck in microfluidic devices' design cycle; the turnaround time from a CAD design to a functional device is lengthy, typically weeks.
The most popular method, soft lithography, enables high DPI resolution and multiple layers; however, this method is slow and requires access to a cleanroom. Furthermore, a photomask is required, increasing costs and time. Additionally, an emerging technology, micro-stereolithography (µSL), is expensive and time-consuming for more complex devices. Therefore, there is a need for a less expensive system that can rapidly produce microfluidic devices 'on-demand' to aid in the prototyping and advancement of microfluidics both in conventional laboratories but also maker spaces.
The project aims to produce a system that can rapidly fabricate microfluidic devices to aid in developing the technology and increase accessibility to devices. Droplet microfluidics is a well-established field and has relevance for diagnostics, drug-delivery and ultra-high throughput research, such as directed evolution, functional metagenomics, and drug research.
The Overall Build and Laser
The overall system is composed of a laser rig, optics, control electronics, and computer software. The laser rig uses a NewWave Research Polaris II laser system. Although any laser with similar parameters (pulse energy and pulse width) will also work. The Polaris II laser has the following parameters:
Pulse Energy: 50 mJ
Beam Diameter: 3mm
Pulse Width: <4.5 ns
Repetition Rate: 20 Hz
In order to configure the laser to be able to ablate at microfluidic dimensions, the laser must first pass through a microscope objective to focus the beam to a smaller area. The objectives chosen for testing were at 4X, and 10X. The laser is directed onto the microscope objective by a mirror and then focused onto the sample.
To set up the laser, a laser enclosure has been built, which houses all the equipment. The laser and other components are clamped to an optical breadboard in order to maintain stability during laser operation. The laser needs to be aligned to the centre of the objective using alignment instrumentation. The sample must be at the correct numerical aperture length away from the objective as indicated on the objective (~4-5cm).
Laser Operating Checklist
· Ensure the laser is filled with deionised water according to the manual.
· Ensure the correct laser safety goggles are worn when operating the laser.
· Ensure the door and laser enclosure are closed
· Turn on the laser by turning the keyswitch and press standby on the laser remote control panel and wait until initialisation. The remote control sets up the parameter settings.
· Control the parameters using the remote control.
· To fire the laser press fire and to stop the laser press the stop button.
Electronics, Firmware, and Software
To move the sample underneath the laser beam for ablation purposes, a two-axis stage is required. The NEMA23 ACME Lead Screw Linear Actuator (Ooznest) was chosen due to its lower cost (compared to 2-axis systems) and micron positional accuracy, required for ablation at the micron level. To connect the two actuators together, two CAD designs were made and 3D printed. They fit into the plate of the bottom actuator using M4 screws to allow the second to be secured tightly on top without any additional components. However, after a short period of time (>1 month), it was clear that the plastic parts were not durable to keep the two actuators together in a rigid way. The next design was to use M4 screws to directly attach the second actuator onto the platform of the first actuator.
The electronics and firmware of the build were chosen to be open-source and highly customisable. The NEMA23 motors are controlled by a RAMPS 1.4 (Ooznest) board connected to an Arduino microcontroller (Ooznest). Each motor has a DM542T Digital Stepping Driver (StepperOnline), and the drivers are powered using a 24V power supply (Ooznest). The Arduino board used is a specialised version of the Arduino Mega board, called the Taurino, as it can handle the higher voltage needed to drive the motors (up to 24V). Marlin firmware was chosen to act as the host firmware for controlling the linear actuators.
The firmware chosen, Marlin, is community-built, open-source, and is commonly used for custom CNC/3D printing machines. The firmware was uploaded to an Arduino using Platformio on Microsoft Visual Studio Code. In this way, G-Code can be sent to the microcontroller via the serial interface from a host computer to control the actuator stage in a 2-dimensional space. Endstops were fitted with a custom-built 3D printed holder to connect them to the ends of the actuators and linked to the RAMPS 1.4 board to give boundaries to the 2D space and to allow calibration.
In order to create a G-Code file for a particular pattern, a vector image is loaded into the Inkscape software on a computer. In Inkscape, parameters can be chosen, such as the build area and speed of patterning. The vector image is then converted into G-Code using the built-in converter.
A flat piece of PMMA plastic is inserted into the holder beneath the laser spot to begin the laser ablation process. Pronterface was used as the software to send G-Code commands to the microcontroller. The laser is then turned on, and ablation occurs at the laser spot point. In this way, a 2D pattern is ablated into the plastic. The resulting ablation of the plastic can then be viewed under a microscope. As can be seen in the figure below, the word “Microfluidics” is cut into the plastic through the ablation process. Currently, the system can ablate any 2-dimensional pattern into the plastic.
Comments