Skip to content

Commit 55c596c

Browse files
committed
Deployed 701e115 with MkDocs version: 1.6.1
1 parent 12b6c9d commit 55c596c

File tree

5 files changed

+46
-22
lines changed

5 files changed

+46
-22
lines changed

guides/generator/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,12 +1274,24 @@ <h3 id="running-the-script">Running the Script</h3>
12741274
<p>Now, you will be presented with several options.</p>
12751275
<h4 id="configuration-url">Configuration URL</h4>
12761276
<p>Paste in the URL you found earlier.</p>
1277+
<div class="admonition tip">
1278+
<p class="admonition-title">Local file configurations</p>
1279+
<p>You can also use a file configuration by passing the <code>--file</code> parameter:</p>
1280+
<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
1281+
</code></pre></div></td></tr></table></div>
1282+
</div>
12771283
<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>
12781284
<h4 id="selected-steppers">Selected Steppers</h4>
12791285
<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>
12801286
<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>
12811287
<h4 id="tmc-drivers">TMC Drivers</h4>
12821288
<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>
1289+
<div class="admonition tip">
1290+
<p class="admonition-title">No TMC Drivers?</p>
1291+
<p>If you don't want to use TMC drivers in your configuration, pass the <code>--no-tmc</code> parameter:</p>
1292+
<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
1293+
</code></pre></div></td></tr></table></div>
1294+
</div>
12831295
<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>
12841296
<h4 id="mcu-name">MCU Name</h4>
12851297
<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>

print_page/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2628,12 +2628,24 @@ <h3 id="guides-generator-running-the-script">Running the Script</h3>
26282628
<p>Now, you will be presented with several options.</p>
26292629
<h4 id="guides-generator-configuration-url">Configuration URL</h4>
26302630
<p>Paste in the URL you found earlier.</p>
2631+
<div class="admonition tip">
2632+
<p class="admonition-title">Local file configurations</p>
2633+
<p>You can also use a file configuration by passing the <code>--file</code> parameter:</p>
2634+
<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
2635+
</code></pre></div></td></tr></table></div>
2636+
</div>
26312637
<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>
26322638
<h4 id="guides-generator-selected-steppers">Selected Steppers</h4>
26332639
<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>
26342640
<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>
26352641
<h4 id="guides-generator-tmc-drivers">TMC Drivers</h4>
26362642
<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>
2643+
<div class="admonition tip">
2644+
<p class="admonition-title">No TMC Drivers?</p>
2645+
<p>If you don't want to use TMC drivers in your configuration, pass the <code>--no-tmc</code> parameter:</p>
2646+
<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
2647+
</code></pre></div></td></tr></table></div>
2648+
</div>
26372649
<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>
26382650
<h4 id="guides-generator-mcu-name">MCU Name</h4>
26392651
<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>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,86 +2,86 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://3dcoded.github.io/3MS/</loc>
5-
<lastmod>2024-12-13</lastmod>
5+
<lastmod>2024-12-14</lastmod>
66
</url>
77
<url>
88
<loc>https://3dcoded.github.io/3MS/compare/</loc>
9-
<lastmod>2024-12-13</lastmod>
9+
<lastmod>2024-12-14</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://3dcoded.github.io/3MS/instructions/</loc>
13-
<lastmod>2024-12-13</lastmod>
13+
<lastmod>2024-12-14</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://3dcoded.github.io/3MS/contributing/</loc>
17-
<lastmod>2024-12-13</lastmod>
17+
<lastmod>2024-12-14</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://3dcoded.github.io/3MS/contributing/devsetup/</loc>
21-
<lastmod>2024-12-13</lastmod>
21+
<lastmod>2024-12-14</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://3dcoded.github.io/3MS/guides/3dchameleon/</loc>
25-
<lastmod>2024-12-13</lastmod>
25+
<lastmod>2024-12-14</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://3dcoded.github.io/3MS/guides/generator/</loc>
29-
<lastmod>2024-12-13</lastmod>
29+
<lastmod>2024-12-14</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://3dcoded.github.io/3MS/hidden/hidden-assembly/</loc>
33-
<lastmod>2024-12-13</lastmod>
33+
<lastmod>2024-12-14</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://3dcoded.github.io/3MS/setup/assembly/</loc>
37-
<lastmod>2024-12-13</lastmod>
37+
<lastmod>2024-12-14</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://3dcoded.github.io/3MS/setup/bom/</loc>
41-
<lastmod>2024-12-13</lastmod>
41+
<lastmod>2024-12-14</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://3dcoded.github.io/3MS/setup/calibration/</loc>
45-
<lastmod>2024-12-13</lastmod>
45+
<lastmod>2024-12-14</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://3dcoded.github.io/3MS/setup/controllers/</loc>
49-
<lastmod>2024-12-13</lastmod>
49+
<lastmod>2024-12-14</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://3dcoded.github.io/3MS/setup/controllers/bttmmb/</loc>
53-
<lastmod>2024-12-13</lastmod>
53+
<lastmod>2024-12-14</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://3dcoded.github.io/3MS/setup/controllers/bttoctopusmain/</loc>
57-
<lastmod>2024-12-13</lastmod>
57+
<lastmod>2024-12-14</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://3dcoded.github.io/3MS/setup/controllers/einsyrambo-skrminie3v2/</loc>
61-
<lastmod>2024-12-13</lastmod>
61+
<lastmod>2024-12-14</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://3dcoded.github.io/3MS/setup/controllers/geetech-a30t/</loc>
65-
<lastmod>2024-12-13</lastmod>
65+
<lastmod>2024-12-14</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://3dcoded.github.io/3MS/setup/controllers/mellowflyd7/</loc>
69-
<lastmod>2024-12-13</lastmod>
69+
<lastmod>2024-12-14</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://3dcoded.github.io/3MS/setup/controllers/minirambo/</loc>
73-
<lastmod>2024-12-13</lastmod>
73+
<lastmod>2024-12-14</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://3dcoded.github.io/3MS/setup/controllers/skrminie3v2/</loc>
77-
<lastmod>2024-12-13</lastmod>
77+
<lastmod>2024-12-14</lastmod>
7878
</url>
7979
<url>
8080
<loc>https://3dcoded.github.io/3MS/setup/controllers/skrpico/</loc>
81-
<lastmod>2024-12-13</lastmod>
81+
<lastmod>2024-12-14</lastmod>
8282
</url>
8383
<url>
8484
<loc>https://3dcoded.github.io/3MS/setup/controllers/zm384main/</loc>
85-
<lastmod>2024-12-13</lastmod>
85+
<lastmod>2024-12-14</lastmod>
8686
</url>
8787
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)