Set (heat bed/extruder) all printers at the same time.

Hi guys,

I have repetier server installed, controlling some printers at the same time. My question is:
Is there any way to warm up all the pritners at the same time? I would like to set some batch actions like heat bed, heat extruder, cool down, etc but all at the same time, because all are always printing the same thing (as a farm).

Thanks in advance.

Comments

  • No existing way. But servers have a open API which you find in our docs. Using this you can write a batchfile that e.g. uses CURL to send such settings or a gcode you give as parameter to all printers. Instead of curl you can of course also use javascript and web requests as I saw you make your iframe solution to control them.
Sign In or Register to comment.