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: M2

Using and tweaking a Makergear M2 3D printer

  • Steel Shelving Foot Pads

    Steel Shelving Foot Pads

    All of the plastic pads vanished from the legs of a steel shelf unit somewhere along the way:

    Steel Shelving Foot Pads - post shape
    Steel Shelving Foot Pads – post shape

    Some solid modeling produced a suitable replacement shape:

    Steel Shelving Foot Pads - no pegs - solid model
    Steel Shelving Foot Pads – no pegs – solid model

    A few prototypes (with a broken OEM version at lower left) matched the model to reality:

    Steel Shelving Foot Pads - test pieces
    Steel Shelving Foot Pads – test pieces

    They’re natural & black TPU, because the job requirements include being tough and bendy:

    Steel Shelving Foot Pads - installed
    Steel Shelving Foot Pads – installed

    Each one takes about half an hour to ooze from the Makergear M2, so after verifying the prototype’s fit, printing four at a time makes sense:

    Steel Shelving Foot Pads - slicer
    Steel Shelving Foot Pads – slicer

    The OpenSCAD code includes the pegs in the original and the first chunky TPU version:

    Steel Shelving Foot Pads - with pegs - solid model
    Steel Shelving Foot Pads – with pegs – solid model

    It turns out they don’t have any obvious benefit in a TPU pad, so they’re disabled in the code.

    Now those legs sit firmly on the floor and the post tops aren’t nearly so threatening.

    The OpenSCAD source code as a GitHub Gist:

    // Steel Shelf Foot Pads
    // Ed Nisley – KE4ZNU
    // 2026-04-18
    include <BOSL2/std.scad>
    /* [Hidden] */
    Protrusion = 0.01;
    NumSides = 4*9;
    $fn=NumSides;
    Clearance = 1.0/2;
    WallThick = 1.0 + Clearance;
    BaseThick = 2.0;
    PadOAH = BaseThick + 11.0;
    RollID = 6.4;
    RollOD = 7.4 + Clearance;
    RollOffset = 29.5;
    LegThick = 0.5 + 2*Clearance;
    Pins = [
    [-(RollOD/2), (RollOffset + RollOD/2),0],
    [(RollOffset + RollOD/2), -(RollOD/2),0],
    ];
    //—–
    // Build things
    union() {
    difference() {
    union() {
    for (pin = Pins)
    translate(pin)
    cyl(PadOAH,d=RollOD + 2*WallThick,anchor=BOTTOM);
    translate([-(WallThick + LegThick),-(WallThick + LegThick),0])
    cuboid([2*WallThick + LegThick,WallThick + LegThick + Pins[0].y,PadOAH],
    anchor=BOTTOM+LEFT+FRONT);
    translate([-(WallThick + LegThick),-(WallThick + LegThick),0])
    cuboid([WallThick + LegThick + Pins[1].x,2*WallThick + LegThick,PadOAH],
    anchor=BOTTOM+LEFT+FRONT);
    cyl(PadOAH,r=(WallThick + LegThick),anchor=BOTTOM);
    }
    up(BaseThick)
    cyl(PadOAH,r=LegThick,anchor=BOTTOM);
    up(BaseThick)
    for (pin = Pins)
    translate(pin)
    cyl(PadOAH,d=RollOD,anchor=BOTTOM);
    up(BaseThick) {
    translate(Pins[0])
    cuboid([RollOD/2,RollOD/2,PadOAH],anchor=BOTTOM+LEFT+BACK);
    translate(Pins[1])
    cuboid([RollOD/2,RollOD/2,PadOAH],anchor=BOTTOM+RIGHT+FRONT);
    }
    up(BaseThick) {
    fwd(LegThick)
    cuboid([LegThick,Pins[0].y + LegThick,PadOAH],anchor=BOTTOM+RIGHT+FRONT);
    left(LegThick)
    cuboid([Pins[1].x + LegThick,LegThick,PadOAH],anchor=BOTTOM+LEFT+BACK);
    }
    }
    if (false)
    for (pin = Pins)
    translate(pin) {
    cyl(PadOAH,d=RollID/2,anchor=BOTTOM);
    for (a = [0,90])
    zrot(a)
    cuboid([1.0,RollID – 2*Clearance,PadOAH],anchor=BOTTOM);
    }
    }

  • Makergear M2: Repositioned Filament Drive Gear

    Makergear M2: Repositioned Filament Drive Gear

    AFAICT, the Makergear M2’s filament drive gear has been in the same place on the motor shaft since I set it up nearly five years ago:

    Makergear M2 - original filament drive pulley position
    Makergear M2 – original filament drive pulley position

    The filament rides along the white trail close to the front of the gear. This worked fine with PETG, but TPU occasionally squeezed out through the small gap toward the front of the extruder, so I moved the gear a few millimeters forward:

    Makergear M2 - improved filament drive pulley position
    Makergear M2 – improved filament drive pulley position

    The track on the idler bearing shows the filament is neatly centered where it should be:

    Makergear M2 - filament idler bearing position
    Makergear M2 – filament idler bearing position

    I haven’t adjusted the spring pressure on the idler, but it’s probably too high for TPU. If it continues to work, I’ll continue to do nothing.

  • Makergear M2: BuildTak Platform Alignment

    Makergear M2: BuildTak Platform Alignment

    The Z-axis switch on the Makergear M2 put Z=0 on the surface of the BuildTak platform and a quick leveling got the TerraCycle tires printed, but a more thorough alignment seemed in order.

    I wanted to align the magnetic base plate first, but it has a lot of magnets and steel tools just weren’t going to work:

    MakerGear M2 BuildTak - FlexPlate magnets
    MakerGear M2 BuildTak – FlexPlate magnets

    So I put the BuildTak FlexPlate on top and deployed the taper gauge, with all the magnetic fields held safely inside the steel sheet below the surface:

    MakerGear M2 BuildTak - taper gauge
    MakerGear M2 BuildTak – taper gauge

    The plate turned out to be mostly flat, with two high spots at the center front and back. A few strips / layers of Kapton tape raised the lowest spots along the sides and middle enough to get the whole surface Close Enough™:

    MakerGear M2 BuildTak - FlexPlate shims
    MakerGear M2 BuildTak – FlexPlate shims

    That’s really thick 4 mil = 0.1 mm tape, not puny 1 mil stuff. Two layers added enough height to very slightly warp the steel plate when held down by all those magnets.

    The final result was flat within ±0.05 mm across the entire plate, with those two high spots reduced to +0.2 mm.

    At which point, an array of thinwall calibration boxes came out perfectly:

    MakerGear M2 BuildTak - test square layout
    MakerGear M2 BuildTak – test square layout

    The high spots lie outside the skirt at the front & rear of the plate, where they should be easy to avoid with most models I can imagine building in TPU. Stipulated: I have a stunted imagination.

    TPU boxes are bendy little things with 0.45 mm walls:

    MakerGear M2 BuildTak - test square
    MakerGear M2 BuildTak – test square

    After I got the plate flattened, even a single-thread wall of TPU sticks to BuildTak like it was glued there.

    I had PrusaSlicer print them sequentially to avoid excessive back-and-forth, although combining 2 mm Retraction with Avoid crossing perimeters has eliminated much of the previous stringing:

    Terracycle Chain Idler Tire - TPU stringing
    Terracycle Chain Idler Tire – TPU stringing

    I modified the startup G-Code to purge & wipe the nozzle at the right-front corner of the plate:

    MakerGear M2 BuildTak - nozzle cleaning
    MakerGear M2 BuildTak – nozzle cleaning

    If I’d done that at the start, the BuildTak surface wouldn’t have a small divot melted into the center front edge where the previous G-Code paused the nozzle at the edge of the glass plate while heating. Pausing a millimeter off the diagonal seems to isolate the hot nozzle from the plastic surface.

    The revised startup G-Code, with the earlier clearing motions commented out:

    ;-- PrusaSlicer Start G-Code for M2 starts --
    ; Ed Nisley KE4NZU
    ; Makergear V4 hot end
    ; Origin at platform center, set by MANUAL_X_HOME_POS compiled constants
    ; Z-min switch at platform, must move nozzle to X=135 to clear
    ; 2025-08-29 tweak priming spot to avoid scorching BuildTak surface
    G90                                      ; absolute coordinates
    G21                                      ; millimeters
    M83                                      ; relative extrusion distance
    M104 S[first_layer_temperature]          ; start extruder heating
    M140 S[first_layer_bed_temperature]           ; start bed heating
    M17                                      ; enable steppers
    G4 P500                                  ; ... wait for power up
    G92 Z0                        ; set Z to zero, wherever it might be now
    G0 Z10 F1000                  ; move platform downward to clear nozzle; may crash at bottom
    G28 Y                         ; home Y to clear plate, offset from compiled constant
    G28 X                         ; home X, offset from M206 X, offset from compiled constant
    G0 X135 Y0 F15000             ; move off platform to right side, center Y
    G28 Z                         ; home Z to platform switch, offset from M206 Z measured
    G0 Z2.0 F1000                 ; get air under switch
    ;G0 Y-126 F10000               ; set up for priming, zig around corner
    ;G0 X0                         ; center X
    ;G0 Y-125.5                    ; just over platform edge
    G0 Y-121 F15000               ; set up for priming
    G0 X96                        ; diagonally beyond trimmed corner of BuildTak plate
    G0 Z0 F500                    ; exactly at platform
    M190 S[first_layer_bed_temperature]   ; wait for bed to finish heating
    M109 S[first_layer_temperature]       ; set extruder temperature and wait
    G1 E25 F200                           ; prime to get pressure, generate blob on edge
    ;G0 Y-123 F5000          ; shear off blob
    ;G0 X15 F15000           ; jerk away from blob, move over surface
    ;G4 P500                 ; pause to attach
    ;G1 X45 F500             ; slowly smear snot to clear nozzle
    G0 X94 Y-119 F5000      ; shear off blob
    G0 X90 F15000           ; jerk away
    G4 P500                 ; pause
    G1 X50 Y-124 F500       ; smear snot
    G1 Z1.0 F2000           ; clear bed for travel
    ;-- PrusaSlicer Start G-Code ends --
    
    

    With all that done, the Small Hole Gauge came out much better:

    Makergear M2 BuildTak - small holes - front
    Makergear M2 BuildTak – small holes – front

    The one on the left came from the M2’s glass plate (with a brim barely improving its adhesion) and the one on the right was on BuildTak after all the fussing; I just noticed I laid them out in opposite directions.

    An edge view shows the fuzzy surface on the left:

    Makergear M2 BuildTak - small holes - edge
    Makergear M2 BuildTak – small holes – edge

    The tiniest holes in both are undersized, but AFAICT you could ram a screw through that bendy sheet without much effort.

    The BuildTak sheet works well enough that I have not tried the PEI-covered FlexPlate, which I’m sure will require similar shimming to get a level surface.

    And, no, I am not going to install a surface probe on the M2’s hot end.

  • Terracycle Chain Idler Tires: TPU Tweakage

    Terracycle Chain Idler Tires: TPU Tweakage

    Although the 3D printed tires for our Terracycle chain idlers fit nicely, adjacent TPU threads didn’t bond well:

    Terracycle Chain Idler Tire - delamination
    Terracycle Chain Idler Tire – delamination

    Based on some earlier items, I’d been printing TPU at 220 °C, but 230 °C fuses the threads together:

    Terracycle Chain Idler Tire - correct settings
    Terracycle Chain Idler Tire – correct settings

    The filament turned out to be 1.79 mm diameter, rather than the nominal 1.75 mm, and a few iterations showed a 0.95 Extrusion Multiplier worked much better.

    Those were printed at 30 mm/s with 0.25 mm layer height.

    I now have a good stock of spare tires, each slightly different than all the others:

    Terracycle Chain Idler Tire - spares
    Terracycle Chain Idler Tire – spares

    The first two slightly delaminated printed tires will remain in service until they show signs of falling apart, because I’d rather ride the bike than fiddle with it.

  • Terracycle Chain Idler: 3D Printed Tire

    Terracycle Chain Idler: 3D Printed Tire

    The Terracycle (now T-cycle, for reasons presumably involving the transfer of money) chain return idlers on our Tour Easy bikes developed hardening of their urethane tires:

    Terracycle Idler tire - printed vs OEM
    Terracycle Idler tire – printed vs OEM

    Urethane shouldn’t crack like that, but after more than fifteen years, stuff wears out.

    The white ring is 95A TPU printed on the Makergear M2, which is definitely more flexy than the original tire, but has the redeeming feature of being both Good Enough and trivially easy to model:

    include <BOSL2/std.scad>
    
    NumSides = 4*3*2*4;
    $fn=NumSides;
    
    Thick = 3.5;
    ID = 46.4;
    OD = ID + 2*Thick;
    Length = 11.2;
    
    tube(Length,id=ID,od=OD,anchor=BOTTOM);
    
    

    It printed with 5 mm brims on both the ID and OD, because TPU has the barest adhesion to the M2’s glass plate + hair glue. There’s a long-unopened box now on the bench with a BuildTak PEI surface (thank you: you know who you are!) that should improve the situation.

    In any event, the tires fit well:

    Terracycle Idler tire - installed
    Terracycle Idler tire – installed

    The layer-to-layer adhesion isn’t as good as I think it should be, so I’ll likely use those tires as testcases for tweaking the new build plate & settings.

  • Garden Hose Valve Wrench: Decommissioning

    Garden Hose Valve Wrench: Decommissioning

    Mary found the wrench I made five years ago in the bottom of her tool bucket:

    Hose Valve Knob - five years later
    Hose Valve Knob – five years later

    Having moved away from the garden with all the valves that wrench turned, it can now go into the 3D Printed Sample Box for use in the unlikely event I ever give another talk on the subject.

    I’d design it differently these days, what with BOSL2 in my sails, but it got the job done.

    Some things last long enough!

  • PolyDryer Humidity vs. Spool Fill

    PolyDryer Humidity vs. Spool Fill

    The Basement Shop has 50±5% relative humidity, with the top held down by a hulking dehumidifier (plus a box fan stirring the air) and the bottom supported by being a basement. As a result, the 3D printer filament stabilized at about 50% RH, which seemed to work well enough for PETG.

    Adding TPU to the stable called for better humidity control, so I set up a bunch of PolyMaker PolyDryer boxes with Auto-rewind spindles.

    After a few weeks, though, I didn’t expect this:

    PolyDryer humidity vs spool fill
    PolyDryer humidity vs spool fill

    That’s activated alumina desiccant, mostly because it’s reputed to have more capacity and a lower ultimate humidity than silica gel, but it likely doesn’t make much difference.

    In addition to 25 g of desiccant in the PolyDryer meter case, I dropped five teabags holding 10 g each in the bottom of the box for more capacity. I measure the desiccant by putting 75.0 g into a cup, putting 25.0 g in the PolyDryer meter box (aided by a Polydryer Desiccant Funnel), 10.0 g into four teabags, and whatever’s left into the fifth teabag, thus eliminating rounding errors in the smaller quantities.

    The stabilized humidity inside the boxes seems to depend on the amount of filament on the spool:

    • Nearly full → 25% to 30% RH
    • Half full → 20%-ish RH
    • Nearly empty → 10% to 15% RH

    I think the humidity level comes from the filament outgassing water vapor through its (limited) surface area on the outer layer around the spool. The difference between that rate and the desiccant’s ability to remove water vapor from the (unmoving) air in the box sets the stable humidity: more surface area → more water vapor → higher humidity.

    After the filament eventually dries out, the humidity should decrease, but diffusion is a slow process. More likely, the humidity will remain stable as the printer pulls filament from the outer layer and exposes the somewhat wetter plastic within.

    The heater and fan inside the PolyDryer base unit circulates hot air through the box around the spool, but depends on the desiccant to remove water vapor. Running the base unit for 6 or 12 hours makes little difference in the stabilized humidity, so I think the desiccant is doing the best it can as the filament outgasses more water vapor.

    Using Air Exchanger vents seems to make no difference, likely because the desiccant must then pull more water vapor out of the incoming 50% RH basement air. A psychrometric chart says 50% RH air at 60 °F becomes 10% RH air at 120 °F, but moisture in the filament wrapped around the spool can’t escape any faster.

    So, for example, a full spool of TPU starting at 25% RH:

    PolyDryer humidity - TPU start
    PolyDryer humidity – TPU start

    Six hours of drying pulls it down to 22%:

    PolyDryer humidity - TPU finish
    PolyDryer humidity – TPU finish

    After sitting overnight it’s back at 25%:

    PolyDryer humidity - TPU after 14 hr
    PolyDryer humidity – TPU after 14 hr

    Admittedly, that was with the vents in place, but the closed box started at 25% RH after sitting around for a week or so following a similar drying cycle.

    The desiccant had absorbed 4 g of water since I put it in, so it hasn’t been entirely idle.

    Which suggests 75 g of activated alumina desiccant is workin’ hard and doin’ swell in there, with the filament acting as an essentially infinite reservoir of water vapor.

    I haven’t noticed any particular difference in PETG print quality and the TPU hasn’t gotten enough mileage to notice much trouble, but reducing the MMU3 buffer clutter was totally worth the effort.