diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-27 20:03:44 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-27 20:03:44 -0500 |
commit | b40a04fb8d9262419517773434a366f496ca82f8 (patch) | |
tree | 8ca25fb4125e185d4d2789a1e638dd4299285cc6 /docs/Installation.md | |
parent | 88ebedcc63fc715c39c4483130d1383ebb922a03 (diff) | |
download | kutter-b40a04fb8d9262419517773434a366f496ca82f8.tar.gz kutter-b40a04fb8d9262419517773434a366f496ca82f8.tar.xz kutter-b40a04fb8d9262419517773434a366f496ca82f8.zip |
docs: Update Installation document to emphasize the "stay connected" step
Move the OctoPrint "stay connected" during error configuration step to
its own paragraph. Hopefully this will make it less likely that users
skip this step.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Installation.md')
-rw-r--r-- | docs/Installation.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 2c3644d4..6eca2fcf 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -97,16 +97,18 @@ Configuring OctoPrint to use Klipper The OctoPrint web server needs to be configured to communicate with the Klipper host software. Using a web browser, login to the OctoPrint -web page, and navigate to the Settings tab. Then configure the -following items: +web page and then configure the following items: -Under "Serial Connection" in "Additional serial ports" add +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". Enter the Settings tab again and under "Serial Connection" change the -"Serial Port" setting to "/tmp/printer". Navigate to the "Behavior" -sub-tab and select the "Cancel any ongoing prints but stay connected -to the printer" option. Click "Save". +"Serial Port" setting to "/tmp/printer". + +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". 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 |