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.
I noticed on a new build that my prints suddenly were squashed by about 4mm once I had enabled bilinear bed levelling. As it turns out, the 2.1.1 firmware ABL corrections are giving non-linear z offsets for the first 10mm of z, then the offsets are constant after. For example, if I enable ABL and set absolute positioning and go through z 0-30 (first column below) The actual Z position (as measured from an arbitrary reference point on my printer) is in column 2. Column 3 is just the difference (i.e. the offset from where I tell it to go and where it actually goes. This test was run with the X/Y in the same position.
So it appears ABL is either broken or there is some non-obvious configuration setting that needs to be applied. Please let me know if you need any information. I am providing the configuration files.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
I noticed on a new build that my prints suddenly were squashed by about 4mm once I had enabled bilinear bed levelling. As it turns out, the 2.1.1 firmware ABL corrections are giving non-linear z offsets for the first 10mm of z, then the offsets are constant after. For example, if I enable ABL and set absolute positioning and go through z 0-30 (first column below) The actual Z position (as measured from an arbitrary reference point on my printer) is in column 2. Column 3 is just the difference (i.e. the offset from where I tell it to go and where it actually goes. This test was run with the X/Y in the same position.
So it appears ABL is either broken or there is some non-obvious configuration setting that needs to be applied. Please let me know if you need any information. I am providing the configuration files.
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
Specified | Actual | Z Offset -- | -- | -- 0 | -10.65 | -10.65 2 | -9.3 | -11.3 4 | -8.1 | -12.1 5 | -7.39 | -12.39 6 | -6.9 | -12.9 8 | -5.5 | -13.5 10 | -4.05 | -14.05 12 | -2.35 | -14.35 15 | 0.7 | -14.3 20 | 5.8 | -14.2 25 | 10.8 | -14.2 30 | 15.9 | -14.1