Closed Lyr3x closed 4 years ago
@Lyr3x is this still a problem?
I'll update to the latest state tonight and will report then.
Seems to be working fine again.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Bug Description
I've set a specific homing current for my TMC5160 to make the sensorless homing working more reliable. However the set homing current is still used when starting the print, which may cause issues due to the lower current.
My Configurations
Board: SKR Pro 1.1 Marlin: bugfix-2.0 Driver: TMC5160
Configuration.zip
Steps to Reproduce
Expected behavior: Motor current is at 500mA while homing and at 950mA as soon as the homing is done
Actual behavior: Motor current stays at 500mA
I checked the according code pieces and couldn't find any issue by myself. Maybe it is just a configuration issue or something else. The G28 current change and restore looks good to me.