mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-18 04:07:55 -06:00
Configurable TOUCH_BUTTONS repeat delays (#15245)
This commit is contained in:
parent
f01f0d1956
commit
d277e93f4d
127 changed files with 519 additions and 140 deletions
|
@ -2064,6 +2064,9 @@
|
|||
//
|
||||
//#define TOUCH_BUTTONS
|
||||
#if ENABLED(TOUCH_BUTTONS)
|
||||
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
|
||||
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
|
||||
|
||||
#define XPT2046_X_CALIBRATION 12316
|
||||
#define XPT2046_Y_CALIBRATION -8981
|
||||
#define XPT2046_X_OFFSET -43
|
||||
|
@ -2203,7 +2206,7 @@
|
|||
*/
|
||||
//#define NUM_SERVOS 3 // Servo index starts with 0 for M280 command
|
||||
|
||||
// Delay (in milliseconds) before the next move will start, to give the servo time to reach its target angle.
|
||||
// (ms) Delay before the next move will start, to give the servo time to reach its target angle.
|
||||
// 300ms is a good value but you can try less delay.
|
||||
// If the servo can't reach the requested position, increase it.
|
||||
#define SERVO_DELAY { 300 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue