From 6dc03e445bb7253840e3846cbe87c901a4ee6477 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sun, 20 Oct 2019 08:30:42 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9493cb6..c58598a 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,6 @@ This will do the following: 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. +You can now go through and run the script for each printer you want connected to the computer. The limit of instances you can run will likely be dependent on your computer hardware, but I have run 11 printers on an old Core 2 Duo with 4Gb of RAM without issue. + Because each octoprint instance is coming from the same source files, any global modifications you make to octoprint (adding/removing plugins, updating octoprint) are all automatically applied to all of your instances and will take effect when you restart that instance.