Building a Simple Laser Engraver

Inspired by a post at Instructables, and by the need of a device capable of engraving at creations made out of wood, we decided to build a cheap laser engraver.

Video

Hardware

It consists of parts from two old DVD-players, two EasyDrive stepper motor controller, a laser diode from eBay, a constant current regulator and a motherboard binding all the stuff together.

System overview
System overview
PCB etching machine
PCB etching machine
And down you go!
And down you go!
Building
Building
Backside
Backside
Frontside
Frontside
Finished Laser Engraver
Finished Laser Engraver
Engraving
Engraving
A piece form the first testing
A piece form the first testing

Software

The PC-side software consist of about 50 line Python code. We use Python Imaging Library to load the pictures, and PySerial to communicate with the device.

Engraving time is now linearly dependent upon the pixel value, but we will look into creating a better relationship between laser time and amount engraved.

Related Posts