Update README.md
This commit is contained in:
@@ -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/
|
* 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
|
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`
|
* During setup, edit the restart script: `sudo systemctl restart INSTANCE`
|
||||||

|

|
||||||
* After the initial setup is done, reload the server and edit the Additional Serial Port field: `/dev/octo_INSTANCE`
|
* 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:
|
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
|
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.
|
3. Create, start, and enable the service printer01 to control that octoprint instance.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user