Deploying to gh-pages from @ Klipper3d/klipper@f7e29b276e 🚀

This commit is contained in:
KevinOConnor
2022-08-27 00:04:27 +00:00
parent 162bcabe1f
commit fdc229efa7
22 changed files with 726 additions and 695 deletions

View File

@@ -1005,8 +1005,8 @@
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#info" class="md-nav__link">
info
<a href="#_3" class="md-nav__link">
信息
</a>
</li>
@@ -1465,8 +1465,8 @@
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#info" class="md-nav__link">
info
<a href="#_3" class="md-nav__link">
信息
</a>
</li>
@@ -1661,7 +1661,7 @@
<p>A subscription request accepts a "response_template" dictionary in the "params" field of the request. That "response_template" dictionary is used as a template for future asynchronous messages - it may contain arbitrary key/value pairs. When sending these future asynchronous messages, Klipper will add a "params" field containing a dictionary with "endpoint" specific contents to the response template and then send that template. If a "response_template" field is not provided then it defaults to an empty dictionary (<code>{}</code>).</p>
<h2 id="endpoint">可用的"endpoint"<a class="headerlink" href="#endpoint" title="Permanent link">&para;</a></h2>
<p>By convention, Klipper "endpoints" are of the form <code>&lt;module_name&gt;/&lt;some_name&gt;</code>. When making a request to an "endpoint", the full name must be set in the "method" parameter of the request dictionary (eg, <code>{"method"="gcode/restart"}</code>).</p>
<h3 id="info">info<a class="headerlink" href="#info" title="Permanent link">&para;</a></h3>
<h3 id="_3">信息<a class="headerlink" href="#_3" title="Permanent link">&para;</a></h3>
<p>The "info" endpoint is used to obtain system and version information from Klipper. It is also used to provide the client's version information to Klipper. For example: <code>{"id": 123, "method": "info", "params": { "client_info": { "version": "v1"}}}</code></p>
<p>If present, the "client_info" parameter must be a dictionary, but that dictionary may have arbitrary contents. Clients are encouraged to provide the name of the client and its software version when first connecting to the Klipper API server.</p>
<h3 id="emergency_stop">emergency_stop<a class="headerlink" href="#emergency_stop" title="Permanent link">&para;</a></h3>

View File

@@ -1019,8 +1019,8 @@
</li>
<li class="md-nav__item">
<a href="#cmd_set_klipper_nodeid-message" class="md-nav__link">
CMD_SET_KLIPPER_NODEID message
<a href="#cmd_set_klipper_nodeid" class="md-nav__link">
CMD_SET_KLIPPER_NODEID 信息
</a>
</li>
@@ -1325,8 +1325,8 @@
</li>
<li class="md-nav__item">
<a href="#cmd_set_klipper_nodeid-message" class="md-nav__link">
CMD_SET_KLIPPER_NODEID message
<a href="#cmd_set_klipper_nodeid" class="md-nav__link">
CMD_SET_KLIPPER_NODEID 信息
</a>
</li>
@@ -1377,13 +1377,13 @@
<h3 id="cmd_query_unassigned">CMD_QUERY_UNASSIGNED 消息<a class="headerlink" href="#cmd_query_unassigned" title="Permanent link">&para;</a></h3>
<p>该命令查询所有尚未被分配 <code>canbus_nodeid</code> 的微控制器。未分配的微控制器将以 RESP_NEED_NODEID 响应消息进行回应。</p>
<p>CMD_QUERY_UNASSIGNED 消息格式是:<code>&lt;1-byte message_id = 0x00&gt;</code></p>
<h3 id="cmd_set_klipper_nodeid-message">CMD_SET_KLIPPER_NODEID message<a class="headerlink" href="#cmd_set_klipper_nodeid-message" title="Permanent link">&para;</a></h3>
<h3 id="cmd_set_klipper_nodeid">CMD_SET_KLIPPER_NODEID 信息<a class="headerlink" href="#cmd_set_klipper_nodeid" title="Permanent link">&para;</a></h3>
<p>这个命令根据微处理器给定的 <code>canbus_uuid</code> 给相应的微处理器分配一个 <code>canbus_nodeid</code></p>
<p>The CMD_SET_KLIPPER_NODEID message format is: <code>&lt;1-byte message_id = 0x01&gt;&lt;6-byte canbus_uuid&gt;&lt;1-byte canbus_nodeid&gt;</code></p>
<p>CMD_SET_KLIPPER_NODEID 消息的格式是:<code>&lt;1-byte message_id = 0x01&gt;&lt;6-byte canbus_uuid&gt;&lt;1-byte canbus_nodeid&gt;</code></p>
<h3 id="resp_need_nodeid">RESP_NEED_NODEID 消息<a class="headerlink" href="#resp_need_nodeid" title="Permanent link">&para;</a></h3>
<p>The RESP_NEED_NODEID message format is: <code>&lt;1-byte message_id = 0x20&gt;&lt;6-byte canbus_uuid&gt;&lt;1-byte set_klipper_nodeid = 0x01&gt;</code></p>
<p>RESP_NEED_NODEID 消息的格式是:<code>&lt;1-byte message_id = 0x20&gt;&lt;6-byte canbus_uuid&gt;&lt;1-byte set_klipper_nodeid = 0x01&gt;</code></p>
<h2 id="_2">数据包<a class="headerlink" href="#_2" title="Permanent link">&para;</a></h2>
<p>A micro-controller that has been assigned a nodeid via the CMD_SET_KLIPPER_NODEID command can send and receive data packets.</p>
<p>被 CMD_SET_KLIPPER_NODEID 命令分配了节点的微控制器可以接受和发送数据包。</p>
<p>带有节点接收 CAN 总线ID<code>canbus_nodeid * 2 + 256</code>)的消息中的数据包被简单地添加到一个缓冲区,当一个完整的<a href="Protocol.html">mcu 协议消息</a>被找到时其内容会被解析和处理。数据被视为比特流byte stream- Klipper信息块的开头不需要与CAN bus的数据包开头对齐。</p>
<p>类似地mcu 协议消息响应通过将消息数据插入到具有节点发送 CAN 总线 ID 的一个或多个数据包(<code>canbus_nodeid * 2 + 256 + 1</code>)并从微控制器发送到主机。</p>

View File

@@ -1313,7 +1313,7 @@
<div class="highlight"><pre><span></span><code>TUNING_TOWER COMMAND=SET_PRESSURE_ADVANCE PARAMETER=ADVANCE START=0 FACTOR=.005
</code></pre></div>
<p>使用远程基础的话,则输入:</p>
<p>使用远程挤出的话,则输入:</p>
<div class="highlight"><pre><span></span><code>TUNING_TOWER COMMAND=SET_PRESSURE_ADVANCE PARAMETER=ADVANCE START=0 FACTOR=.020
</code></pre></div>

File diff suppressed because one or more lines are too long

View File

@@ -2,252 +2,252 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-08-26</lastmod>
<lastmod>2022-08-27</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.