diff --git a/troubleshooting.html b/troubleshooting.html index 2832937..b979fb9 100644 --- a/troubleshooting.html +++ b/troubleshooting.html @@ -372,6 +372,9 @@ z_probe: open
If all of this is checked and you still want more information on the probing results, by entering G28 and then G29 in the terminal, we can receive detailed information on the probing that takes place. The output will vary depending on whether the printer is setup with a 3x3 grid, 4x4 grid, etc. Here is a sample:
Bilinear Leveling Grid: @@ -379,7 +382,7 @@ z_probe: open0 +0.352 +0.185 +0.265 1 +0.465 -0.007 -0.153 2 +0.915 +0.267 -0.015 -
Firstly, I need to manually adjust my bed to get it closer to flat. The numbers tell another story though. For row zero and column 1, we have a classic high, low, high warped bed. The rest of the bed seems to be more of a general slant. Keep in mind the point 0,0 is likely at the front left of your bed, which may be counter intuitive.
+Firstly, I need to manually adjust my bed of this printer to get it closer to flat. The numbers do tell another story though. For row zero and column 1, we have a classic high, low, high warped bed. The rest of the bed seems to be more of a general slant. Keep in mind the point 0,0 is likely at the front left of your bed, which may be counter intuitive.
For a more visual representation, the Bed Visualizer plugin for Octoprint will provide attractive and informative diagrams:
Repeating either test should give you a good idea of the probe's accuracy. If the results vary wildly it may indicate an underlying problem and more targeted testing is required.