You are on page 1of 30

instructables

2'x4' HOBBY LASER TABLE

by PliskinAJ

What are you looking at?


This is a CNC diode laser table. It is not fast but it can cut big projects. Its made of steel since its way cheaper
than extruded aluminum and it is an exercise in bumbling through the unknown. When I started building this laser I
had no idea what I was doing but figured heck its possible, people have built them before it is time for me to give it
a try.

Getting the bug to build.


Early 2018 I was talking to a co-worker about how cool would it be to have a laser table, I have a 3d printer and it
is great but has its limits with size print speed. The cheap Chinese lasers are nice but most of them don't even cut
the size of a sheet of notebook paper. Building one would be too expensive.

At that time he said "You know the price has dropped a lot to build one."

I checked Amazon and saw a 3 axis Arduino CNC with motors, CNC shield and limit switches for ~70 dollars. I
was in hook line and sinker.

What am I going to build?


Why 2'x4'
The expensive stuff is the hardware and laser. The frame is the cheap part. 500 dollars
for a small machine but 10k for a big one that can do 2'x4'. Mainly because its in the
size that can make production money. I'm not in the making money business I'm in the
hobby business but if I figure out how to make a small machine I have everything to
make a big one. I'm going to go big! I can get full sheets at Home Depot and have
them cut them down to 2'x4' sheets easily.

Aren't Diodes slower than CO2 lasers?


The quick answer is yes they are. I am not making a production machine. The cost of
the Diode itself is more expensive than the CO2 laser but I am not buying mirrors,
water pumps and cooling for a more powerful laser and I don't have to make room for a
1m long laser tube.
More on mirrors one of the big things with larger systems is keeping it square enough
the laser doesn't lose focus a diode sits on top of the gantry and it isn't affected if it
moves 3" or 3 miles.

Where are your plans?


Yeah besides the electrical I have zero. I winged most of this project. I wanted to
tackle one problem at a time and proceed from there. The basic idea is a x/y laser with
2'x4' HOBBY LASER TABLE: Page 1
a large gantry to hold the laser, enclose it and start having fun with the build and
building with it.

Why use steel opposed to extruded aluminum?


Yes, most DIY machines like this are made of extruded aluminum, from what I can tell
this is mostly due to the fact that many people who DIY this type of machine cannot
weld. Welding steel gives me more flexibility in how and where I attach items. I can
drill and tap anywhere and weld at any point, with extruded aluminum you have
minimal, dims you have to follow and can only mount realistically at the interval of the
rails.
Cost, welding has a higher upfront cost in tools but a much lower cost in material. Most
of the square tube I have might be 2.20 a foot while extruded aluminum will be double
that and I have to buy the T-slot fasteners.

2'x4' HOBBY LASER TABLE: Page 2


Step 1: Getting the Brain Working.

To have a CNC machine you need to have a system working I would eventually mount it.
computer. Computer's don't interface well with
machines that don't use USB. Baby steps
I didn't go from I have no idea what I'm doing to build
The Arduino and CNC shield. a laser table in 2 days. This journey started in Feb
The kit I bought off of Amazon had everything short of 2018 and is still going Feb 2019 as I am writing this.
the tool and linear bearings to make a CNC. If you At this point the laser works just haven't enclosed it,
are familiar with Instructables I bet you have seen an hopefully by the end on this instructable you will be
Arduino before, they make a CNC shield that most seeing a complete machine.
people use to make 3d printers using a program
called GRBL. So baby steps, GRBL has to be downloaded to a
computer then you upload the firmware to your
Need to stay organized. Arduino. They do a good job of explaining the
From the start, I wanted to treat the circuity portion process on their website. After I wired up the panel to
like a proper control panel. I mounted the 12v power give 12v to my board I upload the firmware and
supply at the far end, then wired 2 terminal strips, +/- turned on the GRBL program to see if everything
to land equipment then added a series of 120v and works. x/y motors spin when I tell it to go a direction.
12v relays to eventually act as safety switches finally THE FIRST STEP ACHIEVED!
mounting the Arduino at the far end. Once I got this

https://youtu.be/Fvn78C6BeLQ

2'x4' HOBBY LASER TABLE: Page 3


Step 2: Motors Have to Do Work.

The previous step I got the motors to spin pieces of these motors have 200 steps per revolution so they
paper doesn't sound all that thrilling but it made my can natively control 1.8 degrees per step. I wanted to
week. gear it down so I had a 3/1 reduction, this would give
me .6 degrees per step and up my torque without
What motors did I get having to use half steps. I will explain half steps later
The kit came with Nema17 stepper motors, I had no when we talk more about the board.
idea what that meant at the time but googled it up.
Steppers precisely control pitch and have high torque

