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.24k stars 19.22k forks source link

Usage question: UBL or Bilinear #7729

Closed batata004 closed 7 years ago

batata004 commented 7 years ago

Hi,

As I see from the documentation UBL seens very similar to Bilinear mesh leveling. Currently I am using 4 points in the GRID with Bilinear. Should I expect any improvement using UBL or they are the same thing?

Roxy-3D commented 7 years ago

If you have the mesh well tuned... Both are going to give very similar results. Mostly, UBL was designed to be full tool set to have the good features from all the previous bed leveling systems. It also has an interactive mesh editor that can use the G26 Mesh Validation Pattern to help you fine tune the mesh. Bi-linear is more focused on keeping the code size of the bed leveling system very small.

batata004 commented 7 years ago

@Roxy-3D thanks my friend. What do you mean by "mesh well tuned"? Do I have to tune my mesh bed leveling? I use a fixed mount using inductive sensor.

Roxy-3D commented 7 years ago

Do I have to tune my mesh bed leveling? I use a fixed mount using inductive sensor.

You tell me! If you have a machine with good mechanics and an accurate probe... You may not need to adjust the mesh after it is sampled. But my experience is portions of the mesh are usually off a little bit. That is the purpose of the G26 Mesh Validation Pattern. It will draw a pattern on the bed so you can SEE how well each mesh point reflects reality. Check out the end of this thread: https://github.com/MarlinFirmware/Marlin/issues/7618#issuecomment-328297556

And then using that Mesh Validation Pattern, there is an interactive editor built into UBL (G29 P4 R) that lets you edit areas of the mesh. You can do the editing (if necessary) with M421, but UBL's interactive editor is easier and quicker.

batata004 commented 7 years ago

Wowo great!!! Thansk my friend that's a good idea printing that sample file and check how the result is gonna be! Good anwer. I thank you a lot!

Roxy-3D commented 7 years ago

If you have a well tuned mesh.... You should get good adhesion across 100% of the bed 100% of the time.

github-actions[bot] commented 3 years 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.