mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-10 07:15:11 -06:00
CR-6 SE taring and activation
This commit is contained in:
parent
665bd5bfcc
commit
9772f83ea5
1 changed files with 2 additions and 2 deletions
|
@ -1017,7 +1017,7 @@
|
|||
* A switch indicating proper deployment, or an optical
|
||||
* switch triggered when the carriage is near the bed.
|
||||
*/
|
||||
//#define PROBE_ACTIVATION_SWITCH
|
||||
#define PROBE_ACTIVATION_SWITCH
|
||||
#if ENABLED(PROBE_ACTIVATION_SWITCH)
|
||||
#define PROBE_ACTIVATION_SWITCH_STATE LOW // State indicating probe is active
|
||||
//#define PROBE_ACTIVATION_SWITCH_PIN PC6 // Override default pin
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
* Useful for a strain gauge or piezo sensor that needs to factor out
|
||||
* elements such as cables pulling on the carriage.
|
||||
*/
|
||||
//#define PROBE_TARE
|
||||
#define PROBE_TARE
|
||||
#if ENABLED(PROBE_TARE)
|
||||
#define PROBE_TARE_TIME 200 // (ms) Time to hold tare pin
|
||||
#define PROBE_TARE_DELAY 200 // (ms) Delay after tare before
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue