Skip to content

Commit

Permalink
deploy: 89d11b0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Oct 25, 2024
1 parent 95eec22 commit e1494b1
Show file tree
Hide file tree
Showing 160 changed files with 4,655 additions and 6,894 deletions.
80 changes: 32 additions & 48 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,30 @@
document.documentElement.dataset.mode = localStorage.getItem("mode") || "light";
document.documentElement.dataset.theme = localStorage.getItem("theme") || "light";
</script>

<!-- Loaded before other Sphinx assets -->
<link href="_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
<link href="_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
<link href="_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
<!--
this give us a css class that will be invisible only if js is disabled
-->
<noscript>
<style>
.pst-js-only { display: none !important; }

</style>
</noscript>

<link href="_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />
<!-- Loaded before other Sphinx assets -->
<link href="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
<link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />

<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" />
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
<link rel="stylesheet" type="text/css" href="_static/theme.css?v=ec48f040" />

<!-- So that users can add custom icons -->
<script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />

<script src="_static/documentation_options.js?v=c607423c"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
Expand All @@ -50,6 +53,7 @@
<link rel="next" title="👋 Onboarding" href="onboarding/README.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="" />
</head>


Expand All @@ -65,36 +69,24 @@
<i class="fa-solid fa-arrow-up"></i>Back to top</button>


<input type="checkbox"
class="sidebar-toggle"
id="pst-primary-sidebar-checkbox"/>
<label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label>

<input type="checkbox"
class="sidebar-toggle"
id="pst-secondary-sidebar-checkbox"/>
<label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label>

<div class="search-button__wrapper">
<div class="search-button__overlay"></div>
<div class="search-button__search-container">
<dialog id="pst-search-dialog">

<form class="bd-search d-flex align-items-center"
action="search.html"
method="get">
<i class="fa-solid fa-magnifying-glass"></i>
<input type="search"
class="form-control"
name="q"
id="search-input"
placeholder="Search..."
aria-label="Search..."
autocomplete="off"
autocorrect="off"
autocapitalize="off"
spellcheck="false"/>
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
</form></div>
</div>
</form>
</dialog>

<div class="pst-async-banner-revealer d-none">
<aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside>
Expand All @@ -112,7 +104,8 @@



<div class="bd-sidebar-primary bd-sidebar">
<dialog id="pst-primary-sidebar-modal"></dialog>
<div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar">



Expand Down Expand Up @@ -140,7 +133,7 @@


<img src="_static/logo.png" class="logo__image only-light" alt=""/>
<script>document.write(`<img src="_static/logo.png" class="logo__image only-dark" alt=""/>`);</script>
<img src="_static/logo.png" class="logo__image only-dark pst-js-only" alt=""/>


<p class="title logo__title">NeuroPoly Lab Manual</p>
Expand Down Expand Up @@ -183,7 +176,6 @@
<input type="search"
class="form-control"
name="q"
id="search-input"
placeholder="Search..."
aria-label="Search..."
autocomplete="off"
Expand Down Expand Up @@ -411,24 +403,16 @@



<script>
document.write(`
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
</button>
`);
</script>
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label="Color mode" data-bs-title="Color mode" data-bs-placement="bottom" data-bs-toggle="tooltip">
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i>
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i>
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i>
</button>


<script>
document.write(`
<button class="btn btn-sm pst-navbar-icon search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
<button class="btn btn-sm pst-navbar-icon search-button search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
<i class="fa-solid fa-magnifying-glass fa-lg"></i>
</button>
`);
</script>
</button>

</div></div>

Expand Down Expand Up @@ -536,8 +520,8 @@ <h1><span>⚗️</span> Lab Manual<a class="headerlink" href="#lab-manual" title
</div>

<!-- Scripts loaded after <body> so the DOM is not blocked -->
<script src="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script>
<script src="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script>
<script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>

<footer class="bd-footer">
</footer>
Expand Down
31 changes: 15 additions & 16 deletions _sources/rf-lab/3d-printing/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# 3D Printing

## 3D Printer - Big Builder - Dual feed \(RF lab\)
## Modix Big-60 V2 - Dual feed (L5613.1)

| Spec | Description |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Model** | Raspberry Pi |
| **OS** | OctoPrint |
| **Hostname** | `http://132.207.154.91` |
| **Credentials** | [NeuroPoly Internal Document: Modix Remote Credentials](https://docs.google.com/document/d/13iNhiBKYZWT9ytsvYeeYV4FJn6Wn00q9Ctka7toMV08/edit#heading=h.125uuajyox5y) |

* [SOP Modix](https://docs.google.com/document/d/1N1sCdYy1kLsIw_NDbPVM3fTg5EPaR50NNuACbf_dI6s/edit?usp=sharing)
* {doc}`octoprint` configuration
* [Modix adjustments](https://drive.google.com/file/d/1rtaKlBJ2HbZDDPxSDA0-g0miDM7aZjVB/view?usp=sharing)


## Big Builder - Dual feed (L5613)

* [http://3dprinter4u.nl/shop/3d-printers/big-builder-dual-feed-extruder/](http://3dprinter4u.nl/shop/3d-printers/big-builder-dual-feed-extruder/)
* Before you start printing you need to do the following steps:
Expand All @@ -17,21 +31,6 @@
* [Slic3r settings](https://www.neuro.polymtl.ca/internal_resources/3dprinter/settings)
* [How to print a brain](https://www.neuro.polymtl.ca/internal_resources/3dprinter/print_brain)

## Modix Big-60 V2 - Dual feed \(RF lab\)

| Spec | Description |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Model** | Raspberry Pi |
| **OS** | OctoPrint |
| **Hostname** | `http://132.207.154.91` |
| **Credentials** | [NeuroPoly Internal Document: Modix Remote Credentials](https://docs.google.com/document/d/13iNhiBKYZWT9ytsvYeeYV4FJn6Wn00q9Ctka7toMV08/edit#heading=h.125uuajyox5y) |

The Modix 3D printer is remotely controlled using [OctoPrint](https://octoprint.org). To access the control interface go to the hostname and use the credentials provided above.

* [SOP Modix](https://docs.google.com/document/d/1N1sCdYy1kLsIw_NDbPVM3fTg5EPaR50NNuACbf_dI6s/edit?usp=sharing)
* {doc}`octoprint` configuration
* [Modix adjustments](https://drive.google.com/file/d/1rtaKlBJ2HbZDDPxSDA0-g0miDM7aZjVB/view?usp=sharing)


## Very small 3D printer \(in technician's office\)

Expand Down
2 changes: 1 addition & 1 deletion _static/scripts/bootstrap.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions _static/scripts/fontawesome.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions _static/scripts/fontawesome.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit e1494b1

Please sign in to comment.