🔨 Label (mm/min) feedrates

MarlinFirmware/Marlin#27579
This commit is contained in:
Scott Lahteine 2024-12-15 21:43:39 -06:00
parent f2e9fd389a
commit 3d6c8a5946
377 changed files with 2264 additions and 2264 deletions

View file

@ -1658,15 +1658,15 @@
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define PROBING_MARGIN 5
// X and Y axis travel speed (mm/min) between probes.
// X and Y axis travel speed between probes.
// Leave undefined to use the average of the current XY homing feedrate.
#define XY_PROBE_FEEDRATE (66*60)
#define XY_PROBE_FEEDRATE (66*60) // (mm/min)
// Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2)
#define Z_PROBE_FEEDRATE_FAST (HOMING_FEEDRATE_Z / 2)
// Feedrate for the first approach when double-probing (MULTIPLE_PROBING == 2)
#define Z_PROBE_FEEDRATE_FAST (HOMING_FEEDRATE_Z / 2) // (mm/min)
// Feedrate (mm/min) for the "accurate" probe of each point
#define Z_PROBE_FEEDRATE_SLOW (Z_PROBE_FEEDRATE_FAST / 10) // Slow 2nd probe down a lot, seems to give better results with the Overlord nozzle probe
// Feedrate for the "accurate" probe of each point
#define Z_PROBE_FEEDRATE_SLOW (Z_PROBE_FEEDRATE_FAST / 10) // (mm/min) Slow 2nd probe down a lot, seems to give better results with the Overlord nozzle probe
/**
* Probe Activation Switch