To get the gear reduction I used GT2 belt and gears,


the drive gear is a 20 tooth gear that is belted to a 60
tooth gear giving me a 3 to 1 reduction. Making the Y-axis mounts.
Bearing blocks are expensive, just throwing that out
What do the motors move? there. I found I could buy a stack of 5mm bearings for
I, of course, wanted the motors to move the x and y- cheap and print my own blocks out. These got
axes. The X will be a single motor on a bridge and mounted to a larger frame to hold the gear reduction
they will have 2 motors that move the bridge over the shaft above the motor then I bolted the motor down
work. This will give me decent control and the heavy with the motor mounts the kit came with. The shaft is
moving would be shared between to motors. held into place with some set screw rings.

2'x4' HOBBY LASER TABLE: Page 4


2'x4' HOBBY LASER TABLE: Page 5
Step 3: Making the Base

The base is 10 gauge steel, roughly 1/8" thk. It is way square tubes to act as my left and right side.
overkill but from my limited experience with Clamped one square tube to the far side and move
machinery, a heavy base helps keep everything my parts around until I figured I had enough room. As
accurate. I said earlier this turned out to the 4" and 3". Once I
was happy with this I marked my sheet metal and cut
How big to make it? it with a circular saw. A standard circular saw can do
You need to have enough room to have your belts amazing work with a metal cutting blade.
clear the sides of the work surface and allow your
laser to to reach edge to edge without hitting After the base plate was cut I cut the 2 remaining
anything. For my project I found about 4" on either square tubes to frame in my base plate and stich
side gave me enough room to mount my motors and I welded 1 on 12 skip weld. I did this as the weld is
figured 3" on the bottom would give me enough for plenty strong for what I am doing and I didn't want the
the head of the laser. material to warp with excess heat. I figured I could
seal the project with caulking at the end.
To lay this step I placed a 2'x4' piece of wood to
simulate my part then I cut out I cut 2 48" long 1.25"

2'x4' HOBBY LASER TABLE: Page 6


Step 4: Making the Gantry

What do the axises move on? side of the frame of the base. Then tack welded it into
For smaller projects, I have seen rods and that that is place. I repeated the same step for the other Y-axis
what my 3d printer runs on, they work well for short bearing. I wasn't too worried about the two bearings
runs but long distances they tend to move due to not being 100% parallel. I will explain that in a minute.
being supported. I chose a linear bearing, a cheap
one from Amazon, not the multiple hundred dollar X-axis bearing
options you can get for real CNC machines. I made a The X-axis bearing bridge is only hard mounted to the
decision a while ago that I was not going to make this left side Y-axis, the right Y-axis bearing it sat in a U
thing accurate down to 1/128th of an inch. If I get shaped pocket that fits very tightly. This is done for a
1/32" accuracy I would be happy. Making this few reasons, the first is with only being bolted to the
decision drops the cost to around 1k opposed to left Y bearing makes the assembly easier to
several thousand dollars. Keeping precision over a disassemble. The other reason is if the 2 Y-axis
long distance gets exponentially more expensive. bearings are slightly out of parallel I have a slip joint
that will not cause a bind.
Y-axis bearings
I took the same 1.25" square tube and used it as a Won't this cause crooked cuts
mounting rail for the bearing. Layed a line down the Technically yes but it will be so small I have yet to
square tube marked and tapped the holes. To make see anything I can measure. This is because I have 2
the Y-axis square to the base I used 2 small pieces of motors moving the Y-axis on either side of the bridge.
1.25" square drop at a spacer and clamped it to the

2'x4' HOBBY LASER TABLE: Page 7


2'x4' HOBBY LASER TABLE: Page 8
2'x4' HOBBY LASER TABLE: Page 9
Step 5: Laser Mount

Time to mount the laser. I know I could have gone with a cool stepper actuated
I purchased an Endurance 10watt laser. This laser is adjustment I chose a simple manual method, I figure I
designed to be able to retrofit on 3D printers so it has once I set the height I won't be changing it for a while
a simple bolting pattern to the back of the laser, the and a manual set up will be lighter and simpler. For
diode and fans come pre-assembled I just have to the adjustment, I chose a 6" linear bearing with a 1/4"
bring power to both the diode and the fans separately. ACME thread screw to screw 6" long for my up and
The complicated part comes with the fact that using down adjustment. Once the height is set I would just
different lenses you have to adjust the height of the screw down the free nut to lock it in place. Later I
laser to focus it on the product you plan on cutting. decided to weld another nut to the top of ACME
Also the thickness of the product you have to adjust thread so I can use a ratchet to quickly move focus
for this too. the laser.

