Skip to content

Commit

Permalink
Deployed 701e115 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3DCoded committed Dec 14, 2024
1 parent 12b6c9d commit 55c596c
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 22 deletions.
12 changes: 12 additions & 0 deletions guides/generator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1274,12 +1274,24 @@ <h3 id="running-the-script">Running the Script</h3>
<p>Now, you will be presented with several options.</p>
<h4 id="configuration-url">Configuration URL</h4>
<p>Paste in the URL you found earlier.</p>
<div class="admonition tip">
<p class="admonition-title">Local file configurations</p>
<p>You can also use a file configuration by passing the <code>--file</code> parameter:</p>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-3-1">1</a></span></pre></div></td><td class="code"><div><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1"></a>python3<span class="w"> </span>generator.py<span class="w"> </span>--file
</code></pre></div></td></tr></table></div>
</div>
<p><a class="glightbox" href="../../assets/images/guides/generator/generator03.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="" src="../../assets/images/guides/generator/generator03.png" /></a></p>
<h4 id="selected-steppers">Selected Steppers</h4>
<p>The script will now list all the stepper motor configurations that were found in the configuration, with a number next to each. Enter the desired steppers, seperated by spaces.</p>
<p><a class="glightbox" href="../../assets/images/guides/generator/generator04.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="" src="../../assets/images/guides/generator/generator04.png" /></a></p>
<h4 id="tmc-drivers">TMC Drivers</h4>
<p>For each stepper you selected, the script will ask you which TMC driver to use. For the SKR Mini E3 V3, there is only one option: TMC2209.</p>
<div class="admonition tip">
<p class="admonition-title">No TMC Drivers?</p>
<p>If you don't want to use TMC drivers in your configuration, pass the <code>--no-tmc</code> parameter:</p>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#__codelineno-4-1">1</a></span></pre></div></td><td class="code"><div><pre><span></span><code><a id="__codelineno-4-1" name="__codelineno-4-1"></a>python3<span class="w"> </span>generator.py<span class="w"> </span>--no-tmc
</code></pre></div></td></tr></table></div>
</div>
<p><a class="glightbox" href="../../assets/images/guides/generator/generator05.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="" src="../../assets/images/guides/generator/generator05.png" /></a></p>
<h4 id="mcu-name">MCU Name</h4>
<p>Finally, the script will ask you for the name of the MCU controlling your 3MS. Follow the naming convention outlined in the prompt.</p>
Expand Down
12 changes: 12 additions & 0 deletions print_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2628,12 +2628,24 @@ <h3 id="guides-generator-running-the-script">Running the Script</h3>
<p>Now, you will be presented with several options.</p>
<h4 id="guides-generator-configuration-url">Configuration URL</h4>
<p>Paste in the URL you found earlier.</p>
<div class="admonition tip">
<p class="admonition-title">Local file configurations</p>
<p>You can also use a file configuration by passing the <code>--file</code> parameter:</p>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#guides-generator-__codelineno-3-1">1</a></span></pre></div></td><td class="code"><div><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1"></a>python3<span class="w"> </span>generator.py<span class="w"> </span>--file
</code></pre></div></td></tr></table></div>
</div>
<p><a class="glightbox" href="../assets/images/guides/generator/generator03.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="" src="../assets/images/guides/generator/generator03.png" /></a></p>
<h4 id="guides-generator-selected-steppers">Selected Steppers</h4>
<p>The script will now list all the stepper motor configurations that were found in the configuration, with a number next to each. Enter the desired steppers, seperated by spaces.</p>
<p><a class="glightbox" href="../assets/images/guides/generator/generator04.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="" src="../assets/images/guides/generator/generator04.png" /></a></p>
<h4 id="guides-generator-tmc-drivers">TMC Drivers</h4>
<p>For each stepper you selected, the script will ask you which TMC driver to use. For the SKR Mini E3 V3, there is only one option: TMC2209.</p>
<div class="admonition tip">
<p class="admonition-title">No TMC Drivers?</p>
<p>If you don't want to use TMC drivers in your configuration, pass the <code>--no-tmc</code> parameter:</p>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"><a href="#guides-generator-__codelineno-4-1">1</a></span></pre></div></td><td class="code"><div><pre><span></span><code><a id="__codelineno-4-1" name="__codelineno-4-1"></a>python3<span class="w"> </span>generator.py<span class="w"> </span>--no-tmc
</code></pre></div></td></tr></table></div>
</div>
<p><a class="glightbox" href="../assets/images/guides/generator/generator05.png" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="" src="../assets/images/guides/generator/generator05.png" /></a></p>
<h4 id="guides-generator-mcu-name">MCU Name</h4>
<p>Finally, the script will ask you for the name of the MCU controlling your 3MS. Follow the naming convention outlined in the prompt.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,86 +2,86 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://3dcoded.github.io/3MS/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/compare/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/instructions/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/contributing/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/contributing/devsetup/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/guides/3dchameleon/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/guides/generator/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/hidden/hidden-assembly/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/assembly/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/bom/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/calibration/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/controllers/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/controllers/bttmmb/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/controllers/bttoctopusmain/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/controllers/einsyrambo-skrminie3v2/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/controllers/geetech-a30t/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/controllers/mellowflyd7/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/controllers/minirambo/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/controllers/skrminie3v2/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/controllers/skrpico/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
<url>
<loc>https://3dcoded.github.io/3MS/setup/controllers/zm384main/</loc>
<lastmod>2024-12-13</lastmod>
<lastmod>2024-12-14</lastmod>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 55c596c

Please sign in to comment.