paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
389 stars 39 forks source link

Error on 1st instance when powering up 2nd #123

Closed smithlevenson closed 9 months ago

smithlevenson commented 9 months ago

I was in the middle of a print when I powered on my 2nd device. It created an error with both instances and the print on the 1st failed. I am using Klipper Firmware on two Ender 3 Pro v4.2.7.

paukstelis commented 9 months ago

The only reason that would likely happen is if you connect to the wrong printer through OctoPrint. Since you are using Klipper this is not something that octoprint_deploy can know or do anything about.

smithlevenson commented 9 months ago

The only reason that would likely happen is if you connect to the wrong printer through OctoPrint. Since you are using Klipper this is not something that octoprint_deploy can know or do anything about.

Thanks for the info. Just curious, is running Klipper on two instances of Octoprint too much for a pi 3B?