-
-
Notifications
You must be signed in to change notification settings - Fork 369
UBL versions
Binaries with UBL in their filename have support for Marlin Unified Bed Leveling, this system is similar to the bilinear leveling but with a few extra features to provide users with more control. There are multiple guides on the web about UBL, we recommend reading about it before using this new leveling system.
If you are using UBL and you have M501
in your start G-code script then remove it, that G-code will clear the UBL mesh data, so if you use M420 S1 to enable leveling you will have a mesh with all points in 0.
- https://marlinfw.org/docs/features/unified_bed_leveling.html
- https://all3dp.com/2/marlin-ubl-unified-bed-levelin-simply-explained/
- https://www.3dmakerengineering.com/blogs/3d-printing/unified-bed-leveling-marlin
- https://hackaday.com/2022/01/14/3d-printering-getting-started-with-universal-bed-leveling/
- https://manuelmclure.github.io/ConfiguringLeveling.html
Note: If you used to have a
G29
after G28 in your start g-code script with the ABL firmware version, change it toG29 P1
to run a new auto leveling mesh.
The UBL system enables more options on the Mesh Leveling Menu
This Wiki and the included images were created under the Creative Commons License CC BY-NC-SA
Get the latest firmware here: https://github.com/mriscoc/Ender3V2S1/releases/latest