Support for BIQU B1-SE-Plus strain gauge probe (#23101)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
BigTreeTech
2021-11-10 23:56:10 +08:00
committed by Scott Lahteine
parent a2349fc411
commit 6e284f8823
7 changed files with 39 additions and 3 deletions

View File

@ -132,6 +132,13 @@
#define Z_MIN_PROBE_PIN PE4
#endif
//
// Probe enable
//
#if ENABLED(PROBE_ENABLE_DISABLE)
#define PROBE_ENABLE_PIN SERVO0_PIN
#endif
//
// Filament Runout Sensor
//