mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 22:54:10 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@24a1b50e51 🚀
This commit is contained in:
parent
d1aa82bb16
commit
47a153e677
16 changed files with 229 additions and 229 deletions
|
@ -633,8 +633,8 @@
|
|||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#adjusting-bed-leveling-screws-using-the-bed-probe" class="md-nav__link">
|
||||
Adjusting bed leveling screws using the bed probe
|
||||
<a href="#_4" class="md-nav__link">
|
||||
使用打印床探针调整打印床调平螺丝
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
@ -1297,8 +1297,8 @@
|
|||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#adjusting-bed-leveling-screws-using-the-bed-probe" class="md-nav__link">
|
||||
Adjusting bed leveling screws using the bed probe
|
||||
<a href="#_4" class="md-nav__link">
|
||||
使用打印床探针调整打印床调平螺丝
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
@ -1367,10 +1367,10 @@ screw3: 150, 100
|
|||
screw3_fine_adjust: 0, 100
|
||||
</code></pre></div>
|
||||
|
||||
<p>When this feature is enabled, the <code>BED_SCREWS_ADJUST</code> tool will first prompt for coarse adjustments directly above each screw position, and once those are accepted, it will prompt for fine adjustments at the additional locations. Continue to use <code>ACCEPT</code> and <code>ADJUSTED</code> at each position.</p>
|
||||
<h2 id="adjusting-bed-leveling-screws-using-the-bed-probe">Adjusting bed leveling screws using the bed probe<a class="headerlink" href="#adjusting-bed-leveling-screws-using-the-bed-probe" title="Permanent link">¶</a></h2>
|
||||
<p>This is another way to calibrate the bed level using the bed probe. To use it you must have a Z probe (BL Touch, Inductive sensor, etc).</p>
|
||||
<p>To enable this feature, one would determine the nozzle coordinates such that the Z probe is above the screws, and then add them to the config file. For example, it might look like:</p>
|
||||
<p>当此功能被启用时,<code>BED_SCREWS_ADJUST</code>工具将先提示在每个螺钉位置正上方进行粗调,一旦这些被接受,它将提示在其他位置进行细调。继续在每个位置使用<code>ACCEPT</code>和<code>ADJUSTED</code>。</p>
|
||||
<h2 id="_4">使用打印床探针调整打印床调平螺丝<a class="headerlink" href="#_4" title="Permanent link">¶</a></h2>
|
||||
<p>这是用打印床探头调平的另一种方法。要使用它,你必须有一个Z探针(BL Touch,电感式传感器等)。</p>
|
||||
<p>要启用该功能,先要确定喷嘴坐标,使Z探头位于螺丝上方,然后将其添加到配置文件中。例如,它可能看起来像:</p>
|
||||
<div class="highlight"><pre><span></span><code>[screws_tilt_adjust]
|
||||
screw1: -5, 30
|
||||
screw1_name: front left screw
|
||||
|
@ -1397,7 +1397,7 @@ Recv: // read left screw : x=-5.0, y=190.0, z=2.47250 : adjust CW 00:02
|
|||
Recv: ok
|
||||
</code></pre></div>
|
||||
|
||||
<p>This means that:</p>
|
||||
<p>这意味着:</p>
|
||||
<ul>
|
||||
<li>front left screw is the reference point you must not change it.</li>
|
||||
<li>front right screw must be turned clockwise 1 full turn and a quarter turn</li>
|
||||
|
@ -1405,8 +1405,8 @@ Recv: ok
|
|||
<li>rear left screw must be turned clockwise 2 minutes (not need it's ok)</li>
|
||||
</ul>
|
||||
<p>Note that "minutes" refers to "minutes of a clock face". So, for example, 15 minutes is a quarter of a full turn.</p>
|
||||
<p>Repeat the process several times until you get a good level bed - normally when all adjustments are below 6 minutes.</p>
|
||||
<p>If using a probe that is mounted on the side of the hotend (that is, it has an X or Y offset) then note that adjusting the bed tilt will invalidate any previous probe calibration that was performed with a tilted bed. Be sure to run <a href="Probe_Calibrate.html">probe calibration</a> after the bed screws have been adjusted.</p>
|
||||
<p>重复这个过程几次,直到打印床变得足够水平--通常情况下,这意味着所有的位置需要的调整都小于6分钟。</p>
|
||||
<p>如果使用安装在热端侧面的探头(即它有一个X或Y偏移),那么请注意,调整床身倾斜度将使以前在倾斜的床身下进行的任何探针校准失效。一定要在调整打印床螺丝后运行<a href="Probe_Calibrate.html">探针校准</a>。</p>
|
||||
<p>The <code>MAX_DEVIATION</code> parameter is useful when a saved bed mesh is used, to ensure that the bed level has not drifted too far from where it was when the mesh was created. For example, <code>SCREWS_TILT_CALCULATE MAX_DEVIATION=0.01</code> can be added to the custom start gcode of the slicer before the mesh is loaded. It will abort the print if the configured limit is exceeded (0.01mm in this example), giving the user a chance to adjust the screws and restart the print.</p>
|
||||
<p>The <code>DIRECTION</code> parameter is useful if you can turn your bed adjustment screws in one direction only. For example, you might have screws that start tightened in their lowest (or highest) possible position, which can only be turned in a single direction, to raise (or lower) the bed. If you can only turn the screws clockwise, run <code>SCREWS_TILT_CALCULATE DIRECTION=CW</code>. If you can only turn them counter-clockwise, run <code>SCREWS_TILT_CALCULATE DIRECTION=CCW</code>. A suitable reference point will be chosen such that the bed can be leveled by turning all the screws in the given direction.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue