ADVi3pp icon indicating copy to clipboard operation
ADVi3pp copied to clipboard

Fast probing with BLTouch

Open andrivet opened this issue 1 year ago • 0 comments

Did you check that your request is not a duplicate?

Yes, I have checked and this is a new request.

Is your request specific to your setup only or can it benefit to many people?

My request will benefit to many people.

Is your feature request related to a problem? Please describe.

No response

Describe the feature you want

Tune the configuration to speedup probing.

Additional context

Reference: https://www.crosslink.io/2022/04/29/ultra-fast-probing-and-homing-with-marlin-firmware/

Configuration.h

  • MULTIPLE_PROBING disabled (comment out with //)
  • Z_PROBE_FEEDRATE_FAST 10*60
  • DEFAULT_MAX_FEEDRATE { 500, 500, 20, 25 }
  • XY_PROBE_FEEDRATE 150*60
  • Z_CLEARANCE_BETWEEN_PROBES 3
  • HOMING_FEEDRATE_MM_M { (15060), (15060), (10*60) }

Configuration_adv.h

  • BLTOUCH_HS_MODE true is enabled (comment in by removing leading //)
  • BLTOUCH_DELAY 300

Have you provided enough and precise information?

Yes, I have provided precise information in the Additional context box.

andrivet avatar Sep 11 '22 10:09 andrivet