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

Homing setup suggestion #29

Open
massiveradiation opened this issue Mar 11, 2025 · 2 comments
Open

Homing setup suggestion #29

massiveradiation opened this issue Mar 11, 2025 · 2 comments

Comments

@massiveradiation
Copy link

Hi folks,

The web installer is amazing! Thanks for making it!

In the spirit of making it easier for a non-programmer to get started with FluidNC, I'd like to suggest the following improvements:

After tweaking my new machine to get all axis working, limit switches, etc. I activated homing, hard limits and homing would not work. After looking at the source config here is what was under homing for all axis:

homing:
cycle: 2

That's it. This is inadequate to get a machine to home. I had to manually add the following to each homing section:

positive_direction: false
mpos_mm: 0
seek_mm_per_min: 1500
feed_mm_per_min: 50
settle_ms: 250
seek_scaler: 1.1
feed_scaler: 1.1

These parameters should be in the Axis tabs in the homing section, yes? And perhaps defaults added to the config by simply toggling homing to on. Luckily I have another machine here that I could look at for reference. I'm sure I could have found this information in the wiki or another forum, but it would be amazing if you could simply toggle homing to on to make it easier to get started.

Perhaps there's a reason this isn't possible?

Cheers,
Tyler

@breiler
Copy link
Owner

breiler commented Mar 12, 2025

I will have to look at this again, but according to the documentation there should be default values for those parameters. And if you don't change the default value the parameter will not be included in the config.

The only parameter that needs to be overridden is the cycle.

@massiveradiation
Copy link
Author

massiveradiation commented Mar 12, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants