PROBE_TARE_MENU

This commit is contained in:
Scott Lahteine 2024-08-21 18:00:22 -05:00
parent bbd46fb571
commit 8d897fe250
374 changed files with 375 additions and 1 deletions

View file

@ -1647,6 +1647,7 @@
#define PROBE_TARE_DELAY 200 // (ms) Delay after tare before
#define PROBE_TARE_STATE HIGH // State to write pin for tare
//#define PROBE_TARE_PIN PA5 // Override default pin
//#define PROBE_TARE_MENU // Display a menu item to tare the probe
#if ENABLED(PROBE_ACTIVATION_SWITCH)
//#define PROBE_TARE_ONLY_WHILE_INACTIVE // Fail to tare/probe if PROBE_ACTIVATION_SWITCH is active
#endif