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

@ -1990,7 +1990,7 @@ static void clean_up_after_endstop_or_probe_move() {
#if ENABLED(BLTOUCH)
void bltouch_command(int angle) {
servo[Z_ENDSTOP_SERVO_NR].move(angle); // Give the BL-Touch the command and wait
safe_delay(375);
safe_delay(BLTOUCH_DELAY);
}
void set_bltouch_deployed(const bool deploy) {