Deploying to gh-pages from @ Klipper3d/klipper@96ea871b35 🚀

This commit is contained in:
KevinOConnor
2022-10-27 00:04:29 +00:00
parent becbba1b7c
commit 072b4e593f
47 changed files with 1089 additions and 257 deletions

View File

@@ -1093,6 +1093,13 @@
STM32F4 lépésszám referencia
</a>
</li>
<li class="md-nav__item">
<a href="#stm32h7-step-rate-benchmark" class="md-nav__link">
STM32H7 step rate benchmark
</a>
</li>
<li class="md-nav__item">
@@ -1455,6 +1462,13 @@
STM32F4 lépésszám referencia
</a>
</li>
<li class="md-nav__item">
<a href="#stm32h7-step-rate-benchmark" class="md-nav__link">
STM32H7 step rate benchmark
</a>
</li>
<li class="md-nav__item">
@@ -1819,6 +1833,34 @@ finalize_config crc=0
</tr>
</tbody>
</table>
<h3 id="stm32h7-step-rate-benchmark">STM32H7 step rate benchmark<a class="headerlink" href="#stm32h7-step-rate-benchmark" title="Permanent link">&para;</a></h3>
<p>The following configuration sequence is used on a STM32H743VIT6:</p>
<div class="highlight"><pre><span></span><code>allocate_oids count=3
config_stepper oid=0 step_pin=PD4 dir_pin=PD3 invert_step=-1 step_pulse_ticks=0
config_stepper oid=1 step_pin=PA15 dir_pin=PA8 invert_step=-1 step_pulse_ticks=0
config_stepper oid=2 step_pin=PE2 dir_pin=PE3 invert_step=-1 step_pulse_ticks=0
finalize_config crc=0
</code></pre></div>
<p>The test was last run on commit <code>00191b5c</code> with gcc version <code>arm-none-eabi-gcc (15:8-2019-q3-1+b1) 8.3.1 20190703 (release) [gcc-8-branch revision 273027]</code>.</p>
<table>
<thead>
<tr>
<th>stm32h7</th>
<th>trükkök</th>
</tr>
</thead>
<tbody>
<tr>
<td>1 léptető</td>
<td>44</td>
</tr>
<tr>
<td>3 léptető</td>
<td>198</td>
</tr>
</tbody>
</table>
<h3 id="stm32g0b1-lepesszam-referencia">STM32G0B1 lépésszám referencia<a class="headerlink" href="#stm32g0b1-lepesszam-referencia" title="Permanent link">&para;</a></h3>
<p>Az STM32G0B1 esetében a következő konfigurációs sorrendet használjuk:</p>
<div class="highlight"><pre><span></span><code>allocate_oids count=3

View File

@@ -1358,7 +1358,7 @@
<h1 id="canbus">CANBUS<a class="headerlink" href="#canbus" title="Permanent link">&para;</a></h1>
<p>Ez a dokumentum a Klipper CAN busz támogatását írja le.</p>
<h2 id="eszkoz-hardver">Eszköz Hardver<a class="headerlink" href="#eszkoz-hardver" title="Permanent link">&para;</a></h2>
<p>A Klipper jelenleg támogatja a CAN-t az STM32 és RP2040 chipeken. Ezenkívül a mikrokontroller chipnek olyan lapkán kell lennie, amely rendelkezik CAN csatlakozóval.</p>
<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>A CAN-hez való fordításhoz futtassa a <code>make menuconfig</code> parancsot, és válassza a "CAN busz" kommunikációs interfészt. Végül fordítsa le a mikrokontroller kódját, és égesse a céllapra.</p>
<h2 id="gazdagep-hardver">Gazdagép Hardver<a class="headerlink" href="#gazdagep-hardver" title="Permanent link">&para;</a></h2>
<p>A CAN-busz használatához szükség van egy host-adapterre. Jelenleg két elterjedt lehetőség van:</p>

View File

