Skip to content

Commit

Permalink
Increase probing speed
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Jun 12, 2021
1 parent e858fb1 commit 360babe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Expand Up @@ -1070,10 +1070,10 @@
#define XY_PROBE_FEEDRATE (133*60)

// Feedrate (mm/min) for the first approach when double-probing (MULTIPLE_PROBING == 2)
#define Z_PROBE_FEEDRATE_FAST (4*60)
#define Z_PROBE_FEEDRATE_FAST (2*60)

// Feedrate (mm/min) for the "accurate" probe of each point
#define Z_PROBE_FEEDRATE_SLOW (Z_PROBE_FEEDRATE_FAST / 6)
#define Z_PROBE_FEEDRATE_SLOW (Z_PROBE_FEEDRATE_FAST / 4)

/**
* Probe Activation Switch
Expand Down

0 comments on commit 360babe

Please sign in to comment.