Implement SERVO_DELAY as array

This modify give SERVO_DELAY x servo basis
This commit is contained in:
GMagician
2017-08-11 23:21:39 +02:00
committed by Scott Lahteine
parent 96ae53cf41
commit e9c72978c7
37 changed files with 39 additions and 36 deletions

View File

@@ -377,7 +377,7 @@
#endif
#undef DEACTIVATE_SERVOS_AFTER_MOVE
#undef SERVO_DELAY
#define SERVO_DELAY 50
#define SERVO_DELAY { 50 }
#ifndef BLTOUCH_DELAY
#define BLTOUCH_DELAY 375
#endif