Configurable delay for BLTouch servo emulation
This commit is contained in:
parent
deaad78df9
commit
c56eec29f0
25 changed files with 27 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue