-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
homing: allow homing_accel to be configurable #474
base: main
Are you sure you want to change the base?
Conversation
This might not be the ideal place to discuss this issue, but it would be beneficial to have the ability to overwrite TMC driver parameters for homing. Specifically, the LDO 2804 drivers require fairly aggressive settings to achieve decent performance. However, these settings generate significant noise during homing, making consistent stall detection quite challenging. I suggest adding a homing options to configure the following parameters: driver_TBL, driver_TOFF, driver_HSTRT, driver_HEND, and driver_TPFD. |
eaa82b8
to
2d1f7ff
Compare
I suggest opening a feature request on discord or github issue to track this.. thanks |
@HelgeKeck would you be able to test this? |
will test it today |
@rogerlz works for me |
As suggested in #395, untested yet
I also took the opportunity to rename
_set_current_homing
to_set_homing_current
to match the new method added and make it more readable.