I chose a manual Z adjustment

2'x4' HOBBY LASER TABLE: Page 10


Step 6: X-axis Control

X-axis control is made with the same 20 to 60 GT2 pulley. Instead of having the bearing mounts to the front and
behind the motor I opted to put both on one side of the motor. This is also where welding the assembly helped. I
was able to weld it to the top of the angle web, something I couldn't do with extruded aluminum.

2'x4' HOBBY LASER TABLE: Page 11


2'x4' HOBBY LASER TABLE: Page 12
Step 7: Belts and Wireway

At this point we have bearings for the x/y-axises, found the best tension would be to have the belt 2-3
have the laser mounted and have the motors teeth too short to easily loop the belt around the
positioned to do the work. Its now time to add tension pulley. Clamp it the belt down then use a spare 5mm
pulleys to make a working belt system. rod to pop the belt over a bearing.

Tension pulleys Wireway


I added 3 tension pulleys to the system all of them There will be wires everywhere along with an air
are made the same way. I took the 1.25" square tube assist line. If the system was small aka sub 12 inches
and cut out one wall completely so I had a U profile. you might be able to get away with a wire wrap and
From here I mounted 2 of the bearing blocks I printed have it suspended from above. This will be moving 2'
before with a 20 tooth pulley. Measured out from the in one direction and 4' in another. For this, I chose to
base to make sure they are square to the drive pulley use a flexible wire way too keep all of this from
and tacked it into place. getting tangled. In the 4th picture, you can see the
first wire way, it loops on itself and lays on the base
The Belts plate. The second wire way on the X-axis is
supported by 3 1" wide pieces of flat bar.
You can purchase GT2 belt in long strips, I purchased
mine in I believe 5-meter rolls. This makes making Laser Bed
drive belts very easy I looped the belt between the 2 I talked to some friends and the suggested using a
pulleys and cut it about 2" longer than I thought I ceiling tile light louver as a laser grid. It comes in 2'x4'
needed as its easier to cut more off then cut a new sections and is a uniform and really cheap so if it gets
belt. burned up over time it is an easy replaceable
consumable.
Clamps
Since this isn't a system that will continuously revolve Oh, I also mounted the CNC board.
like the down gearing belt that is attached to the Nothing complicated here just mounted it at the edge
motor mounts I can just clamp the belts to the X-axis of the board out of the way and mounted it on some
bearing bridge and to the Laser mount itself. You can stands so I can put ductwork under it.
see how I did this in the first 3 pictures of this step. I

https://www.youtube.com/watch?v=-1yBpWplYSk

2'x4' HOBBY LASER TABLE: Page 13


2'x4' HOBBY LASER TABLE: Page 14
2'x4' HOBBY LASER TABLE: Page 15
Step 8: Time to Get the Laser Up and Running

Wire the laser


The laser I purchased has a control box for it, it takes 120v in for power and uses a 0-5v signal to power the laser.
The hardest part for powering up the laser was finding out where to land the control on the Arduino board. If your
trying to find it this on the internet I will save you the time. Wire the 0-5v signal to the Z+ end stop plugs if your
using a CNC shield. At this time the laser turns on and I was happy the main part of the machine works. Still not
the time to start burning.

Calibration of the X/Y-axis


At this point in time, the machine doesn't know how to send a 1" move signal to the machine, 1" signal might be a
12" move or it might be a half inch move. In GRBL there is a multiplier for calibration.

StepsPerMM = (StepsPerRotation/mmPerRotation)/MicrosteppingFraction

Since I geared down opposed to using micro stepping my Microstepping Fraction is 1 so its was steps per
rotation/mm per rotation to get my steps per mm. This will get you very close due to measuring and rounding
errors. To correct this I taped a 1/32" welding rod to the laser, placed a ruler below the rod pointing at the 0mm and
gave a command ton jog the laser 100mm in the X-axis. I would get a slightly different measurement and then I
would use that measurement to correct my StepsPerMM

StepsPerMMnew = 100mm/measuredMM * StepsPerMM

I did this a few times until I could get out to 300mm and stay accurate as I could see. I chose 300 mm as its the full
12" ruler to a solid number.

