PROBING_TOOL

MarlinFirmware/Marlin#24411
This commit is contained in:
Scott Lahteine 2023-03-18 04:57:00 -05:00
parent 1c97de8e36
commit 85b3272052
338 changed files with 2028 additions and 0 deletions

View file

@ -1571,6 +1571,12 @@
*/
#define NOZZLE_TO_PROBE_OFFSET { 10, 10, 0 }
// Enable and set to use a specific tool for probing. Disable to allow any tool.
#define PROBING_TOOL 0
#ifdef PROBING_TOOL
//#define PROBE_TOOLCHANGE_NO_MOVE // Suppress motion on probe tool-change
#endif
// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 10