Ed Nisley's Blog: Shop notes, electronics, firmware, machinery, 3D printing, laser cuttery, and curiosities. Contents: 100% human thinking, 0% AI slop.
Fortunately, the link fell off in the box and I recovered all the pieces for a failure analysis:
Chain Mail Armor – failed link – glue spots
I’d glued the PLA together with IPS #4, a hellish mixture of plastic solvents including methylene chloride, one of the few chemicals able to chew into PLA, but there’s not much penetration or bonding going on.
Let’s try that again with a bit more solvent.
First, slide the bars into place:
Chain Mail Armor – failed link – bars in place
I applied four solvent drops in two passes to give it time to work its way in, put four matching drops on the armor cap, squished the cap in place, tweaked the bar alignment, then applied pressure while contemplating the whichness of the why for half a minute while the solvent worked its magic.
Things look pretty good once more:
Chain Mail Armor – missing link – repaired
There’s no way to determine the repair’s goodness, other than by deliberately trying to snap off a bar, so I’ll just put it back in the box and hope for the best.
This table must sit across the threshold of a walk-in / sit-down shower, with the shower curtain draped across the table to keep the water inside.
Starting with another patio side table, as before, I installed a quartet of 5 mm stainless screws to lock the top panels in place and convert the table into a rigid assembly:
Arm Supports – wide table – overview
Because the shower floor is slightly higher than the bathroom floor, I conjured a set of foot pads to raise the outside legs:
Patio Side Table Feet – OpenSCAD model
The sloping top surface on the pads compensates for the angle on the end of the table legs:
Arm Supports – leg end angle
I think the leg mold produces legs for several different tables, with the end angle being Close Enough™ for most purposes. Most likely, it’d wear flat in a matter of days on an actual patio.
Using good 3M outdoor-rated foam tape should eliminate the need for fiddly screw holes and more hardware:
Arm Supports – leg pads
The feet fit reasonably well:
Arm Supports – leg pad in place
They may need nonskid tape on those flat bottoms, but that’s in the nature of fine tuning.
And, as with the narrow table, it may need foam blocks to raise the top surface to arm level. Perhaps a pair of Yoga Blocks will come in handy for large adjustments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
the random up and down movement doesnt make any sense
It’s what happens when a stepper is mechanically overloaded: the rotor can’t turn at the commanded rate.
Start by cleaning & lubing the Z axis guide rods and leadscrew. If that solves the problem, just clean and lube a bit more often. Which none of us do until there’s a problem, of course. [sigh]
If it continues to stall, reduce the Z axis speed by a factor of four. If that solves the problem, then perhaps you tweaked the speed while you were fixing other problems and never noticed.
the technical reason why the motor would move in the opposite direction
The windings set up a rotating magnetic field which, in normal operation, drags the rotor around with it. When the rotor stalls, it vibrates back-and-forth and may wind up synchronizing with the field in the wrong direction.
Old Western movies had a similar problem with wagon wheels turning faster than the frame rate and looking like their spokes rotated backwards.
The stepper may emit horrible sounds, but stalling doesn’t do any damage to the motor or its driver.
I took the bottom of the motor apart
No sugarcoating: disassembling a stepper demagnetizes the rotor. You must buy a new Z-axis motor.
The motor is assembled with the rotor demagnetized, then it’s magnetized in place. When you take it apart, the rotor smacks into the stator, which creates a localized high-density magnetic path between the rotor poles. The rotor poles can’t support the high flux and demagnetizes.
You can put the motor together and it will “work”, in the sense that the rotor will go around, but the decreased magnetic field reduces the torque for a given winding current. You can’t increase the winding current, because the motor will overheat.
The PCB traces look mangled and warped
There’s a conformal coating over the whole PCB to prevent corrosion, so what you see is perfectly normal.
Any analysis of the data from my previous posts?
You’ve been doing a lot of fiddling with the machinery as part of finding the extruder problem, so: did you, at any time, even once, unplug / disconnect the Z axis motor when the power was turned on?
If so, that likely killed a driver transistor in that channel. Order a new RAMBo board along with the new motor.
New Rambo board came today and the z axis is working properly now.
Moral of the story: never fiddle with the electronics with the power turned on!
As soon as my z endstop triggers, the firmware resets
The Z endstop cable is plugged backwards into the RAMBo socket.
The RAMBo socket has three pins: [+ – S].
The two-wire switch cable ends in a three pin connector shell (*) with one empty contact. Unfortunately, the cable connector is not symmetric, not keyed to fit the socket latch, and easily fits into the RAMBo socket either way.
Plugged correctly, the two switch wires go to the [- S] socket pins, putting the [+] socket pin in the empty contact.
If the cable is plugged backwards, the two switch wires go to the [+ -] pins, putting the [S] pin in the empty contact.
Plugged backwards, when the switch trips, it shorts the power supply to ground. Unpleasant consequences ensue.
(*) I’d be unsurprised to discover a machine with a two-wire switch cable ending in a two-pin connector shell. Those must plug into the [- S] pins, leaving the [+] pin waving in the breeze.
all of a sudden I noticed that my bed temps had started dropping
With a 12 V heater, the most likely problem is at the power input connector on the RAMBo board. The wires from the 12 V power brick generally work loose inside their screw terminals, whereupon the absurdly high current heats up the weak joint and destroys the connector. You can find some hideous pictures somewhere on the forum.
Next most likely is a broken wire between the RAMBo and the heater, caused by repetitive stress injury from all that back-and-forth motion. You may be able to find this with a ohmmeter and some wiggle-jiggle action on the cable, but if even one strand remains intact, the resistance will remain very low at the meter’s trivial test current. Pulling the wires out of the braided sheath will be more definitive; the insulation will be wrecked at the break.
Least likely seems to be the connector where the cable from the heater terminates on the RAMBo.
Start by inspecting the connectors; you may find some seriously charred plastic.
Depending on what you find, you may have a zero-dollar repair.
It’s like you’re psychic.
Suffice it to say you’re not the first person to see charred plastic … [grin]
My solution was to move the high-current switching off the RAMBo board to a solid state relay, with the heater power from a separate 40 VDC supply:
Is there a 3D CAD software out there that natively creates .g or .gcode files It’s not just a 3D printing thing.
CAD (computer-aided design) software produces a solid model, which a CAM (computer-aided manufacturing) program then converts into the specific dialect(s) of G-Code required by whatever machine tool(s) will create the widget. You can create the solid model using many different CAD programs and convert it into G-Code with many different CAM programs, each with its own collection of features and warts.
3D printing calls the CAM program a “slicer”, but it’s a different name for the process of converting geometry into machine instructions.
Even in subtractive manufacturing using lathes and mills, you absolutely must understand how the G-Code interacts with the production hardware.
I unfortunately don’t want to learn all the nuances and parameters of the slic3r software
Then you must use a service like Shapeways: you create the model, send it to them, and get a neat widget a few days later. Their laser-sintered powder process provides much better built-in support than you’ll ever get from consumer-grade fused-filament printers, you can select from a wide variety of materials (including metals!), and, as long as you follow their straightforward design guidelines, you’ll never know how the magic happens.
If you intend to create more than a trivial number of widgets, though, the cost in both cycle time and money will begin gnawing at you. In round numbers, I’ve been designing and printing one widget a week for the last seven years, so adding a printer to my basement shop and learning how to use it has been a major win.
Tour Easy – SRAM X.0 grip shifter – new grip with bushing
They’re 90 mm long, which turned out to be 4 mm shorter than the grips that came with the bike; a close look showed the original ones were cut down from SRAM’s 110 mm grips.
Well, I can fix that:
Tour Easy – SRAM grip bushings
Ordinarily, you’d just move the brake levers by 4 mm and declare victory. In this case, moving the right lever would be easy, but the left one is firmly glued in place by the radio’s PTT button:
PTT Button – rounded cap
Believe me, solid modeling is easy compared to redoing that!
The OpenSCAD source code doesn’t amount to much:
// SRAM grip shifter bushings
// Ed Nisley KE4ZNU March 2019
Protrusion = 0.1; // make holes end cleanly
//----------------------
// Dimensions
ID = 0;
OD = 1;
LENGTH = 2;
Bushing = [22.2 + 0.5,31.0,4.0]; // ID = E-Z slip fit
NumSides = 2*3*4;
//----------------------
// Build it!
difference() {
cylinder(d=Bushing[OD],h=Bushing[LENGTH],$fn=NumSides);
translate([0,0,-Protrusion])
cylinder(d=Bushing[ID],h=Bushing[LENGTH] + 2*Protrusion,$fn=NumSides);
}