More than one printer when using Simplify3d and repetier-server issue
I connected my Felix TEC 4 to my new Felix Pro 3 touch with repetier server running on the Pro3. I followed the repetier server instructions and setup the second printer and applied the script as mentioned here:
https://www.repetier-server.com/using-simplify-3d-repetier-server/
However, the second printer is not receiving data when using the script, the first printer does.
I am using:
"curl" -i -X POST -H "Content-Type: multipart/form-data" -H "x-api-key: <Your API>" -F "a=upload" -F "filename=@[output_filepath]" "http://<Your IP>:3344/printer/model/<First Printer Name>"
and for the second printer:
"curl" -i -X POST -H "Content-Type: multipart/form-data" -H "x-api-key: <Your API>" -F "a=upload" -F "filename=@[output_filepath]" "http://<Your IP>:3344/printer/model/<Second Printer Name>"
The second printer does not receive files on the repetier server. Any suggestions?
https://www.repetier-server.com/using-simplify-3d-repetier-server/
However, the second printer is not receiving data when using the script, the first printer does.
I am using:
"curl" -i -X POST -H "Content-Type: multipart/form-data" -H "x-api-key: <Your API>" -F "a=upload" -F "filename=@[output_filepath]" "http://<Your IP>:3344/printer/model/<First Printer Name>"
and for the second printer:
"curl" -i -X POST -H "Content-Type: multipart/form-data" -H "x-api-key: <Your API>" -F "a=upload" -F "filename=@[output_filepath]" "http://<Your IP>:3344/printer/model/<Second Printer Name>"
The second printer does not receive files on the repetier server. Any suggestions?
Comments