- Sets Z zero in seconds
- Fits 3018-PROVer V2
A small aluminium-topped puck and a clip lead that let GRBL find the tip of the bit by itself: tool height set with a click, the same way every time, instead of by feel with a strip of paper.
Every job on a 3018 starts by telling GRBL where the tip of the bit is. By hand, that means lowering the spindle until it barely drags a scrap of paper, then zeroing Z and hoping the paper was the same thickness as last time. The SainSmart probe replaces the guesswork with an electrical contact: the moment the bit meets the puck, the controller sees the contact and stores the height.
What that changes on the bench:
The puck is 30 to 35 mm across and 14 to 20 mm thick by SainSmart's figures, with a 25 mm contact surface on top. It sits on the stock under the bit, a clip goes onto the bit or collet, and a single command lowers the spindle slowly until contact.
Walnut and MDF both work the same way, because the puck sits on top of the stock. The wood itself never needs to conduct, only the bit and the puck.
| Spec | Value |
|---|---|
| Brand | SainSmart (Genmitsu) |
| Part number | 101-60-386 |
| Function | Z-axis tool setting and tool-height measurement |
| Compatible machines | 3018-PRO, 3018-PROVer, 3018-PROVer Mach3 |
| Compatible software | GRBL control (Candle), Mach3 |
| Connector | 2-pin |
| Contact indicator | None |
| Puck diameter | 1.18–1.38 in (30–35 mm) |
| Puck thickness | 0.55–0.79 in (14–20 mm); measure yours |
| Effective contact surface | 0.98 in (25 mm) diameter |
| Cable length | 43.3 in (1.1 m) |
| Materials | ABS and aluminium |
| Output | Digital contact signal |
| Weight | 0.03 kg |
A touch probe measures one thing: the height of the puck's top face under the bit. Everything else follows from that, including its limits. If the stock is flat and the puck sits flat, the zero is exact; if either one rocks, the zero is off by the same amount.
Cases that need a little care:
| Job | What the probe gives |
|---|---|
| Sign in pine or MDF | Exact Z zero at the start, one probe |
| Rough, then V-carve | New Z zero after each bit change |
| Engraving acrylic | Even depth, no scratched surface from paper testing |
| PCB isolation cut | Starting zero; a height map needs the copper as contact |
It sets Z only. X and Y still come from jogging to a corner or a mark, unless a separate corner probe joins the kit later.
GRBL has a probing command built in. G38.2 moves an axis toward a target until the probe input changes, then stops and records where contact happened. The probe's 2-pin plug goes into the probe header on the 3018-PRO or PROVer board, and the sender runs the rest.
A typical two-stage routine, fast then slow, for a 20 mm puck:
G21 G91
G38.2 Z-30 F100
G0 Z1
G38.2 Z-2 F10
G92 Z20
G0 Z5The last number in G92 is the puck's thickness. Measure your own puck with calipers and use that figure; a tenth of a millimetre here shows up in every cut. Candle stores a routine like this behind its Z-probe button, and Mach3 users set the same values in its probing script.
The slow second touch at 10 mm/min is the step that makes the zero precise; the fast first move only finds the puck quickly.
More on senders and GRBL settings is on the 3018 software page.
Genmitsu makes two probe families, and the connector decides which one a machine takes. This 2-pin puck has no indicator light and fits the 3018-PRO, the original PROVer and the PROVer Mach3. The 3-pin probe with an indicator suits the 3018-PROVer V2 and the 4040-PRO.
| Machine | Probe to use |
|---|---|
| Genmitsu 3018-PRO | This 2-pin SainSmart probe |
| 3018-PROVer, PROVer Mach3 | This 2-pin SainSmart probe |
| 3018-PROVer V2 | Ships with a Z-probe; the 3-pin photoelectric probe is the upgrade |
| Other 3018 clones | Check the board's probe header before ordering |
The 2-pin probe's missing light is the one real trade-off. With an indicator, a glance confirms the clip is making contact before the spindle starts to descend. Without one, the sender's probe status is the check, so keep that field visible in Candle or UGS and look at it each time.
Worth confirming on the board and sender:
A probe is the first add-on for most 3018 owners, ahead of clamps and a spoilboard, because it prevents the most common early mistake: a bit driven too deep on the first pass. The full order is on 3018 upgrades by payoff, and the 3018-PRO kit can be ordered with this probe already in the box.
Store the puck face-down on a clean cloth, not loose in a drawer of bits. A scratched or dented top face changes the contact height by a hair, and that error lands in every job afterwards.
No. The PROVer V2 and 4040-PRO use a 3-pin probe with an indicator; this 2-pin version fits the 3018-PRO, 3018-PROVer and PROVer Mach3.
SainSmart's figures run from 0.55 to 0.79 in (14–20 mm). Measure your own with calipers and use that figure in the probe routine.
No. It sets Z height only; X and Y are still set by jogging to the work corner.
Yes. Candle runs GRBL's G38.2 probe command from its Z-probe button, and the probe also works with Mach3.
Usually the circuit was open: the clip was off the bit or on a coated surface. Test contact before probing.