andrivet / ADVi3pp

ADVi3++, an alternative and better firmware for Wanhao i3 Plus printers and clones. Fork of Marlin Firmware.
https://community.advi3pp.com
GNU General Public License v3.0
243 stars 119 forks source link

Fast probing with BLTouch #306

Closed andrivet closed 2 years ago

andrivet commented 2 years ago

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 { (150*60), (150*60), (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 commented 2 years ago

Implemented in version 5.5