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

✨ Runtime Homing Feedrate (G28 F) #27376

Open
wants to merge 1 commit into
base: bugfix-2.1.x
Choose a base branch
from

Conversation

vovodroid
Copy link
Contributor

Following to #27344 (comment)

Add G28 F<mm per minute> home speed parameter (axes X/Y only), could be useful for sensorless homing tuning.

@thisiskeithb
Copy link
Member

Do you plan to add menu options as well?

@vovodroid
Copy link
Contributor Author

Well, if I have time.

@vovodroid
Copy link
Contributor Author

By a way, is it needed for switch homing?

@thisiskeithb
Copy link
Member

By a way, is it needed for switch homing?

You can define a homing feedrate in your config and that applies to all homing types, so I'd say yes.

@vovodroid
Copy link
Contributor Author

vovodroid commented Aug 29, 2024 via email

@thisiskeithb
Copy link
Member

I mean that there's no need in such precise tuning for switches, any speed works.

It may not need the precise tuning of sensorless homing, but it's still an option that should not be excluded:

#define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (4*60) }

@narno2202
Copy link
Contributor

And why not a more global menu to set homing feedrate and in case of sensorless homing capable drivers , homing current, stallguard sensitivity and a test option.

@thisiskeithb thisiskeithb changed the title G28 F ✨ Runtime Homing Feedrate (G28 F) Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants