mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-25 15:44:14 -06:00
⚡️ Improve SKR Mini E3 endstops / BLTouch (#700)
This commit is contained in:
parent
4237f2e550
commit
0abf45f825
6 changed files with 6 additions and 6 deletions
|
@ -893,7 +893,7 @@
|
||||||
|
|
||||||
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
||||||
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
|
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
|
||||||
//#define ENDSTOP_INTERRUPTS_FEATURE
|
#define ENDSTOP_INTERRUPTS_FEATURE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Endstop Noise Threshold
|
* Endstop Noise Threshold
|
||||||
|
|
|
@ -886,7 +886,7 @@
|
||||||
|
|
||||||
// Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful
|
// Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful
|
||||||
// in special cases, like noisy or filtered input configurations.
|
// in special cases, like noisy or filtered input configurations.
|
||||||
//#define BLTOUCH_FORCE_SW_MODE
|
#define BLTOUCH_FORCE_SW_MODE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Settings for BLTouch Smart 3.0 and 3.1
|
* Settings for BLTouch Smart 3.0 and 3.1
|
||||||
|
|
|
@ -893,7 +893,7 @@
|
||||||
|
|
||||||
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
||||||
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
|
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
|
||||||
//#define ENDSTOP_INTERRUPTS_FEATURE
|
#define ENDSTOP_INTERRUPTS_FEATURE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Endstop Noise Threshold
|
* Endstop Noise Threshold
|
||||||
|
|
|
@ -886,7 +886,7 @@
|
||||||
|
|
||||||
// Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful
|
// Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful
|
||||||
// in special cases, like noisy or filtered input configurations.
|
// in special cases, like noisy or filtered input configurations.
|
||||||
//#define BLTOUCH_FORCE_SW_MODE
|
#define BLTOUCH_FORCE_SW_MODE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Settings for BLTouch Smart 3.0 and 3.1
|
* Settings for BLTouch Smart 3.0 and 3.1
|
||||||
|
|
|
@ -893,7 +893,7 @@
|
||||||
|
|
||||||
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
||||||
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
|
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
|
||||||
//#define ENDSTOP_INTERRUPTS_FEATURE
|
#define ENDSTOP_INTERRUPTS_FEATURE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Endstop Noise Threshold
|
* Endstop Noise Threshold
|
||||||
|
|
|
@ -886,7 +886,7 @@
|
||||||
|
|
||||||
// Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful
|
// Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful
|
||||||
// in special cases, like noisy or filtered input configurations.
|
// in special cases, like noisy or filtered input configurations.
|
||||||
//#define BLTOUCH_FORCE_SW_MODE
|
#define BLTOUCH_FORCE_SW_MODE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Settings for BLTouch Smart 3.0 and 3.1
|
* Settings for BLTouch Smart 3.0 and 3.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue