✨ 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:
@@ -1439,6 +1439,15 @@
|
||||
#if PIN_EXISTS(Z_MIN_PROBE)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z_MIN_PROBE_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(PROBE_ACTIVATION_SWITCH)
|
||||
REPORT_NAME_DIGITAL(__LINE__, PROBE_ACTIVATION_SWITCH_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(PROBE_ENABLE)
|
||||
REPORT_NAME_DIGITAL(__LINE__, PROBE_ENABLE_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(PROBE_TARE)
|
||||
REPORT_NAME_DIGITAL(__LINE__, PROBE_TARE_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(I_ATT)
|
||||
REPORT_NAME_DIGITAL(__LINE__, I_ATT_PIN)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user