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

Expose TRULY_LARGE_AREA option #25026

Merged
merged 17 commits into from
Jan 2, 2023

Conversation

mikemerryguy
Copy link
Contributor

@mikemerryguy mikemerryguy commented Nov 27, 2022

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.

  • Plan to add 250, 500 and 750 moves to all files for sizes >= 1000
    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

mikemerryguy and others added 10 commits October 17, 2022 10:17
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.
@thinkyhead
Copy link
Member

The hidden option TRULY_LARGE_AREA exists to force the extra move menu items to appear, whether that is due to SLIM_LCD_MENU or due to a smaller bed area. This PR can be reduced only to exposing that option.

@thinkyhead thinkyhead changed the title Bugfix 2.1.x Expose TRULY_LARGE_AREA option Nov 28, 2022
@mikemerryguy
Copy link
Contributor Author

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.

thinkyhead added a commit to MarlinFirmware/Configurations that referenced this pull request Jan 2, 2023
thinkyhead added a commit to MarlinFirmware/Configurations that referenced this pull request Jan 2, 2023
@thinkyhead thinkyhead merged commit 00fad1a into MarlinFirmware:bugfix-2.1.x Jan 2, 2023
thinkyhead added a commit to thinkyhead/Marlin that referenced this pull request Feb 22, 2023
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
thinkyhead added a commit that referenced this pull request Apr 7, 2023
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
thinkyhead added a commit that referenced this pull request Apr 10, 2023
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
thinkyhead added a commit to thinkyhead/Marlin that referenced this pull request May 16, 2023
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
tspiva pushed a commit to tspiva/Marlin that referenced this pull request May 25, 2023
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Andy-Big pushed a commit to Andy-Big/Marlin_FB_Reborn that referenced this pull request Jul 2, 2023
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
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