MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.23k stars 19.22k forks source link

[FR] Combined LINEAR and BILINEAR modes. #26385

Closed vovodroid closed 11 months ago

vovodroid commented 11 months ago

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

No response

Are you looking for hardware support?

No response

Describe the feature you want

While AUTO_BED_LEVELING_LINEAR can compensate bed tilt, and AUTO_BED_LEVELING_BILINEAR can compensate uneven bed, why not combine both of them and get tilted, but not distorted model:

image

Additional context

No response

EvilGremlin commented 11 months ago

UBL doing exactly that for many years, please read docs first before openeing issues.

vovodroid commented 11 months ago

If you are talking about G29 G, it's not clear that it combines both modes. Anyway UBL is much more complex for setup and usage than just to issue G29 commmand like for linear or bilinear.

EvilGremlin commented 11 months ago

J, not G. Well documented, what exacty is unclear? And no, UBL is not more complex. Anyway, this already exist in UBLso redundant features wont be added to bilinerar.

github-actions[bot] commented 9 months ago

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.