mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2026-03-02 16:14:33 -07:00
📝 Specify mm for NOZZLE_TO_PROBE_OFFSET
This commit is contained in:
parent
f1e834c740
commit
34c940c076
408 changed files with 813 additions and 806 deletions
|
|
@ -1712,7 +1712,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
|
||||
|
|
@ -1748,7 +1748,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue