The Smell of Molten Projects in the Morning

Ed Nisley's Blog: Shop notes, electronics, firmware, machinery, 3D printing, laser cuttery, and curiosities. Contents: 100% human thinking, 0% AI slop.

Tag: Laser Cutter

  • OMTech 60 W Laser: Spike Plates

    OMTech 60 W Laser: Spike Plates

    Mash all these together:

    To get a cardboard spike plate:

    Laser spike plate - pristine
    Laser spike plate – pristine

    The punk spikes stick to a layer of ordinary masking tape across the back surface which lets them sit flat on the honeycomb and support a sheet parallel to the platform. They’re nominally an inch tall, which works out to a very consistent 24 mm, and come with a matching set of 6 mm M3×0.5 truss-head screws now residing in a ziplock bag against future need.

    The spike plate works well under thin paper-like sheets requiring high cutting speed and low power, where the defocused beam just scorches tracks across the cardboard without setting it on fire:

    Laser spike plate - scarred surface
    Laser spike plate – scarred surface

    Nota bene: a cardboard sheet makes a terrible backing plate under material requiring slow speed and high power, like MDF / plywood / acrylic, where the cloud of combustible gases under the victim forms a very effective flamethrower. You have been warned.

    Obviously, you need not fill every hole. Leaving some holes vacant doesn’t (seem to ) allow much smoke removal downward through the honeycomb, perhaps because there’s insufficient perimeter area to get enough wind into the center section.

    Eventually, the cardboard becomes sufficiently scarred to justify making another one, which is easy enough:

    Laser spike plate - hole cutting
    Laser spike plate – hole cutting

    The motivation for raising the target above the platform is to provide good airflow to remove the smoke / fumes / smog from the area, thereby reducing unsightly deposits on the lower surface. Given decent airflow across the platform, this works surprisingly well:

    Laser spike plate - smoke plumes
    Laser spike plate – smoke plumes

    That picture comes through the laser’s tinted polycarbonate window, so it’s somewhat blurred, but shows smoke streamers emerging from the victim’s corrugations and across its surface.

    All in all, it’s quick, easy, and effective.

  • OMTech 60 W Laser: Airflow Control

    OMTech 60 W Laser: Airflow Control

    Russ Sadler points out that Chinese CO2 lasers lack air inlets matching their 6 inch = 150 mm outlet port, so fumes accumulate over the workpiece as air leaks in through various panel / hatch gaps and small openings. The simplest solution, at least for my OMTech 60 W laser, seems to be opening the front passthrough hatch:

    Laser spike plate - side view
    Laser spike plate – side view

    The opening is 33×4 inch = 0.9 ft² with an airflow of just under 1 m/s into the exhaust fan at full throttle, so it’s venting at about 180 CFM. That’s half the duct fan’s 400 CFM in more-or-less free air, but the laser cabinet outlet vent has a perforated cover with maybe 50% clear opening:

    OMTech 60W laser - modified vent
    OMTech 60W laser – modified vent

    It’s not exactly a flame arrester.

    Directing the air flow across the platform from front to rear requires sealing the gaps along the front of the cabinet:

    OMTech 60 W laser - front gap seal
    OMTech 60 W laser – front gap seal

    And the huge openings on either side of the exhaust duct:

    OMTech 60 W laser - vent box seal
    OMTech 60 W laser – vent box seal

    Yes, all those are cardboard sheets and, no, they’re not the final implementation. This is all in the nature of figuring out what works, so being able to cut-to-fit is a Good Idea.

    The large gap along the rear edge (on the right, above) for the rear feedthrough opening got a cardboard sheet after engraving some MDF.

    Early indications are that it works fine, as witness the smoke streaming off the rear of a cardboard test piece:

    Laser spike plate - smoke plumes
    Laser spike plate – smoke plumes

    Cutting MDF produces copious smoke that fills the cabinet, but it clears quickly and doesn’t escape into the Basement Laboratory if I wait a little longer than I really want to after the cutting stops.

    Blocking the unused areas of the honeycomb helps direct airflow in the proper direction:

    COB LED Shade - overview
    COB LED Shade – overview

    All in all, it works well.

  • OMTech 60 W Laser: COB LED Shades

    OMTech 60 W Laser: COB LED Shades

    Adding LED strips around the interior of the laser platform definitely improved the visibility of things on the honeycomb platform:

    OMTech 60W laser - COB LED strips
    OMTech 60W laser – COB LED strips

    However, all that upward-directed light goes directly into my glare-sensitive eyeballs, so I added shades above the strips:

    COB LED Shade - installed
    COB LED Shade – installed

    They’re cut from corrugated cardboard because I have an essentially infinite supply and I’m still working out speeds and intensities. Eventually they’ll become something like black acrylic.

    The brackets emerged from the vasty digital deep through the miracle of 3D printing:

    COB LED Shade Brackets - slice preview
    COB LED Shade Brackets – slice preview

    They’re stuck to the laser cabinet and the cardboard with double-sided duct tape. If you’re careful, they will line up along one edge of the tape, roll over neatly to stick their other face, then a single razor knife cut can separate each pair of neighbors.

    The underside sports an aluminized mylar strip to redirect the wasted light in a more useful direction:

    COB LED Shade - aluminized Mylar reflector
    COB LED Shade – aluminized Mylar reflector

    The tapeless sticky shipped with the laser holds the reflector in place, while its 20 mm width sets the 21 mm shade dimension. Although you want a reasonably smooth layer, it need not be mirror-flat.

    Now it’s really bright in there:

    COB LED Shade - overview
    COB LED Shade – overview

    While I had my head under the hood, I stuck a fourth strip of COB LEDs on the lip along the rear edge of the opening; it’s bright enough to cast the shadow just forward of the laser head despite the OEM under-gantry LED strip. Because the rear strip is aimed downward, it didn’t need a shade.

    The perforated cardboard sheet on the left is a spike plate: more about that later.

    The SVG drawings as a GitHub Gist:

    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.

    The OpenSCAD source code as a GitHub Gist:

    // Bracket for COB LED shade
    // Ed Nisley KE4ZNU 2022-03-24
    BaseLength = 20.0;
    /* [Hidden] */
    ThreadThick = 0.25;
    ThreadWidth = 0.40;
    HoleWindage = 0.2;
    Protrusion = 0.1; // make holes end cleanly
    WebThick = 4*ThreadWidth;
    BasePlate = [BaseLength,5*WebThick,WebThick];
    //———-
    // Create parts
    module Bracket() {
    R = BaseLength/3;
    N = 36;
    union() {
    rotate([90,0,0])
    translate([0,0,-WebThick/2])
    linear_extrude(height=WebThick,convexity=2)
    difference() {
    intersection() {
    union () {
    square(2*R,center=false);
    translate([0,2*R])
    rotate(180/N)
    circle(r=R,$fn=N);
    translate([2*R,0])
    rotate(180/N)
    circle(r=R,$fn=N);
    }
    square(3*R,center=false);
    }
    translate([2*R*cos(180/N),2*R*cos(180/N)])
    rotate(180/N)
    circle(r=R,$fn=N);
    }
    rotate([0,-90,0])
    translate([0,-BasePlate.y/2,-BasePlate.z])
    cube(BasePlate,center=false);
    translate([0,-BasePlate.y/2,0])
    cube(BasePlate,center=false);
    }
    }
    //———-
    // Build them
    Bracket();

  • OMTech 60 W Laser: Ris(er)ing to the Occasion

    OMTech 60 W Laser: Ris(er)ing to the Occasion

    Nearly everybody with a floor-standing laser cutter eventually decides it’s much too low for comfort:

    OMTech Laser - leg risers
    OMTech Laser – leg risers

    Those are the 5 inch sections of a furniture riser set (the 3 inch sections are visible at the left rear of the picture, ready for deployment). With the legs extended to their full length, they put the laser’s honeycomb platform about 30 inches from the floor, so the complete set will raise it to 33-ish inches.

    I went full-frontal Archimedes by levering each end of the cabinet up an inch at a time using one of those maple shelves atop an increasingly tall fulcrum made of various planks, then lowering the ever-lengthening legs atop stacks of plywood. Eventually I could roll a floor jack under the end beam to simplify the rest of the lift.

    Protip: lock the casters to prevent movement.

    More height makes reaching inside the machine much more comfortable!

    At least for me. Mary says it’s now much too high for her …

  • OMTech 60 W Laser: Improved Electronics Bay Fan

    OMTech 60 W Laser: Improved Electronics Bay Fan

    The OMTech laser arrived with a 120 VAC fan blowing air out of the electronics bay on the right side of the cabinet. It runs continuously, because the stepper drivers remain active even when idle, and gave off an annoyingly high-pitched whirrrrr.

    The Big Box o’ Fans produced a 24 V tangential blower which (felt like it) moved about the same amount of air with a quieter and lower-pitched hmmmmmm, so I made an adapter to fit it into the original cabinet opening:

    OMTech laser - improved electronics fan - mounting
    OMTech laser – improved electronics fan – mounting

    Yeah, it’s hot-melt glued to a stacked pair of laser-cut cardboard plates. Fight me.

    The white square of retro-reflective tape came from its previous life as a test item.

    The black cardboard makes it rather low-key from the outside:

    OMTech laser - improved electronics fan - grille
    OMTech laser – improved electronics fan – grille

    I reused the original grille, mostly because otherwise I’d have to put it somewhere else.

    The anemometer suggests 5 m/s airflow an inch from the grille. Rounding downward from the 25×35 mm opening says it’s pulling 9 CFM from a compartment with a little over a cubic foot of free volume, which sounds enough good to me. For whatever it’s worth, this airflow calculation disagrees with all of the specs and my handwaving calculation in that old blog post.

    The cabinet hatch has slits distributing the incoming air over all the active ingredients (somewhat visible inside behind the flash glare):

    OMTech laser - improved electronics fan - hatch
    OMTech laser – improved electronics fan – hatch

    The SVG image as a GitHub Gist:

    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.

  • Angel Food Cake Pan Liner

    Angel Food Cake Pan Liner

    Laser cut from parchment paper, no less:

    Angel Food Cake Pan liner
    Angel Food Cake Pan liner

    Radial slits around the middle let it bend upward over the folded aluminum joint around the pillar:

    Angel Food Cake Pan liner - detail
    Angel Food Cake Pan liner – detail

    Ours claims to be a 10×4-½ inch pan, roughly the diameter at the top and the overall height. Your pan will surely be different: this one is, as the saying goes, old enough to know better.

    The SVG image as a GitHub Gist:

    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.

    Made in anticipation of the next time Mary bakes a special carrot cake with cream cheese frosting for my birthday …

  • Laser-Engraved DVD

    Laser-Engraved DVD

    Tinkering the GCMC Guilloche pattern generator to produce an SVG file, then passing it through LightBurn to engrave a DVD worked surprisingly well:

    Laser-engraved DVD - overview
    Laser-engraved DVD – overview

    Polycarbonate plastic isn’t something you want to cut in your laser, because it melts and releases The Big Stink™, but vector engraving at high speed produces a clean 0.1 mm line:

    Laser-engraved DVD - Guilloche detail
    Laser-engraved DVD – Guilloche detail

    The legend around the middle came out well with 2 ms pulses at 0.25 mm spacing:

    Laser-engraved DVD - dot-mode text detail
    Laser-engraved DVD – dot-mode text detail

    The black dots in the background were printed on the label side of the DVD.

    The vast number of closely spaced points caused the laser’s path planner to pause the machine’s XY motion while it caught up, but without visible damage to the platter. The GCMC program prunes the path to ensure successive points lie more than 0.2 mm apart, but maybe coarser resolution would reduce the planner’s workload without looking any worse.

    All in all, the results look (and feel!) much better than the diamond drag engravings:

    Diamond Scribe - LM3UU - arc text - first light
    Diamond Scribe – LM3UU – arc text – first light