PROBING_TOOL (#24411)

This commit is contained in:
John Lagonikas
2023-03-22 02:15:51 +02:00
committed by GitHub
parent d450f67caa
commit 06cfd9c54a
12 changed files with 96 additions and 62 deletions

View File

@@ -1552,6 +1552,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