Testing Testing Testing


Several days of testing followed, I found I developed a problem where the Y-axis it would not return correctly. I
found that the pulleys would rotate on the bearing bar. This was fixed by filing small flats where the set screws
would mount.

Also using the cutting lens I had to get very close to the wood to cut, while it worked it was so close I easily got
debris building up on the lens. I searched and found a G-7 lense that would allow cutting at a farther distance from
the wood ~6cm away. Since then I have had no issues.

https://youtu.be/k3ZkG7j5ips

2'x4' HOBBY LASER TABLE: Page 16


2'x4' HOBBY LASER TABLE: Page 17
Step 9: A Test Project, and a Intermission.

My wife has been acid etching cutting boards for in a well-ventilated area, since this isn't inclosed right
friends as gifts for a while now and they seem to love now I have my garage door open/cracked with a box
them. Our friends put them out in the center of their fan blowing everything out, I am also sitting upwind
kitchens. At this time my wife has seen me make a so I don't blow the smoke into me.
box that can barely cut circles and squares. I quickly
got her attention by burning our last name on a If you were always leaving the machine in a well-
cutting board. ventilated area where you don't have to worry about
people accidentally looking at the laser or reflections
At this time a few safety notes, don't look at the laser, of the laser, you could be done. Its a fully functional
don't even look at the reflection of the laser. Make laser table.
sure you have proper eye protection. Make sure you

https://youtu.be/zgiYlYhCgVI

2'x4' HOBBY LASER TABLE: Page 18


Step 10: A Secret Side Project

My machine was involved in a side project.


One of my friends loves his Tacoma so for his birthday some of our friends asked I could burn an image of his
Tacoma for as a gift. I was feeling confident, I mean I could burn a circle how hard could it be. It was extremely
hard to do. I learned a lot about my machine and how to burn an image. Due to the clandestine nature of this
project, I have minimal pictures as I didn't want to any chance of sharing an image on Facebook of my progress
and having a half image of a Tacoma in the background. This project was worked on for about 3 months until I got
a good image.

Things I got out of this:

1. The stepper controllers do overheat if you don't have a fan on the heatsinks and they loose steps.
2. There is a small zone of not burning, burning an image and a black blob.
3. Images are really slow with my laser due to somewhat slow travel speed. Burn throughs are iffy,
seems like the low-end movement is too high.

Fixes

1. I printed a duct for a 30mm fan to blow on the steppers.


2. Burn black as you can but use stippling, works like how a newspaper prints an image.
3. The higher speed I just had to drastically up the max movement speed of the machine. The low end
was a bit harder to fix. Found out that upping the micro steps from 1 to 1/16 allowed my low-end
movement speed to drop very low. Went from ~4.9 steps/mm to ~49.9 steps/mm.

The biggest issue is getting the reliability up for a continuous 6-hour project. Due to the nature of the test, I would
only get 2-3 attempts a week. One thing that significantly helped reliability was using a program called
Lightscribe, a very user-friendly UI that made the work easier set up. Also while the computer doesn't need to be
exceptionally powerful you want to have a dedicated computer for the project. If you are doing something as
simple as using chrome and you cause a small communication error to the laser due to any issue you might as
well toss out the project. I even go as far as turning off wifi so there are no chances of background updates.

2'x4' HOBBY LASER TABLE: Page 19


Step 11: Making the Laser Help Build It Self.

Making an exhaust system. Since this is my first 3d built item it I cut was a bit of a
If you are familiar with making computers its a learning curve, burn 1 (image 1 here) you can see I
common practice to have more air trying to enter the had straight edges, this did not want to go together.
computer than exit so the case is positively Burn 2 (image 2) I used tongue and groove to lock it
pressurized so you don't suck in dirt into sensitive together and it is set up for 6 120mm fans. I should
parts. With this laser I wan the opposite. I know I exchange out the air in the box every 10-20 seconds.
won't be able to 100% seal the system, I want to pull
as much air as possible out. For this I want an If you are a wood worker... I'm sorry.
exhaust manifold in the back of the box to pull the
smoke out. For this I let the laser do the work.

2'x4' HOBBY LASER TABLE: Page 20


2'x4' HOBBY LASER TABLE: Page 21
Step 12: Wiring the Fans

