mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-27 00:23:54 -06:00
Update comments re: NOZZLE_AS_PROBE
This commit is contained in:
parent
832321f55d
commit
00c83e9ca6
272 changed files with 544 additions and 272 deletions
|
@ -948,7 +948,8 @@
|
|||
*/
|
||||
#define NOZZLE_TO_PROBE_OFFSET { 10, 10, 0 }
|
||||
|
||||
// Certain types of probes need to stay away from edges
|
||||
// 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 MIN_PROBE_EDGE 10
|
||||
|
||||
// X and Y axis travel speed (mm/m) between probes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue