Skip to content

Commit

Permalink
Deploying to gh-pages from @ 795ce49 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinOConnor committed Dec 4, 2023
1 parent 1be43cc commit 40ccd2c
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@
<h1 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">&para;</a></h1>
<p>These instructions assume the software will run on a Raspberry Pi
computer in conjunction with OctoPrint. It is recommended that a
Raspberry Pi 2, 3, or 4 computer be used as the host machine (see the
Raspberry Pi 2 (or later) be used as the host machine (see the
<a href="FAQ.html#can-i-run-klipper-on-something-other-than-a-raspberry-pi-3">FAQ</a>
for other machines).</p>
<h2 id="obtain-a-klipper-configuration-file">Obtain a Klipper Configuration File<a class="headerlink" href="#obtain-a-klipper-configuration-file" title="Permanent link">&para;</a></h2>
Expand Down Expand Up @@ -1432,7 +1432,7 @@ <h2 id="prepping-an-os-image">Prepping an OS image<a class="headerlink" href="#p
be installed on the desktop. There are free ssh clients available for
other desktops (eg,
<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a>). Use the
ssh utility to connect to the Raspberry Pi (ssh pi@octopi -- password
ssh utility to connect to the Raspberry Pi (<code>ssh pi@octopi</code> -- password
is "raspberry") and run the following commands:</p>
<div class="highlight"><pre><span></span><code>git clone https://github.com/Klipper3d/klipper
./klipper/scripts/install-octopi.sh
Expand Down Expand Up @@ -1497,15 +1497,15 @@ <h2 id="configuring-octoprint-to-use-klipper">Configuring OctoPrint to use Klipp
web page and then configure the following items:</p>
<p>Navigate to the Settings tab (the wrench icon at the top of the
page). Under "Serial Connection" in "Additional serial ports" add
"/tmp/printer". Then click "Save".</p>
<code>/tmp/printer</code>. Then click "Save".</p>
<p>Enter the Settings tab again and under "Serial Connection" change the
"Serial Port" setting to "/tmp/printer".</p>
"Serial Port" setting to <code>/tmp/printer</code>.</p>
<p>In the Settings tab, navigate to the "Behavior" sub-tab and select the
"Cancel any ongoing prints but stay connected to the printer"
option. Click "Save".</p>
<p>From the main page, under the "Connection" section (at the top left of
the page) make sure the "Serial Port" is set to "/tmp/printer" and
click "Connect". (If "/tmp/printer" is not an available selection then
the page) make sure the "Serial Port" is set to <code>/tmp/printer</code> and
click "Connect". (If <code>/tmp/printer</code> is not an available selection then
try reloading the page.)</p>
<p>Once connected, navigate to the "Terminal" tab and type "status"
(without the quotes) into the command entry box and click "Send". The
Expand All @@ -1520,8 +1520,8 @@ <h2 id="configuring-klipper">Configuring Klipper<a class="headerlink" href="#con
use a desktop editor that supports editing files over the "scp" and/or
"sftp" protocols. There are freely available tools that support this
(eg, Notepad++, WinSCP, and Cyberduck). Load the printer config file
in the editor and then save it as a file named "printer.cfg" in the
home directory of the pi user (ie, /home/pi/printer.cfg).</p>
in the editor and then save it as a file named <code>printer.cfg</code> in the
home directory of the pi user (ie, <code>/home/pi/printer.cfg</code>).</p>
<p>Alternatively, one can also copy and edit the file directly on the
Raspberry Pi via ssh. That may look something like the following (be
sure to update the command to use the appropriate printer config
Expand Down
Binary file modified _klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified fr/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified fr/sitemap.xml.gz
Binary file not shown.
Binary file modified hu/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified hu/sitemap.xml.gz
Binary file not shown.
Binary file modified it/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified it/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
Binary file modified zh-Hant/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified zh-Hant/sitemap.xml.gz
Binary file not shown.
Binary file modified zh/_klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
Binary file modified zh/sitemap.xml.gz
Binary file not shown.

0 comments on commit 40ccd2c

Please sign in to comment.