Deploying to gh-pages from @ Klipper3d/klipper@9b60daf62d 🚀
This commit is contained in:
@@ -1358,7 +1358,7 @@
|
||||
<h1 id="can">CAN 总线<a class="headerlink" href="#can" title="Permanent link">¶</a></h1>
|
||||
<p>本文档描述了 Klipper 的 CAN 总线支持。</p>
|
||||
<h2 id="_1">硬件设备<a class="headerlink" href="#_1" title="Permanent link">¶</a></h2>
|
||||
<p>Klipper currently supports CAN on stm32, same5x, and rp2040 chips. In addition, the micro-controller chip must be on a board that has a CAN transceiver.</p>
|
||||
<p>Klipper目前支持在stm32、same5x和rp2040芯片上使用CAN总线。此外,微控制器芯片必须和一个CAN收发器相连。</p>
|
||||
<p>要针对 CAN 进行编译,请运行 <code>make menuconfig</code>并选择"CAN Bus"作为通信接口。最后,编译微控制器代码并将其刷写到目标控制版上。</p>
|
||||
<h2 id="_2">主机硬件<a class="headerlink" href="#_2" title="Permanent link">¶</a></h2>
|
||||
<p>为了使用 CAN 总线,主机需要一个适配器。目前有两种常见的选择:</p>
|
||||
|
||||
@@ -1287,7 +1287,7 @@
|
||||
<p>本文档涵盖了软件更新中对配置文件不向后兼容的部分。在升级 Klipper 时,最好也查看一下这份文档。</p>
|
||||
<p>文档的所有日期都是大概时间。</p>
|
||||
<h2 id="_2">变更<a class="headerlink" href="#_2" title="Permanent link">¶</a></h2>
|
||||
<p>20221122: Previously, with safe_z_home, it was possible that the z_hop after the g28 homing would go in the negative z direction. Now, a z_hop is performed after g28 only if it results in a positive hop, mirroring the behavior of the z_hop that occurs before the g28 homing.</p>
|
||||
<p>20221122:原先使用safe_z_home时,g28归位后的 z_hop 有可能会向负Z方向移动。现在,g28之后的 z_hop 只有在产生抬升(正方向)时才会被执行,这镜像了 g28 归位之前发生的 z_hop 的行为。</p>
|
||||
<p>20220616:以前可以通过运行<code>make flash FLASH_DEVICE=first</code>在引导程序模式下刷写rp2040。新的等效命令是<code>make flash FLASH_DEVICE=2e8a:0003</code>。</p>
|
||||
<p>20220612: 实现了rp2040上"rp2040-e5"USB数据错误的一个解决办法。这应该使最初的 USB 连接更加可靠。然而,它可能会导致gpio15引脚的行为发生变化。gpio15的行为变化不太可能有明显影响。</p>
|
||||
<p>20220407:temperature_fan 配置分段中的 <code>pid_integral_max</code> 选项已被删除(在 20210612 时已弃用)。</p>
|
||||
|
||||
@@ -431,14 +431,14 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#i-found-a-bug-in-the-klipper-software" class="md-nav__link">
|
||||
I found a bug in the Klipper software
|
||||
<a href="#klipper_1" class="md-nav__link">
|
||||
我在Klipper中发现了一个缺陷
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#klipper_1" class="md-nav__link">
|
||||
<a href="#klipper_2" class="md-nav__link">
|
||||
我正在进行一些我想添加到 Klipper 中的改进
|
||||
</a>
|
||||
|
||||
@@ -1344,14 +1344,14 @@
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#i-found-a-bug-in-the-klipper-software" class="md-nav__link">
|
||||
I found a bug in the Klipper software
|
||||
<a href="#klipper_1" class="md-nav__link">
|
||||
我在Klipper中发现了一个缺陷
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#klipper_1" class="md-nav__link">
|
||||
<a href="#klipper_2" class="md-nav__link">
|
||||
我正在进行一些我想添加到 Klipper 中的改进
|
||||
</a>
|
||||
|
||||
@@ -1389,9 +1389,9 @@
|
||||
<li><a href="#i-have-a-question-about-klipper">我有一个关于 Klipper 的问题</a></li>
|
||||
<li><a href="#i-have-a-feature-request">我有一个功能请求</a></li>
|
||||
<li><a href="#help-it-doesnt-work">我需要帮助!它炸了!</a></li>
|
||||
<li><a href="#i-found-a-bug-in-the-klipper-software">I found a bug in the Klipper software</a></li>
|
||||
<li><a href="#i-found-a-bug-in-the-klipper-software">我在Klipper中发现了一个缺陷</a></li>
|
||||
<li><a href="#i-am-making-changes-that-id-like-to-include-in-klipper">我正在进行我想纳入 Klipper 的修改</a></li>
|
||||
<li><a href="#klipper-github">Klipper github</a></li>
|
||||
<li><a href="#klipper-github">Klipper GitHub</a></li>
|
||||
</ol>
|
||||
<h2 id="_2">社区论坛<a class="headerlink" href="#_2" title="Permanent link">¶</a></h2>
|
||||
<p>有一个用来讨论 Klipper 的 <a href="https://community.klipper3d.org">Klipper 社区 Discourse 服务器</a>。</p>
|
||||
@@ -1415,24 +1415,24 @@
|
||||
<p>如果你遇到了打印问题,我们建议仔细检查打印机的硬件(所有接头、电线、螺丝等),确认没有任何异常。我们发现大多数打印问题都与 Klipper 软件无关。如果你确实发现了打印机硬件的问题,在一般的3D打印论坛或专门针对你的打印机硬件的论坛上搜索通常可以得到更好的答复。</p>
|
||||
<p>也可以在<a href="#community-forum"> Klipper 社区论坛</a>中查找类似的问题。</p>
|
||||
<p>如果你有兴趣与其他 Klipper 用户分享你的知识和经验,那么你可以加入<a href="#community-forum"> Klipper 社区论坛</a>或<a href="#discord-chat"> Klipper Discord 聊天室</a>。这两个社区都是 Klipper 用户间讨论 Klipper 的地方。</p>
|
||||
<h2 id="i-found-a-bug-in-the-klipper-software">I found a bug in the Klipper software<a class="headerlink" href="#i-found-a-bug-in-the-klipper-software" title="Permanent link">¶</a></h2>
|
||||
<h2 id="klipper_1">我在Klipper中发现了一个缺陷<a class="headerlink" href="#klipper_1" title="Permanent link">¶</a></h2>
|
||||
<p>Klipper 是一个开源项目,我们诚挚的感谢贡献者们在软件中诊断出错误。</p>
|
||||
<p>Problems should be reported in the <a href="#community-forum">Klipper Community Forum</a>.</p>
|
||||
<p>如果有问题,应在<a href="#community-forum">Klipper社区论坛</a>上报告。</p>
|
||||
<p>修复bug需要提供一些重要的信息。请遵循以下步骤:</p>
|
||||
<ol>
|
||||
<li>Make sure you are running unmodified code from <a href="https://github.com/Klipper3d/klipper">https://github.com/Klipper3d/klipper</a>. If the code has been modified or is obtained from another source, then you should reproduce the problem on the unmodified code from <a href="https://github.com/Klipper3d/klipper">https://github.com/Klipper3d/klipper</a> prior to reporting.</li>
|
||||
<li>If possible, run an <code>M112</code> command immediately after the undesirable event occurs. This causes Klipper to go into a "shutdown state" and it will cause additional debugging information to be written to the log file.</li>
|
||||
<li>请确保您正在运行从 <a href="https://github.com/Klipper3d/klipper ">https://github.com/Klipper3d/klipper </a> 获取的未修改代码。如果代码已被修改或从其他来源获得,则您需要在报告问题之前先在从 <a href="https://github.com/Klipper3d/klipper ">https://github.com/Klipper3d/klipper </a> 获取的未修改的代码上重现问题。</li>
|
||||
<li>如果可能,在不良事件发生后立即运行<code>M112</code> 命令。这将导致Klipper进入 "关闭状态",并会导致额外的调试信息被写入日志文件中。</li>
|
||||
<li>获取事件发送时的 Klipper 日志文件。该日志文件已被设计用来给 Klipper 开发人员提供关于软件及其运行环境的常见问题(软件版本、硬件类型、配置、事件时间和数百个其他问题)。<ol>
|
||||
<li>Klipper 日志文件位于 Klipper "主机"(树莓派)的<code>/tmp/klippy.log</code>文件中。</li>
|
||||
<li>你需要用“scp”或“sftp”程序将此日志文件复制到您的计算机。 “scp”程序是 Linux 和 MacOS 系统的标准配置。其他系统也通常有可用的 scp 实用程序(例如 WinSCP)。如果使用图形界面的 scp 程序无法直接复制 <code>/tmp/klippy.log</code>,可以尝试重复点击 <code>..</code>或者<code>parent folder</code>(父文件夹)直到进入根目录,再点击<code>tmp</code>文件夹,然后选择<code>klippy.log</code>文件。</li>
|
||||
<li>将日志文件复制到你的电脑,以便将其上传到问题报告中。</li>
|
||||
<li>不要以任何方式修改日志文件;不要只提供日志的片段。只有完整的未修改的日志文件才能够提供必要的信息。</li>
|
||||
<li>It is a good idea to compress the log file with zip or gzip.</li>
|
||||
<li>最好使用 zip 或 gzip 压缩日志文件。</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>Open a new topic on the <a href="#community-forum">Klipper Community Forum</a> and provide a clear description of the problem. Other Klipper contributors will need to understand what steps were taken, what the desired outcome was, and what outcome actually occurred. The compressed Klipper log file should be attached to that topic.</li>
|
||||
</ol>
|
||||
<h2 id="klipper_1">我正在进行一些我想添加到 Klipper 中的改进<a class="headerlink" href="#klipper_1" title="Permanent link">¶</a></h2>
|
||||
<h2 id="klipper_2">我正在进行一些我想添加到 Klipper 中的改进<a class="headerlink" href="#klipper_2" title="Permanent link">¶</a></h2>
|
||||
<p>Klipper 是开源软件,我们非常感谢新的贡献。</p>
|
||||
<p>新的贡献(包括代码和文档)需要通过拉取请求(PR)提交。重要信息请参见<a href="CONTRIBUTING.html">贡献文档</a>。</p>
|
||||
<p>There are several <a href="Overview.html#developer-documentation">documents for developers</a>. If you have questions on the code then you can also ask in the <a href="#community-forum">Klipper Community Forum</a> or on the <a href="#discord-chat">Klipper Community Discord</a>.</p>
|
||||
|
||||
@@ -1300,14 +1300,14 @@
|
||||
<h1 id="_1">功能<a class="headerlink" href="#_1" title="Permanent link">¶</a></h1>
|
||||
<p>Klipper 有几个引人注目的功能:</p>
|
||||
<ul>
|
||||
<li>High precision stepper movement. Klipper utilizes an application processor (such as a low-cost Raspberry Pi) when calculating printer movements. The application processor determines when to step each stepper motor, it compresses those events, transmits them to the micro-controller, and then the micro-controller executes each event at the requested time. Each stepper event is scheduled with a precision of 25 micro-seconds or better. The software does not use kinematic estimations (such as the Bresenham algorithm) - instead it calculates precise step times based on the physics of acceleration and the physics of the machine kinematics. More precise stepper movement provides quieter and more stable printer operation.</li>
|
||||
<li>高精度步进运动。Klipper使用一个应用处理器(例如低成本的树莓派)来计算打印机运动。应用处理器决定何时对每个步进电机发出步进信号,压缩这些事件,并将它们发送到微控制器。微处理器将会把每个事件按请求时间执行。每一个步进事件被以25毫秒或更高的精度安排。Klipper不使用运动估计,例如 Bresenham算法,而是通过加速度与机械运动物理计算精确的步进时间。更精准的步进电机运动意味着打印机更安静和稳定的运行。</li>
|
||||
<li>同类项目中最佳的性能。 Klipper 能够在新旧微控制器上实现高步进速率。即使是旧的 8 位微控制器也可以发送超过每秒 175K 步的速率。在较新的微控制器上,每秒数百万步也可以实现。更高的步进速率可以实现更高的打印速度。步进事件计时即使在高速下也能保持精确,提高了整体稳定性。</li>
|
||||
<li>Klipper 支持带有多个微控制器的打印机。例如,一个微控制器可以被用来控制挤出机,而另一个用来控制加热器,并使用第三个来控制其他的打印机组件。Klipper 主机程序实现了时钟同步,解决了微处理器之间的时钟漂移。 启用多个控制器只需要在配置文件中添加几行,不需要任何特殊代码。</li>
|
||||
<li>通过简单的配置文件进行配置。修改设置不需要重新刷写微控制器。Klipper 的所有配置都被存储在一个易编辑的配置文件中,大大减少了配置与维护硬件的难度。</li>
|
||||
<li>Klipper 支持“平滑提前压力”--一种考虑了挤出机内压力影响的机制。这项技术可以减少喷嘴溢料并改善转角的打印质量。Klipper 的实现不会引入瞬间挤出机速度变化,改善了整体稳定性和稳健性。</li>
|
||||
<li>支持使用“输入整形”来减少振动对打印质量的影响。这项功能可以减少或消除打印件的“振纹(ringing)”(又名“ghosting”,“echoing”,或“rippling”)。在一些情况下它可以在保持打印质量的同时提高打印速度。</li>
|
||||
<li>Klipper 使用“迭代求解器”从简单的运动学方程中计算精准的步进时间。这降低了移植Klipper到新的机械结构的难度并保证了精确的步进计时(而不需要“线段化”)。</li>
|
||||
<li>Klipper is hardware agnostic. One should get the same precise timing independent of the low-level electronics hardware. The Klipper micro-controller code is designed to faithfully follow the schedule provided by the Klipper host software (or prominently alert the user if it is unable to). This makes it easier to use available hardware, to upgrade to new hardware, and to have confidence in the hardware.</li>
|
||||
<li>Klipper 不受硬件影响。所有运行Klipper的打印机都有底层硬件无关的相同精确时序。Klipper 微控制器代码旨在忠实地遵循 Klipper 主机软件提供的时间表(或在无法遵循时突出显示提醒用户)。这样可以放心、轻松的使用和升级硬件。</li>
|
||||
<li>易移植的代码。Klipper 可以在 ARM,AVR,和PRU架构的微控制器上运行。现有的“reprap”类打印机不需要改动任何硬件就可以运行 Klipper,只需要加一个树莓派。Klipper 的内部代码结构使它能够被简单的移植到其他架构。</li>
|
||||
<li>简洁的代码。大部分 Klipper 代码使用一个极高级编程语言(Python),这包括了运动算法,G代码解析,加热,温度传感器算法和其他,降低了开发新功能的难度。</li>
|
||||
<li>自定义可编程脚本。可以在打印机配置文件中定义新的G代码命令(而不需要修改任何代码)。这些命令都是可编程的,可以能根据打印机的状态做出不同的响应。</li>
|
||||
@@ -1316,22 +1316,22 @@
|
||||
<h2 id="_2">其他功能<a class="headerlink" href="#_2" title="Permanent link">¶</a></h2>
|
||||
<p>Klipper 支持许多标准的 3d 打印机功能:</p>
|
||||
<ul>
|
||||
<li>Several web interfaces available. Works with Mainsail, Fluidd, OctoPrint and others. This allows the printer to be controlled using a regular web-browser. The same Raspberry Pi that runs Klipper can also run the web interface.</li>
|
||||
<li>提供多种网络界面。兼容Mainsail、Fluidd、OctoPrint和其他选择。这允许使用普通的网络浏览器来控制打印机。运行Klipper的树莓派也可以运行网络界面。</li>
|
||||
<li>标准 G 代码支持。支持由常见“切片软件”(SuperSlicer、Cura、PrusaSlicer 等)生成的通用 G 代码命令。</li>
|
||||
<li>支持多挤出机。包括对共享热端的挤出机(多进一出)和多头(IDEX)的支持。</li>
|
||||
<li>Support for cartesian, delta, corexy, corexz, hybrid-corexy, hybrid-corexz, deltesian, rotary delta, polar, and cable winch style printers.</li>
|
||||
<li>支持笛卡尔、三角洲、CoreXY、CoreXZ、混合CoreXY、混合CoreXZ、deltesian、旋转三角洲、极坐标和缆绳铰盘式打印机。</li>
|
||||
<li>自动床面平整支持。Klipper可以被配置为基本的床身倾斜检测或网床调平。如果床铺使用多个Z步进器,那么Klipper也可以通过独立操纵Z步进器来调平。支持大多数Z高度探头,包括BL-Touch探头和伺服激活的探头。</li>
|
||||
<li>支持自动delta校准。校准工具可以进行基本的高度校准,以及增强的X和Y尺寸校准。校准可以用Z型高度探头或通过手动探测来完成。</li>
|
||||
<li>Run-time "exclude object" support. When configured, this module may facilitate canceling of just one object in a multi-part print.</li>
|
||||
<li>支持打印时“排除对象”。配置后,此模块可以取消多零件打印中的一个对象。</li>
|
||||
<li>支持常见的温度传感器(例如,常见的热敏电阻、AD595、AD597、AD849x、PT100、PT1000、MAX6675、MAX31855、MAX31856、MAX31865、BME280、HTU21D、DS18B20和LM75)。还可以配置自定义热敏电阻和自定义模拟温度传感器。还可以监测微控制器和 Raspberry Pi 内部的温度传感器。</li>
|
||||
<li>默认启用基本加热器保护。</li>
|
||||
<li>支持标准风扇、喷嘴风扇和温控风扇。不需要在打印机闲置时保持风扇运转。可以在带有转速表的风扇上监测风扇速度。</li>
|
||||
<li>Support for run-time configuration of TMC2130, TMC2208/TMC2224, TMC2209, TMC2660, and TMC5160 stepper motor drivers. There is also support for current control of traditional stepper drivers via AD5206, DAC084S085, MCP4451, MCP4728, MCP4018, and PWM pins.</li>
|
||||
<li>支持TMC2130、TMC2208/TMC2224、TMC2209、TMC2660和TMC5160步进电机驱动器的运行时配置。还支持通过AD5206、DAC084S085、MCP4451、MCP4728、MCP4018和PWM引脚对传统步进驱动器进行电流控制。</li>
|
||||
<li>支持直接连接到打印机的普通LCD显示器。还提供了一个默认的菜单。显示器和菜单的内容可以通过配置文件完全定制。</li>
|
||||
<li>恒定加速和“look-ahead”(前瞻)支持。所有打印机移动将从静止逐渐加速到巡航速度,然后减速回到静止。对传入的 G 代码移动命令流进行排队和分析 - 将优化类似方向上的移动之间的加速度,以减少打印停顿并改善整体打印时间。</li>
|
||||
<li>Klipper 实现了一种“步进相位限位”算法,可以提高典型限位开关的精度。如果调整得当,它可以提高打印件首层和打印床的附着力。</li>
|
||||
<li>支持打印丝存在传感器、打印丝运动传感器和打印丝宽度传感器。</li>
|
||||
<li>Support for measuring and recording acceleration using an adxl345, mpu9250, and mpu6050 accelerometers.</li>
|
||||
<li>支持使用 adxl345、mpu9250 和 mpu 6050 加速度计测量和记录加速度。</li>
|
||||
<li>支持限制短距离“之”字形移动的最高速度,以减少打印机的振动和噪音。更多信息见<a href="Kinematics.html">运动学</a>文档。</li>
|
||||
<li>许多常见的打印机都有样本配置文件。查看<a href="https://github.com/Klipper3d/klipper/blob/master/config/">配置文件夹</a>中的列表。</li>
|
||||
</ul>
|
||||
|
||||
@@ -2060,7 +2060,7 @@
|
||||
<p><code>print_stats</code> 对象提供了以下信息(如果定义了 <a href="Config_Reference.html#virtual_sdcard">virtual_sdcard</a> 配置分段,则此对象自动可用):</p>
|
||||
<ul>
|
||||
<li><code>filename</code>、<code>total_duration</code>、<code>print_duration</code>、<code>filament_used</code>、<code>state</code>、<code>message</code>:virtual_sdcard 打印处于活动状态时有关当前打印的估测。</li>
|
||||
<li><code>info.total_layer</code>: The total layer value of the last <code>SET_PRINT_STATS_INFO TOTAL_LAYER=<value></code> G-Code command.</li>
|
||||
<li><code>info.total_layer</code>:最后一条<code>SET_PRINT_STATS_INFO TOTAL_LAYER=<值></code> G-Code命令的总层值。</li>
|
||||
<li><code>info.current_layer</code>: The current layer value of the last <code>SET_PRINT_STATS_INFO CURRENT_LAYER=<value></code> G-Code command.</li>
|
||||
</ul>
|
||||
<h2 id="probe">probe<a class="headerlink" href="#probe" title="Permanent link">¶</a></h2>
|
||||
@@ -2168,10 +2168,10 @@
|
||||
<ul>
|
||||
<li><code>enabled</code>:如果启用调整,则返回 True。</li>
|
||||
<li><code>temperature</code>:定义传感器的当前(平滑后的)温度。 [摄氏度]</li>
|
||||
<li><code>measured_min_temp</code>: Minimum measured temperature. [degC]</li>
|
||||
<li><code>measured_max_temp</code>: Maximum measured temperature. [degC]</li>
|
||||
<li><code>current_z_adjust</code>: Last computed Z adjustment [mm].</li>
|
||||
<li><code>z_adjust_ref_temperature</code>: Current reference temperature used for calculation of Z <code>current_z_adjust</code> [degC].</li>
|
||||
<li><code>measured_min_temp</code>:最小测量温度。[摄氏度]</li>
|
||||
<li><code>measured_max_temp</code>:最大测量温度。[摄氏度]</li>
|
||||
<li><code>current_z_adjust</code>:上次计算的z调整[mm]。</li>
|
||||
<li><code>z_adjust_ref_temperature</code>:用于计算Z <code>current_z_adjust</code>的当前参考温度[degC]。</li>
|
||||
</ul>
|
||||
<h2 id="z_tilt">z_tilt<a class="headerlink" href="#z_tilt" title="Permanent link">¶</a></h2>
|
||||
<p><code>z_tilt</code> 对象提供了以下信息(如果定义了 z_tilt,则该对象可用):</p>
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
100
zh/sitemap.xml
100
zh/sitemap.xml
@@ -2,252 +2,252 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2022-12-30</lastmod>
|
||||
<lastmod>2022-12-31</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
Reference in New Issue
Block a user