Skip to main content

Why I Wrote The Sheet Mechanic (And Why Calculations Aren’t Enough)

For engineers who already know the math—but still lose projects. For the last few years, I’ve been sharing technical guides here on Mechanical Design Handbook —how to size a motor, how to calculate fits, and (as you recently read) how to choose between timing belts and ball screws. But after 25 years in industrial automation, I realized something uncomfortable: Projects rarely fail because the math was wrong. They fail because: The client changed the scope three times in one week. A critical vendor lied about a shipping date (and no one verified it). The installation technician couldn’t fit a wrench into the gap we designed. University taught us the physics. It didn’t teach us the reality. That gap is why I wrote my new book, The Sheet Mechanic . This is not a textbook. It is a field manual for the messy, political, and chaotic space between the CAD model and the factory floor. It captures the systems I’ve used to survive industrial projec...

Stop trying to be a hero. Start being a mechanic.

Get the book →

The Sheet Mechanic on Amazon. Affiliate link, I earn from qualifying purchases.

BLTouch vs Inductive Sensor: Which Auto Leveling is Best?

The Failure Scenario: You upgrade your 3D printer with a smooth Glass Bed for better adhesion. You start a print. The print head moves down to "home" Z... and crashes straight through the glass, cracking it instantly.

The Cause: You were using an Inductive Sensor. It relies on magnetic fields to detect metal. Since glass is invisible to magnetism, the sensor never triggered.

This is the main reason engineers switch to the BLTouch. While Inductive sensors are faster and more durable, the BLTouch is the only reliable option for non-metallic surfaces.

1. Inductive Probes: The "Metal Only" Limit

Inductive sensors (like the LJ12A3 or PINDA) generate a high-frequency magnetic field. When metal enters this field, it creates "Eddy Currents" that the sensor detects.

  • Pros: Zero moving parts (extremely durable). Fast probing speed. Very cheap ($2-$5).
  • Cons: Cannot detect Glass, PEI, or Plastic.

Engineering Note: Even if you have a metal plate underneath the glass, the trigger height varies significantly with glass thickness and temperature, making Z-homing unreliable. Cheap probes also introduce voltage-logic issues that can damage 5V boards.

Advertisement

2. BLTouch: The Mechanical Solution

The BLTouch is technically a solenoid-driven Hall Effect sensor. It physically deploys a plastic pin to touch the bed. When the pin hits the surface, it retracts and triggers a signal.

  • Pros: Works on ANY surface (Glass, Mirror, Tape, PEI). Repeatability is typically ~0.01mm when rigidly mounted. Immune to temperature drift.
  • Cons: Fragile. The plastic pin can bend or snap if the nozzle crashes. It is also slower to deploy/stow for each probe point.
Diagram comparing Inductive sensor magnetic field vs BLTouch physical pin contact on glass bed
Figure 1: The Inductive sensor (Left) is "blind" to the glass layer. The BLTouch (Right) physically touches the surface, detecting it correctly.

3. Common Mistakes in Practice

Mistake #1: Ignoring the "Dead Zone."
The BLTouch pin extends below the nozzle when probing, but must retract above the nozzle when printing. If you mount it too low, the pin will drag across your print and snap off.

Mistake #2: Wiring Logic (3.3V vs 5V).
The BLTouch requires a servo signal to deploy. Unlike a simple switch, it needs specific firmware configuration (PWM control) to work.

Mistake #3: Mount Rigidity & Offset.
Unlike inductive probes that are often coaxial, the BLTouch has an X/Y offset. Any flex in your printed mount translates directly into Z-error. A rigid mount is mandatory—if the mount wobbles, the probe is useless.

Advertisement

4. Selection Summary

Feature Inductive Probe BLTouch (Mechanical)
Detection Type Magnetic Field (Non-Contact) Physical Pin (Contact)
Compatible Beds Metal Only (Steel/Aluminum) Any (Glass/PEI/Plastic)
Repeatability Drifts with Temp ~0.01mm (Consistent)
Complexity Low (Easy wiring) High (Requires Servo signal)

Recommended Components


For engineers who already know the math—but still lose projects.

University taught us the physics. It didn’t teach us the reality. The Sheet Mechanic is a field manual for the chaotic space between the CAD model and the factory floor.

The math makes the machine work.
The Sheet Mechanic makes the project work.

About the Author:
This article is written by a mechanical design engineer specializing in industrial automation, sensor selection, and closed-loop control systems.

As an Amazon Associate, I earn from qualifying purchases.

Comments

Popular posts from this blog

Dowel Pins & Locating Pins: The Basics of Fixture Design

Dowel pins are precision cylindrical pins used for accurate part alignment in assemblies. They control position, not clamping force. This guide explains tolerances, fits, sizing rules, and design best practices. Figure 1: A typical fixture setup. Notice how dowel pins (silver) provide precise location, while bolts (not shown here) provide the clamping force. In the world of Precision Engineering , the difference between a high-quality product and a scrap part often comes down to microns. While bolts hold parts together, they are terrible at positioning them. This is where Dowel Pins and Locating Pins become essential components in industrial tooling . Advertisement What is a Dowel Pin? Dowel pins are precision-ground fasteners used to secure the relative position of two parts. They are typically machined to extremely tight tolerances (often within 0.0001 inches) and are available in materials like: Hardened Steel: For high-wea...

Cam Base Circle Sizing: Pressure Angle vs Undercut

Cam Base Circle Sizing: Pressure Angle vs Undercut In high-speed automation and custom machine packaging, reducing mechanism envelope size is a frequent design objective. When sizing a disc cam with a translating roller follower, shrinking the base circle radius ( R b ) appears to offer immediate space savings. However, reducing cam size does not merely scale the physical profile; it fundamentally alters the pressure angle and vector orientation of the contact force. When the follower motion law, total lift stroke, rise duration, and roller radius remain identical, a smaller base circle provides less circumferential distance along the pitch path to accommodate the prescribed lift. Consequently, the common normal tilts farther away from the direction of follower motion, thereby affecting pressure angle, transverse guide force, and pitch-curve curvature. Core Design Trade-Off: Pressure angle progressively worsens force transmission by increasing normal-force demand and transver...

Taper-Lock Bushing Failures: The Physics of Wedge Angles

The Failure Scenario: A technician is installing a heavy 20-inch cast-iron V-belt sheave onto a motor shaft using a standard Taper-Lock® bushing. To make future removal easier, they apply a generous coat of anti-seize lubricant to the tapered surface. They tighten the set screws with an impact wrench. Instantly, a loud "CRACK" echoes through the shop. The massive cast-iron hub has split perfectly in half. The Cause: The technician misunderstood the physics of mechanical wedges and friction. By lubricating the taper and using unregulated torque, they generated a radial expansion force that exceeded the Ultimate Tensile Strength of the cast iron, causing a catastrophic hoop stress failure. Tapered bushings (including Taper-Lock and QD styles) are the industrial standard for mounting sprockets, gears, and pulleys to shafts. They rely on the mechanical advantage of a wedge to create massive clamping friction. This guide explains the physics of wedge mechanics, the de...