@@ -1388,6 +1388,7 @@
<p>Hibátlan-e a beadvány, és készen áll-e a széles körű bevezetésre?A benyújtóknak a benyújtás előtt tesztelniük kell a változtatásokat. A bírálók keresik a hibákat, de általában nem tesztelik a beküldött anyagokat. Egy elfogadott beadványt gyakran az elfogadást követő néhány héten belül több ezer nyomtatóhoz juttatnak el. A beadványok minőségét ezért prioritásnak tekintik.</p>
<p>A fő <a href="https://github.com/Klipper3d/klipper">Klipper3d/klipper</a> GitHub tároló nem fogad el kísérleti munkát. A beküldőknek a kísérletezést, hibakeresést és tesztelést a saját tárolójukban kell elvégezniük. A <a href="Contact.html">Klipper Discourse</a> szerver jó hely arra, hogy felhívjuk a figyelmet az új munkára, és megtaláljuk azokat a felhasználókat, akiket érdekel a valós visszajelzés.</p>
<p>A beadványoknak át kell menniük az összes <a href="Debugging.html">regressziós teszteseten</a>.</p>
<p>When fixing a defect in the code, submitters should have a general understanding of the root cause of that defect, and the fix should target that root cause.</p>
<p>A beküldött kódok nem tartalmazhatnak túlzottan sok hibakeresési kódot, hibakeresési opciót vagy futásidejű hibakeresési naplózást.</p>
<p>A kódbeadványokhoz fűzött megjegyzéseknek a kód karbantartásának javítására kell összpontosítaniuk. A beadványok nem tartalmazhatnak "kikommentált kódot" vagy túlzottan sok, korábbi megvalósításokat leíró megjegyzést. Nem lehetnek túlzott mértékű "todo" megjegyzések.</p>
<p>A dokumentáció frissítései nem jelenthetik ki, hogy azok "folyamatban lévő munkák".</p>

View File

@@ -700,6 +700,13 @@
[skew_correction]
</a>
</li>
<li class="md-nav__item">
<a href="#z_thermal_adjust" class="md-nav__link">
[z_thermal_adjust]
</a>
</li>
</ul>
@@ -2614,6 +2621,13 @@
[skew_correction]
</a>
</li>
<li class="md-nav__item">
<a href="#z_thermal_adjust" class="md-nav__link">
[z_thermal_adjust]
</a>
</li>
</ul>
@@ -4553,6 +4567,38 @@ max_temp:
<div class="highlight"><pre><span></span><code>[skew_correction]
</code></pre></div>
<h3 id="z_thermal_adjust">[z_thermal_adjust]<a class="headerlink" href="#z_thermal_adjust" title="Permanent link">&para;</a></h3>
<p>Temperature-dependant toolhead Z position adjustment. Compensate for vertical toolhead movement caused by thermal expansion of the printer's frame in real-time using a temperature sensor (typically coupled to a vertical section of frame).</p>
<p>See also: <a href="G-Codes.html#z_thermal_adjust">extended g-code commands</a>.</p>
<div class="highlight"><pre><span></span><code>[z_thermal_adjust]
#temp_coeff:
# The temperature coefficient of expansion, in mm/degC. For example, a
# temp_coeff of 0.01 mm/degC will move the Z axis downwards by 0.01 mm for
# every degree Celsius that the temperature sensor increases. Defaults to
# 0.0 mm/degC, which applies no adjustment.
#smooth_time:
# Smoothing window applied to the temperature sensor, in seconds. Can reduce
# motor noise from excessive small corrections in response to sensor noise.
# The default is 2.0 seconds.
#z_adjust_off_above:
# Disables adjustments above this Z height [mm]. The last computed correction
# will remain applied until the toolhead moves below the specified Z height
# again. The default is 99999999.0 mm (always on).
#max_z_adjustment:
# Maximum absolute adjustment that can be applied to the Z axis [mm]. The
# default is 99999999.0 mm (unlimited).
#sensor_type:
#sensor_pin:
#min_temp:
#max_temp:
# Temperature sensor configuration.
# See the &quot;extruder&quot; section for the definition of the above
# parameters.
#gcode_id:
# See the &quot;heater_generic&quot; section for the definition of this
# parameter.
</code></pre></div>
<h2 id="testreszabott-kezdopont-felvetel">Testreszabott kezdőpont felvétel<a class="headerlink" href="#testreszabott-kezdopont-felvetel" title="Permanent link">&para;</a></h2>
<h3 id="safe_z_home">[safe_z_home]<a class="headerlink" href="#safe_z_home" title="Permanent link">&para;</a></h3>
<p>Biztonságos Z kezdőpont felvétel. Ezzel a mechanizmussal a Z tengelyt egy adott X, Y koordinátára lehet állítani. Ez akkor hasznos, ha például a nyomtatófejnek a tárgyasztal közepére kell mozognia, mielőtt a Z-tengelyt kezdőpontpba irányítaná.</p>

View File

@@ -1425,6 +1425,11 @@
<td>3913K</td>
<td>2634K</td>
</tr>
<tr>
<td>STM32H743</td>
<td>9091K</td>
<td>6061K</td>
</tr>
</tbody>
</table>
<p>Ha nem tudja, hogy egy adott lapon milyen mikrokontroller van, keresse meg a megfelelő <a href="https://github.com/Klipper3d/klipper/blob/master/config/">config fájlt</a>, és keresse meg a mikrokontroller nevét a fájl tetején lévő megjegyzésekben.</p>

View File

@@ -1756,6 +1756,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#print_stats" class="md-nav__link">
[print_stats]
</a>
<nav class="md-nav" aria-label="[print_stats]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#set_print_stats_info" class="md-nav__link">
SET_PRINT_STATS_INFO
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@@ -2208,6 +2228,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#z_thermal_adjust" class="md-nav__link">
[z_thermal_adjust]
</a>
<nav class="md-nav" aria-label="[z_thermal_adjust]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#set_z_thermal_adjust" class="md-nav__link">
SET_Z_THERMAL_ADJUST
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@@ -3779,6 +3819,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#print_stats" class="md-nav__link">
[print_stats]
</a>
<nav class="md-nav" aria-label="[print_stats]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#set_print_stats_info" class="md-nav__link">
SET_PRINT_STATS_INFO
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@@ -4231,6 +4291,26 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#z_thermal_adjust" class="md-nav__link">
[z_thermal_adjust]
</a>
<nav class="md-nav" aria-label="[z_thermal_adjust]">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#set_z_thermal_adjust" class="md-nav__link">
SET_Z_THERMAL_ADJUST
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@@ -4586,6 +4666,10 @@
<p><code>CLEAR_PAUSE</code>: Törli az aktuális szüneteltetett állapotot a nyomtatás folytatása nélkül. Ez akkor hasznos, ha valaki úgy dönt, hogy PAUSE után megszakítja a nyomtatást. Ajánlatos ezt hozzáadni az indító G-kódhoz, hogy a szüneteltetett állapot minden nyomtatásnál friss legyen.</p>
<h4 id="cancel_print">CANCEL_PRINT<a class="headerlink" href="#cancel_print" title="Permanent link">&para;</a></h4>
<p><code>CANCEL_PRINT</code>: Az aktuális nyomtatás törlése.</p>
<h3 id="print_stats">[print_stats]<a class="headerlink" href="#print_stats" title="Permanent link">&para;</a></h3>
<p>The print_stats module is automatically loaded.</p>
<h4 id="set_print_stats_info">SET_PRINT_STATS_INFO<a class="headerlink" href="#set_print_stats_info" title="Permanent link">&para;</a></h4>
<p><code>SET_PRINT_STATS_INFO [TOTAL_LAYER=&lt;total_layer_count&gt;] [CURRENT_LAYER= &lt;current_layer&gt;]</code>: Pass slicer info like layer act and total to Klipper. Add <code>SET_PRINT_STATS_INFO [TOTAL_LAYER=&lt;total_layer_count&gt;]</code> to your slicer start gcode section and <code>SET_PRINT_STATS_INFO [CURRENT_LAYER= &lt;current_layer&gt;]</code> at the layer change gcode section to pass layer information from your slicer to Klipper.</p>
<h3 id="probe">[probe]<a class="headerlink" href="#probe" title="Permanent link">&para;</a></h3>
<p>A következő parancsok akkor érhetők el, ha a <a href="Config_Reference.html#probe">szonda konfigurációs szakasz</a> vagy a <a href="Config_Reference.html#bltouch">bltouch konfigurációs szakasz</a> engedélyezve van (lásd még a <a href="Probe_Calibrate.html">szonda kalibrációs útmutatót</a>).</p>
<h4 id="probe_1">PROBE<a class="headerlink" href="#probe_1" title="Permanent link">&para;</a></h4>
@@ -4715,6 +4799,10 @@
<p><code>SDCARD_PRINT_FILE FILENAME=&lt;filename&gt;</code>: Egy fájl betöltése és az SD-nyomtatás elindítása.</p>
<h4 id="sdcard_reset_file">SDCARD_RESET_FILE<a class="headerlink" href="#sdcard_reset_file" title="Permanent link">&para;</a></h4>
<p><code>SDCARD_RESET_FILE</code>: A fájl eltávolítása és az SD állapotának törlése.</p>
<h3 id="z_thermal_adjust">[z_thermal_adjust]<a class="headerlink" href="#z_thermal_adjust" title="Permanent link">&para;</a></h3>
<p>The following commands are available when the <a href="Config_Reference.html#z_thermal_adjust">z_thermal_adjust config section</a> is enabled.</p>
<h4 id="set_z_thermal_adjust">SET_Z_THERMAL_ADJUST<a class="headerlink" href="#set_z_thermal_adjust" title="Permanent link">&para;</a></h4>
<p><code>SET_Z_THERMAL_ADJUST [ENABLE=&lt;0:1&gt;] [TEMP_COEFF=&lt;value&gt;] [REF_TEMP=&lt;value&gt;]</code>: Enable or disable the Z thermal adjustment with <code>ENABLE</code>. Disabling does not remove any adjustment already applied, but will freeze the current adjustment value - this prevents potentially unsafe downward Z movement. Re-enabling can potentially cause upward tool movement as the adjustment is updated and applied. <code>TEMP_COEFF</code> allows run-time tuning of the adjustment temperature coefficient (i.e. the <code>TEMP_COEFF</code> config parameter). <code>TEMP_COEFF</code> values are not saved to the config. <code>REF_TEMP</code> manually overrides the reference temperature typically set during homing (for use in e.g. non-standard homing routines) - will be reset automatically upon homing.</p>
<h3 id="z_tilt">[z_tilt]<a class="headerlink" href="#z_tilt" title="Permanent link">&para;</a></h3>
<p>A következő parancsok akkor érhetők el, ha a <a href="Config_Reference.html#z_tilt">z_tilt konfigurációs szakasz</a> engedélyezve van.</p>
<h4 id="z_tilt_adjust">Z_TILT_ADJUST<a class="headerlink" href="#z_tilt_adjust" title="Permanent link">&para;</a></h4>

View File

@@ -1060,6 +1060,13 @@
webhooks
</a>
</li>
<li class="md-nav__item">
<a href="#z_thermal_adjust" class="md-nav__link">
z_thermal_adjust
</a>
</li>
<li class="md-nav__item">
@@ -1807,6 +1814,13 @@
webhooks
</a>
</li>
<li class="md-nav__item">
<a href="#z_thermal_adjust" class="md-nav__link">
z_thermal_adjust
</a>
</li>
<li class="md-nav__item">
@@ -2032,6 +2046,8 @@
<p>A következő információk a <code>print_stats</code> objektumban érhetők el (ez az objektum automatikusan elérhető, ha a <a href="Config_Reference.html#virtual_sdcard">virtual_sdcard</a> config szakasz definiálva van):</p>
<ul>
<li><code>filename</code>, <code>total_duration</code>, <code>print_duration</code>, <code>filament_used</code>, <code>state</code>, <code>message</code>: Becsült információ az aktuális nyomtatásról, ha egy virtual_sdcard nyomtatás aktív.</li>
<li><code>info.total_layer</code>: The total layer value of the last <code>SET_PRINT_STATS_INFO TOTAL_LAYER=&lt;value&gt;</code> G-Code command.</li>
<li><code>info.current_layer</code>: The current layer value of the last <code>SET_PRINT_STATS_INFO CURRENT_LAYER=&lt;value&gt;</code> G-Code command.</li>
</ul>
<h2 id="probe">probe<a class="headerlink" href="#probe" title="Permanent link">&para;</a></h2>
<p>A következő információk a <a href="Config_Reference.html#probe">szonda</a> objektumban érhetők el (ez az objektum akkor is elérhető, ha egy <a href="Config_Reference.html#bltouch">bltouch</a> konfigurációs szakasz van definiálva):</p>
@@ -2119,6 +2135,16 @@
<li><code>state</code>: A Klipper aktuális állapotát jelző karakterláncot adja vissza. A lehetséges értékek: "ready", "startup", "shutdown", "error".</li>
<li><code>state_message</code>: Egy ember által olvasható karakterlánc, amely további kontextust ad az aktuális Klipper állapotról.</li>
</ul>
<h2 id="z_thermal_adjust">z_thermal_adjust<a class="headerlink" href="#z_thermal_adjust" title="Permanent link">&para;</a></h2>
<p>The following information is available in the <code>z_thermal_adjust</code> object (this object is available if <a href="Config_Reference.html#z_thermal_adjust">z_thermal_adjust</a> is defined).</p>
<ul>
<li><code>enabled</code>: Returns True if adjustment is enabled.</li>
<li><code>temperature</code>: Current (smoothed) temperature of the defined sensor. [degC]</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>
</ul>
<h2 id="z_tilt">z_tilt<a class="headerlink" href="#z_tilt" title="Permanent link">&para;</a></h2>
<p>A következő információk a <code>z_tilt</code> objektumban érhetők el (ez az objektum akkor érhető el, ha a z_tilt definiálva van):</p>
<ul>

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-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2022-10-26</lastmod>
<lastmod>2022-10-27</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.