-
"Impossible" Woven Laser Cut Celtic Knot
01/28/2019 at 02:32 • 0 commentsIt's not perfect, but I'm happy with how this turned out.
Material is EVA Foam from Michael's hobby store. 3mA power @ 6mm/sec.
Practice run on cereal box cardboard.
Yes, I cheated, it's laser cut in 13 pieces. All the glued joints are hidden underneath the overlaps. -
Self-Improvement
01/19/2019 at 03:46 • 0 commentsYou know how 3D printers print stuff to improve itself? I've just done that with my laser cutter :-)
Nothing fancy, just a bracket to hold the smoke assist fan at an angle.https://www.thingiverse.com/thing:3370541
FYI: Smoke assist fans are placed towards the front of the laser cutter to create an air flow towards the back of the laser cutter so smoke would get sucked up by the Exhaust Vent instead of lingering in the cutting area. -
Vector Engraving
12/25/2018 at 18:30 • 0 commentsimport svgwrite import math dwg = svgwrite.Drawing('test.svg', profile='tiny',width='100px',height='100px') a = 0 n = 15 x0=50 y0=x0 r=x0 for i in range(0, n-1): a = 3.14*2 * i / n x = x0 + math.sin(a)*r y = y0 + math.cos(a)*r b=0 for j in range(i+1, n): b = 3.14*2 * j / n x2 = x0 + math.sin(b)*r y2 = y0 + math.cos(b)*r print(i,j) dwg.add(dwg.line((x, y), (x2, y2), stroke=svgwrite.rgb(0, 0, 255, '%'))) dwg.save()
-
$12000 Epilog vs. $400 K40 Laser Cutter
12/25/2018 at 02:57 • 0 commentsI decided to get Expanded Metal Sheet from HomeDepot while I wait for the honeycomb bed.
Box on left is cut by a $12,000 Epilog Mini, one on the right is by my $370 K40. I ran the engrave at 300mm/sec @ 5mA, vector cut at 5mm/sec @5mA (one pass).
The Epilog is definitely better, but I'm hopeful that with time I will be able to get closer to the Epilog's result with the K40. -
Poorman's adjustable laser bed
12/24/2018 at 17:39 • 0 comments -
Trimming the exhaust vent
12/24/2018 at 17:25 • 0 commentsThe exhaust vent inside the K40 juts in quite far and actually obscures the laser path when Y is zero.
Unfortunately taking out this vent to trim it on the bandsaw require removal of the gantry that is in the
way, in turn this would require re-aligning mirrors. I decided to do it differently.
Success!
Ooops...
Incidentally, later I discovered that I did not trim enough to clear a 3D printed air assist nozzle and had to trim for the second time. So, if you decide to do this, be more generous in trimming. :-)
-
K40 Exhaust Fan Hack
12/24/2018 at 17:02 • 0 commentsSorry, I don't remember where I learned this from, but someone noticed that there is quite a gap between the fan and the cage on the stock exhaust fan. Adding a nut decreases that gap and hopefully improves efficiency of the fan.
Had to trim the top of the fan to screw the plastic cap in.
Nut was just a bit too tall. I had to shim the cover with two cardboard pieces so the fan would clear the cover.
-
First Cut and Engraving
12/24/2018 at 16:49 • 0 comments -
Non-destructive window vent
12/24/2018 at 16:42 • 0 commentsBefore I start punching holes on the wall, I want to make sure that this laser hobby is not a passing fad for me, so I came up with this temporary vent solution. I cut foam core pieces to perfectly seal any gaps below the wood and also between the two sliding window panes.
-
Suggested Mods
12/01/2018 at 02:36 • 0 comments- [x] Shortened exhaust duct (gives you a lot more room)
- [x] Install 100-150CFM fan near the outdoors to suck instead of push the air through the pipe.
- Added a coolant temp gauge
- Added some additional outlets and fittings to the back (12V and air assist)
- Found a hose adapter on Amazon the fit the duct slot perfectly
- Added a stylish cabinet handle (Menards) to lift the cover
- [x] Added an air assist nozzle
- Upgrad mirror to the head assembly
- [x] Removed the stock bed
- Installed an adjustable height one (Thingiverse)
- [x] Added an air pump for the smoke assist and a 110v ventilation fan for smoke removal
- Added some 5v and 12v power supplies inside the electronics section to power various accessories
- Added some additional LED lights for better visibility
- [/] Made a cable chain (Thingiverse) to support the air assist hose and a support for the cable chain
- Made a “laser” spot pointer that shows exactly where the beam will hit