-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
base: bugfix-2.1.x
Are you sure you want to change the base?
Conversation
Do you plan to add menu options as well? |
Well, if I have time. |
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. |
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: Line 2305 in 8ac0f14
|
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. |
37d77d6
to
aa44542
Compare
As this is currently structured, it makes more sense for For a more complete implementation of a runtime-configurable homing feedrate, we will need to implement G-code |
I did my best to apply a temporary homing feedrate with a single ' |
Following to #27344 (comment)
Add
G28 F<mm per minute>
home speed parameter (axes X/Y only), could be useful for sensorless homing tuning.