mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
@ -372,10 +372,11 @@ z_probe: open</pre>
|
||||
<li>Probing when the bed is up to printing temp. Most 3D printer beds are prone to distortion when heated. Don't probe and store a mesh when it is cool, but apply that mesh when printing hot.</li>
|
||||
<li>Temporarily cutting power to the heated bed when probing. Some probes other than the BLtouch are affected by the current going through the heated bed elements. In this case, the bed should be brought up to temp, turned off for probing and then turned back omn before printing.</li>
|
||||
<li>Slowing down the vertical feedrate during probing. When setting up the firmware for ABL, the vertical speed the probe travels can be set. The slower the descent towards the bed, the greater the accuracy, at the expense of overall mesh generation duration.</li>
|
||||
<li>Some people have good experiences with clone BLtouch probes and some people hate them. I believe they are both right. By that I mean the quality may be variable.</li>
|
||||
<li>Some people have good experiences with clone BLtouch probes and some people hate them. I believe they are both right. By that I mean the quality of the clone probes may be variable.</li>
|
||||
<li>This one comes courtesy of my patron <i>ucirello</i>: BLTouch wires are not shielded. Under the right circumstances the electromagnetic interference throws off the precision. One way to test for that is to run M48 with heaters off, take the number, the run M48 with heaters on (both bed and nozzle). (M48 is covered below). If they differ too much, that could be the source of the problem.<br />
|
||||
Also, if you’re willing to go to the weeds of the firmware, try changing the features that disable the extruder stepper motor. Lots of people route their BLTouch through the same path of the extruder stepper motor, and if it is powered up, it can also throw off your probe measures.<br />
|
||||
If the EMI is the source of your problems, you can use some kind of <a href="https://amzn.to/3urbnEM" target="_blank">metal braided wire sleeve</a>.</li>
|
||||
<li>Courtesy of Chiral: "Right after the probing my hotend and bed powered down. I had to search for a while but in the end I found that Marlin has a feature called "HOTEND_IDLE_TIMEOUT" which I had activated. Unfortunately the standard value in Marlin for the deactivation is set to 5 minutes and the probing was taking long enough to trigger the timeout thus driving my printer into the cold extrusion prevention."</li>
|
||||
</ul>
|
||||
<p>If all of this is checked and you still want more information on the probing results, by entering <b>G28</b> and then <b>G29</b> 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:</p>
|
||||
<pre>Bilinear Leveling Grid:
|
||||
|
Reference in New Issue
Block a user