XY_TRAVEL_SPEED => XY_PROBE_SPEED
This commit is contained in:
parent
88dc543584
commit
2798499b71
23 changed files with 64 additions and 67 deletions
|
|
@ -667,7 +667,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
|
||||
#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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue