This is probably something dumb, but when I try to slice with the following post processing code (and I confirmed my paths are correct, also tried my Python.exe location instead of pypy and both are also in the PATH variable), I get this error:
Code:
"C:\Program Files (x86)\pypy3.11-v7.3.20-win64\pypy3.exe" "E:\3DPScripts\bricklayers.py" -startAtLayer 3 -extrusionMultiplier 1.05 -enabled 1;
For funsies I tried running this without giving a path to the python executable:
"E:\3DPScripts\bricklayers.py" -startAtLayer 3 -extrusionMultiplier 1.05 -enabled 1;
Which just gives me the following error:
I am not sure why BambuStudio is not finding the executable. I've tried running BambuStudio as admin but that made no difference. On an unrelated note, apparently BambuStudio does not save the Post-Processing Scripts field when saving a .3mf file.
This is probably something dumb, but when I try to slice with the following post processing code (and I confirmed my paths are correct, also tried my Python.exe location instead of pypy and both are also in the PATH variable), I get this error:
Code:
"C:\Program Files (x86)\pypy3.11-v7.3.20-win64\pypy3.exe" "E:\3DPScripts\bricklayers.py" -startAtLayer 3 -extrusionMultiplier 1.05 -enabled 1;For funsies I tried running this without giving a path to the python executable:
"E:\3DPScripts\bricklayers.py" -startAtLayer 3 -extrusionMultiplier 1.05 -enabled 1;Which just gives me the following error:
I am not sure why BambuStudio is not finding the executable. I've tried running BambuStudio as admin but that made no difference. On an unrelated note, apparently BambuStudio does not save the Post-Processing Scripts field when saving a .3mf file.