Skip to content

Commit

Permalink
Fix missed rename
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith committed Dec 8, 2020
1 parent 5ed93ec commit d8fa698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@
#define PROBE_TARE_DELAY 200 // Delay after tare before (milliseconds)
#define PROBE_TARE_STATE HIGH // State to write pin for tare
//#define PROBE_TARE_PIN PA5 // Override default pin
#if ENABLED(PROBE_ENABLED_INPUT)
#if ENABLED(PROBE_ACTIVE_INPUT)
// Fail to tare/probe if PROBE_ACTIVE_INPUT reports the probe to be active
//#define PROBE_TARE_ONLY_WHILE_INACTIVE
#endif
Expand Down

0 comments on commit d8fa698

Please sign in to comment.