The fans are set up to run off of 12v DC power similar top of the frame this will make more sense later as it
to computer case fans... exactly like computer case will be easier to access once the case is made.
fans. Instead of setting up a system where I strip Installing the fans I rand into a hurdle, computer case
every wire and run it back to a terminal block for ~20 fans are designed to be screwed into some thin sheet
bucks you can get a computer case fan hub. In my metal. The screws that came with the fans didn't have
mind worth it for the simplicity and the capability of enough length to grab the wood through the fan case.
easily adding more fans. I have some rubber inserts I thought would work but
the "case" side of the insert will not work with 3/16"
While wiring this up I added 2 more terminal strips for thk wood. So I just used a dab of caulking in each of
12v DC power. For the terminal strips I did not want the 4 corners. Its generic white caulk, not a
to use a jumper bar because I didn't like the idea of construction adhesive so if a fan dies I can pull the
an exposed hot bar and if for some reason I need to fan off later.
use the strip to act as a junction not tied into a
common +/- I can just unplug a jumper. I chose the

https://www.youtube.com/watch?v=JBnUqlxnIG4&feature=youtu.be

2'x4' HOBBY LASER TABLE: Page 22


Step 13: Starting to Enclose the Laser.

The goal is to have bolt on panels so I can access the door (2) the electrical maintenance door.
components inside of the laser if/when its needed and
add some more rigidity to the project. About midway The walls will be bolted to the frame to allow whole
through the project, I made this section of the frame sides to come off if needed.
to let me know of the envelope I had to deal with. I
will need to add at least 2 doors, (1) the man part

2'x4' HOBBY LASER TABLE: Page 23


Step 14: Setting Up the Air Assist.

Air blowing on the laser impact location does a few things.

1. It helps blow away residue.


2. It acts like stoking a fire, hotter the burn the deeper the cut.

If you are working on a part that requires several passes you develop a carbon layer on top of the cutting surface
that makes it much harder to burn through. So adding air will allow the laser to do more work.

I have seen many people use an aquarium aerator pump. I have this old airbrush pump I was given years ago. I
am using what I have and it puts out an impressive volume. It is tubed to a 1/8" brass tube that is clamped to the
laser mount. I slowly bent the tube in stages in a vice to keep it from kinking.

2'x4' HOBBY LASER TABLE: Page 24


Step 15: Seal It Up

Completely sealing the case sounds like a good idea I found camper seal foam tape is 1.25" meant to be
but I need air to leak in so I can have air leave for my 1.25" frame. The doors will get the window
exhausting the smoke from the laser. Leaving small seal as its designed to move more than the camper
slits along the bottom of the case will allow air to be seal.
sucked in along with 2 120 mm fans blowing air in. 1
over the electricals and 2 in the front of the case to
set the flow of air.

2'x4' HOBBY LASER TABLE: Page 25


Step 16: Getting the Machine to Stand on Its Own

2'x4' HOBBY LASER TABLE: Page 26


2'x4' HOBBY LASER TABLE: Page 27
Step 17: Skinning the Machine

2'x4' HOBBY LASER TABLE: Page 28


2'x4' HOBBY LASER TABLE: Page 29
Step 18: I Threw in the Towel.

As much as I hate to admit I did. The machine was on Its a sad day for DIY but it was a very fun time.
its way to be a monster 4'x5' machine and we didn't People I know asked why are you building a laser
have room for it. After talking to the wife we decided table when you can just buy. I told them it was for the
its best to stop the project now and disassemble the fun of it and to see if I can. When I cut it apart they
parts so we can use them elsewhere. were shocked I would do it. I know know I can make
a laser table, made a few things with it and a better
We bought into the Snap Maker kickstarter. It will be option showed up. I am going to be able to much
the laser we want and I can retrofit the larger laser to more with the new machine and it will be a much
it. They are also planing on making 2m beams for it better tool than the one I was making. Mine was
so we can actually make a larger machine. It will do going to be very analog while this one will have some
3d printing, laser, and router table. With expansions huge software advantages.
for rotary, 1 hp router and the list goes on. The wife
and I are both happy about it. Anyway if you plan on making your own laser it is
totally doable. I had almost no knowledge of how to
I have since cut apart the laser table, stored away all do any of this when I started and even after throwing
the electrical parts, use some on some car projects in the towel I thoroughly enjoyed the project and its
and the laser is stored in a safe location. The table it not going to stop me from making relatively absurd
self was cut apart and made into a better welding cart tools in the future.
the 1/8" thick base plate and frame was kept as a
4'x5' table top that I put on saw horses if I need
additional work space.

2'x4' HOBBY LASER TABLE: Page 30

You might also like