Skip to content
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

[FR] Safe homing - use normal motor current for moves after XY sensorless homing is complete #26369

Closed
Mjankor opened this issue Oct 23, 2023 · 1 comment · Fixed by #26714
Closed
Labels
T: Feature Request Features requested by users.

Comments

@Mjankor
Copy link

Mjankor commented Oct 23, 2023

Is your feature request related to a problem? Please describe.

Currently the process when doing safe homing on a TMC driver machine is:

  • Set motor current to homing current
  • Home X and Y using the HOMING_FEEDRATE_MM_M
  • Move to specified X and Y position for Z homing at the XY_PROBE_FEEDRATE
  • Home Z
  • Reset motor currents to normal

However, if XY_PROBE_FEEDRATE is too fast (and there's no reason it shouldn't be), then the lower motor current may cause missed steps and stuttering.

Are you looking for hardware support?

No

Describe the feature you want

I would like to see the process changed to this.

When doing safe homing on a TMC driver machine:

  • Set motor current to homing current
  • Home X and Y using the HOMING_FEEDRATE_MM_M
  • Set motor current back to normal settings
  • Move to specified X and Y position for Z homing at the XY_PROBE_FEEDRATE
  • Home Z

Then XY_PROBE_FEEDRATE can be set at reasonable speeds.

Additional context

No response

@Mjankor Mjankor added the T: Feature Request Features requested by users. label Oct 23, 2023
@thisiskeithb thisiskeithb changed the title [FR] (Safe homing - use normal motor current for moves after XY sensorless homing is complete) [FR] Safe homing - use normal motor current for moves after XY sensorless homing is complete May 16, 2024
@thisiskeithb thisiskeithb linked a pull request May 16, 2024 that will close this issue
15 tasks
Copy link

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.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: Feature Request Features requested by users.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant