Replies: 1 comment 5 replies
-
Application\Support maybe should be Application/Support |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to generate preview images for my Ender 3 S1 machine and am running PrusaSlicer on my Mac. My issue seems to be that I cannot get the post-processing to work. It really likes to send me this error:
This is the post processing script I use:
/usr/bin/python3 /Users/agentvinci/Library/Application\Support/PrusaSlicer/Scripts/CreateHeaderAndThumbnail.py;
I have also tried variations like this:
/usr/bin/python3\ /Users/agentvinci/Library/Application\Support/PrusaSlicer/Scripts/CreateHeaderAndThumbnail.py;
Or:
"/usr/bin/python3" "/Users/agentvinci/Library/Application\Support/PrusaSlicer/Scripts/CreateHeaderAndThumbnail.py"
But I can never get it to work.
I have python 3 installed on my Mac.
I have the Pillow library for python installed.
My .py script is correctly stored in PrusaSlicers Configuration Folder/Scripts
It has send me different errors in the past such as 126 or 127 but I think I got them sorted.
Please help
Thanks you so much,
Agent Vinci
Beta Was this translation helpful? Give feedback.
All reactions