Configurable PSU power-on delay (#16050)
This commit is contained in:
committed by
Scott Lahteine
parent
27943f9e31
commit
690ed531b6
@ -72,7 +72,7 @@
|
||||
#endif
|
||||
|
||||
#if DISABLED(AUTO_POWER_CONTROL)
|
||||
delay(100); // Wait for power to settle
|
||||
delay(PSU_POWERUP_DELAY); // Wait for power to settle
|
||||
restore_stepper_drivers();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user