S3D-Jason
Posts: 1402
Joined: Sun May 31, 2015 6:01 am

Re: Klipper Network Printing

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.
GuyGuy
Posts: 19
Joined: Mon Jan 27, 2020 5:51 am

Re: Klipper Network Printing

Hello,
An example command to send from S3D V5 to Klipper?
Smoky312
Posts: 5
Joined: Wed Jan 04, 2023 2:00 pm

Re: Klipper Network Printing

Check this article, works fine in S3D v5.0 as well:

https://all3dp.com/2/simplify3d-octopri ... -together/
gavitron
Posts: 3
Joined: Mon Dec 26, 2022 10:40 pm

Re: Klipper Network Printing

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.
dmitryr
Posts: 10
Joined: Tue Feb 08, 2022 5:07 pm
Contact: Twitter

Re: Klipper Network Printing

+1
ampster
Posts: 25
Joined: Thu Jan 05, 2023 10:26 pm

Re: Klipper Network Printing

Smoky312 wrote: Fri Jan 06, 2023 10:28 am Check this article, works fine in S3D v5.0 as well:

https://all3dp.com/2/simplify3d-octopri ... -together/
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.
OneZ I3
CR-10S "Trailer Maker"
CR-10S "Black Betty"
Ender 5 Pro "Ginger"
Ender 5 Plus "Wilson"
P1P "Pooper"
K1 Max "Max"
od1001
Posts: 5
Joined: Sun Feb 12, 2023 10:36 am

Re: Klipper Network Printing

I want this feature too!!
DrD
Posts: 74
Joined: Sun Dec 25, 2022 8:24 pm
Location: Canada

Re: Klipper Network Printing

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.
You don't know what you don't know until you know (my philosophy for continued learning).
od1001
Posts: 5
Joined: Sun Feb 12, 2023 10:36 am

Re: Klipper Network Printing

I want this feature too!!
GuyGuy
Posts: 19
Joined: Mon Jan 27, 2020 5:51 am

Re: Klipper Network Printing

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"

Return to “Feature Requests”