#3 printers, 4 Pi's, 3 Moonraker instances, One Mainsail client + webcams

26 messages · Page 1 of 1 (latest)

lofty venture
#

I have 3 printers each with their own pi and webcam, each pi on each printer has klipper and moonraker installed. I have an additional pi with a 7" official raspberry pi display, that has klipper, moonraker, mainsail, and klipperscreen installed. I would like to use the pi with the display as a portable controller for all three printers and be able to switch between printers with klipperscreen. I thought using RemoteMode looked right, but I can't find where to set remoteMode=true as the docs.mainsail.xyz/remotemode link seems to be broken. Webcams don't seem to work even though crowsnest finds two of them.

sweet furnace
#

Mainsail settings have nothing Todo with klipperscreen. We don't give klipperscreen support... Pls read #klipper-screen

lofty venture
#

I have klipperscreen working, its more of the mainsail and the three moonraker instances. But cool thanks.

sweet furnace
#

@lofty venture did I misunderstand your question above? There you write you will switch between the printers with klipperscreen?

lofty venture
#

Klipperscreen is installed on the pi that has Mainsail installed. But I was trying to figure out if the remote mode was the proper way to set up the three printers that have moonraker instances but no mainsail installed. I was looking for more information on the remote mode but the link seems to be broken. I can't get the webcams for each printer up and running when I use Mainsail in my browser.

sweet furnace
#

So you don't want to setup multiple instances in klipperscreen?

lofty venture
#

I'm not even looking for klipperscreen support.

sweet furnace
#

Why do you wrote "to be able to switch between printers with klipperscreen"?

lofty venture
#

I'm sorry if that was a red herring or something, but I was aware that Mainsail won't provide klipperscreen support. I didn't think it would hurt to mention it in the support post about setting up a single mainsail capable pi with three printers that only have moonraker installed.

sweet furnace
#

Here are all information to use multiple instances in mainsail

sweet furnace
#

And I thought you mixed up mainsail remoteMode with Klipperscreen

lofty venture
#

That also says "you have to switch the remoteMode as before to true" but I can't find anything that ever mentions it because the docs.mainsail.xyz/remotemode link doesn't seem to work

#

I get page not found

sweet furnace
#

Look at my link above and where do you read the link?

lofty venture
#

And none of the code blocks on that page say remotemode anywhere, so I'm unsure where you would set it true

sweet furnace
#

Just ignore this old image. All other informations are up-to-date on this page.

sweet furnace
lofty venture
#

The "Remote Mode with fixed printers" has a blurb that says "With this mode, you have to switch the remoteMode to true", is that also outdated info?

sweet furnace
#

True should be JSON, as you can read in the example below

lofty venture
#

Okay so the "remoteMode" options are "instancesDB" or "browser", and the part that would be "true" would be "moonraker" or "json"?

sweet furnace
#

instanceDB has 3 options:

  • moonraker (default)
  • broswer (like my.mainsail.xyz)
  • json (then you have to add all settings in this file)
#

remoteMode was the old option