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.

Category: Home Ec

Things around the home & hearth

  • Potato Garage

    Potato Garage

    Ordinary potatoes are photosensitive and turn green & bitter when exposed to light, so Mary stores them in a paper bag in the pantry. I recently re-found the cupcake / bread box previously used for battery storage and we decided it would make a great potato storage box:

    Potato Garage - installed
    Potato Garage – installed

    It does look like a little garage with a roll-up door, doesn’t it?

    The engraving on the top came from the New Garden Encyclopedia:

    Garden Encyclopedia - Potatoes - engraving scan
    Garden Encyclopedia – Potatoes – engraving scan

    The larger spud definitely has The Stink Eye! Also: tusks!

    Threshold the scanned image, edit out a few blemishes, and engrave it atop the box:

    Potato Garage - engraved
    Potato Garage – engraved

    The result looks rather pallid, but this is not the place for fancy wood finishes.

    The alert reader will note a purple sweet potato parked in there, but it’s close to the spirit of the thing.

  • Floor Lamp Remote Control Holder

    Floor Lamp Remote Control Holder

    The remote control for the floor lamp across the Reading Room will never again wander away into the clutter:

    Floor lamp remote holder - in use
    Floor lamp remote holder – in use

    The magnet in its back snuggles against a steel disk embedded in the holder:

    Floor lamp remote holder - installed
    Floor lamp remote holder – installed

    A magnetic field visualization sheet revealed the magnet:

    Floor lamp remote holder - magnet field visualization
    Floor lamp remote holder – magnet field visualization

    Extract the remote’s profiles with a contour gauge:

    Floor lamp remote holder - pin contour gauge
    Floor lamp remote holder – pin contour gauge

    Trace the outlines and lay smooth curves around them with Inkscape:

    Remote profiles - Inkscape curves
    Remote profiles – Inkscape curves

    They needed a slight lengthening to account for the gauge pin diameter & deflection, but this isn’t a precision project.

    Do the same with a scan of the front face, import the curves into OpenSCAD, extrude them, create a solid model of the remote from their mutual intersection, then add a cylinder to punch the depression for the steel plate:

    Floor Lamp Remote Holder - solid model - bottom
    Floor Lamp Remote Holder – solid model – bottom

    The chonky model corners stick out too far compared to the stylin’ curves on the real remote, but I made the holder shorter than the remote specifically to avoid fussing with such details.

    Subtract the remote from a nicely rounded cuboid and knock out a cylinder for the pipe it’ll mount on to produce the holder:

    Floor Lamp Remote Holder - solid model - Show view
    Floor Lamp Remote Holder – solid model – Show view

    I briefly considered a circumferential clamp around the pipe before coming to my senses and making the pipe diameter 2 mm larger to accommodate a strip of double-sided foam tape.

    The magnet gets a ferocious grip on the plate and I defined the result to be All Good™.

    The OpenSCAD source code and SVG paths 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.
    // Floor Lamp Remote Holder
    // Ed Nisley – KE4ZNU
    // 2025-03-29
    include <BOSL2/std.scad>
    Layout = "Holder"; // [Show,Build,Remote,Holder]
    BaseAngle = 30; // [0:50]
    /* [Hidden] */
    RemoteOA = [92.0,40.0,14.5];
    PoleOD = 16.0; // lamp pole
    MagnetOD = 20.0; // steel plate under magnet
    MagnetOffset = [11.0,0,-2.0];
    TapeThick = 1.2;
    HolderOA = [60.0,35.0,PoleOD/3 + 4.0 + RemoteOA.z/2];
    HolderRadius = 5.0;
    Gap = 10.0;
    //———-
    // Define shapes
    module RemoteBody() {
    union() {
    intersection() {
    fwd(RemoteOA.y/2) up(RemoteOA.z/2)
    linear_extrude(h=RemoteOA.z,center=true)
    import("Floor Lamp Remote – outlines.svg",layer="Top Outline");
    zrot(90) xrot(90)
    linear_extrude(h=RemoteOA.x,center=true)
    import("Floor Lamp Remote – outlines.svg",layer="End Outline");
    xrot(90)
    linear_extrude(h=RemoteOA.y,center=true)
    import("Floor Lamp Remote – outlines.svg",layer="Side Outline");
    }
    translate(MagnetOffset)
    cylinder(d=MagnetOD,h=RemoteOA.z,$fn=4*3*4);
    }
    }
    module Holder() {
    difference() {
    cuboid(HolderOA,anchor=BOTTOM,rounding=HolderRadius,except=TOP);
    down((PoleOD + 2*TapeThick)*(1/2 – 1/3))
    yrot(90)
    cylinder(d=PoleOD + 2*TapeThick,h=2*HolderOA.x,center=true);
    up(HolderOA.z – RemoteOA.z/2)
    RemoteBody();
    }
    }
    //———-
    // Build things
    if (Layout == "Remote")
    RemoteBody();
    if (Layout == "Holder")
    Holder();
    if (Layout == "Show") {
    color("White")
    Holder();
    color("Gray",0.75)
    up(HolderOA.z – RemoteOA.z/2 + Gap)
    RemoteBody();
    color("Green",0.5)
    down((PoleOD + 2*TapeThick)*(1/2 – 1/3))
    yrot(90)
    cylinder(d=PoleOD + 2*TapeThick,h=2*HolderOA.x,center=true);
    }
    if (Layout == "Build") {
    Holder();
    }

  • Wrights SideWinder Bobbin Winder: Laying On Of Hands

    Wrights SideWinder Bobbin Winder: Laying On Of Hands

    Mary attempted to wind a bobbin using the Wrights SideWinder Bobbin Winder she got from a friend:

    Sidewinder bobbin winder - top
    Sidewinder bobbin winder – top

    The URL in the instructions is dead, but the Sidewinder lives on as the Simplicity SideWinder Portable Bobbin Winder:

    Simplicity Sidewinder Bobbin Winder
    Simplicity Sidewinder Bobbin Winder

    Looks kinda pallid to me, too, although hardcore BarbieCore is also most definitely not our thing.

    Anyhow, the motor didn’t even twitch when pressing the button, so after I verified the two AA alkaline cells were Just Fine, I laid it on the Electronics Bench and popped the top to see what was the matter:

    Sidewinder bobbin winder - interior wiring
    Sidewinder bobbin winder – interior wiring

    For the record, the red and black wires at the battery compartment are exactly reversed from what you might expect based on, say, the colors of your multimeter probes. I know better, but it comes as a surprise every time.

    The pushbutton switch pulls in the relay (red block in the middle), which latches on until the bobbin fills and the accumulated thread lifts the finger riding on the bobbin to rotate the white cam (under the motor), thus opening the switch (black block), releasing the relay, and shutting off the motor.

    Which, of course, worked perfectly after I stuck the alkalines back in place on the bench and poked the button to watch the proceedings.

    It’s all back together again and continues to run, so I’ll declare victory until the next time she fills a bobbin and, predictably, it doesn’t start.

  • Juki TL-2010Q Bottom Cover

    Juki TL-2010Q Bottom Cover

    Mary gave her Juki TL-2010Q sewing machine a deep cleaning & oiling, deputizing me to remove & replace the covers.

    For the record, standing the machine on its left end is the least-awful way to get the bottom cover off and on:

    Juki TL2010Q - bottom cover on end
    Juki TL2010Q – bottom cover on end

    You must remove all six of those husky screws; the black feet remain firmly stuck in their recesses. It’s not particularly stable in that orientation, so keep a firm hand on the top to prevent an expensive fall.

    I laid it down for the rest of the session:

    Juki TL2010Q - interior cleaning
    Juki TL2010Q – interior cleaning

    She was unenthusiastic about wearing my headband light. Maybe next time.

    It reassembled in reverse order and, after a brief tussle with the bobbin winder finger in the upper covers, runs smoothly.

  • TEC Drawing Kit: Reconditioned Cover

    TEC Drawing Kit: Reconditioned Cover

    Our Young Engineer recently rebuilt the cover of a “vintage” drawing kit, with fabric pockets for protractors & scales and real leather hinges, thereby raising a long-procrastinated project to the top of my to-do list:

    TEC Drawing Set - top old
    TEC Drawing Set – top old

    I know my father used it when he took drafting after high school in 1929. His penmanship and drawing ability were up to par well before that.

    The inside sports a TEC logo:

    TEC Drawing Set - open old
    TEC Drawing Set – open old

    Some searching revealed it’s a No. 718 Drafting Set from the Technical Supply Company of Scranton and appeared in their 1913 catalog:

    TEC Brand Catalog p68
    TEC Brand Catalog p68

    The printing on the inside of the flap differs, but the logo has TEC in the middle.

    My father did not attend college and, in the teeth of The Great Depression, $26.50 was certainly too spendy for his family:

    CPI Calculator - 1929 to 2025
    CPI Calculator – 1929 to 2025

    When the catalog was printed in 1913, No. 718 cost the equivalent of $862.82. Nowadays, similar sets once again cost about twenty bucks on eBay, which tells you something about economics.

    None of that information changes what I know.

    Having recently touched a roll of Kraft-Tex while shelving some boxes, this seemed reasonable:

    TEC Drawing Set - top new
    TEC Drawing Set – top new

    It lacks pockets for the tools I’ve added:

    TEC Drawing Set - scales new
    TEC Drawing Set – scales new

    In retrospect, I should have used two leather snaps, but three would be excessive.

    I folded the Kraft-Tex flat across a steel scale to make the first folds around the base, then finger-crimped folds at the top of the base with subsequent crisping around the scale:

    TEC Drawing Set - open new
    TEC Drawing Set – open new

    The underside of the original case seemed stable:

    TEC Drawing Set - case bottom
    TEC Drawing Set – case bottom

    This may be sacrilege, but I saw no point in peeling the bottom just to cover it up,so I stuck the Kraft-Tex in place with a rectangle of adhesive sheet.

    It doesn’t look the same, but it still gives me a warm feeling.

    It still has the tiny wrench needed to adjust all its screws:

    TEC Drawing Set - wrench
    TEC Drawing Set – wrench

    It’s on 0.1 inch graph paper and is 40 mil = 1 mm thick, should you want to make your own. The blades taper down to essentially a knife edge, which is why it’s made from hard blue steel.

    I remember being fascinated by that little pig when I was a pup.

    Putting some scraps to good use, I stuck a cushion in the anvil for the next time I punch down a leather snap:

    Leather Snap kit - cushioned anvil
    Leather Snap kit – cushioned anvil

    The LightBurn SVG layout 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.
  • Katamari Damacy: Hook-and-Loop Edition

    Katamari Damacy: Hook-and-Loop Edition

    Found this in a box of unrelated stuff:

    Hook-n-Loop accumulation
    Hook-n-Loop accumulation

    Based on past experience, the longer it hangs there, the bigger it will become.

    My packing skillz obviously suffered a blackout during the move …

  • LED Strip Lights: Shade Adhesive

    LED Strip Lights: Shade Adhesive

    This is a quick-and-ugly test to see how well aluminized Mylar will work as a reflective shade for some LED light bars eventually washing the Living / Sewing room ceiling with enough light to brighten the Sewing Table:

    LED strip light - Mylar reflector - ugly fit
    LED strip light – Mylar reflector – ugly fit

    The key question: how well adhesive adheres Mylar to the pleasantly warm aluminum extrusion serving as the heatsink for 40 W of LEDs:

    LED strip light - Mylar reflector - adhesive strips
    LED strip light – Mylar reflector – adhesive strips

    Perhaps surprisingly, those ½ inch strips come from an A4 sheet by way of a paper cutter.

    As with the Mylar shades over the COB LED strips in the laser, the LEDs remain through the aluminized layer:

    LED strip light - Mylar reflector - overexposed
    LED strip light – Mylar reflector – overexposed

    The LED bars will be directly visible, so bouncing the direct light against the wall reduces glare and puts it to good use.

    The Mylar strips are 1 inch wide, cut with a utility knife against a straightedge, although ⅞ inch seems adequate. The last LED over on the right sits at the endcap, so I will (try to) tuck the Mylar ends under the caps for a cleaner fit.

    The bars have two 4 foot strips of LEDs in series, with a lump of circuitry buried in the aluminum extrusion that seems be a bridge rectifier and a small electrolytic capacitor. There’s not nearly enough capacitance to knock down the 120 Hz flicker and I have an uneasy expectation of stroboscopic effects on the sewing machines.

    This is a test. […] This is only a test.

    Now, to model angle brackets fitting the strips to the window moulding.