-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
Expose TRULY_LARGE_AREA option #25026
Expose TRULY_LARGE_AREA option #25026
Conversation
Adding 50 and 100mm moves to menu. Adding Z probe Wizard to Motion menu vs so deep in the config- advanced-offsets menus
Truly large area was never mentioned, changed to force_50_100 and added in config file under bed size for user to enable add notes for user in config fix code for SLIM_LCD so that it will never allow anything larger than 10mm (old default) published change didn't actually disable as intended (from my tests) going to add a new PR later for 250, 500, 750 for the real TRULY large area of >= 1000 as code develops I think a 75% motion option is great, sure the .1 5 and 10mm are good for basics, but adding these larger moves as machines and memory capacity develop will greatly increase user experiance.
The hidden option |
Yes, but the term truly large area is kind of confusing, it's not truly large unless an axis is actually 1000mm. Force large area makes more sense in a sentence and for programming understanding. Could even be called enable_large_moves under menu options. |
52a9e5e
to
7e60d15
Compare
4ac0e16
to
3b0b33a
Compare
3b0b33a
to
8226e66
Compare
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Description
Fixed some code issues, SLIM_LCD didn't actually disable as intended from my tests.
Added user function to enable 50_100 in config.h
Added Notes to config.h for user clarification
Some notes added for future development.
I feel that as machines and memory / boards become larger these moves will help users with calibration and maintenance to machines.
Requirements
No
Benefits
Improves userability with larger moves via menu
Configurations
Related Issues