Implement SERVO_DELAY as array
This modify give SERVO_DELAY x servo basis
This commit is contained in:
committed by
Scott Lahteine
parent
96ae53cf41
commit
e9c72978c7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user