XY_TRAVEL_SPEED => XY_PROBE_SPEED

This commit is contained in:
Scott Lahteine
2016-06-22 02:38:50 -07:00
parent 88dc543584
commit 2798499b71
23 changed files with 64 additions and 67 deletions

View File

@ -657,7 +657,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
#endif // !AUTO_BED_LEVELING_GRID
#define XY_TRAVEL_SPEED 8000 // X and Y axis travel speed between probes, in mm/min.
#define XY_PROBE_SPEED 8000 // X and Y axis travel speed between probes, in mm/min.
#define Z_RAISE_BETWEEN_PROBINGS 5 // How much the Z axis will be raised when traveling from between next probing points.