Skip to content

[FR] MESH_BED_LEVELING for DELTA, etc. #27773

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

Open
a4jp-com opened this issue Mar 31, 2025 · 3 comments
Open

[FR] MESH_BED_LEVELING for DELTA, etc. #27773

a4jp-com opened this issue Mar 31, 2025 · 3 comments
Labels
T: Feature Request Features requested by users.

Comments

@a4jp-com
Copy link

Is your feature request related to a problem? Please describe.

I tried to do a mesh bed level on my delta printer but there was a message saying it could only be done on rectangular beds.

Are you looking for hardware support?

Dream Maker Overlord Pro

Describe the feature you want

Please make it so we can do a manual mesh bed run on delta printers when they have with round or hexagonal beds.

Additional context

No response

@a4jp-com a4jp-com added the T: Feature Request Features requested by users. label Mar 31, 2025
@ellensp
Copy link
Contributor

ellensp commented Mar 31, 2025

Message they are probably referring to

#elif ENABLED(MESH_BED_LEVELING)
  #if ENABLED(DELTA)
    #error "MESH_BED_LEVELING is not compatible with DELTA printers."

@a4jp-com
Copy link
Author

Yes. That error message.

Sorry I'm not up to date on all the changes here yet. The last time I worked on Marlin software was back in 2016 when @thinkyhead @boelle @Wackerbarth etc. were all active. I'm gonna try updating my Scoovo X9H and Dream Maker Overlord printers to Marlin 2. I'm using the latest test version.

@thinkyhead
Copy link
Member

thinkyhead commented Mar 31, 2025

Try using AUTO_BED_LEVELING_BILINEAR with PROBE_MANUALLY or use AUTO_BED_LEVELING_UBL with its manual probing commands and see how well either of those works for you. Older MESH_BED_LEVELING is mainly included as an option in Marlin as the "least expensive" form of bed leveling for boards that can't contain the others.

@thinkyhead thinkyhead changed the title [FR] Can you make it so we can do a manual mesh bed leveling on delta printer with round or hexagonal beds please? [FR] MESH_BED_LEVELING for DELTA, etc. Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Feature Request Features requested by users.
Projects
None yet
Development

No branches or pull requests

3 participants