From f74713da0cd6ee13de43062b7211d0271859754e Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 13 Dec 2025 20:02:38 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Specify=20mm=20for=20NOZZLE=5FTO?= =?UTF-8?q?=5FPROBE=5FOFFSET?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ea307f126d..bd07add891 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1661,7 +1661,7 @@ * Nozzle-to-Probe offsets { X, Y, Z } * * X and Y offset - * Use a caliper or ruler to measure the distance from the tip of + * Use a caliper or ruler to measure the distance (in mm) from the tip of * the Nozzle to the center-point of the Probe in the X and Y axes. * * Z offset @@ -1697,7 +1697,7 @@ * | [-] | * O-- FRONT --+ */ -#define NOZZLE_TO_PROBE_OFFSET { 10, 10, 0 } +#define NOZZLE_TO_PROBE_OFFSET { 10, 10, 0 } // (mm) X, Y, Z distance from Nozzle tip to Probe trigger-point // Enable and set to use a specific tool for probing. Disable to allow any tool. #define PROBING_TOOL 0