-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running more printers on the same Pi #5
Comments
I know this thread is over two years old now but I'm thinking about doing just this and have a question. If you create a second OctoPrint Instance how do you connect to it? Do you jsut go to http://octopi.local:5001 to access the second instance? |
@LieutenantHawkeye Yes, that should do it. |
@guysoft BTW do you just type that command into the terminal for the pi? Sorry I'm a newb at this kind of thing |
Yes, that would be a good start to see that it works. Youncan then look in
to how to make it start on boot.
|
know this is old but how would I make this command start at boot, right now I just replaced the restart octoprint command in octoprint settings with the one here so I can start it quickly without SSH but I would like some recomendation on how to go about enabling this command to autoluach at boot. Thanks! |
General advice for running commands on boot in linux is add the commands to
/etc/rc.local but no guarantee this is the best option for whatever you are
trying to do here
…On Jul 6, 2017 4:00 PM, "TGC-TECH" ***@***.***> wrote:
know this is old but how would I make this command start at boot, right
now I just replaced the restart octoprint command in octoprint settings
with the one here so I can start it quickly without SSH but I would like
some recomendation on how to go about enabling this command to autoluach at
boot. Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAToELUASy1itrUONhm1nkdJ7amPPZqZks5sLWcCgaJpZM4A4BZC>
.
|
You need to create a systemd service.
Read about it here: |
General advice for running commands on boot in linux is add the commands to /etc/rc.local but no guarantee this is the best option for whatever you are trying to do here and for more queries you can visit HP Printer Support and you can get the help from expert's. |
They new RaspberryPi 4 might actually revive this talk. |
Is this issue still relevant ? Because you could leverage systemd template units (ie |
OctoPi can support multiple instances of OctoPrint. There should be a simple way to create new instances.
Currently the workaround is to simply put another instance of OctoPrint on startup using this command:
There is also a talk about this in OctoPrint: OctoPrint/OctoPrint#113 (comment)
The text was updated successfully, but these errors were encountered: