-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current surge after Power up with M80 #78
Comments
Thank you for pointing this out. I will have it patched in |
thinkyhead
added a commit
to MarlinFirmware/Marlin
that referenced
this issue
Apr 20, 2020
jmp0x0000
pushed a commit
to jmp0x0000/Marlin
that referenced
this issue
Aug 7, 2020
njibhu
pushed a commit
to njibhu/Marlin
that referenced
this issue
Aug 24, 2020
HairingX
pushed a commit
to HairingX/Marlin
that referenced
this issue
Jun 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The M80 is use to power up . There are 2 thing consider:
-The default value of PSU_POWERUP_DELAY =100 is too fast for some power supply to settle. The result is the TMC driver is not initialize properly and could cause damage to TMC driver( in my case it was flying like a bullet to the end stop)
-The power.cpp need to add an additional delay after initialize the driver. This is because some of the board is very fast causing the motor to start to move immediately after initialize and create a high surge current to the motor creating a knocking sound. Allow some time for the current to settle before start moving the stepper. It then can be quiet and smooth
The text was updated successfully, but these errors were encountered: