Update README.md

This commit is contained in:
paukstelis
2019-10-19 12:31:16 -04:00
committed by GitHub
parent 910e67b549
commit 6127dedd61

View File

@@ -6,7 +6,7 @@ These files provide a simple bash script for quickly deploying multiple octoprin
* Install Octoprint. You can follow the directions here: https://octoprint.org/download/
or here: https://community.octoprint.org/t/setting-up-octoprint-on-a-raspberry-pi-running-raspbian/2337
* Start up Octoprint for the first time to setup a base instance profile. The base profile will be edited in several places with `INSTANCE` to allow modifications during deployment. This only needs to be done once.
* Start up Octoprint for the first time to setup a base instance profile (running on localhost:5000). The base profile will be edited in several places with `INSTANCE` to allow modifications during deployment. This only needs to be done once.
* During setup, edit the restart script: `sudo systemctl restart INSTANCE`
![alt text](/deploy_01.png)
* After the initial setup is done, reload the server and edit the Additional Serial Port field: `/dev/octo_INSTANCE`
@@ -50,7 +50,7 @@ or here: https://community.octoprint.org/t/setting-up-octoprint-on-a-raspberry-p
This will do the following:
1. Copy everything in ~/.octoprint to ~/.printer01 with the modifications
1. Copy everything in ~/.octoprint to ~/.printer01 with the modifications for a server instance on port 5000
2. Update udev rules so this printer will always be at port /dev/octo_printer01
3. Create, start, and enable the service printer01 to control that octoprint instance.