For file transfer we use cURL and the Repetier-Server API. If you have Linux or Mac, cURL is normally already installed, Windows users can download cURL here for free: http://www.confusedbycode.com/curl/#downloads…
Bilgi Paylaştıkça Büyür
For file transfer we use cURL and the Repetier-Server API. If you have Linux or Mac, cURL is normally already installed, Windows users can download cURL here for free: http://www.confusedbycode.com/curl/#downloads…
Base Install Run Updates Install Packages Setup Octoprint Folder Setup Virtual Environment Install Octoprint Add pi User to Serial Ports Note: You can test the…
curl -k -H "X-Api-Key:(yourapikey)" -F "select=false" -F "print=false" -F "file=@[output_filepath]" "http://(yourip)/api/files/local"