Skip to content

Commit

Permalink
Deployed 91e9862 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
synman committed Feb 8, 2024
1 parent ee37e4c commit 9b76588
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 14 deletions.
Binary file modified objects.inv
Binary file not shown.
51 changes: 50 additions & 1 deletion reference/bpm/bambuprinter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,30 @@
</ul>
</nav>

</li>

<li class="md-nav__item">
<a href="#bpm.bambuprinter.BambuPrinter.delete_sdcard_file" class="md-nav__link">
<span class="md-ellipsis">
delete_sdcard_file
</span>
</a>

<nav class="md-nav" aria-label="delete_sdcard_file">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#bpm.bambuprinter.BambuPrinter.delete_sdcard_file--parameters" class="md-nav__link">
<span class="md-ellipsis">
Parameters
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1158,7 +1182,32 @@ <h5 id="bpm.bambuprinter.BambuPrinter.__init__--attributes">Attributes</h5>
</ul>
<p>The attributes (where appropriate) are included whenever the class is serialized
using its <code>toJson()</code> method. </p>
<p>When accessing the class level attributes, use the associated getter/setter properties as they are private.</p>
<p>When accessing the class level attributes, use their associated properties as the
class level attributes are marked private.</p>

</div>

</div>


<div class="doc doc-object doc-function">



<h3 id="bpm.bambuprinter.BambuPrinter.delete_sdcard_file" class="doc doc-heading">
<code class="highlight language-python"><span class="n">delete_sdcard_file</span><span class="p">(</span><span class="n">file</span><span class="p">)</span></code>

</h3>


<div class="doc doc-contents ">

<p>Delete the specified file on the printer's SDCard and removes it from
the <code>_sdcard_3mf_files</code> and <code>_sdcard_contents</code> attributes.</p>
<h5 id="bpm.bambuprinter.BambuPrinter.delete_sdcard_file--parameters">Parameters</h5>
<ul>
<li>file : str - the full path filename to be deleted</li>
</ul>

</div>

Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/synman/bambu-printer-manager/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/license/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/reference/SUMMARY/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/reference/bpm/bambucommands/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/reference/bpm/bambuconfig/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/reference/bpm/bambulogger/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/reference/bpm/bambuprinter/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/reference/bpm/bambuspool/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/reference/bpm/bambutools/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/reference/bpm/ftpsclient/__init__/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/reference/bpm/ftpsclient/_client/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/synman/bambu-printer-manager/reference/bpm/ftpsclient/_version/</loc>
<lastmod>2024-02-06</lastmod>
<lastmod>2024-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 9b76588

Please sign in to comment.