Configurable delay for BLTouch servo emulation

This commit is contained in:
Scott Lahteine
2017-04-02 10:55:00 -05:00
parent deaad78df9
commit c56eec29f0
25 changed files with 27 additions and 1 deletions

View File

@ -345,6 +345,9 @@
#undef DEACTIVATE_SERVOS_AFTER_MOVE
#undef SERVO_DELAY
#define SERVO_DELAY 50
#ifndef BLTOUCH_DELAY
#define BLTOUCH_DELAY 375
#endif
#undef Z_SERVO_ANGLES
#define Z_SERVO_ANGLES { BLTOUCH_DEPLOY, BLTOUCH_STOW }