Questions about Usage
Greetings!
So I am thinking about switching my small farm (3 Ender-3's and 2 MonoPrice Mini's) to repetier. I am trying to understand the flow of how it all works.
Do I install Repetier Server on a raspberry Pi then connect them to a "master" server? do I use Repetier-Host on the raspberry pi? My goal is to have a server that I push prints from to my devices.
Slicing on the server would be nice, pushing firmware changes, etc would be nice (all devices use marlin 2.0.x bugfix), but my biggest goal is to turn my 1000+ file based mess of an STL library into a usable database like Repetier does
Any assistance would be appreciated, I am looking for the most optimal solution, but I'm not sure where to start. From my research, I gathered that I put Repetier server on everything. is that true?
Thanks!
~Rick
So I am thinking about switching my small farm (3 Ender-3's and 2 MonoPrice Mini's) to repetier. I am trying to understand the flow of how it all works.
Do I install Repetier Server on a raspberry Pi then connect them to a "master" server? do I use Repetier-Host on the raspberry pi? My goal is to have a server that I push prints from to my devices.
Slicing on the server would be nice, pushing firmware changes, etc would be nice (all devices use marlin 2.0.x bugfix), but my biggest goal is to turn my 1000+ file based mess of an STL library into a usable database like Repetier does
Any assistance would be appreciated, I am looking for the most optimal solution, but I'm not sure where to start. From my research, I gathered that I put Repetier server on everything. is that true?
Thanks!
~Rick
Comments
You can outsource cpu intensive operation or project storage to one of the installations. This is not really a master, but if one has a real hard drive on regular pc that would be better for storing stl files.
G-Codes are stored on the server connected to printer.
Host is not required, but can connect to any server installed to upload generated g-codes and start a print, but you can do the same with regular gui or Repetier-Server Monitor.
Slicer integration is what we are working towards.
Host is too big for pi,, you use it if you like it on a regular pc and just select server connector to use a server instead of direct printer connection.
With pro version you can use in addition Repetier-Server Monitor that can connect to multiple servers same time and bundles all server printers in one interface.
Master server makes sense for projects which seems a main part in your idea and that should be on a quite safe device. sd cards are ok but can get corrupt more easily then real hard drives.
I really just want to make sure I understand what I am setting up before I do it. So, I can have my "master" server to host Repetier Server, which will host all of my stl files and act as the slicer (when needed), have my raspberry pi's with repeteir server also, and manage all the devices from the "master" server? Does that also mean I can push prints to each printer from the one master server? If so that would be perfection
Sorry if I am overcomplicating this, I just want to make sure I am understanding and planning everything correctly
Slicing is a planned feature planned for this year, but currently you need external slicer and upload gcode.