I get this error with the test file Bill provided. I have changed the dependency to my drive so it should be able to read the reverse.py. However I get this error in the screenshot. Anyone else encounter this?
File Not Found... it seems it can't find the file it's looking for. Do me a favor... go to the C:\Users\{User Name}\AppData\Local\Temp and erase all the *.gcode and *.backup files in it.More than likely, one of them is messing it up.
Ah, good catch... I've updated the post processor to fix this . For some reason, PrusaSlicer changed they way they generate the temporary files we use.
You can simply edit your post processor file by changing the extension it is looking for from '.gcode.$' to '.gcode.pp$' so it'll find the correct filename or you can redownload it.
@Zeke Ahern No... I was suggesting that you edit the reversedrive.py file to change the name of the file it is looking for. (It's just a text file, so you can use a tool like Notepad to edit it.)You can optionally just redownload it, because I edited it on the OneDrive link where you downloaded it from originally.
Actually Bill. I realised when I tried this again I didn't put in any code for the post-processing script. Here is my new error. The Error Code is now 2.
File Not Found... it seems it can't find the file it's looking for. Do me a favor... go to the C:\Users\{User Name}\AppData\Local\Temp and erase all the *.gcode and *.backup files in it. More than likely, one of them is messing it up.
Bill
Hi Zeke,
Ah, good catch... I've updated the post processor to fix this . For some reason, PrusaSlicer changed they way they generate the temporary files we use.
You can simply edit your post processor file by changing the extension it is looking for from '.gcode.$' to '.gcode.pp$' so it'll find the correct filename or you can redownload it.
Bill