Page 2 of 3
Re: Klipper Network Printing
Posted: Thu Jan 05, 2023 6:18 am
by S3D-Jason
The "Post Processing" section on the Scripts tab of V5 is the same as the old "Additional terminal commands for post processing" section in V4. It has just been renamed. You can use the same commands you used in V4 in that Post Processing section.
Re: Klipper Network Printing
Posted: Fri Jan 06, 2023 10:06 am
by GuyGuy
Hello,
An example command to send from S3D V5 to Klipper?
Re: Klipper Network Printing
Posted: Fri Jan 06, 2023 10:28 am
by Smoky312
Re: Klipper Network Printing
Posted: Fri Jan 06, 2023 11:09 pm
by gavitron
Hello,
The line is something like the following, but the the API Key and IPADDRESS will need to be updated to reflect your setup
Code: Select all
curl -k -H "X-Api-Key: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" -F "select=false" -F "print=false" -F "file=@[output_filepath]" "http://IPADDRESS/api/files/local" {STRIP "; postProcessing"}
You will need curl installed for this to work too. You can follow this guide for the full setup:
https://all3dp.com/2/simplify3d-octopri ... -together/
Not sure if it is necessary, but I added [octoprint_compat] to my moonraker.conf (I'm running fluidd) - see
https://moonraker.readthedocs.io/en/lat ... int_compat for more info on that one.
Re: Klipper Network Printing
Posted: Fri Feb 03, 2023 1:54 pm
by dmitryr
+1
Re: Klipper Network Printing
Posted: Mon Feb 06, 2023 8:45 pm
by ampster
I setup octoprint following those instructions for my Ender 5 Plus. A month later I setup a Sonic Pad for that printer but because I had not reserved that IP for the octoprint server for the same printer, the Sonic Pad ended up with that IP.
Somehow when saving stl files out of S3D v5 now they automatically get saved to the Sonic Pad. Not sure how that is working but it does the job the OP requested.
Re: Klipper Network Printing
Posted: Sun Feb 12, 2023 10:45 am
by od1001
I want this feature too!!
Re: Klipper Network Printing
Posted: Mon Feb 13, 2023 11:25 am
by DrD
I've setup a SAMBA share on my Pi4 that's running Klipper and I've mapped that share to a drive on my
Windows PC so that I can slice my model(s) and save them directly to my Pi4's SD card in one fell swoop.
Then use the web interface as usual to start up the printer, etc...
D.
Re: Klipper Network Printing
Posted: Sat Mar 11, 2023 7:40 am
by od1001
I want this feature too!!
Re: Klipper Network Printing
Posted: Sat Mar 11, 2023 11:12 am
by GuyGuy
Here is an example
curl -k -H "X-Api-Key:0655F5341EDE41A6930AF9EC6CF8E1C0" -F "select=false" -F "print=false" -F "file=@[output_filepath]" "
http://192.168.xxx.xxx/api/files/local"