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

[FR] (Check to ensure enough free space to save to save mesh data) #20484

Closed
Mezabaru opened this issue Dec 16, 2020 · 3 comments
Closed

[FR] (Check to ensure enough free space to save to save mesh data) #20484

Mezabaru opened this issue Dec 16, 2020 · 3 comments
Labels
T: Feature Request Features requested by users.

Comments

@Mezabaru
Copy link

Description

Basically say you want a 15x15 grid yeah? My suggestion is to add a check to cross reference average mesh data, with free space in EPROM, and through a warning if there will not be enough space to save the grid size necessary. Just providing a check so the user will have enough space to store it. Though I don't feel this should be enforced and should be a feature that can be disabled.

Feature Workflow

  1. Checks bed leveling method, if its linear, bi-linear, UBL proceed.
  2. Checks the set grid size defined, if any other features are on that may additional increase mesh data.
  3. compares against average spaced needed to save at-least 1 mesh.
  4. Outputs warning telling user to reduce grid size or disable unneeded features

Additional Information

Idea based on #20449

@Mezabaru Mezabaru added the T: Feature Request Features requested by users. label Dec 16, 2020
@sjasonsmith
Copy link
Contributor

UBL already calculates the number of meshes it can store, and should refuse to store one without space. As I mentioned after you posted to #20449, that is most likely a watchdog reboot due to slow access to that board's EEPROM.

@sjasonsmith
Copy link
Contributor

I should have things set up to look at that issue. I will keep this suggestion in mind if I am wrong about my own watchdog assumption, and will re-open it if needed.

@Mezabaru Mezabaru changed the title [FR] (Check to ensure free save to save mesh data) [FR] (Check to ensure enough free space to save to save mesh data) Dec 16, 2020
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Feb 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: Feature Request Features requested by users.
Projects
None yet
Development

No branches or pull requests

2 participants